COMPUTER NETWORKING

APPLICATION LAYER

PEER TO PEER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Given a P2P Gnutella system consisting of 11 peers organized following a ring topology, in which each peer has as neighbors its two predecessors and two immediate successors (that is, 4 neighbors per peer), what would be the minimum value of TTL that ensures that the Query descriptor for a given lookup reaches all peers?
A
1
B
2
C
3
D
4
Explanation: 

Detailed explanation-1: -In peer-to-peer (P2P) networking, a group of computers are linked together with equal permissions and responsibilities for processing data. Unlike traditional client-server networking, no devices in a P2P network are designated solely to serve or to receive data.

Detailed explanation-2: -Decentralized P2P Network This type of P2P network is often used in applications such as file sharing, where users share files directly with each other without the need for a central server.

Detailed explanation-3: -In peer-to-peer systems like BitTorrent and Bitcoin, you start your local program on a networked computer, and you become connected to other instances of the same program running on lots of other computers. The local process starts listening on a local port, and finds IP:port pairs for those other processes.

There is 1 question to complete.