Question
How does the SCAN disk-scheduling algorithm move the disk head?
Select an option. Your answer will be checked instantly.
Correct Answer: B. It services requests while moving in one direction, then reverses direction
Explanation:
SCAN behaves like an elevator, processing requests along the current sweep before reversing.
This offers more predictable waiting than repeatedly selecting only the nearest request.
Leave a Reply