Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    Power management is a feature of some electrical appliances, especially copiers and computer peripherals such as monitors and printers, that turns off the power or switches the system to a low-power state after a period of inactivity.APM has been superseded by ACPI. All recent computers have ACPI support.

        Power management
            Motivations
            Processor level techniques
            Operating system level: Hibernation
            See also

    top

    Motivations
    Power management for computer systems are desired for many reasons, particularly:
      for portable and embedded systems: to prolong battery life and reduce heat dissipation
      for desktop systems: reduce cooling requirement and reduce noise
      for supercomputers: reduce operating costs from energy and cooling
    Lower power consumption also means low heat dissipation, which increases system stability.

    top

    Processor level techniques
    The power management for microprocessors could be done over the whole processors or some fine-grain areas.

    For global power control, there are
      Dynamic Voltage and Frequency Scaling (DVFS: an energy-saving technique that consists of varying the frequency and voltage of a microprocessor in realtime according to processing needs.

    Newer Intel Core processors support ultra-fine power control over the function units within the processors.

    top

    Operating system level: Hibernation

    When computer system hibernates it dumps the entire contents of the RAM to disk and powers down the entire machine. On startup it quickly reloads the data. It allows the system to be completely powered off while in hibernate mode. This requires a file the size of the installed RAM to be placed in the system's root directory, using up space even when not in hibernate mode. Hibernate mode is enabled by default in some versions of Windows and can be disabled in order to recover this disk space.

    top

    See also
      DVFS Dynamic Voltage and Frequency Scaling for processors.
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Power management". link