<< RAID 0 + 1 - The RAID controller does both the tasks of RAID 1, and RAID 0. This usually employs 3 HDD >>
It uses drives in multiples of 4. RAID 0+1 means that the drives are first striped, and the striped pairs are mirrored.
RAID 1+0 is basically the same thing, only the hard drives are first mirrored, and the mirrored pairs are striped.
<< RAID 5 - The RAID controller does RAID 0, and also writes a recovery code for back up purposes. In the event that any HDD fails, it will be able to restore it. >>
I don't really understand, so I'll try to clarify. Hard drives set up in RAID 5 have the data striped across all of them, and the parity is distributed across all drives.