In a distributed system with 4 nodes (identical servers) (A, B, C, and D), the following votes occur for electing the leader
Node A votes for Node B. Node B votes for Node A.
Node C votes for Node D.
Which of the following can happen due to o this voting pattern?
Node D votes for Node C.
a. Nodes A and B will tie for leadership, and the system wil keep alternating between them.
b. No leader will be elected, and the system will remain undecided until another vote.
c. Node A will be chosen as leader, as it got a vote from Node B.
d. The system will be in a deadlock situation, until the tie is resolved.
0b
O acd