Redundant Array Of Independent Disks | Striping |
Mirroring | Parity |
RAID Level 0 | RAID Level 1 |
RAID Level 5 | RAID Level 10 |
The process of segmenting data across multiple disks in a RAID array to improve performance. | A data storage technology that combines multiple physical disk drives into a single logical unit for the purpose of data redundancy and performance improvement. |
The method of generating error-checking data to protect against data loss in a RAID system. | The technique of duplicating data across multiple disks in a RAID array for increased redundancy. |
A RAID configuration that provides mirroring for data redundancy, sacrificing some storage capacity for fault tolerance. | A RAID configuration that offers striping without redundancy, providing improved performance but no fault tolerance. |
A RAID configuration that combines mirroring and striping for both performance and redundancy benefits. | A RAID configuration that uses striping with distributed parity for improved performance and fault tolerance. |