DellDELL PERC H700 and H800 Technical Guide 23Figure 5. Example of RAID 1 (Mirroring)Advantages of RAID 1 High performance up to twice the read transaction rate of single disks, and the same writetransaction rate as single disks 100 percent redundancy of data means no rebuild of data is necessary in case of disk failure,just a copy to the replacement disk Typically supports hot-swap disks Simplest RAID storage subsystem design Fastest recovery of data after a drive failure, no data has to be recreated from parity codeson retrievalDisadvantages of RAID 1 Highest disk overhead of all RAID types (100 percent) results in inefficient use of drivecapacity Limited capacity since the virtual disk can only include two disk drives5.3.3 RAID 5 (Striping With Distributed Parity)RAID 5 maps the data across the drives and stores parity information for each data stripe on differentdrives in the virtual disk. Data redundancy is maintained with a technique called parity checking.With this technique, the RAID controller writes information called parity bits on the disks. Parity datais distributed across disks in the RAID 5 virtual disk such that any 1 disk failure within the virtual diskallows data to be recreated from the remaining disks.Parity is used to maintain data integrity and to rebuild lost data in case of drive failures. Parity bitdata can be written on a single drive (this is RAID Level 3), but during periods of high write activity,the parity disk can become saturated with writes. This reduces the server’s write throughput.However, RAID Level 5 reduces parity write bottlenecks by allowing all of the drives in the virtualdisk to assume part of the parity responsibilities. This alleviates the single drive bottleneck,improving overall subsystem throughput. Figure 6 shows how the parity data is distributed among fivehard drives.A RAID 5 virtual disk can preserve data if one drive fails. However, if two drives fail, the virtual diskwill fail.Drive 0 Drive 1=Data 1 Data 1Data 2Data 2Data 3 Data 3Data 4 Data 4