Multiple choice technology architecture

Which of the following improves performance by distributing data across the disks in a RAID set ?

  1. Parity

  2. Striping

  3. Mirroring

  4. Clustering

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Striping (RAID 0) spreads data across multiple disks to improve performance through parallel read/write operations. By dividing data into blocks and writing them simultaneously to different disks, I/O bandwidth increases. Parity provides fault tolerance, mirroring provides redundancy, clustering is unrelated.