Computer Science, asked by adarshsinghrajp8949, 1 year ago

Which of the scheduling algorithms prevent starvation?

Answers

Answered by Deborshi111
0
Starvation is similar to deadlock in that it causes a process to freeze. ... A possible solution to starvation is to use a scheduling algorithm with priority queue that also uses the aging technique. Aging is a technique of gradually increasing the priority of processes that wait in the system for a long time.
Similar questions