Deadlock in Operating System | Introduction

Опубликовано: 15 Сентябрь 2020
на канале: making IT simple
54,082
1.2k

In this video we are going to learn about deadlock in operating system. Definition states that, A set of processes is deadlocked when every process in the set is waiting for a resource that is currently allocated to another process in the set. We will also learn about 4 necessary conditions to form a deadlock, which are mutual exclusion, no preemption, hold & wait and circular wait.

If you have not watched my previous videos on Operating System, click the link below:

Operating System :    • Operating System  

If you want to see my videos on Database and DBMS concepts, click on the link below:

Database and DBMS :    • Database & DBMS  

Other videos on the channel:

What is compiler? :    • What is Compiler | Short and Simple E...  

Books related to Computer Science :

OPERATING SYSTEM CONCEPTS 9ED by Silberschatz - https://amzn.to/32y3PnL

Database Management Systems by Raghu Ramakrishnan - https://amzn.to/35DfhjG

Computer Organization and Embedded Systems by Carl Hamacher - https://amzn.to/35E9n22

Beginning Python : From Novice to Professional by Magnus Lie Hetland - https://amzn.to/3iBTDQA

UNIX CONCEPTS AND APPLICATIONS by Sumitabha Das - https://amzn.to/2FGugi8

Programming in ANSI C by E Balagurusamy - https://amzn.to/2ZBfDU4

Data Structures & Algorithms in Java, 6ed - https://amzn.to/2Fv5Gkn

If you find my videos helpful and if the videos help in clearing your concepts, like the video, share it with your friends, subscribe the channel and press the bell icon. :)

Thank you !!!

#Deadlock #DeadlcokinOS #OperatingSystem