Which of the following RAID arrays performs mirroring of the disks first, then striping of the disks?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
The RAID (Redundant Array of Independent Disks) is a storage technology that combines multiple physical hard drives into one logical unit to provide fault tolerance, increased performance, or both.
Among the different RAID levels, there are two main categories: mirroring (also known as RAID 1) and striping (also known as RAID 0).
There are also hybrid RAID levels that combine both mirroring and striping to provide both performance and fault tolerance. The most common ones are:
In the case of the question, the correct answer is D, RAID 10. RAID 10 performs mirroring first, then striping. This means that it duplicates the data across multiple pairs of disks, and then divides the duplicated sets across the remaining disks. For example, in a four-disk RAID 10 array, the data would be mirrored across two pairs of disks, and then the two mirrored sets would be striped across the remaining disks.
RAID 1 only performs mirroring, RAID 0+1 performs striping first and then mirroring, and RAID 6 performs double parity for fault tolerance.