55.7k views
3 votes
What benefit does data striping provide?a. It provides space savings.b. It provides faster reads and writes.c. It provides error correction.d. It provides increased performance for thread-based concurrency.

User Mclayton
by
7.8k points

1 Answer

3 votes

Answer:

b. It provides faster reads and writes.

Data striping is a technique used in computer storage systems to enhance performance by spreading data across multiple disks in parallel. With striping, a large file is broken into smaller pieces or blocks, and each block is written across multiple disks. When a read or write operation is performed, the data is accessed simultaneously from all the disks, resulting in faster data transfer rates.

Step-by-step explanation: