recategorized by
533 views

2 Answers

0 votes
0 votes

Ans: B) Deadlock Avoidance

Banker’s Algorithm: The name was chosen because the algorithm could be used in a banking system to ensure that the bank never allocated its available cash in such a way that it could no longer satisfy the needs of all its customers.

0 votes
0 votes
Banker’s algorithm is used to avoid the deadlock condition. It is a deadlock avoidance technique. this algorithm checks whether the request made by a different process for a particular resource is checking for a safe state or not. if the process is in a safe state then it allows the request otherwise reject the request.

So Option $(B)$ is correct.
edited by

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 26, 2020
469 views
Moving Process from main memory to disk is called :CachingTerminationSwappingInterruption
0 votes
0 votes
1 answer
2