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

This cannot be granted. No process can start. The allocation would leave:
Available:
R1R2R3
012

This cannot satisfy any process' claim. After the grant, the allocation is:

Allocation matrix:
R1R2R3
P1 101
P2 201
P3 111
<<Banker's Problem I Banker's Problem III>>