Content area
Full Text
REDUNDANT array of independent disks (RAID) is a common system for high-volume data storage at the server level. RAID systems use many smallcapacity disk drives to store large amounts of data and to provide increased reliability and redundancy Such an array appears to the computer as a single logical unit consisting of multiple disk drives.
RAID storage can be done in a number of ways. Some RAID types emphasize performance, others reliability fault tolerance or error correction. Which type you choose depends on what you're trying to accomplish.
Common to all RAID systems, however - and their real advantage - is the "hot-swapping" ability: You can pull out a defective drive and insert a new one in its place. For most RAID types, data on a failed disk can be rebuilt automatically without the server or the system ever having to be shut down.
RAID isn't the only way to protect large amounts of data, but regular backups and mirroring software are slower and often require shutting down the system if a drive fails.
Even if the disk doesn't crash the server, information technology workers would still need to shut down the servers to replace the drive. RAID instead rebuilds data from the remaining drives using mirrored or parity information, without requiring a shutdown.
The three most common RAID implementations are Levels 0, 3 and...