602 views
2 votes
2 votes
Order the following Disk Scheduling Algorithm on the basis of throughput

FCFS, SCAN, C-SCAN, SSTF, LOOK, C-LOOK.

1 Answer

0 votes
0 votes
I guess it really depends on how the requests are distributed. On an average this should be the order:

C-LOOK > LOOK > C-SCAN > SCAN > SSTF > FCFS

Please let me know if you have already found a solution.

Related questions

1 votes
1 votes
0 answers
1
jatin khachane 1 asked Dec 11, 2018
1,174 views
Suppose a disk has 100 cylinders, numbered from 0 to 99. At some time the disk arm is at cylinder 20, and there is a queue of disk access requests for cylinders 10, 22, 6...