A starvation free job scheduling policy guarantees that no job indefinitely…
2013
A starvation free job scheduling policy guarantees that no job indefinitely waits for a service. Which of the following job scheduling policies is starvation free?
Answer: D. Round robin — Starvation occurs when a process waits indefinitely for CPU time. Round Robin scheduling is starvation-free because it allocates a fixed time quantum to each…
- A.
Priority queuing
- B.
Shortest Job First
- C.
Youngest Job First
- D.
Round robin
Attempted by 709 students.
Show answer & explanation
Correct answer: D
Starvation occurs when a process waits indefinitely for CPU time. Round Robin scheduling is starvation-free because it allocates a fixed time quantum to each process in the ready queue cyclically. This ensures every job gets CPU access within a bounded time period, preventing indefinite waiting.
Explore the full course: Iocl Engineers Officers Grade A Paper 2