Computer Science, asked by kavin9616, 11 months ago

Explain how mutual exclusion is handled in distributed system.

Answers

Answered by ItsCuteBoy
0

Answer:

Mutual exclusion: Concurrent access of processes to a shared resource or data is executed in mutually exclusive manner. ... In a distributed system, shared variables (semaphores) or a local kernel cannot be used to implement mutual exclusion. Message passing is the sole means for implementing distributed mutual exclusion.

Answered by Anonymous
0

Mutual exclusion: Concurrent access of processes to a shared resource or data is executed in mutually exclusive manner. ... In a distributed system, shared variables (semaphores) or a local kernel cannot be used to implement mutual exclusion. Message passing is the sole means for implementing distributed mutual exclusion.

Similar questions