Question
Which of the following is a key challenge in handling
deadlocks in an operating system?Solution
Detailed Explanation: Deadlocks occur when a set of processes is blocked because each process is holding a resource and waiting for another resource held by another process. One of the primary methods for detecting deadlocks is using the resource allocation graph (RAG) . A cycle in this graph indicates a potential deadlock when resources are not reusable or preemptible. Detecting cycles involves examining the directed graph of resources and processes to find circular dependencies. Algorithms like Depth First Search (DFS) are commonly used for this purpose in deadlock detection. Deadlock detection is critical in systems where prevention or avoidance mechanisms are impractical, such as distributed systems. Once detected, the system must recover by terminating one or more processes or preempting resources, which can be complex and resource-intensive. Why Other Options Are Incorrect:
- Option A: Allocating resources fairly is more related to system performance and fairness policies rather than deadlock handling. Fairness does not directly address circular wait or hold-and-wait conditions.
- Option B: Preventing starvation is a separate issue. Starvation happens when low-priority processes wait indefinitely, often due to poor scheduling, not necessarily because of deadlocks.
- Option D: FCFS is a scheduling algorithm that manages the sequence of process execution but does not directly address or solve deadlocks.
- Option E: Managing shared memory involves synchronization and mutual exclusion issues but is not inherently about detecting cycles in deadlocks.
Which of the following is not a function of the control unit ?
What is the smallest and largest font size available in Font Size tool on formatting toolbar?Â
What does the term "GUI" stand for?
Which among the following type of computer is also known as notebook?
Which of the following is an e-mail clint of Microsoft?
The OSI model is divided into _______ processes called layers.
What will the function given below return in MS-Excel 2010?
=MATCH(12,{10,13,30,40,60},1)
Which indent is used for moving the text lines to the left margin in MS Word?
Decreasing the amount of space required to store data and programs is accomplished by ________.
Storage capacity of magnetic disk depends on