Answer Posted / Preeti Gangwar
RAID 0 and RAID 1 are two common types of Redundant Array of Independent Disks (RAID) configurations that provide different levels of data protection:
1. RAID 0: It uses multiple disks to stripe data across all disks for improved performance. However, it does not offer any redundancy or data protection, as there is no parity or mirroring of data between disks. If one disk fails, the entire array fails.
2. RAID 1: It uses multiple disks to mirror data across all disks for improved reliability and data protection. Each disk stores an exact copy of the data, so if one disk fails, the system can continue operating using the other disk.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers