question archive Different levels of redundant array of independent disks (RAID) offer security in the event of a hard drive failure, some offer a level of performance, or some offer both
Subject:Computer SciencePrice:2.86 Bought8
Different levels of redundant array of independent disks (RAID) offer security in the event of a hard drive failure, some offer a level of performance, or some offer both. In your opinion, which RAID type provides the best level of both security and performance? Why?
RAID 5 is the most common secure RAID level. It requires at least 3 drives but can work with up to 16. Data blocks are striped across the drives and on one drive a parity check sum of all the block data is written. The parity data is not written to a fixed drive, they are spread across all drives. Using the parity data, the server can recalculate the data of one of the other data blocks, should that data no longer be available. That means a RAID 5 array can withstand a single drive failure without losing data. Although RAID 5 can be achieved in software, a hardware controller is recommended. Often extra cache memory is used on these controllers to improve the write performance.
RAID 5 is a good all-round system that combines efficient storage with excellent security and decent performance. It is ideal for file and application servers that have a limited number of data drives.