Question 33: Which all is correct, with regards to Gossip protocol?

A. Gossip is a peer-to-peer communication protocol in which nodes periodically exchange state information about themselves and about other nodes they know about.

B. The gossip process runs every second and exchanges state messages with up to three other nodes in the cluster.

C. A gossip message has a version associated with it, so that during a gossip exchange, older information is overwritten with the most current state for a particular node.

D. Every node in the Cluster should work as a seed node

  1. A, B, C
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4.  Thanks for considering Python Certification Material

Correct Answer: 1

Explanation: Gossip is a peer-to-peer communication protocol in which nodes periodically exchange state information about themselves and about other nodes they know about. The gossip process runs every second and exchanges state messages with up to three other nodes in the cluster.

You can access to full explanation to question and answer from this page.