Green computing

Green computing, Green ICT as per IFG International Federation of Green ICT and IFG Standard, green IT, or ICT sustainability, is the study and practice of environmentally sustainable computing or IT. San Murugesan notes that this can include "designing, manufacturing, using, and disposing of computers, servers, and associated subsystems—such as monitors, printers, storage devices, and networking and communications systems — efficiently and effectively with minimal or no effect on the environment."[1]

The goals of green computing are similar to green chemistry: reduce the use of hazardous materials, maximize energy efficiency during the product's lifetime, and promote the recyclability or biodegradability of defunct products and factory waste. Green computing is important for all classes of systems, ranging from handheld systems[2] to large-scale data centers.[3]

Many corporate IT departments have green computing initiatives to reduce the environmental effect of their IT operations.[4]

Origins

Energy Star logo

In 1992, the U.S. Environmental Protection Agency launched Energy Star, a voluntary labeling program that is designed to promote and recognize energy-efficiency in monitors, climate control equipment, and other technologies. This resulted in the widespread adoption of sleep mode among consumer electronics. Concurrently, the Swedish organization TCO Development launched the TCO Certification program to promote low magnetic and electrical emissions from CRT-based computer displays; this program was later expanded to include criteria on energy consumption, ergonomics, and the use of hazardous materials in construction.[5]

Regulations and industry initiatives

The Organisation for Economic Co-operation and Development (OECD) has published a survey of over 90 government and industry initiatives on "Green ICTs", i.e. information and communication technologies, the environment and climate change. The report concludes that initiatives tend to concentrate on the greening ICTs themselves rather than on their actual implementation to tackle global warming and environmental degradation. In general, only 20% of initiatives have measurable targets, with government programs tending to include targets more frequently than business associations.[6]

Government

Many governmental agencies have continued to implement standards and regulations that encourage green computing. The Energy Star program was revised in October 2006 to include stricter efficiency requirements for computer equipment, along with a tiered ranking system for approved products.[7][8]

By 2008, 26 US states established statewide recycling programs for obsolete computers and consumer electronics equipment.[9] The statutes either impose an "advance recovery fee" for each unit sold at retail or require the manufacturers to reclaim the equipment at disposal.

In 2010, the American Recovery and Reinvestment Act (ARRA) was signed into legislation by President Obama. The bill allocated over $90 billion to be invested in green initiatives (renewable energy, smart grids, energy efficiency, etc.) In January 2010, the U.S. Energy Department granted $47 million of the ARRA money towards projects that aim to improve the energy efficiency of data centers. The projects provided research to optimize data center hardware and software, improve power supply chain, and data center cooling technologies.[10]

Industry

Approaches

In a 2008 article San Murugesan defined green computing as "the study and practice of designing, manufacturing, using, and disposing of computers, servers, and associated subsystems — such as monitors, printers, storage devices, and networking and communications systems — efficiently and effectively with minimal or no impact on the environment."[1] Murugesan lays out four paths along which he believes the environmental effects of computing should be addressed:[1] Green use, green disposal, green design, and green manufacturing. Green computing can also develop solutions that offer benefits by "aligning all IT processes and practices with the core principles of sustainability, which are to reduce, reuse, and recycle; and finding innovative ways to use IT in business processes to deliver sustainability benefits across the enterprise and beyond".[18]

Modern IT systems rely upon a complicated mix of people, networks, and hardware; as such, a green computing initiative must cover all of these areas as well. A solution may also need to address end user satisfaction, management restructuring, regulatory compliance, and return on investment (ROI). There are also considerable fiscal motivations for companies to take control of their own power consumption; "of the power management tools available, one of the most powerful may still be simple, plain, common sense."[19]

Product longevity

Gartner maintains that the PC manufacturing process accounts for 70% of the natural resources used in the life cycle of a PC.[20] More recently, Fujitsu released a Life Cycle Assessment (LCA) of a desktop that show that manufacturing and end of life accounts for the majority of this desktop's ecological footprint.[21] Therefore, the biggest contribution to green computing usually is to prolong the equipment's lifetime. Another report from Gartner recommends to "Look for product longevity, including upgradability and modularity." [22] For instance, manufacturing a new PC makes a far bigger ecological footprint than manufacturing a new RAM module to upgrade an existing one.

Data center design

Data center facilities are heavy consumers of energy, accounting for between 1.1% and 1.5% of the world’s total energy use in 2010 [1]. The U.S. Department of Energy estimates that data center facilities consume up to 100 to 200 times more energy than standard office buildings.[23]

Energy efficient data center design should address all of the energy use aspects included in a data center: from the IT equipment to the HVAC equipment to the actual location, configuration and construction of the building.

The U.S. Department of Energy specifies five primary areas on which to focus energy efficient data center design best practices:[24]

Additional energy efficient design opportunities specified by the U.S. Department of Energy include on-site electrical generation and recycling of waste heat.[23][25]

Energy efficient data center design should help to better utilize a data center’s space, and increase performance and efficiency.

Software and deployment optimization

Algorithmic efficiency

Further information: Analysis of algorithms

The efficiency of algorithms affects the amount of computer resources required for any given computing function and there are many efficiency trade-offs in writing programs. Algorithm changes, such as switching from a slow (e.g. linear) search algorithm to a fast (e.g. hashed or indexed) search algorithm can reduce resource usage for a given task from substantial to close to zero. In 2009, a study by a physicist at Harvard estimated that the average Google search released 7 grams of carbon dioxide (CO₂).[26] However, Google disputed this figure, arguing instead that a typical search produced only 0.2 grams of CO₂.[27]

Resource allocation

Main article: Resource allocation

Algorithms can also be used to route data to data centers where electricity is less expensive. Researchers from MIT, Carnegie Mellon University, and Akamai have tested an energy allocation algorithm that successfully routes traffic to the location with the cheapest energy costs. The researchers project up to a 40 percent savings on energy costs if their proposed algorithm were to be deployed. However, this approach does not actually reduce the amount of energy being used; it reduces only the cost to the company using it. Nonetheless, a similar strategy could be used to direct traffic to rely on energy that is produced in a more environmentally friendly or efficient way. A similar approach has also been used to cut energy usage by routing traffic away from data centers experiencing warm weather; this allows computers to be shut down to avoid using air conditioning.[28]

Larger server centers are sometimes located where energy and land are inexpensive and readily available. Local availability of renewable energy, climate that allows outside air to be used for cooling, or locating them where the heat they produce may be used for other purposes could be factors in green siting decisions.

Approaches to actually reduce the energy consumption of network devices by proper network/device management techniques are surveyed in.[29] The authors grouped the approaches into 4 main strategies, namely (i) Adaptive Link Rate (ALR), (ii) Interface Proxying, (iii) Energy Aware Infrastructure, and (iv) Energy Aware Applications.

Virtualizing

Computer virtualization refers to the abstraction of computer resources, such as the process of running two or more logical computer systems on one set of physical hardware. The concept originated with the IBM mainframe operating systems of the 1960s, but was commercialized for x86-compatible computers only in the 1990s. With virtualization, a system administrator could combine several physical systems into virtual machines on one single, powerful system, thereby unplugging the original hardware and reducing power and cooling consumption. Virtualization can assist in distributing work so that servers are either busy or put in a low-power sleep state. Several commercial companies and open-source projects now offer software packages to enable a transition to virtual computing. Intel Corporation and AMD have also built proprietary virtualization enhancements to the x86 instruction set into each of their CPU product lines, in order to facilitate virtual computing.

Terminal servers

Main article: Terminal server

Terminal servers have also been used in green computing. When using the system, users at a terminal connect to a central server; all of the actual computing is done on the server, but the end user experiences the operating system on the terminal. These can be combined with thin clients, which use up to 1/8 the amount of energy of a normal workstation, resulting in a decrease of energy costs and consumption. There has been an increase in using terminal services with thin clients to create virtual labs. Examples of terminal server software include Terminal Services for Windows and the Linux Terminal Server Project (LTSP) for the Linux operating system.

Power management

Main article: Power management

The Advanced Configuration and Power Interface (ACPI), an open industry standard, allows an operating system to directly control the power-saving aspects of its underlying hardware. This allows a system to automatically turn off components such as monitors and hard drives after set periods of inactivity. In addition, a system may hibernate, when most components (including the CPU and the system RAM) are turned off. ACPI is a successor to an earlier Intel-Microsoft standard called Advanced Power Management, which allows a computer's BIOS to control power management functions.

