Question-59: Which of the following statement true with regards to Cassandra cluster gossip protocol?

  1. In cluster every node initiates a gossip round every second and can choose between 1 to 3 nodes for gossip.
  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

 

Ans : A,C

Exp: Gossip is a peer-to-peer protocol in which nodes periodically exchange state information about themselves and about other nodes they know about. It runs every second and can exchange information with upto 3 nodes in the cluster. 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.

 

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