19.4k views
5 votes
______ strategies are very conservative and solve the problem of deadlock by limiting access to resources and by imposing restrictions on processes.

A) EDF (Earliest Deadline First)
B) Banker's Algorithm
C) Starvation Prevention
D) Pessimistic

1 Answer

3 votes

Final answer:

Pessimistic strategies like the Banker's Algorithm are designed to prevent deadlocks by carefully managing and limiting access to resources, ensuring safe allocation.

Step-by-step explanation:

Strategies that are very conservative and solve the problem of deadlock by limiting access to resources and by imposing restrictions on processes are referred to as Pessimistic strategies. Banker's Algorithm is a specific technique that falls under this category. It is a resource allocation and deadlock avoidance algorithm which tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes an "s-state" check to test for possible activities before deciding whether allocation should be allowed to proceed.

User Redu
by
8.7k points