'Slow Internet,' the next green trend?
The "slow food" movement came first, followed by "slow work" and even "slow medicine." Next, will people let the Internet relax a little for the sake of ecological sustainability?
Researchers are finding that data centers can make relatively simple power consumption tweaks that mimic those long available for personal computers, as New Scientist reports.
Energy-saving settings take several clicks to set up on Windows or Mac personal computers. But at data centers, where power consumption counts on a grander scale, equipment is often left on even when dormant.
Data centers' emissions of global warming gases exceed those of Argentina and the Netherlands combined, according to an April study by McKinsey & Co. and the Uptime Institute.
However, research from labs at Intel and the University of California at Berkeley has found that network hardware could consume up to 80 percent less energy if allowed to sleep, or if set up for data to travel in clusters rather than in an even flow. Changes to delay the flow of data by milliseconds, not enough for Web surfers to notice, reportedly cut energy use in half.
And in tests with Windows Live Messenger chatting software, Microsoft cut energy use by one-third by clustering active network connections rather than spreading them evenly across servers, noted New Scientist.






- by inetdog May 7, 2008 12:54 PM PDT
- I think that was just an analogy not meant to be taken literally. <br /><br />The same desireable effect can be gotten by changing the network usage patterns of the client role and server role players in each connection. Another analogy which might be better would be to think of a program interface which processes incoming communications by getting an interrupt/callback from a network driver. If the application sucks in all of the available characters and then goes away to process them, only to be interrupted again as more characters come in, there will be a lot of context switching overhead. But if the interrupt comes after the entire message has been received, there will be only one context switch. <br />The situation referrred to here is more a matter of processing entire packets than characters within a single message, but it may be a useful analogy on why delaying some network traffic so that it travels in bunches makes sense.
- Like this Reply to this comment
-
(11 Comments)