FACTOID # 144: A three-minute local phone call in Ecuador costs 60 U.S. cents, 60 times as much as in Ukraine, Macedonia, Saudi Arabia, Nepal, or Uzbekistan.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Peer to peer network

A peer-to-peer (or P2P) computer network is any network that does not rely on dedicated servers for communication but instead mostly uses direct connections between clients (peers). A pure peer-to-peer network does not have the notion of clients or servers, but only equal peer nodes that simultaneously function as both "clients" and "servers" to the other nodes on the network.


This model of network arrangement differs from the client-server model where communication is usually relayed by the server. A typical example for a non peer-to-peer communication is email, where the email is transmitted to the server for delivery, transmitted to the destination between servers, and is fetched later by the receiving client. A direct transmission from a client to another client is often impossible. In a peer-to-peer network, any node is able to initiate or complete any supported transaction with any other node. Peer nodes may differ in local configuration, processing speed, network bandwidth, and storage quantity. One of the first uses of the phrase "peer to peer" is in 1984, with the development of the "Advanced Peer to Peer Networking" architecture at IBM.


Different peer-to-peer networks have varying P2P overlays.


Note: The initialism P2P is often confused to refer to Point-to-Point, as used in telecommunications. More correctly, it should be used to refer to Peer-to-Peer connections.

Contents

Usage of the term

Although the term may technically be applied to any number of networking technologies and applications that use this model (such as the NNTP protocol used for transferring Usenet news, SMTP for mail transactions, ARPANET, decentralized live chat Java applets or BBS FidoNet), it is most frequently used to refer to file sharing networks such as Gnutella, FastTrack, and the original incarnation of Napster, which provide facilities for free (and somewhat anonymous) file transfer between personal computers connected to the Internet.


Some networks and channels, such as Napster, OpenNap, or IRC @find, use a client-server structure for some tasks (e.g. searching) and a peer-to-peer structure for others. Networks such as Gnutella or Freenet, use a peer-to-peer structure for all purposes and are referred to as true peer-to-peer networks.


An important aspect in peer-to-peer networks is that the bandwidth of all clients can be fully used, so the total bandwidth - and usually the available download bandwidth for the average user - grows with the number of nodes, instead of all clients having to share the (limited) bandwidth of the server (so that more clients would mean slower data transfer for all users).


When the term peer-to-peer was used to describe the Napster network, it implied that the peer protocol nature was important, but in reality the great achievement of Napster was the empowerment of the peers (i.e., the fringes of the network). The peer protocol was just a common way to achieve this.


The peer-to-peer paradigm has been used to deploy publish/subscribe systems, i.e, a system where users subscribe with a continuous query and asynchronously receive notifications when matching events take place. One example of such publish subscribe system is P2P-DIET.


Generational classification of peer-to-peer networks

Some people describe peer-to-peer file-sharing networks by their 'generation'. In this context, they are referring only to the popular internet-based file-sharing networks, not earlier research- and business-oriented peer-to-peer systems, which pre-date them.


First generation

The first generation of peer-to-peer networks had a centralized file list, like Napster. Courts in the United States ruled that whoever controlled this centralized file list was responsible for any infringement of copyright, or any other illegal activities which might occur.


Second generation

The second generation of peer-to-peer networks had decentralized file lists, such as Gnutella and FastTrack. This was a necessary step for the creators of the network, as any central body could be held liable for copyright infringement following the Napster court decision. The alternative, which is to monitor all shared content and filter out copyright-protected works, is not considered viable with current technologies.


Also usually included in the second generation are distributed hash table networks and other optimizations of decentralized searching.


Third generation

The third generation of peer-to-peer networks are improvements upon generations one and two which often have efficiency, reliability, or anonymity features built in. Examples of anonymous networks are Freenet, I2P, GNUnet, Entropy.


Friend-to-friend networks only allow already known users (aka "friends") to connect to your computer, then each node can forward requests and files anonymously between its own "friends" nodes; some of these networks are: MUTE / ANts P2P / WASTE.


Legal controversy

The files shared on such networks are typically popular music files in mp3 format, and popular movies in MPEG-4 format. This has led many observers, including most media companies and some peer-to-peer advocates, to conclude that these networks pose grave threats to the business models of established media companies. One of the most famous leaks was unreleased Madonna songs including her 2000 hit "Music" prior to its official commercial release.



