Question
What information does Banker’s algorithm require from each process?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Its maximum possible demand for each resource type
Explanation:
Banker's algorithm tests whether granting a request would leave the system in a safe state.
To perform that test, it needs declared maximum claims as well as current allocations and availability.
Leave a Reply