Installation guide

RAID 5
RAID 5 uses parity for fault tolerance. The advantage of using parity is that instead of having to double the number of disk drives in
the system, you only have to add one disk drive to store the parity. RAID 5 uses parity, but distributes the parity among all of the disk
drives in the RAID volume.
RAID 5 is very popular because it provides a fault tolerant soluon at a relavely low cost. For the cost of one addional disk drive
fault tolerance is achieved, but this is at a relavely high performance cost. In order to maintain the parity, when a logical write (a
write to the logical volume) occurs a number of steps are required:
1. The parity and data disks must be read.
2. The new data is compared to the data already on the disk drive and changes are noted.
3. A new parity is calculated based on step 2.
4. Both the party and data disks are wrien to.
So, for a single logical write, four physical I/Os must take place. When calculang the number of disk drives that are needed in your
system, you must take into account the addional overhead due to RAID 5.
RAID Comparison
Each RAID level has its own aributes and performance characteriscs as described above. The following table shows a comparison
of those aributes and characteriscs. As you can see, there are vast dierences among the most popular RAID levels.