4,380 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

1.6k
views
1 answers
0 votes
aritrik7849 asked Nov 24, 2023
1,630 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
5.2k
views
2 answers
0 votes
Na462 asked Jul 9, 2018
5,218 views
Consider the following track requests in the disk queue:95, 180, 34, 119, 11, 123, 62, 64The C-scan scheduling algorithm is used and the read/write head is ... ________ msec. [Assume moving from one end to another end will take 10 msec]
3.9k
views
1 answers
3 votes
Ashwani Kumar 2 asked Nov 16, 2017
3,900 views
No. of seek distances with C-SCAN and C-LOOK?
1.1k
views
1 answers
2 votes
target2017 asked Dec 9, 2016
1,100 views
In C-Look or in C-Scan when we take the circular move (from last to first), is this movement counted or not?After searching I found that: ... /cs450/disksched/disksched.htmlI'm really confused. Please provide the reference of your solution.