AfterDawn: Glossary

BitTorrent

BitTorrent is a peer-to-peer (P2P) protocol and tool originally developed by Bram Cohen. It is currently developed and distributed by Cohen's company BitTorrent, Inc.. The original BitTorrent client is written in Python and released under the BitTorrent Open Source License.

Transferring a file or files over BitTorrent involves three steps:


  1. creating a .torrent file
  2. distributing the .torrent file to other users
  3. "seeding" the torrent.

Seeding the torrent means acting as a node which has all the parts of the file(s) being transferred. When other BitTorrent clients connect to a seed node it distributes fragments of the files in a random order the downloading nodes (peers). As fragments of the file start spreading to peer nodes they can start transferring data from each other and finding the fastest connections available. The BitTorrent client verifies the integrity of each fragment transferred, and if a corrupt fragment is detected it is transferred again.

The network of seed and peer nodes is sometimes referred to as a swarm.

BitTorrent discourages people from trying to limit their upload speeds by giving best download performance to those that upload the most.

Once a peer node has downloaded and verified all the fragments specified in the .torrent file it changes its role from a peer to a seed, and starts serving fragments to peers that are still requesting fragments. In order for BitTorrent to work efficiently the client should be left open after the transfer is complete. It is considered good etiquette to upload at least the amount of the size of the file (e.g. if you download a 100MB file you should leave your client open at least as long as your client has uploaded 100MB to other users). With broadband connections this isn't usually a problem. For example Azureus BitTorrent Client lets you adjust the maximum upload speed so that running BitTorrent will not affect the performance of other network traffic.

To download files from BitTorrent P2P network you need to have a BitTorrent -compatible client installed on your computer.

If you are interested to know more about the BitTorrent, you might find these links useful:

Information about the .torrent files
BitTorrent FAQ
ABC guide
Azureus guide
BitComet guide
BitTornado guide
G3 Torrent guide
AfterDawn's P2P forum

Related glossary terms

Glossary

Select a term to see the explanation