Computer - Storage Device (Media)

Card Puncher Data Processing

About

A storage device is a Computer - Device that stores 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 0 and 1.

It's also referenced as:

  • data-storage component.
  • storage device.
  • media

Computer data storage, often called storage or memory, refers to computer components and recording media that retain digital data used for computing for some interval of time.

They basically serve I/O request .

Computer data storage provides one of the core functions of the modern computer, that of information retention. It is one of the fundamental components of all modern computers, and coupled with a central processing unit (CPU, a processor), implements the basic computer model used since the 1940s.

In contemporary usage:

  • memory usually refers to a form of semiconductor storage known as random-access memory (RAM) and sometimes other forms of fast but temporary storage.
  • storage today more commonly refers to mass storage — optical discs, forms of magnetic storage like hard disk drives, and other types slower than RAM, but of a more permanent nature.

The purpose of a data storage component in the computer world is to store items (data) and allow easy access to them as shelves storage in the real world.

A data storage component is a computer components where data are recording (storing) such as:

They are differentiated

Type of data storage

The storage component can be differentiated by their characteristic or properties but to simplify, there are three main or basic characteristics:

  • Latency: how much time it takes between making a request and receiving the data requested
  • Capacity: how much it can hold (remember)
  • Throughput: how fast can this data be retrieved or stored

Based on the above characteristics, in a typical computer there are four physical types of data storage device (known as memory hierarchy):

  • CPU registers – this is were the CPU manipulates the data – no latency, very low capacity
  • CPU cache – memory direct access to the CPU unit – some latency for requesting memory
  • RAM – some noticeable latency associated with accessing this memory but in the same time, significantly larger capacity
  • Disk – significant latency – very large capacity (in database world). This is also sometimes referred to as “main storage” as it is the only non-volatile memory. That is memory that does not get reset on computer shut-down.

A modern computer uses sophisticated rules and techniques to manage these. Typically the hardware manages the CPU cache automatically, and the software controls how CPU registers, RAM, and Disk are used. The CPU registers are a bit more special, as usually they are not dynamically controlled. Rather when a given program is compiled, it has a built-in specific CPU registers usage.

Documentation / Reference





Discover More
System Metrics
(Operating) System Metrics

This article is the resources Metrics of an OS (Operating System) Meaning that they will report on all physical server functional components (CPUs, disks, busses, ...). The primary metrics are: CPUs...
Card Puncher Data Processing
Areal Density

Areal density is a measure of the quantity of information bits that can be stored on a given: length of track, area of surface, or in a given volume of a computer storage medium. Areal_density_(computer_storage)...
Bytes
Byte (Bit Octet) - Computer storage Unit (8bit)

(8bit) The byte is the smallest unit of computer storage and represents: 8 bits. or 2 hexadecimal (1 hexa = 4 bit) Computer storage capacity is measured in bytes. In today’s large-capacity...
Cpu Moore Law Transistor
CPU - Pipeline (Cycle)

pipeline A computer (ie CPU) essentially implements this process: reads the instruction pointer, fetches the next instruction from a storage device decode the instruction execute it, increments...
74hc00 Circuit
Computer - Device

A device is any machine or component that can perform an operation. It is built upon logic gates and therefore only (accept|understand) a series of 0 and 1. The first device was a transistor. ...
Card Puncher Data Processing
Computer - Memory (Physical memory)

Memory is synonymous with the term primary storage Technically, memory is not part of the CPU but is the memory that the processor (CPU) addresses on its bus. Memory is a storage device that stores information...
Windows Disk
Data Storage - Boot Sector Startup Processes

Two sectors are critical to start a computer on Windows: the master boot record (MBR), the first sector of a hard disk and the boot sector, which resides at sector 1 of each volume. These sectors...
Lba
Data Storage - Logical Block Addressing (LBA)

Logical block addressing (LBA) is a common scheme used for specifying the location of blocks of data stored on computer storage devices, generally secondary storage systems such as hard disks. LBA has...
Card Puncher Data Processing
Data Storage - The Buffer Cache (File System Cache)

All data accessed from files on the system that are performed through the use of read() and write() system calls, pass through the file system buffer cache. This buffer cache greatly speeds up disk access...
Card Puncher Data Processing
Data Storage and Manipulation (Computer Architecture)

Computers are all manipulating Data. The efficiency of a computer is a function of: how fast it can manipulate the data (CPU speed) and how fast it can retrieve and store that data (CPU cache,...



Share this page:
Follow us:
Task Runner