'What is P2P and mesh networks? Can anyone help me in this?
Right now I am working on a project which fully depends on peer-to-peer communication (ie, no centralized server) with no internet connection. I'm studying about peer-to-peer for the last week, I came to know about the mesh network things. It seems similar to P2P.
I want to know whether the P2P is a part of the mesh networking concept or they are the same? Is there any difference between these two?
As far as my research, it's really hard for me to find the thing I want. Can anyone explain it in a simple manner? Because what am I getting all the time is the same answer without a reference on what is the relation between these two.
Solution 1:[1]
P2P is an overlay network on top of the Internet. The P2P protocols are on the Application layer if you are considering OSI reference model. In addition, it is a logical organization of nodes and nodes basically can communicate with each other without the need for a central node (coordinator). Therefore, the nodes need to have an Internet connection.
whereas, mesh is a physical topology (not logical topology) where each node is connected to every other node directly (of course if it is not partial mesh topology)
Solution 2:[2]
Peer-to-peer refers to the hierarchy, that all stations are on the same level. Mesh refers to the cabling scheme, a many-to-many network.
A peer-to-peer network may connect may use bus, ring, or mesh cabling. A client-server network mostly uses star cabling scheme.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Bell |
| Solution 2 | Eddie629 |
