wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

OS Assignment-3

profile
Nikita Mitna
Aug 13, 2024
0 Likes
0 Discussions
30 Reads

Concurrency in operating systems involves multiple processes or threads executing simultaneously, which can lead to complex interactions. Two common problems that arise in this context are deadlock and starvation. Here’s an overview of both:

1. *Deadlock*
A deadlock occurs when a set of processes or threads become stuck in a situation where each one is waiting for a resource that the others in the set are holding. Since none of them can proceed, they remain in this waiting state indefinitely. Four conditions are necessary for a deadlock to occur:

- *Mutual Exclusion:* At least one resource must be held in a non-sharable mode; only one process can use the resource at any given time.
- *Hold and Wait:* A process holding at least one resource is waiting to acquire additional resources that are currently being held by other processes.
- *No Preemption:* Resources cannot be forcibly taken away from a process; they must be released voluntarily.
- *Circular Wait:* A closed chain of processes exists, where each process holds a resource that the next process in the chain is waiting for.

*Example:* Consider two processes, P1 and P2. P1 holds Resource A and is waiting for Resource B, while P2 holds Resource B and is waiting for Resource A. Neither process can proceed, leading to a deadlock.

 *Deadlock Prevention and Avoidance*
- *Deadlock Prevention:* Modify one of the necessary conditions to ensure that a deadlock cannot occur (e.g., imposing a strict order on resource allocation to prevent circular wait).
- *Deadlock Avoidance:* Use algorithms (e.g., Banker's algorithm) to allocate resources in a way that ensures the system remains in a safe state.

 2. *Starvation*
Starvation, also known as indefinite blocking, occurs when a process is perpetually denied necessary resources because other processes keep gaining access to them first. Unlike deadlock, where processes stop making progress due to being stuck in a cycle, starvation involves one or more processes making no progress because they are continually bypassed.

*Example:* Consider a scheduling system where high-priority processes keep getting resources, and a low-priority process is continually skipped over, leading to starvation.

 *Solutions to Starvation*
- *Aging:* Gradually increase the priority of a waiting process over time to ensure it eventually gets the resources it needs.
- *Fair Scheduling Algorithms:* Use algorithms like round-robin or fair share that ensure all processes eventually receive attention.

 

Nikita Mitna

53003230109

Div-A

 

 


Comments ()


Sign in

Read Next

Human Error: The weakest link in Cybersecurity

Blog banner

Understanding Regression Analysis

Blog banner

SQL Injection

Blog banner

Virtual memory

Blog banner

Smartsheet

Blog banner

Big Data Architecture

Blog banner

ODOO

Blog banner

Perfect Moments to Wear a Rich Patola Design Outfit

Blog banner

RAID

Blog banner

Virtual Machine

Blog banner

Apple

Blog banner

Deadlock and Starvation

Blog banner

Denial-of-Service and Distributed Denial-of-Service Attack Techniques

Blog banner

Impacts of Data Breach On Companies Challenges and Prevention

Blog banner

ROLE OF THE COMPUTER FORENSICS TOOLS AND TECHNIQUES

Blog banner

Rain bow

Blog banner

Sage

Blog banner

Metasploit

Blog banner

Time Series Analysis

Blog banner

Uniprocessor scheduling

Blog banner

The functions of operating system

Blog banner

Everything You Need for a Perfect Stay in Arcadia, Florida, USA.

Blog banner

Health and fitness

Blog banner

When Is the Right Time to Enrol My Toddler Into Preschool? NEP

Blog banner

Concurrency management in operating systems

Blog banner

Introduction to Solidity Programming for Blockchain Development

Blog banner

Digital black market or dark net poses a national security threat?

Blog banner

Deadlock and Starvation

Blog banner

Child labour

Blog banner

Product Discount Calculator

Blog banner

File and File System Structure

Blog banner

How Reading Books Shape a Child’s Imagination and Thinking?

Blog banner

NIKE

Blog banner

Regression Analysis

Blog banner

Microsoft Word

Blog banner

Memory management

Blog banner

E-learning

Blog banner

PODIO

Blog banner

?What Your Dentist Notices The Moment You Sit In The Chair

Blog banner

Random Forests

Blog banner

Microsoft Windows Overview

Blog banner

Network Security Risks

Blog banner