0
9.3kviews
Compare and contrast mutual exclusion algorithms.
1 Answer
1
569views
Parameters Centralized algorithm Distributed algorithm Token Ring algorithm
Election One process is,elected as coordinator Total ordering of all events in the system Uses token for entering critical section
Messages per entry/exit Requires three messages to enter and exit a critical region Requires 2(n-1) messages Variable number of messages required.
Delay …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.