Volatile memory
This article needs additional citations for verification. (July 2015) |
Computer memory and data storage types |
---|
Volatile |
Non-volatile |
Certain historical revisions of this page may meet criterion RD1 for revision deletion, as they contain significant copyright violations of https://segaretro.org/Battery_backup (Copyvios report) that have been removed in the meantime. A comment was left for the reviewing administrator: The source text was licenced under CC-BY, however there was no attribution.
Note to admins: In case of doubt, remove this template and post a message asking for review at WT:CP. With this script, go to the history with auto-selected revisions. Note to the requestor: Make sure the page has already been reverted to a non-infringing revision or that infringing text has been removed or replaced before submitting this request. This template is reserved for obvious cases only, for other cases refer to Wikipedia:Copyright problems. Note to others: Please do not remove this template until an administrator has reviewed it. |
Volatile memory, in contrast to non-volatile memory, is computer memory that requires power to maintain the stored information; it retains its contents while powered on but when the power is interrupted, the stored data is quickly lost.
Volatile memory has several uses including as primary storage. In addition to usually being faster than forms of mass storage such as a hard disk drive, volatility can protect sensitive information, as it becomes unavailable on power-down. Most general-purpose random-access memory (RAM) is volatile.[1]
Types
There are two kinds of volatile RAM: dynamic and static. Even though both types need continuous electrical current to retain data, there are some important differences between them.
Dynamic RAM (DRAM) is very popular due to its cost-effectiveness. DRAM stores each bit of information in a different capacitor within the integrated circuit. DRAM chips need just one single capacitor and one transistor to store each bit of information. This makes it space-efficient and inexpensive.[2]
The main advantage of static RAM (SRAM) is that it is much faster than dynamic RAM. Its disadvantage is its high price. SRAM does not need continuous electrical refreshes, but it still requires constant current to sustain the difference in voltage. Every single bit in a static RAM chip needs a cell of six transistors, whereas dynamic RAM requires only one capacitor and one transistor. As a result, SRAM is unable to accomplish the storage capabilities of the DRAM family.[3] SRAM is commonly used as CPU cache and for processor registers and in networking devices.
References
- ^ "What is volatile memory? - Definition from WhatIs.com". WhatIs.com.
- ^ DRAM Technology (PDF), Integrated Circuit Engineering Corporation, retrieved 2018-03-27
- ^ "What is the difference between static RAM and dynamic RAM?". HowStuffWorks. 2000-08-24. Retrieved 2018-05-14.