How does P2P Networking works?

Linux23

Lifer
Apr 9, 2000
11,374
741
126
You know like Napster (which I know is not a real P2P network)? What makes these other file sharing P2P programs like Bear Share, much slower, or impossible than Napster? To make it easy, if you have a good link, just post it!
 

BigToque

Lifer
Oct 10, 1999
11,700
0
76
I find napster incredibly slow compared to programs like iMesh and Morpheus.

(I don't know how it works though)
 

Double Trouble

Elite Member
Oct 9, 1999
9,270
103
106
Linux23, a true peer to peer network works just like the internet works, in that each "node" on the network interacts with all the other nodes on the network. In other words, there is no central server through which the traffic goes, every component can communicate with other components.

With Napster, in essence what is happening is this: You connect to Napster and tell it what songs you have. Someone else does the same thing. You then do a search for something, Napster looks through it's index of what everyone has, and tells your computer where it can find the file you want. It's fast because the central server can do all the searching.

With Bearshare, there is no central server to do the searching - when you do a search, the search has to be relayed to all the 'nodes' so they can do a search on their own information .... obviously this method takes much longer, but it's also more robust -- if one component goes down, the rest of the network is unaffected.