It seems reasonable to service all the requests close to the current head position
before moving the head far away to service other requests. This is
the basis for the (SSTF) algorithm. The SSTF algorithm
selects the request with the minimum seek time from the current head position.
Since seek time increases with the number of cylinders traversed by the head,
SSTF chooses the pending request closest to the current head position.