Any values stated are guesses at best....just to make the point.
1. Take a situation where you have two computers. Computer 1 has 2 drives with one running the OS and the other one with all the programs etc. on DIFFERENT IDE channels. Computer 2 has the drives in a RAID 0 configuration on seperate channels.
RAID DRIVE:
1. You are transmitting half of the data to 1 drive, so in sustained transfers, the drives excel as they can ideally pump oh lets say 40MB/s
so that means they can pump out 40MB/s of halves which equates to 80MB/s. now I am not stupid so I know that that will never happen.
From the immense overhead that IDE has built-in to error correction etc, these ideals speeds aren't what a consumer should expect.
Basically however, you do get faster speeds as each HD is doing a FRACTION of the work, which equated to faster speeds. NOW, acess times are different. THe drives themselves have limits, so accessing data will alow you to theorectially have data arrive in larger chuncks but still at the same speed. THink of it as how electricity works. No matter how many electrons need to be pushed through a cmedium, they will only arrive at the speed that they are pushed at, which is measured in volts.
2 SEPERATE DRIVES:
1. Lets say you load a program..."Lazy Larry's Nudist Extravaganza v. 7.6a " When the system calls for the data, it will be calling on the storage drive, and it will output it as fast as it can ideally, which as i said is 40MB/s. So it is limited by the drives physical speed. Unlike in a RAID array in cannot share the burden with another drive. THE ADVANTAGE HOWEVER is that processees on either drive will occur independantly so an OS function will have a minimal effecton a seperate programs operation if they are using solethe disk
Of course this is all ideal but just something tothink about.