InterviewSolution
Saved Bookmarks
| 1. |
RAID level 2 refers to?(a) Disk arrays with striping at the level of blocks(b) Disk mirroring with block striping(c) Memory style error correcting code(d) Block interleaved distributed parity |
|
Answer» The correct choice is (c) Memory style error correcting code The explanation: RAID level 2 refers to Memory style error correcting code. Memory systems have long parity bits for error detection and correction. |
|