Computer Science, asked by dheerjain, 4 months ago

Q4) Explain the convoy effect in CPU scheduling.

Answers

Answered by bucky10
1

Answer:

Convoy Effect is phenomenon associated with the First Come First Serve (FCFS) algorithm, in which the whole Operating System slows down due to few slow processes. ... Now, the CPU intensive process is allocated CPU time. As its burst time is high, it takes time to complete.

Similar questions