Some programs allow the user to manually adjust the voltages supplied to the CPU, which reduces both the amount of heat produced and electricity consumed. This process is called undervolting. Some CPUs can automatically undervolt the processor, depending on the workload; this technology is called "SpeedStep" on Intel processors, "PowerNow!"/"Cool'n'Quiet" on AMD chips, LongHaul on VIA CPUs, and LongRun with Transmeta processors.

Data center power

Data centers, which have been criticized for their extraordinarily high energy demand, are a primary focus for proponents of green computing.[3][30] Data centers can potentially improve their energy and space efficiency through techniques such as storage consolidation and virtualization. Many organizations are aiming to eliminate underutilized servers, which results in lower energy usage.[31] The first step toward this aim will be training of data center administrators.[32] The U.S. federal government has set a minimum 10% reduction target for data center energy usage by 2011.[30] With the aid of a self-styled ultraefficient evaporative cooling technology, Google Inc. has been able to reduce its energy consumption to 50% of that of the industry average.[30]

Operating system support

Microsoft Windows, has included limited PC power management features since Windows 95.[33] These initially provided for stand-by (suspend-to-RAM) and a monitor low power state. Further iterations of Windows added hibernate (suspend-to-disk) and support for the ACPI standard. Windows 2000 was the first NT-based operating system to include power management. This required major changes to the underlying operating system architecture and a new hardware driver model. Windows 2000 also introduced Group Policy, a technology that allowed administrators to centrally configure most Windows features. However, power management was not one of those features. This is probably because the power management settings design relied upon a connected set of per-user and per-machine binary registry values,[34] effectively leaving it up to each user to configure their own power management settings.

This approach, which is not compatible with Windows Group Policy, was repeated in Windows XP. The reasons for this design decision by Microsoft are not known, and it has resulted in heavy criticism.[35] Microsoft significantly improved this in Windows Vista[36] by redesigning the power management system to allow basic configuration by Group Policy. The support offered is limited to a single per-computer policy. The most recent release, Windows 7 retains these limitations but does include refinements for timer coalescing, processor power management,[37][38] and display panel brightness. The most significant change in Windows 7 is in the user experience. The prominence of the default High Performance power plan has been reduced with the aim of encouraging users to save power.

There is a significant market in third-party PC power management software offering features beyond those present in the Windows operating system.[39][40][41] available. Most products offer Active Directory integration and per-user/per-machine settings with the more advanced offering multiple power plans, scheduled power plans, anti-insomnia features and enterprise power usage reporting. Notable vendors include 1E NightWatchman,[42][43] Data Synergy PowerMAN (Software),[44][45] Faronics Power Save,[46] Verdiem SURVEYOR and EnviProt Auto Shutdown Manager[47]

Power supply

Desktop computer power supplies are in general 70–75% efficient,[48] dissipating the remaining energy as heat. A certification program called 80 Plus certifies PSUs that are at least 80% efficient; typically these models are drop-in replacements for older, less efficient PSUs of the same form factor. As of July 20, 2007, all new Energy Star 4.0-certified desktop PSUs must be at least 80% efficient.[49]

Storage

Smaller form factor (e.g., 2.5 inch) hard disk drives often consume less power per gigabyte than physically larger drives.[50][51] Unlike hard disk drives, solid-state drives store data in flash memory or DRAM. With no moving parts, power consumption may be reduced somewhat for low-capacity flash-based devices.[52][53]

In a recent case study, Fusion-io, manufacturer of solid state storage devices, managed to reduce the energy use and operating costs of MySpace data centers by 80% while increasing performance speeds beyond that which had been attainable via multiple hard disk drives in Raid 0.[54][55] In response, MySpace was able to retire several of their servers.

As hard drive prices have fallen, storage farms have tended to increase in capacity to make more data available online. This includes archival and backup data that would formerly have been saved on tape or other offline storage. The increase in online storage has increased power consumption. Reducing the power consumed by large storage arrays, while still providing the benefits of online storage, is a subject of ongoing research.[56]

Video card

A fast GPU may be the largest power consumer in a computer.[57]

Energy-efficient display options include:

Display

CRT monitors typically use more power than LCD monitors. They also contain significant amounts of lead. LCD monitors typically use a cold-cathode fluorescent bulb to provide light for the display. Some newer displays use an array of light-emitting diodes (LEDs) in place of the fluorescent bulb, which reduces the amount of electricity used by the display.[58] Fluorescent back-lights also contain mercury, whereas LED back-lights do not.

Materials recycling

