215 pts.
 What is the difference between RAID 1 and RAID 10?
What are the differences/similarities between RAID 1 and RAID 10?

Software/Hardware used:
ASKED: August 11, 2009  3:11 PM
UPDATED: August 12, 2009  3:06 PM

Answer Wiki:
I'm sure somebody else will post a more detailed explanation about this, but in a few words, RAID 1 is a "standard" RAID level, in which you create mirrors of disks, and RAID 10 (which is actually 1+0) is a nested level in which you create a mirror of disks and then you stripe those mirrors (i.e. you apply a second level, in this case RAID 0). It is called a stripe of mirrors. -------------
Last Wiki Answer Submitted:  August 11, 2009  3:44 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Carlosdl is correct, RAID10 (a.k.a. RAID 1+0) is a stripe of mirrors; not to be confused with RAID 0+1, which is a mirror of stripes.

See this section of the Wikipedia entry for more info.

 680 pts.