
The term "memory" refers to the parts of a digital computer that retain physical state (data) for some interval of time. "Memory" is generally used for the faster forms..
In a home computer, storage will often take the form of:
RAM, is used to store things such as programs and data temporarily while the computer is using them. It can be accessed at very high speeds, which makes it suitable for this, however all information in it is lost when the computer is turned off.
Cache memory, which is often built into the microprocessor, hard drives, or other devices, a small amount of very high speed dedicated memory used so that important parts of a computer can work at full speed without having to constantly request information every time from slower devices or the rest of the system.
An analogy is to think of the storage as human memory, with the hard disk as long-term memory, and the RAM as short-term memory.
Contents
1 Different types and different purposes
1.1 Primary vs. secondary storage
1.2 Volatile storage
1.3 Mutable vs. immutable storage
2 A list of storage devices
Different types and different purposes
There are many ways in which types of memory (fast access) or storage (slower access) can be categorised. These include the following technologies:
Primary access from the CPU or secondary (indirect) access by the CPU, which was based primarily on speed of access to the memory.
Volatile or non-volatile, which is based on the technology (magnetic vs. electrical, etc.).
Read-only memory, or read-write, again based on technology.
Random-Access or Sequential-Access, which is based on the mechanism of reading the memory.
Mutable (Read-write) vs. Immutable (Read only) storage.
Historically, "memory" referred to "magnetic core memory" in the 1950s, and then to semiconductor-based storage in the 1970s, at a time when the fastest response times were for magnetic core, and then for semiconductor memory, respectively. The evolution of usage can be glimpsed in the history of computing hardware, as the costs of the various technologies declined.
Each type of storage is suited for different purposes, and most computers contain several types: primary, secondary, and volatile.
Primary vs. secondary storage
In traditional parlance, primary storage contains data that are actively being used (for example, the programs currently being run and the data they are operating on). It is typically high-speed, relatively small, is often (but not always) volatile. It is sometimes referred to as "Main Memory." It can be accessed immediately and randomly.
Secondary storage, also known as peripheral storage, is where the computer stores information that is not necessarily in current use. It is typically slower and higher-capacity than primary storage. It is almost always non-volatile. It is slow due to serial access (thus it is also termed Serial Access Memory).
Confusingly, these terms are sometimes used differently. Primary storage can be used to refer to local random-access disk storage, which should properly be called secondary storage. If this type of storage is called primary storage, then the term secondary storage would refer to offline, sequential-access storage like tape media. This usage usually occurs in contexts where only the slower, larger forms of storage are being discussed.
Volatile storage
Volatile storage loses its contents when it loses power; non-volatile storage does not.
Mutable vs. immutable storage
Data stored in mutable storage can be overwritten at any time. Data stored in immutable storage cannot be overwritten. Systems can be made more secure by storing programs and static data in immutable storage, where they cannot be changed by an attacker. Dynamic data is stored in mutable storage because it must be changed from time to time. Most operating systems store all programs and data on hard disk drives, which are inherently mutable storage devices. File system permissions can be used to make certain areas of the hard disk logically immutable. However, the superuser is normally not affected by these permissions thus allowing some attacks to succeed.
Some operating systems, such as Linux, extend this logical immutability so data remains immutable even if an attacker gains superuser access. Attackers may be able to destroy the data but they can't change it.
A list of storage devices
Bubble memory
Cache memory
Core memory also known as ferrite core memory
Core rope memory
Delay line memory
Holographic memory
Memory stick
Selectron tube
Semiconductor memory:
DRAM
EPROM
Flash memory
NVRAM
MRAM
RAM
ROM
SRAM
VRAM
WRAM
Thin film memory
Williams tube
Internal storage areas in the computer. The term memory identifies data storage that comes in the form of chips, and the word storage is used for memory that exists on tapes or disks. Moreover, the term memory is usually used as a shorthand for physical memory, which refers to the actual chips capable of holding data. Some computers also use virtual memory, electricity to maintain its contents. As soon as the power is turned off, whatever data was in RAM is lost