Qual é a diferença entre uma rede p2p e uma rede mesh? [duplicado]

1

Como já foi dito na pergunta, eu queria saber qual é a diferença entre esses dois tipos de rede (p2p e malha). Quer dizer, em ambos eles todos os nós são conectados sem um servidor central, e os dados são transportados através de diferentes usuários usando outros usuários como estação de salto. Então, é o mesmo se eu escrever um programa de rede p2p ou um programa que me ajude a criar uma malha? Até mesmo uma pesquisa na internet não me fez diferença. Então, talvez alguém possa me ajudar aqui?

    
por arc_lupus 31.10.2014 / 16:57

2 respostas

2

Qual é a diferença entre uma rede p2p e uma rede mesh?

Referência Redes de malha :

Definition

"Mesh networks - are highly distributed networks which use special routing technology. In standard routing technology as used to send and receive information via the internet the 'routes' which data packets take are fixed. In mesh networks the software decides 'dynamically' or 'ad-hoc' which route data packets take. Sometimes 'mesh networking' and 'ad-hoc networking' are used as synonyms. In wireless and mobile networks mesh networking has the obvious advantage that the software adapts dynamically to changes in the structure or 'topology' of the network. There are a number of routing protocols which support mesh networking amongst which OLSR is one of the most advanced and most widely used ones."

...

Meshworks are different from P2P Networks

As far as I understand the distinction, P2P works on the existing infrastructure, which may or not be P2P itself, while meshworks create a new infrastructure which is much more thoroughly distributed.

From a discussion of a Technology Review article at http://www.technologyreview.com/Infotech/18284/page1/

"In a P2P network, the physical infrastructure still looks like a tree, but the bandwidth is more efficiently employed because underutilized branches can become content distributors as well as receivers. A P2P network does not increase the total bandwidth available, it just uses the bandwidth better.

In a mesh network, users form new infrastructure by connecting directly (and often through multiple alternate pathes), and the network no longer looks like a tree. A mesh network increases the system's total bandwidth.

Both P2P and mesh networks benefit from "network effects" (i.e., the more users, the better the network), and they are complementary approaches. However, mesh networks have a number of benefits that P2P networks do not, including increasing the resiliency of the network and reducing the control that any ISP can exert over the content distributed on the network and the cost of connection."

    
por 31.10.2014 / 17:08
0

Nomes diferentes. :)

Embora existam várias particularidades em cada tipo de rede P2P, a rede P2P e a rede mesh são efetivamente sinônimos em um sentido amplo.

    
por 31.10.2014 / 17:05