Answer: Starvation
Starvation happens in
an Operating System (OS) when a
process or thread is unable to advance or complete its work because of a
shortage of resources.
Starvation is a problem with resource management where a
process runs out of resources in the OS because the resources are
being utilized by other processes.
Starvation is the
problem that occurs when high
priority processes keep executing and low priority processes get blocked for indefinite
time
Aging
is a scheduling method used in operating systems to prevent starvation. Aging
is a technique of gradually
increasing the priority of processes that wait in the system for a
long time.
0 comments:
Post a Comment