InterviewSolution
Saved Bookmarks
| 1. |
With multiple disks, we can improve the transfer rate as well by ___________ data across multiple disks.(a) Striping(b) Dividing(c) Mirroring(d) DividingI got this question by my college director while I was bunking the class.The question is from RAID in division Storage and File Structures of Database Management |
|
Answer» RIGHT choice is (a) Striping The best EXPLANATION: DATA striping consists of SPLITTING the bits of each byte across multiple disks; such striping is called bitlevel striping. |
|