------------------------------------------------------------------------------
MC logo
Banker's Problem IV
[^] Banker's Algorithm Problems
------------------------------------------------------------------------------ Request: P2 requests 1 0 1

This cannot be granted. P1 can run, but no other process can.
Process New Available
R1R2R3
Init 111
P1 212

The remaining available resources are not sufficient to run P2 or P3. P2 needs 2 2 2 (after getting 1 0 1), and P2 needs 3 1 0.
<<Banker's Problem III