|
||||||||
![]() |
||||||||
|
|
||||||||
|
|
0
Common BitTorrent Terms
[edit] announce Same as scrape (see below), but client also announces that it wants to join the swarm and that server should add it to the peers in that swarm. [edit] choked Describes a peer to whom the client refuses to send file pieces. A client chokes another client in several situations: The second client is a seed, in which case it does not want any pieces (ie. it is completely uninterested) The client is already uploading at its full capacity (ie. the value for max_uploads has been reached) [edit] client The program that enables p2p file sharing via the BitTorrent protocol. Examples of clients include µTorrent and Vuze. [edit] downloader A downloader is any peer that does not have the entire file and is downloading the file. This term is used in Bram Cohen's Python implementation, and lacks the negative connotation attributed to leech. Bram prefers downloader to leech because BitTorrent's tit-for-tat ensures downloaders also upload and thus should not be unfairly branded leech. [edit] End Game Bittorrent has a couple of download strategies for starting of a download, normal download and downloading the end of a torrent. Typically, the last download pieces arrive slowly, so to prevent this, bittorrent would attempt to get the last missing pieces from all of its peers. Upon receiving a piece, a cancel request command is sent to other peers. [edit] hash The hash is a string of alphanumeric characters in the .torrent file that the client uses to verify the data that is being transferred. It contains information like the file list, sizes, pieces, etc. Every piece received is first checked against the hash. If it fails verification, the data is discarded and requested again. The 'Hash Fails' field in the torrent General tab shows the number of these hash fails. [edit] index An index is a list of .torrent files (usually including descriptions and other information) managed by a website and available for searches. An index website can also be a tracker. [edit] interested Describes a downloader who wishes to obtain pieces of a file the client has. For example, the uploading client would flag a downloading client as 'interested' if that client did not possess a piece that it did, and wished to obtain it. [edit] leech A leech is usually a peer who has a negative effect on the swarm by having a very poor share ratio - in other words, downloading much more than they upload. Most leeches are users on asymmetric internet connections and do not leave their BitTorrent client open to seed the file after their download has completed. However, some leeches intentionally avoid uploading by using modified clients or excessively limiting their upload speed. The term leech, however, can be used simply to describe a peer - or any client that does not have 100% of the data. [edit] lurker A lurker is a user that only downloads files from the group but does not add new content. Unlike a leech, a lurker will seed what he or she has downloaded. [edit] p2p Stands for "peer to peer" which is the technology used for file sharing among computer users over the internet. [edit] peer A peer is one instance of a BitTorrent client running on a computer on the Internet to which other clients connect and transfer data. Usually a peer does not have the complete file, but only parts of it. However, in the colloquial definition, "peer" can be used to refer to any participant in the swarm (in this case, it's synonymous with "client"). [edit] piece This refers to the torrented files being divided up into equal specific sized pieces (ie 512Kb, 1Mb). The pieces are distributed in a random fashion among peers in order to optimize trading efficiency. [edit] scrape This is when a client sends a request to the tracking server for information about the statistics of the torrent, such as with whom to share the file and how well those other users are sharing. [edit] seeder A seeder is a peer that has a complete copy of the torrent and still offers it for upload. The more seeders there are, the better the chances are for completion of the file. [edit] share ratio A user's share ratio for any individual torrent is a number determined by dividing the amount of data that user has uploaded by the amount of data they have downloaded. Final share ratios over 1 carry a positive connotation in the BitTorrent community because they indicate that the user has sent more data to other users than they received. Likewise, share ratios under 1 have a negative connotation.
|
|||||||
|
© WP Technology Inc. 2009
User-posted content is subject to its own terms. |