Recycling computing equipment can keep harmful materials such as lead, mercury, and hexavalent chromium out of landfills, and can also replace equipment that otherwise would need to be manufactured, saving further energy and emissions. Computer systems that have outlived their particular function can be re-purposed, or donated to various charities and non-profit organizations.[59] However, many charities have recently imposed minimum system requirements for donated equipment.[60] Additionally, parts from outdated systems may be salvaged and recycled through certain retail outlets[61][62] and municipal or private recycling centers. Computing supplies, such as printer cartridges, paper, and batteries may be recycled as well.[63]

A drawback to many of these schemes is that computers gathered through recycling drives are often shipped to developing countries where environmental standards are less strict than in North America and Europe.[64] The Silicon Valley Toxics Coalition estimates that 80% of the post-consumer e-waste collected for recycling is shipped abroad to countries such as China and Pakistan.[65]

In 2011, the collection rate of e-waste is still very low, even in the most ecology-responsible countries like France. In this country, e-waste collection is still at a 14% annual rate between electronic equipment sold and e-waste collected for 2006 to 2009.[66]

The recycling of old computers raises an important privacy issue. The old storage devices still hold private information, such as emails, passwords, and credit card numbers, which can be recovered simply by someone's using software available freely on the Internet. Deletion of a file does not actually remove the file from the hard drive. Before recycling a computer, users should remove the hard drive, or hard drives if there is more than one, and physically destroy it or store it somewhere safe. There are some authorized hardware recycling companies to whom the computer may be given for recycling, and they typically sign a non-disclosure agreement.[67]

Cloud computing

Main article: Cloud computing

Cloud computing addresses two major ICT challenges related to Green computing – energy usage and resource consumption. Virtualization, Dynamic provisioning environment, multi-tenancy, green data center approaches are enabling cloud computing to lower carbon emissions and energy usage up to a great extent. Large enterprises and small businesses can reduce their direct energy consumption and carbon emissions by up to 30% and 90% respectively by moving certain on-premises applications into the cloud.[68] One common example includes Online shopping that helps people purchase products and services over the Internet without requiring them to drive and waste fuel to reach out to the physical shop, which, in turn, reduces greenhouse gas emission related to travel.[69]

Telecommuting

Main article: Telecommuting

Teleconferencing and telepresence technologies are often implemented in green computing initiatives. The advantages are many; increased worker satisfaction, reduction of greenhouse gas emissions related to travel, and increased profit margins as a result of lower overhead costs for office space, heat, lighting, etc.[70] The savings are significant; the average annual energy consumption for U.S. office buildings is over 23 kilowatt hours per square foot, with heat, air conditioning and lighting accounting for 70% of all energy consumed.[71] Other related initiatives, such as Hoteling, reduce the square footage per employee as workers reserve space only when they need it.[72] Many types of jobs, such as sales, consulting, and field service, integrate well with this technique.

Voice over IP (VoIP) reduces the telephony wiring infrastructure by sharing the existing Ethernet copper. VoIP and phone extension mobility also made hot desking more practical.

Telecommunication network devices energy indices

The information and communication technologies (ICTs) energy consumption, in the USA and worldwide, has been estimated respectively at 9.4% and 5.3% of the total electricity produced.[73] The energy consumption of ICTs is today significant even when compared with other industries. Some study tried to identify the key energy indices that allow a relevant comparison between different devices (network elements).[74] This analysis was focused on how to optimise device and network consumption for carrier telecommunication by itself. The target was to allow an immediate perception of the relationship between the network technology and the environmental effect. These studies are at the start and the gap to fill in this sector is still huge and further research will be necessary.

Supercomputers

The inaugural Green500 list was announced on November 15, 2007 at SC|07. As a complement to the TOP500, the unveiling of the Green500 ushered in a new era where supercomputers can be compared by performance-per-watt. http://www.green500.org/

The TSUBAME-KFC-GSIC Center by Tokyo Institute of Technology, Made in Japan was with a great advantage to the second, the Top 1 Supercomputer in the World with 4,503.17 MFLOPS/W and 27.78 Total Power (kW)++

