Bittorrent Tracker Article Index for
Bittorrent
Shopping
Tracker
Website Links For
Bittorrent
 

Information About

Bittorrent Tracker





TRACKERS AND INDEXERS

A tracker should be differentiated from a BitTorrent Index by the fact that it does not necessarily list files that are being tracked. A BitTorrent index is a list of .torrent files (usually including descriptions and other information). Trackers merely coordinate communication between peers attempting to download the Payload of the torrents.

Many BitTorrent websites act as both tracker and index. Sites such as these publicize the tracker's URL and allow users to Upload torrents to the index with the tracker's URL embedded in them, providing all the features necessary to initiate a download.


Private Trackers

A ''private tracker'' is a tracker which restricts who can use it, often by requiring registration of a user account. Private trackers usually register how much the users upload and download and may enforce a minimum upload-to-download ratio. As a result their torrents usually offer better availability and speed compared to public trackers where Leeching is more common.

Many private trackers are now implementing Passkeys in the torrent file, which gives each user a specific address to contact in order to get a list of peers. This helps to prevent unauthorised distribution of torrent files from private trackers.


LEGAL ISSUES

In most countries, it is illegal to distribute copyrighted material without the permission of the copyright holder. Because of their potential to be used in breach of copyright as well as in compliance, many torrent trackers have been the target of Cease And Desist lawsuits from copyright bodies; this despite the fact that a tracker does not actually host or distribute any copyrighted data itself.

A complicating factor is that torrent tracking websites operate in a variety of countries, including countries with copyright laws that differ from the country of origin of the copyrighted material, and countries in which different actions may be legal or illegal.

Further complicating factors are that there are many circumstances under which it is legal to distribute copyrighted material - indeed there are currently some experiments at legally selling content that is distributed over BitTorrent using a "secure" tracker system. For instance, copyright holders may choose to allow their content to be distributed for free, using licenses such as the Creative Commons family, or the GPL . In addition, some countries also have fair use provisions in copyright law, which allow people the right to access and use certain classes of copyrighted material without breach of the law.


IMPROVING TRACKER RELIABILITY

Trackers are the primary reason for a damaged BitTorrent 'swarm'. (Other reasons are mostly related to damaged or hacked clients uploading corrupt data.) The reliability of trackers has been improved through two main innovations in the BitTorrent protocol:

Multi-tracker torrents

Multi-tracker torrents feature multiple trackers in the one torrent. This way, should one tracker fail, the others can continue supporting file transfer.


Trackerless torrents


The original BitTorrent Client was the first to offer decentralized, Distributed tracking using a Distributed Hash Table (DHT), making torrents more independent from the tracker. Later, Azureus , µTorrent , BitComet and KTorrent adopted this feature. Azureus' "Distributed Database" feature uses its own form of DHT ( Kademlia ) which is incompatible with the official BitTorrent client's implementation, although most of the other clients support the official DHT implementation.


IPV6 SUPPORT

One of the options for this HTTP based tracker protocol is the "compact" flag. This flag specifies that the tracker can compact the response by encoding IPv4 addresses as a set of 4 bytes (32bits).
IPv6 though are 128bits long, and as such, the "compact" flag breaks IPv6 support. Trackers which support IPv6 clients thus currently ignore the compact flag. There have been mentions of a "compact6" flag, but this mechanism has not been adopted yet by the various BitTorrent clients.

The first IPv6 only BitTorrent tracker was and still is run by NIIF/HUNGARNET .

Recently distributions readily available over IPv6 in a highspeed way.


SEE ALSO



EXTERNAL LINKS