1 / 6
Deadlock Prevention and Avoidance Techniques in Distributed Systems
60 likes | 100 Views
Learn about deadlock prevention and avoidance strategies in distributed systems, including resource ordering, Banker's Algorithm, process priority, and wait-die scheme, to ensure system reliability and stability.
Download Presentation
Deadlock Prevention and Avoidance Techniques in Distributed Systems
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Distributed Systems & Synchronization Jan 25, 2008 CPE 261403 - Operating Systems http://groups.google.com/group/cpe-os cpe-os@googlegroups.com
Deadlock Prevention and Avoidance in a Distributed System (16.5) • Resource-ordering • Banker’s Algorithm • Process Priority • Priority with LC
Priority with LC • Wait-die Scheme • Non-preemptive • newer process gets rolled back • The wound-wait scheme • Preemptive • Older process gets preempted and waits
Examples P1 (5) -> P2 (10) <- P3 (15)
More Related