In which RAID level is block-level striping with distributed parity implemented?
-
RAID 0
-
RAID 1
-
RAID 2
-
RAID 5
-
RAID 10
D
Correct answer
Explanation
RAID 5 (block-level striping with distributed parity) distributes parity along with the data and requires that all drives but one be present to operate. The array is not destroyed by a single drive failure. On drive failure, any subsequent reads can be calculated from the distributed parity such that the drive failure is masked from the end user. RAID 5 requires at least three disks.