It is similar to the SCAN disk scheduling algorithm except for the difference
that the disk arm in spite of going to the end of the disk goes only to the last request to be
serviced in front of the head and then reverses its direction from there only. Thus it prevents
the extra delay which occurred due to unnecessary traversal to the end of the disk.
-
In Look disk scheduling, there is no starvation.
-
Look disk scheduling offers low variance in waiting time and response time.
-
Look disk scheduling offers better performance as compared to the SCAN disk scheduling.
-
In look disk scheduling, there is no requirement of disk head to move till the end to the
disk.
-
In look disk scheduling, there is more overhead to find the end request.
-
Look disk scheduling is not used in case of more load.