FCFS (First-Come-First-Serve) Disk Scheduling Algorithm

FCFS (First-Come-First-Serve) is the simplest disk scheduling algorithm among all the scheduling algorithms. In the FCFS disk scheduling algorithm, each input/output request is served in the order in which the requests arrive. In this algorithm, starvation does not occur because FCFS address each request.It does not provide the fastest service.

Algorithm:

Video:

Advantages of FCFS Disk scheduling Algorithm:

The advantages of FCFS disk scheduling algorithm are:

Disadvantages of FCFS Disk Scheduling Algorithm:

The disadvantages of FCFS disk scheduling algorithm are: