Q1. What is the PRIMARY purpose of RAID 1?
- A.To improve performance
- B.To provide fault tolerance through mirroring✓ Correct
- C.To stripe data across multiple disks without parity
- D.To combine multiple disks into one large volume
Explanation: RAID 1 provides fault tolerance by maintaining an exact copy (mirror) of all data on two or more disks. Learn more.