Computer Science, asked by VenkiDOP9900, 11 months ago

Write a note on mutual exclusion in distributed systems

Answers

Answered by AyushSingh1525
0

Answer:

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.

Explanation:

Similar questions