wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

OPERATING SYSTEM

profile
Nandini Makwana
Aug 10, 2024
0 Likes
0 Discussions
82 Reads

OPERATING SYSTEM

 

TOPIC :- Concurrency Deadlock and Starvation 

 

1) Concurrency :-

concurrency is the property of a system where multiple tasks or processes are in progress at the same time and this does not necessary mean that the tasks are being executed simultaneously in parallel but rather that they are being managed in such a way that they overlap in execution 

 

---Deadlock :-

*Deadlock can be defined as the permanent blocking of a set of processes that either compete for system resources or communicate with each other

* A set of processes is deadlocked when each process in the set is blocked awaiting an event that can only be triggered by another blocked process in the set 

* Deadlock is permanent because none of the event is ever triggered . At list one resource must held in a non - shareable mode only one processes or thread can hold it a time process of threads holding resources can request additional resources without releasing their current ones 

 

Example :- Let take Two processes P1 and P2 and two resources R1 and R2

- P1 holds R1 and request R2 

- P2 holds R2 and request R1

Process can proceed because each is waiting for a resource held by the other leading to a deadlock 

 

 

---Starvation :- 

* Starvation in an operating system occurs when a processes is indefinitely delayed from accessing resources or CPU time . It often results from scheduling policies that consistently favor certain processes over others

* processes with lower priority may starve if higher - priority processes keep arriving and are always given first preference 

 

Example :- let take a simple example a scheduling system that uses a priority based algorithm processes with higher priority are served before those with lower priority 

 

processes A : High priority 

 

Processes B : Medium priority 

 

processes C : Low priority 

 

if new high priority processes keep arriving they will always be scheduled before low priority processes . Processes C may never get CPU time leading to starvation even if the processes C is ready to execute it is constantly by passed by priority processes causing it to wait indefinitely


Comments ()


Sign in

Read Next

Socket Programming in Java

Blog banner

Virtual memory

Blog banner

NETSUITE

Blog banner

semaphores in os

Blog banner

Uniprocessor scheduling

Blog banner

undefined

Blog banner

Stop Racism

Blog banner

Evolution of the Microprocesor

Blog banner

Bharat Maps

Blog banner

Email Privacy

Blog banner

10 Unsolved Mysteries all over the world

Blog banner

Types of Hackers.

Blog banner

Paid Email

Blog banner

Why Extreme Opinions Are Rising: Psychological Insights into Society’s Divides

Blog banner

What is thread and multithreading ?

Blog banner

Service Operations in ITSM

Blog banner

Article on Zoho Corporation

Blog banner

Synchronization

Blog banner

Short note on Microsoft office

Blog banner

Types of threads

Blog banner

Android Application Components and Activity Lifecycle

Blog banner

Deadlocks in Operating Systems

Blog banner

Deadlock and starvation

Blog banner

Explain the concept of ( MIS) Management information systems

Blog banner

Junk food vs healthy food

Blog banner

Social media

Blog banner

Koinex is shutting down and here is how you can withdraw...

Blog banner

21ST CENTURY PATRIARCHY

Blog banner

Session Hijacking Techniques

Blog banner

An Approach To Spyware Detection And Removal

Blog banner

An Overview of Virtual Machines

Blog banner

Electronic data interchange

Blog banner

GIS Applications: How Different Industries are Leveraging Geospatial Data

Blog banner

38_Network Sniffing Techniques_SBC

Blog banner

Virtual Machine

Blog banner

The IT Service Lifecycle

Blog banner

What is a geographic information system (GIS)?

Blog banner

Penetration Testing

Blog banner

A-B-C of Networking: Part-3 (Topology [Bus & Star])

Blog banner

Note on Process, Process creation and Process termination

Blog banner

A Day in the Life at Elzee: What Your Child Does Between Drop-Off and Pick-Up

Blog banner

Deadlock

Blog banner