| The RAID technology |
|
|
| Written by Armywil | |
| Tuesday, 28 November 2006 | |
Many modem PC systems and motherboards can now support RAID (Redundant Array of Inexpensive Disks). For example, new Intel-based systems which use the ICH7-R I/O controller hub can have drives set up as single drives, RAID 0, RAID 1, RAID 5 and RAID 1O. This technology is the primary way for a system with care of the data, and a good retention of them.
RAID 0RAID 0 really isn't RAID, because there's no redundancy at all. RAID 1RAID 1 is purely redundant drives. In the last example, a pair of 300GB drives would look like a single 300GB drive. The data is mirrored on both drives. Write performance is a little slower, because we're duplicating every disk write across two separate drives. Read performance can actually be a little faster, because the reads can be split up so that one drive reads one part of a file, while the other drive reads another part. RAID 1 requires two drives. RAID 5RAID 5 needs three drives at a minimum. The data is striped across the drive, as with RAID 0, but additional parity data is also striped across the drive. This parity stripe contains check-sum information on the data written. If a single drive fails, the data on the failed drive can be reconstructed from the parity stripe. A RAID 5 device can survive the failure of one drive at a time, as long as time is taken to rebuild the data fully from the failed drive with a replacement. RAID 5 read and write performance is much faster than RAID 1, but a little slower than RAID 0. Three 300GB drives would appear as 600GB (300GB is used for the parity stripe). RAID 10RAID 10 takes a set of RAID 1 volumes and stripes those for increased performance. But you need a minimum of four drives. Using our hypothetical 300GB hard drive, four 300GB drives would look like one 600GB drive. |
|
| Last Updated ( Tuesday, 28 November 2006 ) |
| < Prev |
|---|







Many modem PC systems and motherboards can now support RAID (Redundant Array of Inexpensive Disks). For example, new Intel-based systems which use the ICH7-R I/O controller hub can have drives set up as single drives, RAID 0, RAID 1, RAID 5 and RAID 1O. This technology is the primary way for a system with care of the data, and a good retention of them.