841 views

1 Answer

0 votes
0 votes

This modified algorithm is know as “Circular SCAN (CSCAN)” algorithm. Like SCAN, C-SCAN moves the head from one end of the disk to the other, servicing requests along the way. When the head reaches the other end, however, it immediately returns to the beginning of the disk without servicing any requests on the return trip.(Like TypeWriter)

Benefit:

It provides a more uniform waiting time.

How?

Visualize – Keeping this thing in mind: ( Treats the cylinders as a circular list – that wraps around from the last cylinder to the first one )

Related questions

0 votes
0 votes
1 answer
3
2 votes
2 votes
1 answer
4
admin asked Oct 28, 2019
1,573 views
The clock interrupt handler on a certain computer requires $2\: msec$ (including process switching overhead) per clock tick. The clock runs at $60\: Hz.$ What fraction of...