0
2.8kviews
Explain Distributed Approach for providing Mutual Exclusion
1 Answer
| written 8.0 years ago by |
Mutual Exclusion in Distributed System:
Mutual Exclusion ensures that no other process will use shared resources at same time
Centralized Algorithm
Distributed Algorithm
Token Ring Algorithm.
One process is elected as coordinator.
Whenever process wants to enter a critical region , it sends request msg to coordinator asking for permission. …