On RAID... I am not de experta guy... but I can contribute a bit ...
You can't have a RAID system with only one RAID drive hooked up ... you need two drives.. There are actually different types of RAID configurations ... some just use 2 drives, others use 4... others use 5 (1 is parity) ... and I believe there are also 8 and 9(parity) drive configurations ...
I don't believe the RAID bus is any faster than your typical bus ... But it uses multiple drives to write the same data .. So instead of writing every bit to the same hard drive, you divide the data between the hard drives and each hard drive writes or reads its piece of the whole ...
A simple way to illustrate this would be to picture a 9 drive RAID configuration (I believe these exist)..
You have 8 bits in a byte... So if you had 9 drives, each drive could be responsible for each bit, and then 9th drive is used for parity (even/odd bits) ... The parity drive is used to restore the data if a drive should crash ... If two drives crash, then your screwed ... If the parity drive crashes, just rebuild the data...
In essence, a hard drive can only read/write so fast ... But if you split the data into multiple parts, then each hard drive is only responsible for reading or writing 1/numOfDrives data... And that is how it gets faster drive access...
I know the theory, but I will readily admit ignorance on the actual details of how it works... Unless you are REALLY into this sort of stuff, or unless this is for a major server, I wouldn't suggest spending the extra money for this feature.. You also will have to hook up the drives in uniform fashion according to the RAID level your system supports.
I hope this is information clear, and more important correct..