1. Home
  2. Computing & Technology
  3. Python
photo of Al Lukaszewski

Al's Python Blog

By Al Lukaszewski, About.com Guide to Python

Kazaa, Gnutella, and Usenet: How Peer-to-Peer Works

Tuesday September 4, 2007
If you have followed the how-tos on building a web server in Python and creating a Python-based web client, you will find peer-to-peer (P2P) networks to be amazing in their simplicity.

In P2P, instances of the program act as both client and server, often at the same time. While well-known instances of P2P are found in Kazaa and Gnutella, most would not classify the relatively prehistoric Usenet to be an early P2P network (but it was and is). In "Peer-to-Peer Networking: An Overview" I take a look at what makes P2P different from LAN, WAN, and other network implementations and why it matters.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Python

More from About.com

  1. Home
  2. Computing & Technology
  3. Python

©2008 About.com, a part of The New York Times Company.

All rights reserved.