CLOUD COMPUTING
DISASTER RECOVERY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
RAID 1
|
|
RAID 0
|
|
RAID 5
|
|
RAID 10
|
Detailed explanation-1: -If there are an even number of hard disk drives, disk striping can be combined with disk mirroring to speed up performance and expand capacity by striping data across multiple sets of mirrored drives. This combination is also called RAID 10, or RAID 1+0.
Detailed explanation-2: -Unlike RAID 0, RAID 1 provides data redundancy, creating a fault-tolerant array. So, in a two-disk RAID 1 configuration, if one disk drive fails, the second disk drive contains the same data, ergo, data was not lost and can be easily recovered.
Detailed explanation-3: -RAID 10 uses logical mirroring to write the same data on two or more drives to provide redundancy. If one disk fails, there is a mirrored image of the data stored on another disk. Additionally, the array uses block-level striping to distribute chunks of data across different drives.
Detailed explanation-4: -RAID 10 utilizes logical mirroring to duplicate data across two or more disks for redundancy. If one disk fails, the data is replicated and saved on another drive. In addition, the array utilizes block-level striping to disperse data blocks across multiple disks.