Multiple choice technology architecture

Which of the following saves data to pairs of disks as a means of redundancy ?

  1. Parity

  2. Striping

  3. Mirroring

  4. Clustering

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

Mirroring is correct because it writes identical data to two disks simultaneously, creating an exact copy for redundancy. Parity uses mathematical schemes across multiple disks, striping spreads data across disks without redundancy, and clustering refers to multiple servers working together, not disk-level redundancy.