Starting from:

$34.99

CS334 Assignment 5 Solution

Please complete a report in English in English in English in English and upload the corresponding codes.
The files should be uploaded directly without compression without compression without compression without compression
The files to be submitted for this assignment are:
1. report.pdf

1. Disk scheduling [50 pts]

Suppose the computer system uses the disk as the following:

The disk has 200 tracks in total. Let a single-sided disk rotation speed be 12000r/min per minute, each track has 100 sectors, and the average movement time between adjacent tracks is 1 ms. If at some point, the head is located at track 100 and moves in the direction in which the track number increases, the track number request queue is 70, 30, 90, 120, 60, 20. A randomly distributed sector is read for each track in the request queue.
(1) READ/WRITE data time = (1) __________ + (2) __________ + (3) __________. [10 pts] (2) Use FIFOSSTFSCANCSCAN algorithm to read the six sectors, [40pts]
a) write the track access sequence
b) how much time is required in total? The calculation process is required.

2. Simple File System [50 pts]
Please draw the architecture diagram of the sfs.img according to the project we had given.

Some requirements:
If this block is an entry, please give the name and ino number.
If this block is an inode of entry, you need to draw the direct array or indirect pointer.
In freemap, you only need to say which bit are 1.
The others just need to explain what this block is.
Sample:


More products