All Posts:

  • Understanding Peer to Peer networks

    In this article we will take a look at what makes a network peer-to-peer, what are the advantages and difficulties when creating a P2P network. We will also compare peer-to-peer with client-server architecture. Then create a simple framework to see the components present in a peer and how to implement a peer-to-peer module. And finally we will go step by step of what a sample communication might look like between two peers.... Read more

    #p2p#networking#client-server