RAID 5

What Does RAID 5 Mean?

RAID 5 is a standard RAID level configuration that uses block-level data striping and distributes parity to all the disks. There is still some overhead during parity calculations, but since parity is written to all disks, no single drive can be considered the bottleneck, and I/O operations are spread evenly across all drives. RAID 5 outperforms RAID 4 and achieved popularity because of the low cost of redundancy it provides.

Advertisements

Techopedia Explains RAID 5

Because RAID 5 stripes data and parity bits across all disks, it is very tolerant of single disk failures, although this reduces the disk capacity slightly. If a disk fails, it simply has to be replaced and the system can go on. Further data reads are calculated from the parity so that end users do not even notice the disk failure.

RAID 5 is similar to RAID 4, but the dedicated drive used for parity was removed and replaced with a distributed algorithm. This resolves the bottlenecks caused by a dedicated parity disk.

Advantages:

  • Can tolerate the loss of a single drive
  • Good random read performance
  • Good sequential read and write performance

Disadvantages:

  • Parity calculation may slow down system
  • Due to parity overhead, random write performance takes a hit
Advertisements

Related Terms

Latest Hardware Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…