What is starvation and aging?
Answer / Shameem Ahamad
Starvation: A situation in a computer system where a process is not getting enough resources to run efficiently due to the scheduling policy, leading to an increase in its waiting time. It can cause the process to remain blocked indefinitely if other higher priority processes are always selected for execution.
Aging: A technique used to address starvation by dynamically adjusting the priorities of processes over time. In aging, the priority of a long-running process is gradually increased, allowing it to get more CPU cycles and reducing its waiting time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various components of a computer system?
What is the main thread?
How do I fix error 429?
What are the possible threads a thread can have?
What's the difference between 32 and 64 bit?
What is a virtual memory?
Explain about Different types of real-time scheduling?
What is the difference between tty and pts?
What is Marshalling?
What are the different functions of Syntax phase, Scheduler?
What is virtual memory?
Tell something about deadlock and how can we prevent dead lock?