Operating System » Mass Storage Raid 1
RAID level 3 supports a lower number of I/Os per second, because _______________

A. Every disk has to participate in every i/o request
B. Only one disk participates per i/o request
C. I/o cycle consumes a lot of cpu time
D. All of the mentioned

A performance problem with _________ is the expense of computing and writing parity.

A. Non-parity based raid levels
B. Parity based raid levels
C. All raid levels
D. None of the mentioned

In RAID level 4, one block read, accesses __________

A. Only one disk
B. All disks simultaneously
C. All disks sequentially
D. None of the mentioned

Explanation: Other requests are allowed to be processed by other disks.

The overall I/O rate in RAID level 4 is ____________

A. Low
B. Very low
C. High
D. None of the mentioned

Explanation: All disks can be read in parallel.

A write of a block has to access ____________

A. The disk on which the block is stored
B. Parity disk
C. A parity block
D. All of the mentioned

RAID level 5 is also known as ____________

A. Bit-interleaved parity organization
B. Block-interleaved parity organization
C. Block-interleaved distributed parity
D. Memory-style ecc organization

RAID level 0+1 is used because, RAID level 0 provides ______ whereas RAID level 1 provides ________

A. Performance, redundancy
B. Performance, reliability
C. Redundancy, performance
D. None of the mentioned