Today a new supercomputer, L-CSC from the GSI Helmholtz Center, Made in Germany emerged as the most energy-efficient (or greenest) supercomputer in the world. The L-CSC cluster was the first and only supercomputer on the list to surpass 5 gigaflops/watt (billions of operations per second per watt). L-CSC is a heterogeneous supercomputer that is powered by Dual Intel Xeon E5-260 and GPU accelerators, namely AMD FirePro™ S9150 GPUs. It marks the first time that a supercomputer using AMD GPUs has held the top spot. Each server has a memory of 256 gigabytes. Connected, the server via an Infiniband FDR network.

Education and certification

Green computing programs

Degree and postgraduate programs that provide training in a range of information technology concentrations along with sustainable strategies in an effort to educate students how to build and maintain systems while reducing its harm to the environment. The Australian National University (ANU) offers "ICT Sustainability" as part of its information technology and engineering masters programs.[75] Athabasca University offer a similar course "Green ICT Strategies",[76] adapted from the ANU course notes by Tom Worthington.[77] In the UK, Leeds Beckett University offers an MSc Sustainable Computing program in both full and part-time access modes.[78]

Green computing certifications

Some certifications demonstrate that an individual has specific green computing knowledge, including:

Blogs and Web 2.0 resources

There are a lot of blogs and other user created references that can be used to gain more insights on green computing strategies, technologies and business benefits. A lot of students in Management and Engineering courses have helped in raising higher awareness about green computing.[82][83]

See also

Further reading

