In this tutorial, we will learn about the FCFS, i.e. First Come First Serve Scheduling Algorithm with the help of example.
How to Avoid Convoy Effect in FCFS Scheduling?Preemptive scheduling like round-robin scheduling can be used to avoid Convoy Effect as in these algorithms every process will be given an equal chance to access the CPU. By using these smaller processes don’t have to wait much for CPU time –...