retagged by
4,042 views

2 Answers

Best answer
11 votes
11 votes

RAID levels comparison chart

    RAID 1 RAID 5 RAID 6  
Min number of disks   2 3 4  
Fault to­le­ran­ce   1 disk 1 disk 2 disks  
Disk space over­head   50% 1 disk 2 disks  
Read speed   Fast Slow,   
Write speed   Fair Slow,  Fair
Hard­ware cost   High (disks) High Very high

RAID levels 2, 3, and 4 are theoretically defined but not used in practice. so ans should be A

selected by
Answer:

Related questions

8 votes
8 votes
3 answers
2
go_editor asked Jun 10, 2016
4,740 views
Feedback queuesare very simple to implementdispatch tasks according to execution characteristicsare used to favour real time tasksrequire manual intervention to implement...
8 votes
8 votes
2 answers
3
go_editor asked Jun 10, 2016
7,821 views
On a system using non-preemptive scheduling, processes with expected run times of 5, 18, 9 and 12 are in the ready queue. In what order should they be run to minimize wai...
12 votes
12 votes
1 answer
4
go_editor asked Jun 10, 2016
6,809 views
Semaphoressynchronize critical resources to prevent deadlocksynchronize critical resources to prevent contentionare used to do I/Oare used for memory management