Author Topic: P2P  (Read 3923 times)

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
P2P
« on: January 08, 2010, 10:21:02 AM »
I always thought that, in a P2P network, the software needs to upload its IP( or whatever) to a central server in order for others to see it and communicate. Is that so? Or, can this happen virtually without the need for any central server at all?

Offline Peter

  • Bot God
  • *****
  • Posts: 1177
    • View Profile
P2P
« Reply #1 on: January 08, 2010, 12:24:41 PM »
You'll need the IP somehow to have P2P communication, most P2P also has some kind of a central server to regulate it.

Could use some kind of a DHT, though.
http://en.wikipedia.org/wiki/Distributed_hash_table
Oh my god, who the hell cares.

Offline ikke

  • Bot Destroyer
  • ***
  • Posts: 300
    • View Profile
P2P
« Reply #2 on: January 08, 2010, 12:56:31 PM »
You don't need a central server, you need to find one node in the network. A central, static entry is an easy way to implement