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: