Mente

RAID.htm

Redundant Array of Independent Disks

Key Terms

RAID is a storage technology that combines multiple disk drive components into a logical unit for data redundancy and performance improvement.

RAID works by distributing data across multiple drives in one of several ways, depending on the RAID level. The most common methods are:

  1. Striping: Splitting data across multiple drives
  2. Mirroring: Duplicating data on separate drives
  3. Parity: Storing calculated recovery information

Key RAID levels:

Example: Imagine RAID 5 as a team of 4 writers working on a book. Three write content, while one summarizes (parity). If one writer is lost, their work can be reconstructed from the summary and other writers' work.