Which of the following is scheme to deal with deadlock
2022
Which of the following is scheme to deal with deadlock
- A.
Time out
- B.
Time in
- C.
Both (A) & (B)
- D.
None of the above
Attempted by 174 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.