What is the Convoy Effect observed in the FCFS scheduling algorithm?
What is the Convoy Effect observed in the FCFS scheduling algorithm?
Answer: C. All the processes wait for the one big process to get off the CPU — Convoy Effect refers to the situation where all other processes wait for one big process to release the CPU in FCFS scheduling.
- A.
All the processes under execution finish at the same time
- B.
The process with the smallest burst time is made to wait by the process with the largest burst time
- C.
All the processes wait for the one big process to get off the CPU
- D.
None of the above
Attempted by 491 students.
Show answer & explanation
Correct answer: C
Convoy Effect refers to the situation where all other processes wait for one big process to release the CPU in FCFS scheduling.
Loading lesson…