edited by
3,089 views

4 Answers

3 votes
3 votes

RAID 1 consists of an exact copy of a set of data on two or more disks

RAID 2 stripes data at the bit level, and uses a hamming code for error correction.

RAID 3 consists of byte-level striping with a dedicated parity disk.

RAID 4 consists of block-level striping with a dedicated  parity disk.

RAID 5 consists of block-level striping with distributed parity.

RAID 6 uses block level striping with two parity blocks distributed across all disks.

0 votes
0 votes
RAID 0: Disk Striping or non-redundant striping
RAID 1: Disk Mirroring
RAID 2: Memory style error correcting codes
RAID 3: Bit interleaved parity
RAID 4: Block interleaved parity
RAID 5: Block interleaved distributed parity
RAID 6: P+Q redundancy
Answer:

Related questions

12 votes
12 votes
4 answers
1
go_editor asked Jun 21, 2016
4,702 views
What is the equivalent serial schedule for the following transactions? $\text{T}_1 - \text{T}_2 - \text{T}_3$$\text{T}_3 - \text{T}_1 - \text{T}_2$$\text{T}_2 - \text{T}_...
6 votes
6 votes
2 answers
2
Isha Gupta asked Jun 15, 2016
6,409 views
In functional dependency Armstrong inference rules refers toReflexive, Augmentation and DecompositionTransitive, Augmentation and ReflexiveAugmentation, Transitive, Refle...
3 votes
3 votes
2 answers
3
Isha Gupta asked Jun 15, 2016
3,686 views
Which type of DBMS provides support for maintaining several versions of the same entity?Relational Database Management SystemHierarchicalObject Oriented Database Manageme...
5 votes
5 votes
2 answers
4
ajit asked Oct 1, 2015
4,632 views
Which normal form is based on the concept of 'full functional dependency' isFirst Normal FormSecond Normal FormThird Normal FormFourth Normal Form