Computer Science, asked by rams2589, 1 year ago

Define deadlock. explain necessary conditions for deadlock

Answers

Answered by Aishwarya98
1

Deadlock is a condition in which the processes requests for the resources but the resources are unavailable to carry out the process.. This happens only if two or more processors request one resource.


Necessary conditions for deadlock:


1. Mutual exclusion


2. No pre-emption


3. Hold and wait


4. circular wait

Similar questions