Which of the following is scheme to deal with deadlock?
20222012
Which of the following is scheme to deal with deadlock?
Answer: A. Time out — In operating systems, deadlock handling is categorized into four main strategies: prevention, avoidance, detection, and recovery. Prevention stops deadlocks…
- A.
Time out
- B.
Time in
- C.
Both (A) & (B)
- D.
None of the above
Attempted by 449 students.
Show answer & explanation
Correct answer: A
In operating systems, deadlock handling is categorized into four main strategies: prevention, avoidance, detection, and recovery. Prevention stops deadlocks from occurring, while avoidance ensures safe states. Detection identifies existing deadlocks, and recovery resolves them. Timeouts are auxiliary tools rather than standalone schemes.
A video solution is available for this question — log in and enroll to watch it.