Consequently, peer-to-peer networks have been targeted by industry trade organizations such as the RIAA and MPAA as a potential threat. The Napster service was shut down by an RIAA lawsuit; both the RIAA and the MPAA spend large amounts of money attempting to lobby lawmakers for legal restrictions. A bill introduced by California Representative Berman, which would have granted copyright holders the legal right to break into computer systems believed to be illegally distributing copyrighted material, and to subvert the operation of peer-to-peer networks, was defeated in committee in 2002. However the 'INDUCE Act' currently making its way through Congress could do severe damage to the peer-to-peer community in the United States (and according to its opponents it has implications for just about every piece of technology in modern life).


As attacks from media companies expand, the networks have seemed to adapt at a quick pace and have become technologically more difficult to dismantle. This has caused the users of such systems to become targets. Some have predicted that open networks may give way to closed, encrypted ones where the identity of the sharing party is not known by the requesting party. Other trends towards immunity from media companies seem to be in wireless adhoc networks where each device is connected in a true peer-to-peer sense to those in the immediate vicinity. (See Wireless Mesh Networking)


Anonymous peer-to-peer networks allow for distribution of material - legal or not - with little or no accountability for it. Many people believe this will lead to trading of child pornography and facilitate terrorism, and call for its regulation on those grounds. Others counter that the potential for illegal uses should not prevent the technology from being used for legal purposes, and the presumption of innocence should apply. They may also question the legitimacy of these fears, citing anti-communist and anti-homosexual "scares" of earlier times.


