In the Banker's algorithm, what does the "safe state" represent ?
2026
In the Banker's algorithm, what does the "safe state" represent ?
- A.
No process is in critical section
- B.
System can allocate resources to processes without deadlock
- C.
All processes have equal priority
- D.
No page faults occur
Attempted by 61 students.
Show answer & explanation
Correct answer: B
In the Banker's algorithm, a safe state is defined as a system state where there exists at least one sequence of process execution such that all processes can complete without causing a deadlock. It does not relate to process priority.