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 operating system of mac?
if you are using external package for configuring send mail what is the name of the package?
when affected the system from virus , which paths will be it stored in system ?
Explain the reasons for implementing process migration? How is the process address space handled during process migration?
If you do not have cd drive then how will u format c drive?
Explain the difference among deadlock avoidance, detection and prevention?
Tell me what are the hardware problem you face regularly in your organization?
Let us suppose one application needs 2GB RAM to run and dependent plugins will be load while running application. Here My doubt is how many processes will create for this application. I know the concept of virtual memory, which will provide RAM on demand. My straight forward question is what is the size of the process and is it single process will create by operating system to complete the task of my application.??? Thanks in Advance.
Define dynamic memory allocation algorithm?
What is LOM and how do you access it?
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 a property sheet?
Explain the difference between ntfs & fat file systems?
Explain about busy waiting?
Explain the difference between fat & ntfs?