Concept
SCAN Algorithm 0
The SCAN algorithm is a disk scheduling algorithm that services requests by moving the disk arm towards one end of the disk and then reversing direction to service requests in the opposite direction, similar to an elevator. This approach minimizes seek time by ensuring that the disk arm services requests in one direction before reversing, thus providing a more efficient and predictable scheduling method compared to other algorithms like FCFS or SSTF.
Relevant Degrees