697 views

2 Answers

2 votes
2 votes
Convoy effect can be seen in non preemptive scheduling(FCFS).

If there are two processes P1 with burst time 2, P2 with 20 and if P2 is with CPU, when P2 doing I/O P1 cannot execute whereas in any type of preemptive scheduling we can immediately schedule other process.

Longest job first (Non preemptive) suffer from convoy.

Longest remaining time first will not suffer from convoy as CPU will be utilized efficiently.

Related questions

0 votes
0 votes
1 answer
1
Shivateja MST asked Jul 13, 2023
183 views
Like other allocation techniques, does Overlaying technique uses MMU? And how address translation takes place and security is maintained in Overlaying ?
2 votes
2 votes
2 answers
2
Sunnidhya Roy asked Dec 30, 2022
678 views
Can Safe state in DeadLock Avoidance Mechanism always guarantee No DeadLock??