
RAID 10
RAID 10 is a striped configuration with RAID 1 segments whose segments are RAID 1 arrays. This configuration has the same fault tolerance as RAID 1, and has the same overhead for
RAID 5
RAID 5 stripes both data and parity information across three or more hard disk drives. Among the advantages of RAID 5 configuration include better HDD perfor- mance, fault tolerance, and higher storage capacity. The RAID 5 configuration is best suited for transaction processing, relational database applications, enterprise resource planning, and other business systems. Use a minimum of three identical hard disk drives for this setup.
3