Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 166 +-   IEEE Seeks For Ethernet To 'Go Green' on Friday February 02 2007, @01:47PM

Posted by Zonk on Friday February 02 2007, @01:47PM
from the stop-packet-waste-now dept.
networking
technology
alphadogg submitted a piece at the NetworkWorld site about the IEEE's efforts to introduce energy efficiency to Ethernet use. The group's Energy Efficient Ethernet group is looking into methods by which standards can be tweaked to encourage power savings. Current plans include ways to make computers 'choosier' about what level of bandwidth they're using. Idle systems would only run at 10Mbps, while email might draw 100Mbs, and scale up to 1000Mbps for large downloads and streaming video. The group is planning to discuss changes to the Ethernet link and higher layers. No restrictions are planned for device manufacturers, although the article suggests some companies might try to use energy efficiency as a competitive advantage. The EEE group estimates some $450 million a year could be saved via the use of energy efficient Ethernet technology.
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by jbeaupre (752124) on Friday February 02 2007, @01:49PM (#17862750)
    Seems they are saving energy by throttling bandwidth for the article. Any manage to read it?
    • Re: (Score:2, Insightful)

      Nevermind ... I just had to try connecting 3 or 4 times. Interesting idea. Let's see ... throw out millions of PC's with integrated ethernet, replace them with new machines. Oh, guess they mean in a decade or so through normal replacement.
    • Re: (Score:2, Informative)

      I did. The problem (FTA):

      "One challenge is finding a way to make a PC or laptop network interface card (NIC) change gears more quickly -- "a couple orders of magnitude faster than auto-negotiation, to make the switch as seamless as possible," Bennett says. "Auto-negotiation runs at about 1.4 seconds and we're talking about -- just to start the discussion -- a millisecond of switching time."

      So, why not just set NIC(s) to negotiate at the lowest speed first? Then throttle up gradually based on end to

      • I think the problem is that they don't want the throttling up to be gradual, they want it to change gears quick like.
      • Re:Saving energy now (Score:4, Informative)

        by phayes (202222) on Friday February 02 2007, @10:54PM (#17869656) Homepage
        Given the number of times that autonegotiation has given me headaches because supposedly compliant devices couldn't agree on how to setup a connection, I wouldn't want to set this up on any of my networks. I just can't see myself explaining to the CIO that the reason that the ERP is slow to the point of being unusable is because the core switches renegotiated their bandwidth down to 10Mbit/sec overnight when they were unused and were unable to ramp it back up again correctly. There is a reason that autonegotiation is often disabled & it's called experience...
    • Re: (Score:3, Interesting)

      by Anonymous Coward
      For broadcom Ethernet PHY chips, they use about 1W/port when configured as 1000BaseT (GigE). GigE require some heavy duty DSP filtering as well as driving 4 pairs of bidirectional transceiver. They would burn less power when they are running at 100BaseT which only to drive 1 pair of receive and transmit. Not sure if there are significant saving going down to 10BaseT as the number of transmit pairs and the DSP's are dominant.

      While this might not seem a whole lot of power, when you are looking at Enterprise
  • by MECC (8478) * on Friday February 02 2007, @01:50PM (#17862770)
    Once Apple adds the ability to negotiate EEE in Macs, they'll call it iEEE.
  • by Salsaman (141471) on Friday February 02 2007, @01:58PM (#17862892) Homepage
    Use more zeros and fewer ones.
  • One of the easiest ways that the Ethernet people could encourage energy efficiency would be by promoting greater use of Power Over Ethernet. By moving networked devices away from each having an individual wall wart, which are typically inefficient (as well as inconvenient), PoE lets you concentrate the AC to DC conversion in one place, for greater efficiency. As long as you don't have terribly long cable runs, I think there would be a significant net savings overall.

    The number of networked devices people are going to have in their homes is only going to grow. I think a big segment could be in "Micro NAS" devices, basically single HD boxes that plug in to a home network and add storage that's accessible from any computer in the home. They're smaller and cheaper than RAIDed NAS solutions, but more convenient for people who have multiple computers than a FireWire or USB2.0 hard drive. And then you have routers, WiFi APs, network cameras, set-top-boxes for playing back video and audio, etc. All of those light-draw devices could be powered over the network connection instead of each having a wall wart.
    • by GigsVT (208848) on Friday February 02 2007, @02:01PM (#17862926) Journal
      Running power over tiny 24 gauge wires is very inefficient too. Try again.
      • by p0tat03 (985078) on Friday February 02 2007, @02:20PM (#17863218)

        An idea I've always thought about is converting to DC supplies indoors. AC has an advantage in terms of long-distance transmission, but in this day and age a HUGE part of our electric use is in devices that require DC power. Hell, many of the things that run AC (like lights) can in fact run DC with nary a problem. It's always boggled my mind why we have a bajillion power bricks sitting around, each venting heat like mad converting AC/DC, when in fact we could have a much more efficient "main" transformer installed in the house that does it on a larger scale and feeds our devices directly.

        I imagine this would be even more useful for heavy power using environments like server farms - imagine if you can do with the huge boxy PSUs in every single box and just have a unified DC power source that can FAR more efficient than what's in the average beige boxen.



        • An idea I've always thought about is converting to DC supplies indoors. AC has an advantage in terms of long-distance transmission, but in this day and age a HUGE part of our electric use is in devices that require DC power. Hell, many of the things that run AC (like lights) can in fact run DC with nary a problem. It's always boggled my mind why we have a bajillion power bricks sitting around, each venting heat like mad converting AC/DC, when in fact we could have a much more efficient "main" transformer installed in the house that does it on a larger scale and feeds our devices directly.

          I imagine this would be even more useful for heavy power using environments like server farms - imagine if you can do with the huge boxy PSUs in every single box and just have a unified DC power source that can FAR more efficient than what's in the average beige boxen.


          It is a good idea; in fact it's such a good idea that people have been thinking about ways to try and implement it in datacenters for a while. Unfortunately one of the bigger problems is that most motherboards don't run off of a single voltage; they have +5, -5, +3.3, +12, and so on. There has been a push by some big server-farm operators, Google in particular, to encourage board makers to produce mobos that only require a single +12V supply, because then you could do exactly what you say: have a big AC to DC converter somewhere (probably running from a medium-voltage AC main) and then distribute the 12VDC around to the racks.

          It was a Slashdot article back in September:
          http://hardware.slashdot.org/article.pl?sid=06/09/ 26/2039213 [slashdot.org]
          • It is a good idea; in fact it's such a good idea that people have been thinking about ways to try and implement it in datacenters for a while.

            Actually the networking industry DOES do it that way. SPower supply to many routers (such as ALL the ones some major companies make) and other networking gear is redundant 48V DC - a standard for networking equipment dating from the days of relays. (Line powered units have extra line powered supplies to make the 48 DC.)

            Not only that, but often the boxes don't have a
            • Re: (Score:3, Informative)

              just use zener diodes to get the voltage down to whatever it is that the device requires?

              Using shunt regulation? Bleeding off what you don't use in the form of heat? That's worse than linear voltage regulators!
        • by -Neko- (67564) on Friday February 02 2007, @02:28PM (#17863352) Homepage
          Just because it doesn't generate heat doesn't mean it isn't losing power. The energy wasted in relation to the power on the cable is probably quite high (DC doesn't travel well, that's why wall power is AC remember) compared to just wiring up wall sockets and using warts or switching PSUs.

          You're just transferring the wall-wart to another room though, and making the loss over the cable add to the power inefficiency. Imagine the extra airconditioning provision the room with the new site-wide AC-DC converter will need :D

          PoE is a clever way to power devices that are in hard to power places (where you can wire a network using a thin cable but far away from a power socket) and keeps devices cheap (no need to do anything but DC-DC conversion from PoE to components) but it's not any better energy-efficiency-wise.

          Can't this IEEE stuff they're talking about simply be built into drivers? I know my laptop ethernet (Intel) has the ability to scale down the ethernet speed when the battery is in use, or during standby and so on. Would it cause too much trouble to have the driver anticipate and schedule a renegotiation on a power source change or based on activity? Why would ethernet vendors need to be involved if it was simply a driver 'problem' - apart from having to write drivers that do it for their hardware (which most of them DO already).

          Can't we have a sysctl or a sysfs tweak in Linux/BSD/whatever to demonstrate it and see if it even helps? Does networking hardware at the other end (for instance a 32-port Cisco switch) actually use less power if half it's ports are at 10mbit rather than 100mbit?

          Can't we do this with wireless? 802.11b etc. already has power calibration built in but could it pull it back when the bandwidth requirement isn't so high, saving battery life and not polluting the airwaves with high powered chatter? My card uses the same transmit power whatever the state of the laptop is..
          • by Shakrai (717556) on Friday February 02 2007, @02:36PM (#17863492) Journal

            (DC doesn't travel well, that's why wall power is AC remember)

            This is a very common misconception. Low voltages don't travel well because you need more current (i.e: amps) to carry the same amount of power and this requires bigger wires. The main reason your wall power is AC is because it's easier and cheaper to build transformers for AC that convert high voltages (for distribution) into low voltages (for usage).

            DC is actually used in electrical distribution. It's known as HVDC [wikipedia.org] and it's actually more efficient then AC because it doesn't have to contend with capacitance issues.

            • DC is actually used in electrical distribution. It's known as HVDC and it's actually more efficient then AC because it doesn't have to contend with capacitance issues.

              While you are correct, we're talking about devices that tend to take 24V at the very most (I don't think I've ever seen a wall wart that put out more than that, although I am sure they exist somewhere.) This is definitely not high voltage. Thus you need to have super-fat low resistance conductors to run the power around. It might be a way to

              • This is definitely not high voltage.

                I never disagreed with that. I was only responding to the parents comments about DC not traveling as well.

          • DC travels just fine, it's the low-voltage part that increases transmission losses. AC or DC, low-voltage power experiences greater tranmission losses than the same power transfer at a higher voltage.

            The only reason that we have AC at the wall is because we didn't have a DC, solid-state equivalent of the transformer in 1900, and therefore it was difficult to create high-voltage DC power. It's fairly widely acknowledge that if we had access to high-voltage direct current tranmissions systems a hundred years
    • The biggest problem is that POE is limited to 13W at 48V- you'll have to have some sort of converter in there. I don't think that you would have much problem powering small scale things like APs and cameras, but it doesn't scale up very well.
      • Yes, it's a good idea. This is what high-densitry electronic installations do (telecoms, Google, etc). Power distribution loss might be a problem, depending on the size of your house. You might want two or three DC supplies, rather than just one. I think 500W would drive pretty much all of the electronics I own though; the number's dropped a lot in recent years.
            • Re: (Score:3, Interesting)

              The 50V limit was actually put into law by telecom lobbyists. Under 50V, you don't need an electricians license, and they wanted to be able to do telecom work without electricians. 50V, and even 25V can be quite dangerous if you don't pay attention.
  • Green (Score:3, Funny)

    by truthsearch (249536) on Friday February 02 2007, @02:01PM (#17862934) Homepage Journal
    IEEE Seeks For Ethernet To 'Go Green'

    That's good because I'm really tired of the white and blue.
    • You forgot BROWN!

      and orange.

      Shoot.

      white-orange/orange/white-green/blue/white-blue/gr een/white-brown/brown -> 568b
  • Well Duh!! (Score:5, Insightful)

    by eclectro (227083) on Friday February 02 2007, @02:02PM (#17862968)
    Another suggestion - Stop all the spamming. There must be a coal-powered powerplant's worth of electricity right there.
  • by russ1337 (938915) on Friday February 02 2007, @02:05PM (#17862998)
    Sounds like someone is really starting at the wrong end. IMHO.

    I'd estimate that power supply inefficiency chews up more than this proposal will ever save. If you spent your time making the power supplies of PC's, Switches, routers more efficient you'd probably have a greater impact. How about better efficiency in the FET's, transistors and amplifier circuitry? Last time I checked, my Ethernet looms didn't get that hot. (isn't it all about "(i^2).R"?. Heck turning off the light in the switch room probably does more to save power. Plus all the heat im my server room is from the servers, not the Ethernet. If your that worried, switch to fiber.

    I thought the transfer of data at the physical layer was through the transfer of 'holes' anyway.
    • Last I checked my switches were starting to generate larger amounts of heat. The GigE switches definitely seem warmer than the 100mbps were.
    • I'm not sure if this an Ethernet issue, but my router and cable modem are substantial (probably >10 W) sources of heat. Considering that they're on 24/7, I sure would like to cut that down.
    • Exactly. All the hundreds of devices independently converting AC voltage to DC all day long is far more power waste than what's inside the CAT5. Speaking of, whatever happened to the push for DC datacenters? As far as I can tell, there's still no widely-used DC standard as an option for most of the devices in a small-medium sized environment
    • Re: (Score:3, Informative)

      When you're talking about larger switches and routers and not the cheap linksys/dlink crap most people call a "router, there was actually a good presentation [nanog.org] at NANOG last year. You can watch it(real video) from the link (and view slides). Most of the efficency in these larger devices has already been done. (obviously excluding that whole google + pc power supply discussion). Check it out if you are truly interested in this space.
    • - it's the power required to process the packets. More or less, a GigE card should need 10X (divided by some fudge factor that probably makes the real ratio closer to 2 or 3X) the compute power of a 100Mbit card. Processing GigE at full throttle actually takes quite a bit of CPU - we don't notice it much because most GigE interfaces have a TCP Offload Engine that avoids bogging down the CPU and bus.

      So your TOE could easily have a variable speed CPU that basically goes to sleep when it can negotiate the phys
  • Question? (Score:5, Insightful)

    by SnarfQuest (469614) on Friday February 02 2007, @02:06PM (#17863012)
    Does 100 (or 1000) really take that much power to download one "file", or is it the same amount of power used, just in a shorter time period?

    Or is it power used while idle? Does a 1000 device comsume more power idling in that mode than a 10 device would?
    • Re: (Score:3, Interesting)

      I think what they're proposing is clock frequency control for Ethernet chips, like CPUs have now. I read somewhere that the power consumption increases n^3 with the clock speed, dunno where that figure comes from though.
  • Measurable? (Score:3, Insightful)

    by zaf (5944) <slashdot@NospAm.penguinmonster.com> on Friday February 02 2007, @02:09PM (#17863050) Homepage
    Does that much current actually go over ethernet transmissions? It seems to be that more power could be saved by more efficient power supplies in the switches than by wasting a lot of time and research in figuring a way to throttle link speeds. Does anybody have a value for the amount of electricity used for an hour's worth of data at 10 megabits as opposed to 1 gigabit?

    It just surprises me that +/-5 volts over copper really makes all that much difference compared to all the other waste in the datacenter.

    Also, what's the difference in energy usage for copper vs fiber links??
    • Re:Measurable? (Score:4, Informative)

      by Matt_Bennett (79107) on Friday February 02 2007, @02:49PM (#17863708) Homepage Journal
      Actually, it is pretty surprising how much current Gigabit takes- The output drives usually work in a current mode, and they draw 40mA per pair- since gigabit uses 4 pairs, that's 160mA on each end of a gigabit link. *But* the big difference is in what happens when the link is idling- 10mbit only puts through link test pulses, but 100Mbit and Gigabit both keep up idle patterns that are basically encoded strings of no information- this keeps both ends of the link ready to accept data- 10Mbit has to transmit a synchronization series of pulses to make sure both ends are clocking at the same rate. For 100 and gig, at least to the output drivers, they draw the same amount idling or transmitting at line-speed.
  • I see no reason to switch from 568B to 568A.
  • It seems to me that the energy savings would be more beneficial to whoever pays the bill on the huge server farms rather than individual "normal people" who have a small ethernet running at their house or small business and whatnot. I hope they will shift away from this and focus on another area where they can actually make a difference that would noticeably benefit everyone; I especially like the idea of improving power supply efficiency (which is a bigger problem that just ethernets, IMO). One way to do
  • By any chance... (Score:4, Interesting)

    by ivan256 (17499) on Friday February 02 2007, @02:29PM (#17863370)
    ...is this group led by ethernet equipment vendors? Perhaps vendors who are unhappy with the recent decline in equipment upgrades since people aren't upgrading from gigabit or even to gigabit from 100mbit in a way that helps their stock price sufficiently?

    It seems to me that, considering the number of ports active out there, they're talking about a tiny amount of savings per port for a total investment that could have a much larger effect if spent elsewhere.

    Hell, I bet more power is wasted by the power supplies, overly conservative fan controls, uncleaned air filters, shorted out UPS batteries that should have been replaced decades ago, overpowered CPUs, and crappily written firmware of the currently deployed switches than is consumed by transmission losses.
  • Imagine fiber with green laser - how green is that!
  • by erroneus (253617) on Friday February 02 2007, @02:36PM (#17863486) Homepage
    At an office I once worked, there were a lot of spare switches laying about after upgrading to 1000BaseT. They were considered "spare" or whatever, but there was a great many... so I sorta brought one home and mounted it into my rack and used it for a couple of months. The next two electric bills made me rethink how nice it looked to have a 24 port switch in my rack instead of that cheapy 8 port sitting on a shelf. It consumed a NOTABLE amount of power. Now, there were other things involved I'm sure... things like the changes of the seasons, global warming and all that. But when I brought the switch back to the office and went back to my cheapy 8 port again, I saw a change in my power bill.

    If I ever decide to spend money on a nice looking switch, I'll be sure to reference the power draw of the units I review.
    • Yeah, I used to have a catalyst 5000 with two 12 port cards and two 48 port 10mbps cards. But I didn't want to pay the power bill so I sold it. Now I have three tiny 10 port 10Mbps switches around the house doing switching things. Sure, I don't get any management, or vlans, or what have you, but I'm not sucking down an amp just running cooling fans, either, let alone what it takes to run one of those bastards. And that's not even that big a switch!
  • Meanwhile, far more than $450 million would be spent on IT support services, troubleshooting problems created by computers that keep changing their link speed.
  • by PainBreak (794152) on Friday February 02 2007, @02:50PM (#17863718)
    So a straight-through is: Green white / Green / Green white / Green / Green white / Green / Green white / Green Sweet. Crossovers then would be: Green white / Green / Green white / Green white / Green / Green / Green / Green white So much easier to remember! Thanks, IEEE!
  • Hmmm.... (Score:3, Insightful)

    by NerveGas (168686) on Friday February 02 2007, @06:34PM (#17867312)

        Don't get me wrong. I'm all for being green. But it would seem that instead of putting all of that effort, design time, and eventual costs in equipment in order to save a very small number of watts on the ethernet chips at each end of the link, a slightly larger effort directed into power supply losses, CPU power usage, or GPU power usage would yield 10x the benefits.

        Realistically, I know that they can't just walk over to Intel, AMD, and NVidia, and say "Alright, guys, we're here to tell you how to use less power." They're just doing what they can, and they deserve applause for it.
    • Calm down. IEEE [wikipedia.org] is the electrical engineering professional organization. They are the ones who collectively decide on most of the electrical standards in use (e.g., IEEE 802.11g). They have no interest in bowing down to corporations.
    • Yup, just like all those other Windows-only IEEE standards like, uh... no, sorry, can't think of a single one.
      • OK smartass... try and get a Broadcom WiFi device working in Linux WITHOUT NDIS Wrapper. What's that you say? You can't!? Score one for me and zero for the kid in the dunce cap. Trust me, I've been doing this for a while and am a hardcore Linux user with only one Windows system in a virtual machine at home. I know what I am talking about. The IEEE standard has nothing to do with the actual implementation as Broadcom and others continue to prove by not releasing the specs on their hardware.
My weight is perfect for my height -- which varies.