Is starvation possible for the below algorithms?
StarvationÂ
Indicate the algorithms, from those listed below, that could result in starvation and explain why. You can assume that each process will use the CPU for a finite burst before performing I/O.Â
i. First-come, First-ServedÂ
ii. Round Robin (aka preemptive FCFS)Â
iii. Shortest Job FirstÂ
iv. Shortest Remaining Time First (aka preemptive SJF)Â
v. PriorityÂ
Solved
Operating System
1 Answer
Anonymous(A) Post
Login to view answer.