RAID DEF Flashcards
RAID
Redundant Array of Independant Disks
What does RAID do?
RAID combines multiple small drives into a larger unit to protect against Data Loss
Striping
Spread Data across multiple drives to use them in parallel
Mirroring
The same data is stored on two disk drives
Parity
Information used to rebuild data in the event of disk failure
RAID 0 - Striping
Uses two disks and stripes data across them
RAID 1 - Mirroring
Stores identical copies of data on two drives. Requires twice as much storage
RAID 10 - Striping & Mirroring
Data is Striped across Mirrored sets.
Double the number of drives, double the read and write performance.
RAID 5 - Striping with Distributed Parity
Data is Striped across Disks and Reconstructed with Parity upon failure
RAID 6 - Striping with Double Distributed Parity
RAID 5 but better