References

  1. 1 2 3 San Murugesan, “Harnessing Green IT: Principles and Practices,” IEEE IT Professional, January–February 2008, pp 24-33.
  2. S. Mittal, "A survey of techniques for improving energy efficiency in embedded computing systems", IJCAET, 6(4), 440–459, 2014.
  3. 1 2 "Power Management Techniques for Data Centers: A Survey", 2014.
  4. E. Curry, B. Guyon, C. Sheridan, and B. Donnellan, “Developing a Sustainable IT Capability: Lessons From Intel’s Journey,” MIS Quarterly Executive, vol. 11, no. 2, pp. 61–74, 2012.
  5. "TCO takes the initiative in comparative product testing". 2008-05-03. Retrieved 2008-05-03.
  6. Full report: OECD Working Party on the Information Economy. "Towards Green ICT strategies: Assessing Policies and Programmes on ICTs and the Environment" (PDF). Summary: OECD Working Party on the Information Economy. "Executive summary of OECD report" (PDF).
  7. Jones, Ernesta (2006-10-23). "EPA Announces New Computer Efficiency Requirements". U.S. EPA. Retrieved 2007-09-18.
  8. Gardiner, Bryan (2007-02-22). "How Important Will New Energy Star Be for PC Makers?". PC Magazine. Retrieved 2007-09-18.
  9. "State Legislation on E-Waste". Electronics Take Back Coalition. 2008-03-20. Archived from the original on 2009-03-06. Retrieved 2008-03-08.
  10. "Secretary Chu Announces $47 Million to Improve Efficiency in Information Technology and Communications Sectors" (Press release). U.S. Department of Energy. 2010-01-06. Archived from the original on 2010-05-27. Retrieved 2010-10-30.
  11. 1 2 "Intel and Google Join with Dell, EDS, EPA, HP, IBM, Lenovo, Microsoft, PG&E, World Wildlife Fund and Others to Launch Climate Savers Computing Initiative" (Press release). Business Wire. 2007-06-12. Archived from the original on 2008-02-14. Retrieved 2007-12-11.
  12. "What exactly is the Climate Savers Computing Initiative?". Climate Savers Computing Initiative. 2007. Archived from the original on 2007-12-15. Retrieved 2007-12-11.
  13. "President Bush Requires Federal Agencies to Buy EPEAT Registered Green Electronic Products" (PDF) (Press release). Green Electronics Council. 2007-01-24. Archived from the original (PDF) on 2010-06-03. Retrieved 2007-09-20.
  14. "Executive Order: Strengthening Federal Environmental, Energy, and Transportation Management" (Press release). The White House: Office of the Press Secretary. 2007-01-24. Retrieved 2007-09-20.
  15. "Energy benchmarks: a detailed analysis (e-Energy 2006)". ACM. ISBN 978-1-4503-0042-1. Meikel Poess, Raghunath Nambiar, Kushagra Vaid, John M. Stephens, Jr., Karl Huppler, Evan Haines.
  16. "SPEC Power and Performance Committee". SPEC. 2013. Archived from the original on 2013-04-12. Retrieved 2013-05-15.
  17. "www.vmmark.com". VMware. 2013. Retrieved 2013-05-15.
  18. Donnellan, Brian and Sheridan, Charles and Curry, Edward (Jan–Feb 2011). "A Capability Maturity Framework for Sustainable Information and Communication Technology". IEEE IT Professional. 13 (1): 33–40.
  19. "The common sense of lean and green IT". Deloitte Technology Predictions. Archived from the original on 2010-07-06.
  20. InfoWorld July 06, 2009; http://www.infoworld.com/d/green-it/used-pc-strategy-passes-toxic-buck-300?_kip_ipx=1053322433-1267784052&_pxn=0
  21. GreenIT.fr Feb. 2011; http://www.greenit.fr/article/materiel/pc-de-bureau/quelle-est-l-empreinte-carbone-d-un-ordinateur-3478
  22. Simon Mingay, Gartner: 10 Key Elements of a 'Green IT' Strategy; http://www.onsitelasermedic.com/pdf/10_key_elements_greenIT.pdf.
  23. 1 2 “Best Practices Guide for Energy-Efficient Data Center Design”, prepared by the National Renewable Energy Laboratory for the U.S. Department of Energy, Federal Energy Management Program, March 2011.
  24. Koomey, Jonathon. “Growth in data center electricity use 2005 to 2010,” Oakland, CA: Analytics Press. August 1.
  25. https://scholar.google.com.pk/citations?view_op=view_citation&hl=en&user=tWRIBtoAAAAJ&sortby=pubdate&citation_for_view=tWRIBtoAAAAJ:rO6llkc54NcC
  26. "Research reveals environmental impact of Google searches.". Fox News. 2009-01-12. Retrieved 2009-01-15.
  27. "Powering a Google search". Official Google Blog. Google. Retrieved 2009-10-01.
  28. Rear don, Marguerite (August 18, 2009). "Energy-aware Internet routing coming soon". Retrieved August 19, 2009.
  29. Aruna Prem Bianzino; Claude Chaudet; Dario Rossi; Jean-Louis Rougier (October 19, 2010). "A Survey of Green Networking Research". arXiv:1010.3880Freely accessible [cs.NI].
  30. 1 2 3 Kurp, Patrick."Green Computing," Communications of the ACM51(10):11.
  31. "Is Green IT Over?". Dell.com. Retrieved 07-11-21. Check date values in: |access-date= (help)
  32. "Towards Green Computing Application for Measuring the Sustainability of Data Centers: An Analytical Survey, Zohreh Gandomi, Salmiah Amin". SDIWC Digital Library. Retrieved Nov 2014. Check date values in: |access-date= (help)
  33. "Windows 95 Power Management".
  34. "Windows power-saving options are, bizarrely, stored in HKEY_CURRENT_USER".
  35. "How Windows XP Wasted $25 Billion of Energy". 2006-11-21. Retrieved 2005-11-21.
  36. "Windows Vista Power Management Changes".
  37. "Windows 7 Processor Power Management".
  38. "Windows 7 Timer Coalescing".
  39. "Power Management Software for Windows Workstations".
  40. "Energy Star Commercial Packages List".
  41. The Headmasters'; Headmistresses' Conference. "HMC: A Practical Guide to Sustainable Building for Schools".
  42. "PC Power Management Solutions".
  43. "Why use software NightWatchman to turn your PCs off?".
  44. "University of Oxford Low Carbon Project: Energy and the networked computing environment".
  45. "1E upgrades NightWatchman, seeks to bring powermanagement to SMEs: Competitive landscape" (PDF).
  46. "Forrester Study: Total Economic Impact of Faronics Power Save" (PDF).
  47. "Going Green: University of California, Berkeley" (PDF).
  48. Schuhmann, Daniel (2005-02-28). "Strong Showing: High-Performance Power Supply Units". Tom's Hardware. Retrieved 2007-09-18.
  49. "Computer Key Product Criteria". Energy Star. 2007-07-20. Retrieved 2007-09-17.
  50. Mike Chin (8 March 2004). "IS the Silent PC Future 2.5-inches wide?". Retrieved 2008-08-02.
  51. Mike Chin (2002-09-18). "Recommended Hard Drives". Retrieved 2008-08-02.
  52. "Super Talent's 2.5" IDE Flash hard drive - The Tech Report - Page 13". The Tech Report. Retrieved 2012-09-25.
  53. "Power Consumption - Tom's Hardware: Conventional Hard Drive Obsoletism? Samsung's 32 GB Flash Drive Previewed". Tomshardware.com. 2006-09-20. Retrieved 2012-09-25.
  54. Media Galleries Temporarily Disabled. "Media Galleries Temporarily Disabled - Fusion-io Community Forum". Community.fusionio.com. Retrieved 2012-09-25.
  55. "Dead". Retrieved October 23, 2009.
  56. IBM chief engineer talks green storage, SearchStorage - TechTarget
  57. "Faster, Quieter, Lower: Power Consumption and Noise Level of Contemporary Graphics Cards". X-bit labs. 2006-07-30. Retrieved 2012-09-25.
  58. "Cree LED Backlight Solution Lowers Power Consumption of LCD Displays". 2005-05-23. Retrieved 2007-09-17.
  59. "Reuse your electronics through donation » Earth 911". Web.archive.org. 2010-04-13. Archived from the original on May 3, 2008. Retrieved 2012-09-25.
  60. Delaney, John (2007-09-04). "15 Ways to Reinvent Your PC". PC Magazine. 26 (17).
  61. "Staples Launches Nationwide Computer and Office Technology Recycling Program". Staples, Inc. 2007-05-21. Retrieved 2007-09-17.
  62. "Goodwill Teams with Electronic Recyclers to Recycle eWaste". Earth 911. 2007-08-15. Archived from the original on 2008-07-25. Retrieved 2007-09-17.
  63. Refilled ink cartridges, paper recycling, battery recycling
  64. Segan, Sascha (2007-10-02). "Green Tech: Reduce, Reuse, That's It". PC Magazine. 26 (19): 56. Retrieved 2007-11-07.
  65. Royte, Elizabeth (2006). Garbage Land: On the Secret Trail of Trash. Back Bay Books. pp. 169–170. ISBN 0-316-73826-3.
  66. "e-waste take-back still very low". GreenIT.fr. 2011-02-09. Retrieved 2011-02-09.
  67. "Green Computing and Privacy Issues". MySecureCyberspace. Retrieved 2012-09-25.
  68. "Microsoft-backed research suggests big energy reductions from cloud". ZDNet. 2010-11-04. Retrieved 2015-09-03.
  69. 1 2 "Google Scholar Citations". scholar.google.com.pk. Retrieved 2016-05-05.
  70. E. Curry, B. Guyon, C. Sheridan, and B. Donnellan, “Developing an Sustainable IT Capability: Lessons From Intel’s Journey,” MIS Quarterly Executive, vol. 11, no. 2, pp. 61–74, 2012.
  71. "EPA Office Building Energy Use Profile" (PDF). EPA. 2007-08-15. Archived from the original (PDF) on 2009-03-06. Retrieved 2008-03-17.
  72. "What Is Green IT?".
  73. {{url=http://www.itu.int/ITU-D/cyb/app/docs/itu-icts-for-e-environment.pdf}}
  74. Puglia, Virgilio (January 2013). "Energy indices for environmental sustainability". International Journal of Technology Marketing. 8 (1/2013).
  75. "ICT Sustainability Course". Australian National University. 2012-01-01. Retrieved 2012-02-05.
  76. "Green ICT Strategies (Revision 1)". Athabasca University. 2011-09-06. Retrieved 2012-02-05.
  77. "ICT Sustainability: Assessment and Strategies for a Low Carbon Future". Tomw Communications Pty, Limited. 2011-09-06. Retrieved 2012-02-05.
  78. "MSc Sustainable Computing Course". Leeds Beckett University. 2012-01-01. Retrieved 2012-04-26.
  79. "Green Computing Initiative Certification". Green Computing Initiative. Retrieved 2012-02-05.
  80. "Singapore Certified Green IT Professional". Singapore Infocomm Technology Federation. 2012. Retrieved 2012-02-05.
  81. "Green Technology Strategies Course". Australian Computer Society. 2011-11-29. Archived from the original on 2011-03-02. Retrieved 2012-02-05.
  82. "Green Computing Blog by students of IE Business School". Wordpress. Retrieved 2012-06-12.
  83. "http://greenteamforgreenit.blogspot.com.es/" - Green Team for Green IT : A blog by MBA students from IE Business School to spread an understanding on the importance, effects, and implications of Green IT for Business
This article is issued from Wikipedia - version of the 11/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.