-
What are the characteristics of raid 0 raid 1 and raid 5?
Raid 0 this is sometimes known as striping. The data is split up into 2 parts and 1 part is sent to the first drive and part 2 is sent to the second drive. This gives a good speed boost. However if...
-
What are RAID 1 and RAID 5?
RAID 1 = The first version of RAID. RAID 5 = The fifth version of RAID.
-
What deficiency is associated with RAID 0 compared with RAID 1?
RAID 0 is "Stripping" and RAID1 is "Mirroring". RAID0 doesn't provide fault tolerance but RAID1 does provide fault tolerance because it has a every disk has a mirrored disk so that in case of disk...
-
What is Raid 5?
A RAID 5 uses block -level striping with parity data distributed across all member disks. RAID 5 has achieved popularity due to its low cost of redundancy. This can be seen by comparing the number of...
-
What is RAID 0?
http://en.wikipedia.org/wiki/RAID#RAID_0