English, asked by moynulhoque8527, 3 months ago

what is
dead-lock How can it be
eliminated from the system.​

Answers

Answered by mansisri31
1

Answer:

A single process goes through. The later process has to wait. A deadlock occurs when the first process locks the first resource at the same time as the second process locks the second resource. The deadlock can be resolved by cancelling and restarting the first process.

Explanation:

please follow me

Answered by Anonymous
0

Explanation:

Solution :-

Deadlock

In the multiprogramming operating system, there are a number of processing which fights for a finite number of resources and sometimes waiting process never gets a chance to change its state because the resources for which it is waiting are held by another waiting process. A set of a process is called deadlock when they are waiting for the happening of an event which is called by some another event in the same set.

Here every process will follow the system model which means the process requests a resource if not allocated then wait otherwise it allocated will use the resources and release it after use.

Similar questions