In distributed systems, election algorithms assumes that ____________

In distributed systems, election algorithms assumes that ____________

Right Answer is:

a unique priority number is associated with each active process in system

SOLUTION

In distributed systems, election algorithms assume that a unique priority number is associated with each active process in the system.

Election algorithms are meant for electing a coordinator process from among the currently running processes in such a manner that at any instance of time there is a single coordinator for all processes in the system.

Election algorithms are based on the following assumptions

  1. Each process in the system has a unique priority number.
  2. Whenever an election is held, the process having the highest priority number among the currently active processes is elected as the coordinator.
  3. On recovery, a failed process can take appropriate actions to rejoin the set of active processes.
Scroll to Top