It is the simplest of all the Disk Scheduling Algorithms. In FCFS, the
requests
are addressed in the order they arrive in the disk queue.
-
In FCFS disk scheduling, there is no indefinite delay.
-
There is no starvation in FCFS disk scheduling because each request gets a fair chance.
-
FCFS scheduling is not offered as the best service.
-
In FCFS, scheduling disk time is not optimized.