Multiple choice technology architecture

What is the main benefit of data striping ?

  1. Improves performance

  2. Provides data redundancy

  3. Stores multiple identical copies of data

  4. None of the above

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

Data striping (used in RAID 0) spreads data across multiple disks to improve read/write performance by allowing simultaneous operations. It does not provide redundancy - in fact, striping alone increases risk of data loss because if one disk fails, all data is lost. Redundancy comes from mirroring or parity schemes.