Multiple choice technology storage

What is true about Drive duplexing

  1. Two controllers used to write data and faster than disk mirroring

  2. Spread data between multiple drives

  3. The process of reading and writing data on two drives simultaneously

  4. Disk striping with parity

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

Drive duplexing uses two controllers to write data simultaneously to separate drives, providing both redundancy and improved performance over simple disk mirroring which typically uses a single controller. The dual-controller architecture allows concurrent writes and better throughput. Option C describes basic mirroring without the dual-controller benefit, D describes RAID 5 striping with parity, and B is too vague.