1,584 views
1 votes
1 votes
Suppose that a disk drive has 5000 cylinders, numbered 0 to 4999. The drive is currently serving a request at cylinder 143, and the previous request was at cylinder 125. The queue of pending requests in order is:
86, 1470, 913, 1774, 948, 1509, 1022, 1750, 130
Starting from the current head position, what is the total distance (in cylinders) that the disk arm moves to satisfy all the pending requests using SCAN schedule?

1 Answer

Best answer
1 votes
1 votes

if Direction is given follow it otherwise go to nearest end.

9769

edited by

Related questions

0 votes
0 votes
1 answer
2
aritrik7849 asked Nov 24, 2023
514 views
Find seek time using FCFS,SSTF, SCAN.C-SCAN, LOOK for the following string98, 183, 37, 122, 14, 124, 65, 67Assume that request queue (0-199).and Head pointer 53
3 votes
3 votes
1 answer
4
Ashwani Kumar 2 asked Nov 16, 2017
3,722 views
No. of seek distances with C-SCAN and C-LOOK?