Victory

Distinguished
Feb 17, 2002
247
0
18,680
Short for Redundant Array of Independent (or Inexpensive) Disks, a category of disk drives that employ two or more drives in combination for fault tolerance and performance. RAID disk drives are used frequently on servers but aren't generally necessary for personal computers.
There are number of different RAID levels. The three most common are 0, 3, and 5:

Level 0: Provides data striping (spreading out blocks of each file across multiple disks) but no redundancy. This improves performance but does not deliver fault tolerance.
Level 1: Provides disk mirroring.
Level 3: Same as Level 0, but also reserves one dedicated disk for error correction data. It provides good performance and some level of fault tolerance.
Level 5: Provides data striping at the byte level and also stripe error correction information. This results in excellent performance and good fault tolerance.

So depending on how you use your machine, it may or may not be worth it. The skinny real basic definition, you write to two disks at the same time. When one buffer get's filled, it begins to write to the second disk while the first one finishes writing it's data, then vice versa.

:cool: Save heating costs on your home, overclock your PC!!! :cool:
 

gaviota

Distinguished
Jun 27, 2002
211
0
18,680
You can find a a good explanation of RAID at http://dir.yahoo.com/Computers_and_Internet/Hardware/Storage/RAID___Redundant_Array_of_Independent_Disks/

__________________________________________________
It's not important to know all the answers, as long as you know how to contact someone who does.