Storage Device Hierarchy


Computer storage has components that store computer data. The different storage types in the storage hierarchy are as follows:

Primary Storage

This is also known as the main memory and is the memory directly accessible by the CPU. All the instructions are executed in the main memory by CPU and the data required by these instructions is also stored in main memory.

Main memory primarily consists of the RAM which is volatile in nature. It is also quite small compared to secondary memory and expensive as well.

Secondary Storage

Secondary or external storage is not directly accessible by the CPU. The data from secondary storage needs to be brought into the primary storage before the CPU can use it.

Secondary storage is non volatile i.e. the data stored is not lost when power is switched off. Mostly hard drives are used as secondary storage.

Tertiary Storage

This is a third level of storage that mostly contains data that needs to be archived. This is because it is quite slow. Data is normally retrieved from tertiary storage to primary storage when it needs to be viewed.

Tertiary storage is mostly formed of tapes and disks.

Characteristics of Storage

The different characteristics of storage devices are as follows:

Volatility

Volatile memory needs power to work and loses its data when power is switched off. However, it is quite fast so it is used as primary memory.

Non - volatile memory retains its data even when power is lost. So, it is used for secondary memory.

Mutability

Mutable storage is both read and write storage and data can be overwritten as required. Primary storage typically contains mutable storage and it is also available in secondary storage nowadays.

Accessibility

Storage access can be random or sequential. In random access, all the data in the storage can be accessed randomly and roughly in the same amount of time. In sequential storage, the data needs to accessed in sequential order i.e. one after the other.

Addressability

Each storage location in memory has a particular memory address. The data in a particular location can be accessed using its address.

Capacity

The capacity of any storage device is the amount of data it can hold. This is usually represented in the form of bits or bytes.

Performance

Performance can be described in terms of latency or throughput.

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements