0
15kviews
Explain distributed algorithm for mutual exclusion. What are the advantages and disadvantages over centralized algorithm?
1 Answer
1
714views
  • Ricart and agarwala’s algorithm requires total ordering of all events in the system.
  • When a process wants to enter a critical section, it sends a request message to all other processes.

The message contains the following information:

i.The process identifier of the process.

ii.The name of the critical section that …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.