edited by
4,258 views
5 5 votes

Which $\textsf{RAID}$ level gives block level striping with double distributed parity?

  1. $\textsf{RAID 10}$
  2. $\textsf{RAID 2}$
  3. $\textsf{RAID 6}$
  4. $\textsf{RAID 5}$

4 Answers

4 4 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 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:
Position:
Show:

Related questions

14 14 votes
4 answers 4 answers
6.2k
6.2k views
go_editor asked Jun 21, 2016
6,225 views
What is the equivalent serial schedule for the following transactions?TransactionT1T2T3  R(Y)  R(Z)R(X)  W(X)    W(Y)  W(Z) W(Z) R(Y)  W(Y)   R(Y)  W(Y)  R(X)  W(X)  $\te...
11 11 votes
2 answers 2 answers
9.6k
9.6k views
Isha Gupta asked Jun 15, 2016
9,613 views
In functional dependency Armstrong inference rules refers toReflexive, Augmentation and DecompositionTransitive, Augmentation and ReflexiveAugmentation, Transitive, Refle...
5 5 votes
2 answers 2 answers
4.7k
4.7k views
Isha Gupta asked Jun 15, 2016
4,741 views
Which type of DBMS provides support for maintaining several versions of the same entity?Relational Database Management SystemHierarchicalObject Oriented Database Manageme...
8 8 votes
2 answers 2 answers
5.9k
5.9k views
ajit asked Oct 1, 2015
5,910 views
Which normal form is based on the concept of 'full functional dependency' isFirst Normal FormSecond Normal FormThird Normal FormFourth Normal Form