Question on RAID Levels...
Originally posted by boughtans2k
I tought RAID10 was mirrored RAID5
I tought RAID10 was mirrored RAID5
Also, you can have "raid levels" built into your disk controller, commonly called "hardware raid" or you can implement "raid levels" on the OS level, commonly called "software raid". I'm using Sun Solaris with Veritas, which implements raid from the OS. This is also a trade off, disk arrays that have "hardware raid" are generally more expensive than "dumb" disk arrays. But, raid on the OS level takes CPU cycles that could otherwise be used for application programs. So, just a tradeoff thing.
Kinda like maximizing bimbo attraction with a viper, vs eating perhaps. LOL!!!!!!!!
Off all the solutions RAID 1 or 2 are the slowest. RAID 1 and/or Mirroring is the slowest because the same data must be written TWICE. RAID 0 is by far the fastest solution, but it does not offer any level of redundancy and possiblility of a failure scales with the number of the drives. RAID 3 is multiple drives with a single parity drive. RAID 2 and 4 are less cost efficient than other designs and really are not worth considering.
RAID 5 is considered the best of both worlds. You achieve speed with a large stripe set, and you have inherant redundancy because you can lose any drive in the array and still have access to all of the data. Why doesn't everyone do it? Its the most expensive of the viable solutions.
RAID 5 is considered the best of both worlds. You achieve speed with a large stripe set, and you have inherant redundancy because you can lose any drive in the array and still have access to all of the data. Why doesn't everyone do it? Its the most expensive of the viable solutions.



