4,176 views
0 votes
0 votes
Consider a disk has 200 cylinders, numbered from 0 to 199. At some time the disk arm is at cylinder 100, and moving towards right direction. There is a queue of disk access requests for cylinders 30, 85, 110, 100, 105, 126, 135, 55 and 195. The difference in the distance that will be traversed by the R/W head when the LOOK algorithm is used compared to the CSCAN algorithm is ________.

Please also mention the method of C-SCAN.

4 Answers

0 votes
0 votes
Is my answer is correct?

I got : CSCAN--380

And Look-- 260

Difference- 120

Related questions

0 votes
0 votes
1 answer
1
aritrik7849 asked Nov 24, 2023
638 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
3
Ashwani Kumar 2 asked Nov 16, 2017
3,768 views
No. of seek distances with C-SCAN and C-LOOK?