150k views
0 votes
The strategy of resource allocation denial is referred to as the ___________ algorithm.

A) Banker's Algorithm
B) Wait-Die Algorithm
C) Resource Request Algorithm
D) No-Preemption Algorithm

User Szxnyc
by
8.6k points

1 Answer

3 votes

Final answer:

The strategy of resource allocation denial is referred to as the No-Preemption Algorithm. This algorithm ensures that resources allocated to a process are used and released in a safe and orderly manner.

Step-by-step explanation:

The strategy of resource allocation denial is referred to as the No-Preemption Algorithm. This algorithm ensures that once a process holds a resource, it cannot be preempted and forced to relinquish the resource until it has completed its task.

This prevents resource deadlocks and guarantees that resources allocated to a process are used and released in a safe and orderly manner.

User Rabidgremlin
by
8.2k points