wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

Deadlock and Starvation

profile
Abutalha Solanki
Aug 15, 2024
0 Likes
0 Discussions
77 Reads

Deadlock


Deadlock is a critical issue in concurrent systems where two or more processes are stuck in a state of perpetual waiting, unable to proceed with their execution because each process is holding a resource and waiting for another resource that is held by another process. This situation leads to a standstill where none of the processes can continue, effectively bringing parts of the system to a halt.


For a deadlock to occur, four conditions must be met simultaneously:


1.Mutual Exclusion: At least one resource must be held in a non-sharable mode; that is, only one process can use the resource at any given time. If another process requests that resource, it must be blocked until the resource is released.


2. Hold and Wait: A process is currently holding at least one resource and is waiting to acquire additional resources that are currently being held by other processes.


3. No Preemption: Resources cannot be forcibly removed from the processes holding them; they must be released voluntarily by the process after it has completed its task.


4.Circular Wait: A set of processes are waiting for resources in such a way that each process in the set is waiting for a resource that is held by the next process in the set, forming a circular chain.


To manage deadlocks, several strategies can be employed:


- Deadlock Prevention: This involves designing the system in such a way that at least one of the four conditions necessary for deadlock cannot occur. For instance, by ensuring that resources are allocated in such a way that circular wait cannot occur, deadlocks can be prevented. However, this approach can be restrictive and may lead to inefficiency.


- Deadlock Avoidance: This strategy requires that the system has some additional information about how resources are requested. The system makes decisions dynamically to ensure that deadlock is avoided. The Banker's algorithm is a well-known example of a deadlock avoidance strategy, which tests whether allocating resources will keep the system in a safe state.


- Deadlock Detection and Recovery: In this approach, the system does not prevent or avoid deadlocks but instead allows them to occur, then detects them and takes action to recover. This can involve terminating one or more processes to break the deadlock or preempting resources from some processes.


Starvation


Starvation, also known as indefinite blocking, occurs when a process is perpetually denied access to the resources it needs to proceed with its execution, despite the system being in a state where these resources are technically available. Unlike deadlock, where processes are mutually blocked, starvation typically affects lower-priority processes that are continually overlooked in favor of higher-priority ones.


Starvation can happen in various scenarios, most commonly in systems where resources are allocated based on priority. For example, in a priority-based scheduling algorithm, higher-priority processes are allowed to execute before lower-priority ones. If new high-priority processes keep arriving, the low-priority process may never get a chance to run, leading to starvation.


Preventing starvation typically involves implementing strategies that ensure fairness in resource allocation. One common technique is **aging**, where the priority of a process increases the longer it waits in the queue. Over time, even a low-priority process will accumulate enough priority to eventually gain access to the resources it needs.


Both deadlock and starvation are significant concerns in the design of operating systems and concurrent systems. While deadlock can bring a system to a complete halt, starvation can degrade system performance by allowing some processes to monopolize resources indefinitely. Effective management of these issues is crucial for maintaining the reliability and efficiency of a system.


Comments ()


Sign in

Read Next

Types of Hackers

Blog banner

Whatsapp Messenger

Blog banner

RAID

Blog banner

Understanding - Proof of Work!

Blog banner

Deadlocks in operating system

Blog banner

Zero Trust Security Model: Revolutionizing Cybersecurity in the Digital Age

Blog banner

Malware

Blog banner

Security issues

Blog banner

Monday. com App

Blog banner

Memory management

Blog banner

ahh wait a min

Blog banner

Man is free by the birth .

Blog banner

From Canoeing to Camping: The Perfect Nature Escape Near Arcadia

Blog banner

Multiple-Processor Scheduling in Operating System

Blog banner

Operating System

Blog banner

LinkedIn: Watch out for these 7 upcoming updates in 2023

Blog banner

GIS in Disaster Management

Blog banner

MODERN OPERATING SYSTEM

Blog banner

M commerce

Blog banner

Spotify

Blog banner

The Laws of Karma

Blog banner

Exploring Arcadia’s Cowboy Culture, Peace River & Hidden Attractions

Blog banner

How Harshad Valia International School is nurturing India’s Young Minds?

Blog banner

CYBERPEACEKEEPING: NEW WAYS TO PREVENT AND MANAGE CYBERATTACKS

Blog banner

CSI and Organizational Change

Blog banner

Use case of K-means clustering

Blog banner

Business Intelligence v/s Big Data

Blog banner

" THE ANSWERS THAT LED INDIAN BEAUTIES TO THE MISS UNIVERSE HISTORIC WIN. "

Blog banner

Mariana Trench: The deepest depths

Blog banner

Layers Of Blockchain

Blog banner

Dancing Classes In Mumbai

Blog banner

Defining youtubr

Blog banner

Why Friendship at Work is Important

Blog banner

A BLOG ON MYSQL

Blog banner

Health and fitness in technology

Blog banner

Deadlock and Starvation

Blog banner

IS CONVERTING AMBITION INTO PROFESSION?

Blog banner

10 Unsolved Mysteries all over the world

Blog banner

Exploring the Power of Encase Forensic Tools: Unraveling Digital Mysteries

Blog banner

Evolution of Operating System

Blog banner

Eating Well With Meal Maharaj on Busy Workdays Without Cooking

Blog banner

Types of Threads

Blog banner