Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Computer memory
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Component that stores information}} {{Merge from|Data in use|discuss=Talk:Computer memory#Proposed merge of Data in use into Computer memory|date=March 2025}} {{Use American English|date=June 2023}} [[File:RAM Module (SDRAM-DDR4).jpg|thumb|[[DDR4 SDRAM]] module. {{As of|2021}}, over 90 percent of computer memory used in PCs and servers was of this type.<ref>{{cite news |last1=Read |first1=Jennifer |title=DDR5 Era To Officially Begin In 2021, With DRAM Market Currently Transitioning Between Generations, Says TrendForce |url=https://www.emsnow.com/ddr5-era-to-officially-begin-in-2021-with-dram-market-currently-transitioning-between-generations-says-trendforce/ |access-date=2 November 2022 |publisher=EMSNow |date=5 November 2020}}</ref>]] {{Memory types}} '''Computer memory''' stores information, such as data and programs, for immediate use in the [[computer]].<ref name=":1">{{cite web |last1=Hemmendinger |first1=David |title=Computer memory |url=https://www.britannica.com/technology/computer-memory |website=[[Encyclopedia Britannica]] |access-date=16 October 2019 |date=February 15, 2016}}</ref> The term ''memory'' is often synonymous with the terms ''[[RAM]],'' ''[[main memory]],'' or ''[[primary storage]].'' Archaic synonyms for main memory include ''core'' (for magnetic core memory) and ''store''.<ref>[[Alan Turing|A.M. Turing]] and R.A. Brooker (1952). [http://www.alanturing.net/turing_archive/archive/m/m01/M01-005.html ''Programmer's Handbook for Manchester Electronic Computer Mark II''] {{webarchive|url=https://web.archive.org/web/20140102231704/http://www.alanturing.net/turing_archive/archive/m/m01/M01-005.html |date=2014-01-02 }}. University of Manchester.</ref> Main memory operates at a high speed compared to [[mass storage]] which is slower but less expensive per bit and higher in capacity. Besides storing opened programs and data being actively processed, computer memory serves as a [[Page cache|mass storage cache]] and [[write buffer]] to improve both reading and writing performance. Operating systems borrow [[RAM]] capacity for caching so long as it is not needed by running software.<ref>{{cite web| url = https://www.kernel.org/doc/html/latest/admin-guide/sysctl/vm.html| title = Documentation for /proc/sys/vm/}}</ref> If needed, contents of the computer memory can be transferred to storage; a common way of doing this is through a memory management technique called ''[[virtual memory]]''. Modern computer memory is implemented as [[semiconductor memory]],<ref>{{cite web |title=The MOS Memory Market |url=http://smithsonianchips.si.edu/ice/cd/MEMORY97/SEC01.PDF |archive-url=https://web.archive.org/web/20030725103322/http://smithsonianchips.si.edu/ice/cd/MEMORY97/SEC01.PDF |archive-date=2003-07-25 |url-status=live |website=Integrated Circuit Engineering Corporation |publisher=[[Smithsonian Institution]] |year=1997 |access-date=16 October 2019}}</ref><ref>{{cite web |title=MOS Memory Market Trends |url=http://smithsonianchips.si.edu/ice/cd/STATUS98/SEC07.PDF |archive-url=https://web.archive.org/web/20191016225542/http://smithsonianchips.si.edu/ice/cd/STATUS98/SEC07.PDF |archive-date=2019-10-16 |url-status=live |website=Integrated Circuit Engineering Corporation |publisher=[[Smithsonian Institution]] |year=1998 |access-date=16 October 2019}}</ref> where data is stored within [[memory cell (computing)|memory cells]] built from [[MOS transistor]]s and other components on an [[integrated circuit]].<ref name="computerhistory">{{cite journal|url=https://www.computerhistory.org/siliconengine/metal-oxide-semiconductor-mos-transistor-demonstrated/|title=1960 - Metal Oxide Semiconductor (MOS) Transistor Demonstrated|journal=The Silicon Engine|publisher=[[Computer History Museum]]}}</ref> There are two main kinds of semiconductor memory: [[volatile memory|volatile]] and [[non-volatile]]. Examples of [[non-volatile memory]] are [[flash memory]] and [[ROM]], [[Programmable read-only memory|PROM]], [[EPROM]], and [[EEPROM]] memory. Examples of [[volatile memory]] are [[dynamic random-access memory]] (DRAM) used for primary storage and [[static random-access memory]] (SRAM) used mainly for [[CPU cache]]. Most semiconductor memory is organized into [[Memory cell (computing)|memory cells]] each storing one [[bit]] (0 or 1). [[Flash memory]] organization includes both one bit per memory cell and a [[multi-level cell]] capable of storing multiple bits per cell. The memory cells are grouped into words of fixed [[word length]], for example, 1, 2, 4, 8, 16, 32, 64 or 128 bits. Each word can be accessed by a binary address of ''N'' bits, making it possible to store 2<sup>''N''</sup> words in the memory. == History == [[File:Historical cost of computer memory and storage.svg|thumb|Historical lowest retail price of computer memory and [[computer storage|storage]] ]] [[File:Memoria elettromeccanica per il calcolatore IBM 602A - Museo scienza tecnologia Milano D1191.jpg|thumb|Electromechanical memory used in the [[IBM 602]], an early punch multiplying calculator]] [[File:ENIAC Penn2.jpg|thumb|Detail of the back of a section of [[ENIAC]], showing [[vacuum tubes]] ]] [[File:James Pomerene IAS machine.jpg|thumb|upright| [[Williams tube]] used as memory in the [[IAS computer]] {{circa|1951}}]] [[File:8 bytes vs. 8Gbytes.jpg|thumb|8{{nbsp}}[[Gibibyte|GB]] [[microSDHC]] card on top of 8{{nbsp}}[[bytes]] of [[magnetic-core memory]] (1{{nbsp}}core is 1{{nbsp}}[[bit]].)]] In the early 1940s, memory technology often permitted a capacity of a few bytes. The first electronic programmable [[digital computer]], the [[ENIAC]], using thousands of [[vacuum tube]]s, could perform simple calculations involving 20 numbers of ten decimal digits stored in the vacuum tubes. The next significant advance in computer memory came with acoustic [[delay-line memory]], developed by [[J. Presper Eckert]] in the early 1940s. Through the construction of a glass tube filled with [[mercury (element)|mercury]] and plugged at each end with a quartz crystal, delay lines could store [[bits of information]] in the form of sound waves propagating through the mercury, with the quartz crystals acting as [[transducer]]s to read and write bits. Delay-line memory was limited to a capacity of up to a few thousand bits. Two alternatives to the delay line, the [[Williams tube]] and [[Selectron tube]], originated in 1946, both using electron beams in glass tubes as means of storage. Using [[cathode-ray tube]]s, Fred Williams invented the Williams tube, which was the first [[random-access memory|random-access computer memory]]. The Williams tube was able to store more information than the Selectron tube (the Selectron was limited to 256 bits, while the Williams tube could store thousands) and was less expensive. The Williams tube was nevertheless frustratingly sensitive to environmental disturbances. Efforts began in the late 1940s to find [[non-volatile memory]]. [[Magnetic-core memory]] allowed for memory recall after power loss. It was developed by Frederick W. Viehe and [[An Wang]] in the late 1940s, and improved by [[Jay Forrester]] and [[Jan A. Rajchman]] in the early 1950s, before being commercialized with the [[Whirlwind I]] computer in 1953.<ref>{{cite web |title=1953: Whirlwind computer debuts core memory |url=https://www.computerhistory.org/storageengine/whirlwind-computer-debuts-core-memory/ |website=[[Computer History Museum]] |access-date=2 August 2019}}</ref> Magnetic-core memory was the dominant form of memory until the development of [[MOSFET|MOS]] [[semiconductor memory]] in the 1960s.<ref name="computerhistory1966" /> The first [[semiconductor memory]] was implemented as a [[Flip-flop (electronics)|flip-flop]] circuit in the early 1960s using [[bipolar transistors]].<ref name="computerhistory1966">{{cite web |title=1966: Semiconductor RAMs Serve High-speed Storage Needs |url=https://www.computerhistory.org/siliconengine/semiconductor-rams-serve-high-speed-storage-needs/ |website=[[Computer History Museum]] |access-date=19 June 2019}}</ref> Semiconductor memory made from [[discrete device]]s was first shipped by [[Texas Instruments]] to the [[United States Air Force]] in 1961. In the same year, the concept of [[Solid-state electronics|solid-state]] memory on an [[integrated circuit]] (IC) chip was proposed by [[applications engineers|applications engineer]] Bob Norman at [[Fairchild Semiconductor]].<ref>{{Cite web|url=https://www.computerhistory.org/storageengine/transistors-make-fast-memories/|title=1953: Transistors make fast memories {{!}} The Storage Engine {{!}} Computer History Museum|website=www.computerhistory.org|access-date=2019-11-14}}</ref> The first bipolar semiconductor memory IC chip was the SP95 introduced by [[IBM]] in 1965.<ref name="computerhistory1966"/> While semiconductor memory offered improved performance over magnetic-core memory, it remained larger and more expensive and did not displace magnetic-core memory until the late 1960s.<ref name="computerhistory1966"/><ref>{{cite book |last1=Orton |first1=John W. |title=Semiconductors and the Information Revolution: Magic Crystals that made IT Happen |date=2009 |publisher=[[Academic Press]] |isbn=978-0-08-096390-7 |page=104 |url=https://books.google.com/books?id=6YLL9197NfMC&pg=PA104}}</ref> === MOS memory === {{Main|MOS memory}} The invention of the metal–oxide–semiconductor field-effect transistor ([[MOSFET]]) enabled the practical use of [[metal–oxide–semiconductor]] (MOS) transistors as [[memory cell (computing)|memory cell]] storage elements. MOS memory was developed by John Schmidt at [[Fairchild Semiconductor]] in 1964.<ref>{{Cite book|url=https://books.google.com/books?id=kG4rAQAAIAAJ&q=John+Schmidt|title=Solid State Design - Vol. 6|date=1965|publisher=Horizon House}}</ref> In addition to higher performance, MOS [[semiconductor memory]] was cheaper and consumed less power than magnetic core memory.<ref name="computerhistory1970">{{cite web |title=1970: MOS Dynamic RAM Competes with Magnetic Core Memory on Price |url=https://www.computerhistory.org/siliconengine/mos-dynamic-ram-competes-with-magnetic-core-memory-on-price/ |website=[[Computer History Museum]] |access-date=29 July 2019}}</ref> In 1965, J. Wood and R. Ball of the [[Royal Radar Establishment]] proposed digital storage systems that use [[CMOS]] (complementary MOS) memory cells, in addition to MOSFET [[power devices]] for the [[power supply]], switched cross-coupling, [[switches]] and [[delay-line memory|delay-line storage]].<ref>{{cite conference |last1=Wood |first1=J. |last2=Ball |first2=R. |title=1965 IEEE International Solid-State Circuits Conference. Digest of Technical Papers |chapter=The use of insulated-gate field-effect transistors in digital storage systems |conference=1965 IEEE International Solid-State Circuits Conference. Digest of Technical Papers |date=February 1965 |volume=VIII |pages=82–83 |doi=10.1109/ISSCC.1965.1157606}}</ref> The development of [[silicon-gate]] [[MOS integrated circuit]] (MOS IC) technology by [[Federico Faggin]] at Fairchild in 1968 enabled the production of MOS [[memory chip]]s.<ref>{{cite web |title=1968: Silicon Gate Technology Developed for ICs |url=https://www.computerhistory.org/siliconengine/silicon-gate-technology-developed-for-ics/ |website=[[Computer History Museum]] |access-date=10 August 2019}}</ref> [[NMOS logic|NMOS]] memory was commercialized by [[IBM]] in the early 1970s.<ref>{{cite journal |last1=Critchlow |first1=D. L. |title=Recollections on MOSFET Scaling |journal=IEEE Solid-State Circuits Society Newsletter |date=2007 |volume=12 |issue=1 |pages=19–22 |doi=10.1109/N-SSC.2007.4785536 |doi-access= }}</ref> MOS memory overtook magnetic core memory as the dominant memory technology in the early 1970s.<ref name="computerhistory1970"/> The two main types of volatile [[random-access memory]] (RAM) are [[static random-access memory]] (SRAM) and [[dynamic random-access memory]] (DRAM). Bipolar SRAM was invented by Robert Norman at Fairchild Semiconductor in 1963,<ref name="computerhistory1966"/> followed by the development of MOS SRAM by John Schmidt at Fairchild in 1964.<ref name="computerhistory1970"/> SRAM became an alternative to magnetic-core memory, but requires six transistors for each [[bit]] of data.<ref name="ibm100">{{cite web |title=DRAM |url=https://www.ibm.com/ibm/history/ibm100/us/en/icons/dram/ |website=IBM100 |publisher=[[IBM]] |access-date=20 September 2019 |date=9 August 2017}}</ref> Commercial use of SRAM began in 1965, when IBM introduced their SP95 SRAM chip for the [[IBM System/360|System/360 Model 95]].<ref name="computerhistory1966"/> [[Toshiba]] introduced bipolar DRAM [[Memory cell (computing)|memory cells]] for its Toscal BC-1411 [[electronic calculator]] in 1965.<ref name="bc-spec">{{cite web|url=http://www.oldcalculatormuseum.com/s-toshbc1411.html|title=Spec Sheet for Toshiba "TOSCAL" BC-1411|website=Old Calculator Web Museum|access-date=8 May 2018|url-status=live|archive-url=https://web.archive.org/web/20170703071307/http://www.oldcalculatormuseum.com/s-toshbc1411.html|archive-date=3 July 2017}}</ref><ref name="bc">{{cite web |url=http://www.oldcalculatormuseum.com/toshbc1411.html |title=Toshiba "Toscal" BC-1411 Desktop Calculator |archive-url=https://web.archive.org/web/20070520202433/http://www.oldcalculatormuseum.com/toshbc1411.html |archive-date=2007-05-20}}</ref> While it offered improved performance, bipolar DRAM could not compete with the lower price of the then dominant magnetic-core memory.<ref>{{cite web |title=1966: Semiconductor RAMs Serve High-speed Storage Needs |url=https://www.computerhistory.org/siliconengine/semiconductor-rams-serve-high-speed-storage-needs/ |website=Computer History Museum}}</ref> MOS technology is the basis for modern DRAM. In 1966, [[Robert H. Dennard]] at the [[IBM Thomas J. Watson Research Center]] was working on MOS memory. While examining the characteristics of MOS technology, he found it was possible to build [[capacitors]], and that storing a charge or no charge on the MOS capacitor could represent the 1 and 0 of a bit, while the MOS transistor could control writing the charge to the capacitor. This led to his development of a single-transistor DRAM memory cell.<ref name="ibm100"/> In 1967, Dennard filed a patent for a single-transistor DRAM memory cell based on MOS technology.<ref>{{cite web |title=Robert Dennard |url=https://www.britannica.com/biography/Robert-Dennard |website=[[Encyclopedia Britannica]] |access-date=8 July 2019}}</ref> This led to the first commercial DRAM IC chip, the [[Intel 1103]] in October 1970.<ref name="Intel2003">{{cite web |title=Intel: 35 Years of Innovation (1968–2003) |url=https://www.intel.com/Assets/PDF/General/35yrs.pdf |publisher=Intel |year=2003 |access-date=26 June 2019 |archive-url=https://web.archive.org/web/20211104070452/https://www.intel.com/Assets/PDF/General/35yrs.pdf |archive-date=4 November 2021 |url-status=dead}}</ref><ref name="HC">[http://history-computer.com/ModernComputer/Basis/dram.html ''The DRAM memory of Robert Dennard''] history-computer.com</ref><ref name="Lojek-1103">{{cite book |last1=Lojek |first1=Bo |title=History of Semiconductor Engineering |date=2007 |publisher=[[Springer Science & Business Media]] |isbn=9783540342588 |pages=362–363 |url=https://books.google.com/books?id=2cu1Oh_COv8C&pg=PA362 |quote=The i1103 was manufactured on a 6-mask silicon-gate P-MOS process with 8 μm minimum features. The resulting product had a 2,400 µm, 2 memory cell size, a die size just under 10 mm², and sold for around $21.}}</ref> [[Synchronous dynamic random-access memory]] (SDRAM) later debuted with the [[Samsung Electronics|Samsung]] KM48SL2000 chip in 1992.<ref>{{cite web |title=KM48SL2000-7 Datasheet |url=https://www.datasheetarchive.com/KM48SL2000-7-datasheet.html |publisher=[[Samsung]] |access-date=19 June 2019 |date=August 1992}}</ref><ref name="electronic-design">{{cite journal |title=Electronic Design |journal=[[Electronic Design]] |date=1993 |volume=41 |issue=15–21 |url=https://books.google.com/books?id=QmpJAQAAIAAJ |publisher=Hayden Publishing Company |quote=The first commercial synchronous DRAM, the Samsung 16-Mbit KM48SL2000, employs a single-bank architecture that lets system designers easily transition from asynchronous to synchronous systems.}}</ref> The term ''memory'' is also often used to refer to [[non-volatile memory]] including [[read-only memory]] (ROM) through modern [[flash memory]]. [[Programmable read-only memory]] (PROM) was invented by [[Wen Tsing Chow]] in 1956, while working for the Arma Division of the American Bosch Arma Corporation.<ref name="Huang2008">{{cite book|author=Han-Way Huang|title=Embedded System Design with C805|url=https://books.google.com/books?id=3zRtCgAAQBAJ&pg=PA22|date=5 December 2008|publisher=Cengage Learning|isbn=978-1-111-81079-5|page=22|url-status=live|archive-url=https://web.archive.org/web/20180427092847/https://books.google.com/books?id=3zRtCgAAQBAJ&pg=PA22|archive-date=27 April 2018}}</ref><ref name="AufaureZimányi2013">{{cite book|author1=Marie-Aude Aufaure|author2=Esteban Zimányi|title=Business Intelligence: Second European Summer School, eBISS 2012, Brussels, Belgium, July 15-21, 2012, Tutorial Lectures|url=https://books.google.com/books?id=7iK5BQAAQBAJ&pg=PA136|date=17 January 2013|publisher=Springer|isbn=978-3-642-36318-4|page=136|url-status=live|archive-url=https://web.archive.org/web/20180427092847/https://books.google.com/books?id=7iK5BQAAQBAJ&pg=PA136|archive-date=27 April 2018}}</ref> In 1967, Dawon Kahng and [[Simon Sze]] of Bell Labs proposed that the [[floating gate]] of a MOS [[semiconductor device]] could be used for the cell of a reprogrammable ROM, which led to [[Dov Frohman]] of [[Intel]] inventing [[EPROM]] (erasable PROM) in 1971.<ref name="computerhistory1971">{{cite web |title=1971: Reusable semiconductor ROM introduced |url=https://www.computerhistory.org/storageengine/reusable-semiconductor-rom-introduced/ |website=[[Computer History Museum]] |access-date=19 June 2019}}</ref> [[EEPROM]] (electrically erasable PROM) was developed by Yasuo Tarui, Yutaka Hayashi and Kiyoko Naga at the [[Electrotechnical Laboratory]] in 1972.<ref>{{cite journal|last1=Tarui|first1=Y.|last2=Hayashi|first2=Y.|last3=Nagai|first3=K.|title=Electrically reprogrammable nonvolatile semiconductor memory|journal=IEEE Journal of Solid-State Circuits|date=1972|volume=7|issue=5|pages=369–375|doi=10.1109/JSSC.1972.1052895|issn=0018-9200|bibcode=1972IJSSC...7..369T}}</ref> Flash memory was invented by [[Fujio Masuoka]] at [[Toshiba]] in the early 1980s.<ref>{{cite web |last=Fulford |first=Benjamin |title=Unsung hero |work=Forbes |date=24 June 2002 |access-date=18 March 2008 |url=https://www.forbes.com/global/2002/0624/030.html |url-status=live |archive-url=https://web.archive.org/web/20080303205125/http://www.forbes.com/global/2002/0624/030.html |archive-date=3 March 2008 |df=dmy-all }}</ref><ref>{{patent|US|4531203|Fujio Masuoka}}</ref> Masuoka and colleagues presented the invention of [[NOR flash]] in 1984,<ref>{{cite web |title=Toshiba: Inventor of Flash Memory |url=http://www.flash25.toshiba.com |website=[[Toshiba]] |access-date=20 June 2019}}</ref> and then [[NAND flash]] in 1987.<ref>{{cite conference |chapter=New ultra high density EPROM and flash EEPROM with NAND structure cell |last1=Masuoka |first1=F. |last2=Momodomi |first2=M. |last3=Iwata |first3=Y. |last4=Shirota |first4=R. |title=1987 International Electron Devices Meeting |year=1987 |pages=552–555 |conference=[[International Electron Devices Meeting|IEDM]] 1987 |book-title=Electron Devices Meeting, 1987 International |publisher=[[IEEE]] |df=dmy |doi=10.1109/IEDM.1987.191485}}</ref> Toshiba commercialized NAND flash memory in 1987.<ref name=":0">{{cite web |title=1987: Toshiba Launches NAND Flash |url=https://www.eweek.com/storage/1987-toshiba-launches-nand-flash |website=[[eWeek]] |date=April 11, 2012 |access-date=20 June 2019}}</ref><ref>{{cite web |title=1971: Reusable semiconductor ROM introduced |url=https://www.computerhistory.org/storageengine/reusable-semiconductor-rom-introduced/ |website=[[Computer History Museum]] |access-date=19 June 2019}}</ref><ref name=":2" /> Developments in technology and economies of scale have made possible so-called '''{{vanchor|very large memory}}''' (VLM) computers.<ref name=":2">{{cite book |last = Stanek |first = William R. |title = Windows Server 2008 Inside Out |url = https://books.google.com/books?id=SbxixF4iAEcC |access-date = 2012-08-20 |year = 2009 |publisher = O'Reilly Media, Inc. |isbn = 978-0-7356-3806-8 |pages = 1520 |quote = [...] Windows Server Enterprise supports clustering with up to eight-node clusters and very large memory (VLM) configurations of up to 32 GB on 32-bit systems and 2 TB on 64-bit systems. |url-status = live |archive-url = https://web.archive.org/web/20130127064935/http://books.google.com/books?id=SbxixF4iAEcC |archive-date = 2013-01-27 }}</ref> ==Volatility categories== === Volatile memory === [[File:Kinds-of-RAM.JPG|thumb|Various memory modules containing different types of DRAM (from top to bottom): DDR SDRAM, SDRAM, EDO DRAM, and FPM DRAM]] {{Main|Volatile memory}} Volatile memory is computer memory that requires power to maintain the stored information. Most modern [[semiconductor]] volatile memory is either [[static RAM]] (SRAM) or [[dynamic RAM]] (DRAM).{{efn|Other volatile memory technologies that have attempted to compete or replace SRAM and DRAM include [[Z-RAM]] and [[A-RAM]].}} DRAM dominates for desktop system memory. SRAM is used for [[CPU cache]]. SRAM is also found in small [[embedded system]]s requiring little memory. SRAM retains its contents as long as the power is connected and may use a simpler interface, but [[Static random-access memory#Design|commonly uses six transistors per bit]]. Dynamic RAM is more complicated for interfacing and control, needing regular refresh cycles to prevent losing its contents, but uses only one transistor and one capacitor per bit, allowing it to reach much higher densities and much cheaper per-bit costs.<ref name=":1" /><ref name="HC" /><ref name=":2" /> === Non-volatile memory === {{Main|Non-volatile memory}} Non-volatile memory can retain the stored information even when not powered. Examples of non-volatile memory include [[read-only memory]], [[flash memory]], most types of magnetic computer storage devices (e.g. [[hard disk drive]]s, [[floppy disk]]s and [[magnetic tape]]), [[optical disc]]s, and early computer storage methods such as [[magnetic drum]], [[paper tape]] and [[punched card]]s.<ref name=":2" /> Non-volatile memory technologies under development include [[ferroelectric RAM]], [[programmable metallization cell]], [[Spin-transfer torque magnetic RAM]], [[SONOS]], [[resistive random-access memory]], [[racetrack memory]], [[Nano-RAM]], [[3D XPoint]], and [[millipede memory]]. === Semi-volatile memory === A third category of memory is ''semi-volatile''. The term is used to describe a memory that has some limited non-volatile duration after power is removed, but then data is ultimately lost. A typical goal when using a semi-volatile memory is to provide the high performance and durability associated with volatile memories while providing some benefits of non-volatile memory. For example, some non-volatile memory types experience wear when written. A ''worn'' cell has increased volatility but otherwise continues to work. Data locations which are written frequently can thus be directed to use worn circuits. As long as the location is updated within some known retention time, the data stays valid. After a period of time without update, the value is copied to a less-worn circuit with longer retention. Writing first to the worn area allows a high write rate while avoiding wear on the not-worn circuits.<ref>{{cite web|last1=Montierth, Briggs, Keithley|title=Semi-volatile NAND flash memory|url=https://patents.google.com/patent/US7710777B1/|access-date=20 May 2018}}</ref> As a second example, an [[STT-RAM]] can be made non-volatile by building large cells, but doing so raises the cost per bit and power requirements and reduces the write speed. Using small cells improves cost, power, and speed, but leads to semi-volatile behavior. In some applications, the increased volatility can be managed to provide many benefits of a non-volatile memory, for example by removing power but forcing a wake-up before data is lost; or by caching read-only data and discarding the cached data if the power-off time exceeds the non-volatile threshold.<ref>{{cite web|last1=Keppel, Naeimi, Nasrullah|title=Method and apparatus for managing a spin-transfer torque memory|url=https://patents.google.com/patent/US9342403B2/|website=Google Patents|access-date=20 May 2018}}</ref> The term semi-volatile is also used to describe semi-volatile behavior constructed from other memory types, such as [[nvSRAM]], which combines [[Static random-access memory|SRAM]] and a non-volatile memory on the same [[Microchip|chip]], where an external signal copies data from the volatile memory to the non-volatile memory, but if power is removed before the copy occurs, the data is lost. Another example is [[Battery-backed memory|battery-backed RAM]], which uses an external [[Electric battery|battery]] to power the memory device in case of external power loss. If power is off for an extended period of time, the battery may run out, resulting in data loss.<ref name=":2" /> == Management == {{Main|Memory management}} Proper management of memory is vital for a computer system to operate properly. Modern [[operating system]]s have complex systems to properly manage memory. Failure to do so can lead to bugs or slow performance. === Bugs === Improper management of memory is a common cause of bugs and security vulnerabilities, including the following types: * A [[memory leak]] occurs when a program requests memory from the operating system and never returns the memory when it is done with it. A program with this bug will gradually require more and more memory until the program fails as the operating system runs out. * A [[segmentation fault]] results when a program tries to access memory that it does not have permission to access. Generally, a program doing so will be terminated by the operating system. * A [[buffer overflow]] occurs when a program writes data to the end of its allocated space and then continues to write data beyond this to memory that has been allocated for other purposes. This may result in erratic program behavior, including memory access errors, incorrect results, a crash, or a breach of system security. They are thus the basis of many software vulnerabilities and can be maliciously exploited. === Virtual memory === {{Main|Virtual memory}} Virtual memory is a system where [[physical memory]] is managed by the operating system typically with assistance from a [[memory management unit]], which is part of many modern [[CPU]]s. It allows multiple types of memory to be used. For example, some data can be stored in RAM while other data is stored on a [[hard drive]] (e.g. in a [[swapfile]]), functioning as an extension of the [[cache hierarchy]]. This offers several advantages. Computer programmers no longer need to worry about where their data is physically stored or whether the user's computer will have enough memory. The operating system will place actively used data in RAM, which is much faster than hard disks. When the amount of RAM is not sufficient to run all the current programs, it can result in a situation where the computer spends more time moving data from RAM to disk and back than it does accomplishing tasks; this is known as [[Thrashing (computer science)|thrashing]]. === Protected memory === {{Main|Memory protection}} Protected memory is a system where each program is given an area of memory to use and is prevented from going outside that range. If the operating system detects that a program has tried to alter memory that does not belong to it, the program is terminated (or otherwise restricted or redirected). This way, only the offending program crashes, and other programs are not affected by the misbehavior (whether accidental or intentional). Use of protected memory greatly enhances both the reliability and security of a computer system. Without protected memory, it is possible that a bug in one program will alter the memory used by another program. This will cause that other program to run off of corrupted memory with unpredictable results. If the operating system's memory is corrupted, the entire computer system may crash and need to be [[Reboot (computing)|rebooted]]. At times programs intentionally alter the memory used by other programs. This is done by viruses and malware to take over computers. It may also be used benignly by desirable programs which are intended to modify other programs, [[debugger]]s, for example, to insert breakpoints or hooks. == See also == {{Commons category|Computer memory}} * [[Memory geometry]] * [[Memory hierarchy]] * [[Memory organization]] * [[Processor register]]s store data but normally are not considered as memory, since they only store one word and do not include an addressing mechanism. * [[Universal memory]], memory combining both large capacity and high speed == Notes == {{notelist}} == References == {{reflist}} == Further reading == * {{citation | last = Miller | first = Stephen W. | title = Memory and Storage Technology | year = 1977 | publisher = AFIPS Press | location = Montvale.}} * {{citation | title = Memory and Storage Technology | year = 1988 | publisher = Time Life Books | location = Alexandria, Virginia.}} {{Authority control}} {{Basic computer components}} {{Benchmark}} [[Category:Computer memory| ]] [[Category:MOSFETs]] [[Category:Digital electronics]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:As of
(
edit
)
Template:Authority control
(
edit
)
Template:Basic computer components
(
edit
)
Template:Benchmark
(
edit
)
Template:Circa
(
edit
)
Template:Citation
(
edit
)
Template:Cite book
(
edit
)
Template:Cite conference
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite news
(
edit
)
Template:Cite web
(
edit
)
Template:Commons category
(
edit
)
Template:Efn
(
edit
)
Template:Main
(
edit
)
Template:Memory types
(
edit
)
Template:Merge from
(
edit
)
Template:Nbsp
(
edit
)
Template:Notelist
(
edit
)
Template:Patent
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Use American English
(
edit
)
Template:Vanchor
(
edit
)
Template:Webarchive
(
edit
)