Question: Read and write requests are sent to the RAID controller and must be translated into one or more read or write requests to individual disks.

Read and write requests are sent to the RAID controller and must be translated into one or more read or write requests to individual disks. Each individual request is targeted to a single disk and specifies a starting LBA and a length (in sectors) to identify a contiguous sequence of 1 or more sectors. Given the following operations on the RAID 0 volume, translate them to the corresponding read or write operations, giving type (read or write), disk number, LBA, and length for each operation.
A. write(LBA=24, count=7)
B. read(LBA=13, count=12)
Your answer should give a sequence of disk operations, with 4 values specified per operation:
1. read or write
2. disk number (0 through 4)
3. starting disk LBA for operation
4. length of operation (in sectors)
The following diagram shows a 5-disk RAID 4 array, again with a stripe size of 2 sectors. Sectors in the RAID volume and on individual disks are indicated as above.
Given the following operations on the RAID 4 volume, translate them to the corresponding read or write operations, giving type (read or write), disk number, LBA, and length for each operation. There are several ways in which (B) and (C) may be performed; for each give the one resulting in the fewest resulting read and write operations.
A. read(LBA=3, length=12)
B. write(LBA=3, length=12)
C. write(LBA=16, length=8)
Again, please specify an exact sequence of disk read and write operations. Note that this question has multiple correct answers, each of which can be expressed multiple ways.
 Read and write requests are sent to the RAID controller and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!