RAID 7 is triple parity RAID 6 is double parity.
RAID DP ---Stands for RAID Dual Parity.....
RAID 5
Raid 5
RAID 3
RAID-5 provides data redundancy by using parity. Parity is a calculated value used to reconstruct data after a failure. While data is being written to a RAID-5 volume, parity is calculated by doing an exclusive OR (XOR) procedure on the data. The resulting parity is then written to the volume.
RAID level 3
parity
RAID 3
Raid 1 suppports the Mirroring if any one hard disk faild one will get the copy of the data and fault tolerent. after replacing the hard disk you have to re create the mirroring. Raid 5 supports stripped with parity the data will be deviced into blocks and stored in all the drives with the parity information. if any one or two hard disks faild the data will be available.
ghjkgh
There are three types of RAID RAID 0 (Stripping without parity) The records are distributed among all the available HDDs. The number of the HDDs may vary from one system to the other RAID 1 (Mirroring) This uses double number of HDDs. One stores the records while an equal number of HDDs forms the backup. RAID 5 (Stripping with parity) This type of raid distributes the records in n-1 disks while maintaining 1 disk as the parity disk. assuming 4 HDDs are required RAID 0 uses all the four RAID 1 uses double RAID 5 uses 4 + 1