Question:

Which disk scheduling algorithm is better for systems that places a heavy load on the disk and less likely to cause starvation problem?

Show Hint

SCAN = Elevator algorithm; handles heavy loads and prevents starvation.
Updated On: June 02, 2025
  • SCAN
  • FCFS
  • SSTF
  • SJF
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The SCAN algorithm moves the disk arm toward one end, servicing requests, then reverses direction. It avoids starvation by servicing in both directions.
Was this answer helpful?
0
0

TS PGECET Notification