ALL > Computer and Education > courses > university courses > graduate courses > modern operating system > ZSTU-(2019-2020-2) Class > online discussion >
lecture-6 online discussion Version 0
👤 Author: by writer 2020-03-30 10:49:31
How to choose a coordinator machine from all machines in a distributed systems?

Please login to reply. Login

tanbirmahamudyahoocom • 2020-03-30 19:14:21
Election algorithms choose a process from group of processors to act as a coordinator. If the coordinator process crashes due to some reasons, then a new coordinator is elected on other processor. Election algorithm basically determines where a new copy of coordinator should be restarted.

Election algorithm assumes that every active process in the system has a unique priority number. The process with highest priority will be chosen as a new coordinator. Hence, when a coordinator fails, this algorithm elects that active process which has highest priority number.Then this number is send to every active process in the distributed system. PostVer 0

Please login to reply. Login

damajibodegmailcom • 2020-03-30 20:23:19
Election algorithms choose a process from group of processors to act as a coordinator. Election algorithm assumes that <em>every</em> active process in the system has a unique priority number. The process with highest priority will be chosen as a new coordinator. Hence, when a coordinator fails, this algorithm elects that active process which has highest priority number.Then this number is send to every active process in the distributed system. PostVer 0

Please login to reply. Login

Reversion History

Loading...
No reversions found.