Knowledge in DEADLOCK IGNORANCE

DEADLOCK

Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process.Consider an example when two trains are coming toward each other on same track and there is only one track, none of the trains can move once they are in front of each other. Similar situation occurs in operating systems when there are two or more processes hold some resources and wait for resources held by other(s). DEADLOCK CHARACTERIZATION: In a deadlock, processes never finish executing, and system resources are tied up, preventing other jobs from starting. Before we discuss the various methods for dealing with the deadlock problem,we look more closely at features that characterize deadlocks. 1. Mutual Exclusion 2. Hold and Wait 3. No preemption 4. Circular Wait METHODS FOR HANDLING DEADLOCKS: 1. Deadlock Ignorance 2. Deadlock avoidance 3. Deadlock detection and recovery

Deadlocks Explained (handwritten)

A brief introduction about deadlocks explained ina very simple and subtle way.

TS-04 Solved Assignment

Solved assignment of TS04 BTS IGNOU

DeadLock in Operating Systems

Complete information on deadlock such as 1.deadlock 2.deadlock prevention 3.deadlock avoidance 4.deadlock recovery 5.resource allocation graph

Deadlock in Operating Systems

Deadlock is a very important topic of computer operating system. The concept of deadlock is described here properly. please go through it

Deadlock Detection in OS

Here is the technique of detection of deadlock in computer operating system

Deadlock Avoidance in OS

Here is the technique how to avoid deadlock in computer Operating system

Operation System Entire Notes

This article is about Entire Operation System which includes Deadlock, Memory Management ,Security,file Systems