Redundant Array of Independent Drives , or also known as Redundant Array of Inexpensive Drives (or Disks), and in either respect it is referred to as RAID. RAID is a term used for computer data storage schemes that spread and or replicate data among multiple hard disk drives. Raids were designed with two key goals: to increased data reliability and increased I/O (input/output) performance.
A number of standard configurations were designed which are referred to as levels. There were five RAID levels originally created, but many more variations have evolved, notably several nested levels and many non-standard levels (mostly proprietary).
A raid combines physical hard disks into a single logical unit by using either special hardware or software. Hardware Raid solutions can come in a variety styles, from built onto the motherboard or add in cards, up to large enterprise NAS or SAN servers. With these setups the operating system is unaware of the technical workings or the Raid. Software solutions are typically implemented in the operating system.
There are three key concepts in RAID: mirroring, the copying of data to more than one disk; striping, the splitting of data across more than one disk; and error correction, where redundant data is stored to allow problems to be detected and possibly fixed (known as fault tolerance). Different RAID levels use one or more of these techniques, depending on the system requirements.
RAID is traditionally used on servers, but can be also used on workstations. The latter is especially true in storage-intensive computers such as those used for video and audio editing.
A + B = C
You can remove anyone of the letters from above and work out its value from the 2 remaining. I.e. if B was removed so the equation looked like A + ? = C, then B’s value can be worked out by moving the A, so B = C – A.
This is obviously a simplistic way of describing it, to fully understand it in a Raid sense, knowledge of binary and the logical XOR expression is required.
Learn more:
http://en.wikipedia.org/wiki/Parity_bit
http://en.wikipedia.org/wiki/Exclusive_or


See Raid 5 for more information on Symmetry.