platter
When the hard drive is operating, the disk is rotating at constant speed
To read or write, the disk head must be positioned on the desired track and at the beginning of the desired sector
Once the head is in position, the read or write operation is then performed as the sector moves under the head
N = number of bytes on a track/cylinder
r = rotation speed, in revolutions per second
Approaches random scheduling in performance if there are many processes
Example: 55, 58, 39, 18, 90, 160, 150, 38, 184
Select the disk I/O request that requires the least movement of the disk arm from its current position
Requests for tracks far away from the current position may never be served, if requests for closer tracks are issued continuously
Arm moves in one direction only, satisfying all outstanding requests until it reaches the last track in that direction
Direction is reversed
Example: 55, 58, 39, 18, 90, 160, 150, 38, 184
Restricts scanning to one direction only
When the last track has been visited in one direction, the arm is returned to the opposite end of the disk and the scan begins again