Product Design, Manufacturing & Innovation Resources
Home » RAID Data Storage

RAID Data Storage

1988-06-01
  • David Patterson
  • Garth A. Gibson
  • Randy Katz
RAID storage systems in a modern data center for enterprise applications.

(generated image for illustration only)

RAID (acronym of Redundant Array of Independent Disks) is a data storage virtualization technology that combines multiple physical disk drives into one or more logical units for data redundancy, performance improvement, or both. Different RAID levels provide varying balances of reliability, availability, performance, and capacity. For example, RAID 1 mirrors data across two disks, while RAID 5 stripes data and parity across at least three disks.

RAID was formally defined in a 1988 paper by Patterson, Gibson, and Katz at the University of California, Berkeley. The original acronym stood for “Redundant Array of Inexpensive Disks,” proposing that an array of cheap PC drives could outperform and be more reliable than a single, expensive mainframe disk (a Single Large Expensive Disk or SLED). The core idea is to treat multiple disks as a single logical volume, distributing or replicating data across them in specific patterns called RAID levels.

The most common levels include:

  • RAID 0 (Striping): Data is split into blocks and written across multiple disks. It offers high performance but no redundancy. The failure of any single disk results in the loss of all data in the array.
  • RAID 1 (Mirroring): An exact copy (or mirror) of data is written to two or more disks. This provides excellent redundancy, as the array can operate as long as at least one disk is functional. Write performance is slightly reduced, and storage capacity is halved.
  • RAID 5 (Striping with Distributed Parity): Data and parity information are striped across three or more disks. Parity is a calculated value that can be used to reconstruct data from a failed drive. If one disk fails, the system can rebuild the lost data using the parity information from the remaining drives. It offers a good balance of performance, storage efficiency, and redundancy.
  • RAID 6 (Striping with Dual Distributed Parity): Similar to RAID 5, but it uses two independent parity blocks, allowing it to tolerate the failure of up to two disks simultaneously.

RAID can be implemented in either software (by the operating system) or hardware (via a dedicated controller card). Hardware RAID controllers offload the processing overhead and often include a battery-backed cache to protect data during power outages, generally offering better performance and reliability. The concept has been foundational for modern data storage, enabling the creation of large, fast, and reliable storage systems that power everything from personal NAS devices to massive enterprise data centers.

UNESCO Nomenclature: 1203
– Computer science

Type

Abstract System

Disruption

Revolutionary

Usage

Widespread Use

Precursors

  • Early work on disk mirroring and duplexing in mainframe systems (e.g., Tandem Computers)
  • Concepts of error-correcting codes (used for parity calculation)
  • General computer architecture principles of I/O and storage
  • The increasing availability and decreasing cost of hard disk drives

Applications

  • enterprise storage systems and servers
  • network-attached storage (NAS) devices
  • personal computer workstations for professionals
  • database servers
  • video editing and streaming servers

Patents:

  • US4761785
  • US4870643

Potential Innovations Ideas

Due to scrapping bot traffic, currently more than 40k per day, this content is reserved to community members.
> Login < or > Register < (100% free) to access this, so as all other restricted content and tools.

Related to: RAID, data storage, redundancy, disk array, striping, mirroring, parity, fault tolerance, data protection, storage virtualization.

Historical Context

RAID Data Storage

1980
1980
1982-07-01
1988-06-01
1990
1993
1997-04-23
1980
1980
1980
1986-01-01
1990
1990
1993
1998

(if date is unknown or not relevant, e.g. "fluid mechanics", a rounded estimation of its notable emergence is provided)

Related Invention, Innovation & Technical Principles

Full size images and downloads are only available, 100% free, for registered members.

> Login <