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 spreads data across multiple disks so different parts can be read or written simultaneously. This parallel access significantly improves performance compared to a single disk. Striping alone provides no redundancy.