3) A computer system has 6 tape drives, with 'n' processes competing for them. Each process may need 3 tape drives. The maximum value of 'n' for which the system is guaranteed to be deadlock free is
Answer is:
2
Related Operating System MCQ with Answers
Answer is:
deadlock can never occur
Answer is:
all of these
Explanation:
The methods for dealing with the deadlock problem is
* Use a protocol to make sure that the system never enters in to the deadlock state.
* Allow the system to enter a deadlock state and then recover.
* Ignore the problem, and pretend that deadlocks never occur in the system. The UNIX operating system uses this solution.
Answer is: