- A new peer randomly selects another peer and sends it a
PING
event. - Upon receipt of a ping event the receiving peer should respond back with a PONG message which consists of local view of the sending peer, the view is then merged with existing local state.
- Introduce failures in the system
- If peer does not respond to
PING
events(IfPONG
not receive after a predefined timeout) declare peer as a dead node and disseminate the death information through gossip - select random peers and send them death event.