Home / Computer Science / Operating System :: Discussion

Discussion :: Operating System

  1. The Banker's algorithm is used

  2. A.

     to rectify deadlock

    B.

     to detect deadlock

    C.

     to prevent deadlock

    D.

     to solve deadlock

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The Banker algorithm, sometimes referred to as the detection algorithm, is a resource allocation and deadlock avoidance algorithm developed by Edsger Dijkstra that tests for safety by simulating the allocation of predetermined maximum possible amounts of all resources, and then makes an "s-state" check to test for possible deadlock conditions for all other pending activities, before deciding whether allocation should be allowed to continue.

    Source : wikipedia.org


Be The First To Comment