InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about deadlocks in the context of Operating Systems? What are the necessary conditions for deadlock to occur in a system? |
|
Answer» When a process enters a WAITING state because another waiting process is holding the requested resource, it is referred to as a deadlock. A typical difficulty in multi-processing is a deadlock, which occurs when numerous processes share a mutually exclusive resource known as a soft lock or software. The FOLLOWING are the necessary conditions for a deadlock to occur in a system:
|
|