0
29kviews
Explain centralized algorithm for mutual exclusion. What are the advantages and disadvantages of it over distributed algorithm?
1 Answer
4
3.0kviews

Centralized Algorithm

  • In centralized algorithm one process is elected as the coordinator which may be the machine with the highest network address. enter image description here

  • Whenever a process wants to enter a critical region, it sends a request message to the coordinator stating which critical region it wants to enter and asking for …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.