For more information about the various lawsuits surrounding P2P networks, see Respect P2P (http://respectp2p.org)


Computer science perspective

Technically, a true peer-to-peer application must implement only peering protocols that do not recognize the concepts of "server" and "client". Such pure peer applications and networks are rare. Most networks and applications described as peer-to-peer actually contain or rely on some non-peer elements, such as DNS. Also, real world applications often use multiple protocols and act as client, server, and peer simultaneously, or over time. Completely decentralized networks of peers have been in use for many years, two examples include USENET (1979) and FidoNet (1984).


Many P2P systems use stronger peers (super-peers, super-nodes) as servers and client-peers are connected in a star like fashion to a single super-peer.


Sun added classes to the Java technology to speed the development of peer-to-peer applications quickly in the late 1990s so that developers could build decentralized real time chat applets and applications before Instant Messaging networks were popular. This effort is now being continued with the JXTA project.


Peer-to-peer systems and applications have attracted a great deal of attention from computer science research; some prominent research projects include the Chord lookup service, ARPANET, the PAST storage utility, the P-Grid, a self-organized and emerging overlay network and the CoopNet content distribution system (see below for external links related to these projects).


Attacks on Peer-to-peer networks

Many peer-to-peer networks are under constant attack by people with a variety of motives.


Examples include:

  • poisoning attacks (providing files whose contents are different than the description)
  • denial of service attacks (attacks that may make the network run very slowly or break completely)
  • defection attacks (users or software that make use of the network without contributing resources to it)
  • insertion of viruses to carried data (e.g. downloaded or carried files may be infected with viruses or other malware)
  • malware in the peer-to-peer network software itself (e.g. the software may contain spyware)
  • filtering (network operators may attempt to prevent peer-to-peer network data from being carried)
  • identity attacks (e.g. tracking down the users of the network and harrassing or legally attacking them)
  • spamming (e.g. sending unsolicited information across the network- not necessarily as a denial of service attack)

Most attacks can be defeated or controlled by careful design of the peer-to-peer network and through the use of encryption. P2P network defense is in fact closely related to the "Byzantine Generals Problem". However, almost any network will fail when the majority of the peers are trying to damage it, and many protocols may be rendered impotent by far fewer numbers.


Networks, protocols and applications

Format:

  • network/protocol
    • applications using that network (operating system)

All networks and protocols are in alphabetical order except very similar applications which are listed in one entry with the most important one first, determining the place of this very similar applications in the list.

All sites are ranked via http://zeropaid.com/ to help you find the most popular Peer-to-Peer network. An earlier generation of peer-to-peer systems were called "metacomputing" or were classed as "middleware". These include:

Multi-network applications

Format:

  • application (networks/protocols) (operating systems)

See also

External links

  • BetBug (http://www.BetBug.com) BetBug is the first P2P network to enable secure financial transactions across an untrusted, anonymous P2P network
  • IBM Developer Works: The practice of peer-to-peer computing (http://www-106.ibm.com/developerworks/java/library/j-p2pcol.html)
  • MindGem (http://www.mindgem.com/experience/article-topic-7.html) - Current P2P News with a Special Focus on Legal Aspects of File Sharing (DEAD as of August 26th, 2004)
  • OpenP2P (http://www.openp2p.com/)
  • bSoftware Peer to peer (http://www.bsoftware.com/)
  • Wired News: Still Plenty of Music Out There (http://www.wired.com/news/business/0,1367,41775,00.html) - An overview of mostly peer-to-peer software, published Feb. 13, 2001.
  • P2P.co.uk (http://www.p2p.co.uk/) - A search engine which searches peer-to-peer networks.
  • Slyck (http://www.slyck.com/)- A site giving greatly detailed information and advice on the different P2P networks and software
  • Zeropaid.com (http://www.zeropaid.com/) - The File Sharing Portal - Programs, News, Forums
  • The P2P Revolution (http://www.scottjensenshow.com/P2PRevolution.pdf) - A white paper about the future of p2p networking and the entertainment industry. This paper was released just before the RIAA lawsuits against individual p2p users in 2003 and discussed what would happen if such was done. It was correct in its prediction. Time will tell if its other predictions are as accurate.
  • wikibooks: P2P File sharing
  • Using Linux firewalls to filter Peer-to-peer traffic (http://www.lowth.com/p2pwall)

Canada's approach to p2p and copyright

  • C|net (http://news.com.com/2100-1027_3-5182641.html) Article entititled "Judge: File Sharing is Legal in Canada." In Spring 2004, file sharing via p2p networks was affirmed as legal in Canada.
  • Canadian Private Copying Collective (http://www.cpcc.ca/english/index.htm) Since 1998, private copying of music for personal use is entirely legal in Canada. A levy was established on blank media sales in order to compensate artists for lost revenue due to file-sharing, and the CPCC was founded to oversee the levy process. The levy was renewed in December 2004.
  • Copyright Board of Canada (http://www.cb-cda.gc.ca/news/c20032004fs-e.html) Government copyright policy.
  • Copyfight: A Tale of Two Cities (http://www.lexinformatica.org/modules.php?op=modload&name=News&file=article&sid=33&mode=thread&order=0&thold=0) Article contrasting Ottawa and Washington, D.C.'s assessment of copyright parameters and the issue of criminal sanctions.
  • Digital Rights Management in Canada (http://www.info-mech.com/drm_in_canada.html) An advocacy website offering an introduction to digital rights management and links to licensed file sharers.
  • Digital Copyright Canada (http://www.digital-copyright.ca/) A forum created to host public dialogue concerning digital copyright and related issues. Includes a news aggregate.
  • Numbers Don't Crunch Against Downloading (http://www.michaelgeist.ca/resc/html_bkup/nov292004.html) Michael Geist, a professor at the University of Ottawa, discusses the financial impact of downloading on the recording industry. This column appeared in the Toronto Star, November 29th 2004.
  • p2pnet.net (http://p2pnet.net/story/3122) An op-ed urging solidarity between musicians and Canadian consumers.

Computer science research

  • Chord lookup service (http://www.pdos.lcs.mit.edu/chord/)
  • PAST distributed storage utility (http://www.research.microsoft.com/~antr/PAST/)
  • CoopNet cooperative content distribution system (http://research.microsoft.com/~padmanab/projects/coopnet/)
  • More peer-to-peer research resources (http://www-2.cs.cmu.edu/~kunwadee/research/p2p/links.html)
  • Advanced Peer-Based Technology Business Models (http://shumans.com) - P2P Industry Model from M.I.T.
  • P2P Networks (history, music, copyright, Napster, GNUtella, YouServe, Freenet, search engines, routing, security) (http://ntrg.cs.tcd.ie/undergrad/4ba2.02-03/Intro.html)
  • P2P Economics (http://nes.aueb.gr/p2p.html)
  • P2P Economics (http://p2pecon.berkeley.edu/)
  • P2P Content Distribution Resources (http://www.cs.huji.ac.il/labs/danss/p2p/research.html) P2P and Content Distribution Resources from HUJI

P2P can also stand for Pay-to-play (as in Pay-to-play/P2P games).


  Results from FactBites:
 
Networks 101: Peer-To-Peer Networks (831 words)
Networks can allow computers, servers, and other devices to talk to each other.
There are a number of different types of networks, and it's important to find the right one to fit your needs so that you don't waste time and money with one that is too complex for your needs, or one that doesn't fulfill your needs.
A peer-to-peer network is sometimes the perfect (and cheap) solution for connecting the computers at a small nonprofit.
Peer-to-Peer Network (220 words)
For example: one user on the network might choose to allow their hard drive to be shared in a 'read only' manner, while another user may allow 'full access' and still another might disallow access to some or all of the files on their drive.
Peer to peer networks are ideal for businesses or individuals who wish to only network a small number of computers...
On the down side, in a peer to peer network if a computer is shut down and it held information that was necessary to other members on the network, it would be inaccessible.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.