Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
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.
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:
Disadvantages:
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.