Computer Science, asked by preetdullat5229, 10 months ago

Explain how mutual exclusion is handled in distributed system. State the goal of an election algorithm. Explain it detail.

Answers

Answered by Anonymous
0

Explanation:

It is the requirement that a process can not enter its critical section while another concurrent process is currently present or executing in its critical section i.e only one process is allowed to execute the critical section at any given instance of time. Mutual exclusion in single computer system Vs.

Similar questions