Explanation RAID 10 is a combination of RAID 1 and RAID 0, which provides both performance and redundancy. RAID 1 mirrors data across two or more disks, while RAID 0 stripes data across two or more disks. RAID 10 combines these two methods to create a mirrored stripe set, which can tolerate multiple disk failures as long as they are not in the same mirror. RAID 10 requires at least four disks and offers better performance than RAID 5, which uses parity to provide redundancy. References: https://www.comptia.org/blog/what-is-raid-0-1-5-6-10