In SCAN disk scheduling algorithm, head starts from one end of the disk moves
towards
the other end, servicing request in between one by one and reach the other end. Then the
direction of the
head is reversed and the process continues as head continuously scan back and forth to access
the disk.
So, this algorithm works as and elevator and hence also known as the elevator algorithm. As a
result,
the requests at the midrange are serviced more and those arriving behind the disk arm will have
to wait.