Which of the below does not contribute to performance improvement in disk drives
-
RAID 0
-
RAID 1
-
RAID 10
-
RAID 5
B
Correct answer
Explanation
RAID 0 improves performance through striping (distributing data across disks). RAID 10 combines striping with mirroring for both performance and redundancy. RAID 5 uses striping with distributed parity for improved read performance. RAID 1 (option B) is pure mirroring - it writes the same data to two disks, providing redundancy but no performance benefit (in fact, it has a slight write overhead). RAID 1 is the correct answer as the one that doesn't contribute to performance improvement.