
www.gateway.com
In the graphic below, each letter represents a unique block of data, and each column represents a separate hard drive.
RAID 1
AA
BB
CC
File reading performance (seek time) is increased using the same methods that RAID 0 uses, although writing speed is the same as if writing to a single hard drive.
Drawback
RAID 1 treatsthe entire array as a single drive with the storage capacity of the smallest physical drive in the array. So if you have two drives (300 GB and 250 GB) in a RAID 1 array, your computer only recognizes a single drive with 250 GB total capacity.
RAID 5 and 10 for both: performance and security
Understanding RAID 5
RAID 5 uses striping (at the file level) with
RAID 5 offers good performance and data redundancy. This array preserves your files if a drive fails.
RAID 5 stripes both data and parity information
41