947 views

1 Answer

Best answer
4 votes
4 votes
  • If no of processes $n = 9$ $\rightarrow$ there is a possible distribution of $27$ resources as ( $9*3 = 27$ ). All the processes will wait for one more resource.  Deadlock.
  • So maximum possible processes should be $8$ for a safe state.
selected by

Related questions

5 votes
5 votes
4 answers
2
Prateek Dwivedi asked Jun 27, 2015
31,764 views
This is a question from Operating System concepts by Silberschatz, Gagne and Galvin. On very first go I could make that in such a situation deadlock can never occur. But ...
1 votes
1 votes
4 answers
3
Purple asked Jan 29, 2016
7,784 views
Which of the following is not a necessary condition for a deadlock among processes?(a) Shared Resources(b) No Preemption(c) Acyclic condition among processes(d) None of t...