Memory - Hierarchy

Card Puncher Data Processing

About

A memory/storage hierarchy in computer storage distinguishes each level in the hierarchy by:

Hierachy Storage

The transfer of memory from primary storage to secondary storage is done through virtual memory.

Storage levels

There are three major storage levels

Primary

Primary Storage:

  • the main memory system RAM and controller cards – may take hundreds of cycles, but can be multiple gigabytes. Access times may not be uniform, in the case of a NUMA machine.

Secondary

Secondary storage and On-line mass storage principally Disk storage – millions of cycles latency if not cached, but very large

Tertiary

Tertiary and Off-line bulk storage - several seconds latency, can be huge because it happens via a network connection.

Name

Internal / External

The internal or external type of memory is a grouping by location of the memory.

When the memory is internal, it's on the motherboard, otherwise, it's external.

There is only one internal memory and it's the primary (main/internal).

Level Type
Primary Internal
Secondary External
Tertiary External

Main / Auxiliary

Historically, memory and storage were respectively called main memory and auxiliary storage.

Auxiliary storage (or auxiliary memory units) is used to represent memory which are not directly accessible by the CPU (ie secondary or tertiary storage).

Volatile / Non-volatile

Memory can also be categorized by their volatility.

Documentation / Reference





Discover More
Cpu Moore Law Transistor
CPU - CPU Cache (L1, L2, L3)

A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. When the processor needs to read from or write to a location in main memory, it first...
System Metrics
CPU - Performance

The performance or speed of a processor depends on e.g.: the clock rate and the instructions per clock (IPC), which together are the factors for the instructions per second (IPS) that the CPU can...
Card Puncher Data Processing
Computer - Storage Device (Media)

A storage device is a that stores byte: machine instructions byte data byte It is an array of circuits that saves bit state (0 or 1). A storage device can be anything that can store and retrieve...
Z80 Registers
Device - Register

Register is a hardware device component that is used for two purposes: storage of value (at high speed). See passing argument and retrieving return value (to communicate between hardware devices)....
Hierachy Storage
Disk - Characteristics

Storage technologies at all levels of the storage hierarchy can be differentiated by evaluating certain core characteristics as well as measuring characteristics specific to a particular implementation....
Hierachy Storage
Drive (Secondary Storage)

Secondary storage of the memory hierarchy. (CD-ROM, ...) diskettes
Harddisk
Drive - Hard (disk|drive) (HDD) - Mass Storage - Flash

A disk is a storage device that refers to magnetic media, such as: a floppy disk, the disk in your computer's hard drive, an external hard drive. It's also known as mass storage device. Disks...
Card Puncher Data Processing
IO - Locality

Spatial locality refer to the distance that data must move in order to reach the target CPU. (ie the CPU that will process the data) There is the notion of locality: inside a system: See and between...
Hierachy Storage
Memory - (Primary|Main|Internal) Memory

Main memory is also known as: Primary storage internal memory (to distinguish from external memory, such as hard drives) often referred to simply as memory, is the only one directly accessible to...
Card Puncher Data Processing
Memory - Volatilty / Permanent

When the power is removed, the memory device (storage media) is considered: volatile memory if the data vanishes permanent (non-volatile) memory if the data remain stored When the data is stored...



Share this page:
Follow us:
Task Runner