Friend-to-friend

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bender235 (talk | contribs) at 13:22, 5 February 2014 (clean up; enabling HTTP Secure for selected external links. using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A friend-to-friend (or F2F) computer network is a type of peer-to-peer network in which users only make direct connections with people they know. Passwords or digital signatures can be used for authentication.

Unlike other kinds of private P2P, users in a friend-to-friend network cannot find out who else is participating beyond their own circle of friends, so F2F networks can grow in size without compromising their users' anonymity. Retroshare, WASTE, GNUnet, Freenet and OneSwarm are examples of software that can be used to build F2F networks, though RetroShare is the only one of these configured for friend-to-friend operation by default.

Many F2F networks support indirect anonymous or pseudonymous communication between users who do not know or trust one another. For example, a node in a friend-to-friend overlay can automatically forward a file (or a request for a file) anonymously between two friends, without telling either of them the other's name or IP address. These friends can in turn automatically forward the same file (or request) to their own friends, and so on.

Dan Bricklin coined the term "friend-to-friend network" in 2000.[1]

Potential applications of F2F

  • The Bouillon project uses a friend-to-friend network to assign trust ratings to messages.[2]

Software

F2F software with support for automatic anonymous forwarding

  • Freenet (Open Source, Windows/GNU+Linux/Mac OS X, from version 0.7 optionally F2F with the "opennet" option disabled)
  • GNUnet (Open Source, GNU+Linux/Windows/Mac OS X, optionally F2F with the "F2F topology" option enabled)
  • Retroshare (Open Source, Win/Lin/Mac, Friend management based on GPG)
  • OneSwarm (Open Source, Win/Lin/Mac, backwards compatible with BitTorrent)
  • Turtle F2F (Open Source, Linux only)

F2F software with support for automatic pseudonymous forwarding

  • anoNet (pseudonymous, based on standard VPN software)
  • WASTE (Open Source, Win/Linux/Mac, optionally F2F with the "ping packets" option disabled)
  • Cjdns (Open Source), internal IPv6 address used as a pseudonym

F2F software without support for automatic forwarding

See also

References

  1. ^ D. Bricklin. Friend-to-Friend Networks. August 11, 2000.
  2. ^ V. Grischchenko. Bouillon: A wiki-wiki social web. In 2nd International Symposium on Computer Science in Russia (CSR 2007), Ekaterinburg, Russia, September 2007.

External links