What is the difference among deadlock avoidance, detection
and prevention?
Answer Posted / praveen
Deadlock Prevention:
Preventing deadlocks by constraining how requests for resources can be
made in the system and how they are handled (system design).
The goal is to ensure that at least one of the necessary conditions for
deadlock can never hold.
Deadlock Avoidance:
The system dynamically considers every request and decides whether it is
safe to grant it at this point,
The system requires additional apriori information regarding the overall
potential use of each resource for each process.
Allows more concurrency.
Similar to the difference between a traffic light
and a police officer directing traffic.
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
Explain about dynamic memory allocation algorithm?
If you do not have cd drive then how will u format c drive?
What are the reasons for implementing process migration?
Explain the reasons for implementing process migration? How is the process address space handled during process migration?
how make a bootable dick
if you are using external package for configuring send mail what is the name of the package?
Explain where the system time is stored? In processor or in separate timer ic for that?
Explain how is the process address space handled during process migration?
Can you tell which dlls are used for SDK?
directories can be implemented either special files that can only be accused in limited ways or can be implemented as ordinary data files. what are advantages and disadvantages of this approach?
What is the difference among deadlock avoidance, detection and prevention?
If you do not have cd drive then how will you format c drive?
Explain the reasons for implementing process migration?
Explain the ways to infect the system by virus?
absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?