|
|
|
|
|
Bittorrentright BitTorrent is a peer-to-peer (P2P) file distribution tool written by programmer Bram Cohen and debuted at CodeCon 2002. The reference implementation is written in Python and is released under the BitTorrent Open Source License (A modified version of the Jabber Open Source License, as of 4.0.0). With BitTorrent, files are broken into smaller fragments, typically a quarter of a megabyte each. As the fragments get distributed to the peers, they can be reassembled on a requesting machine in a random order. Each peer takes advantage of the best connections to the missing pieces while providing an upload connection to the pieces it already has. This scheme has proven particularly adept in trading large files such as videos and software source code. In conventional downloading, high demand leads to bottlenecks as demand surges for bandwidth from the host server. With BitTorrent, high demand can actually speed throughput as more bandwidth and additional seeds of the completed file become available to the group. Cohen claims that for very popular files, BitTorrent can support about a thousand times as many downloads as HTTP. Sharing files To share a file using BitTorrent, a user creates a .torrent file, a small "pointer" file which contains: - the filename, size, and the hash of each block in the file (which allows users to make sure they are downloading the real thing)
- the address of a "tracker" server (which is discussed below)
The torrent file can then be distributed to other users, often via email or placed on a website. The BitTorrent client is then started as a "seed node", allowing other users to connect and commence downloading. When other users finish downloading the entire file, they can optionally "reseed" it--becoming an additional source for the file. One outcome of this approach is that if all seeds get taken offline, the file may no longer be available for download, even if the torrent file is possessed. Downloading with BitTorrent is straightforward. Each person who wants to download the file first downloads the torrent and opens it in the BitTorrent client software. The torrent file tells the client the address of the tracker, which, in turn, maintains a log of which users are downloading the file and where the file and its fragments reside. For each available source, the client considers which blocks of the file are available, then requests the rarest block it does not yet have. This makes it more likely that peers will have blocks to exchange. As soon as the client finishes importing a block, it hashes it to make sure that the block matches what the torrent file said it should be. Then it begins looking for someone to upload the block to. BitTorrent gives the best download performance to the people who upload the most, a property known as "leech resistance", since it discourages "leeches" from trying to download the file without uploading it to anyone. (Although, confusingly, when used in opposition to "seeds" or "seeders" as in "S/L ratio" (meaning "seed/leech ratio"), "leecher" only means someone who hasn't downloaded the full file yet.) Though BitTorrent is a good protocol for a broadband user, it is less effective for dial up connections, where disconnections are common. Comparison to other file sharing systems The method used by BitTorrent to distribute files parallels to a large extent the one used by the eDonkey2000 network, but nodes in eDonkey's file sharing network usually share and download a much larger number of files, making the bandwidth available to each transfer much smaller. BitTorrent transfers are typically very fast, because all nodes in a group concentrate on transferring a single file or collection of files. While the original eDonkey2000 client provided little "leech resistance", most new clients have some sort of system to encourage uploaders. eMule, for example, has a credits system whereby a client stores the amount of data it has uploaded and downloaded from every client and gives clients that have net upload to it a higher priority in the queue. However, the nature of the eDonkey2000 concept means download speeds tend to be much more variable, although the number of available files is far greater. A similar method to BitTorrent was the Participation Level introduced in KaZaA in 2002. The Participation Level would increase when you upload and decrease when you download. Then when you upload a file to someone else the person with the highest Participation Level gets it first, then they upload it on to the person with the next highest Participation Level, and so on. Think of a pyramid, with the people who have the most upload bandwidth available at the top and on each level down you have people with slightly less bandwidth until you get to the bottom. This is the most efficient way to distribute a file to a large number of users: even the people at the bottom of the pyramid probably get the file faster than if the file was served by a non P2P method. Unfortunately the system adopted by KaZaA is considered by some to be flawed as it relies on the client accurately reporting their Participation Level and therefore it is easy to cheat with the many "unofficial" clients. Legal issues While initially created to distribute files legally, such as GNU/Linux distributions, large movie trailers, or CD images of the Baen books on CD (which are legal, and only available via File sharing). BitTorrent is also being used by some to download music, movies, and software illegally, similar to many other peer-to-peer networks. BitTorrent was used to distribute high-quality bootlegs of the movie The Matrix Reloaded created from film prints just days after the movie was released in theaters. There were BitTorrent links on Slashdot to the Half-Life 2 source code (soon after it was leaked in October 2003), as well as to the (incomplete) Windows NT and Windows 2000 source trees in February 2004 (amidst rumoured third-party leaks). In December 2004 the Finnish police raided a major BitTorrent site. http://www.theregister.co.uk/2004/12/14/finnish_police_raid_bittorrent_site/. The court handling will take place later this year. Also, the founder and administrator of the world's leading torrent provider, Suprnova, allegedly felt so much pressure that he closed the site. LokiTorrent, arguably the biggest torrent source after the demise of Suprnova, recently closed its doors too. Details are still sketchy, but it would appear that after being threatened by the MPAA, Webber, webmaster of the site, agreed to pay a fine and supply the MPAA with logs (IPs of visitors). Interestingly, Webber (known as "lowkee"), in the weeks following his reception of the subpoena, had begun a fundraising campaign to pay lawyer fees in a legal battle that would have opposed him to the MPAA. In news blurbs, Webber said he would stand up to protect the rights of file sharers, which he didn't. Webber had raised approximately $45 000 (USD) through a PayPal-based donation system. It is unclear how much of that money went straight to the MPAA. Following the agreement, the MPAA changed the index of LokiTorrent to display a disturbing "You can click but you can't hide." page. The admin of the site, Lowkee, did not comment. However, BitTorrent can also be used for legal purposes by software developers who want to ease the bandwidth strain on their servers. If a developer offers a large file for download, the bandwidth limit of their server may be exceeded if a large number of people download the file. By offering the file via BitTorrent, they transfer much of the bandwidth burden to downloaders of the file. For example, the demo of the flight sim X-Plane is offered via BitTorrent, as well as the World of Warcraft beta, and since its release the game's patches. Following the success of the BitTorrent protocol, its creator was hired to develop a means of distributing patches and other content for online video games in 2004, proving that there are some less controversial reasons for the development of this technology. So far, BitTorrent seems to be the most popular P2P protocol adopted officially for legal uses. It should be noted that many legal files, including Linux distributions are typically available on other networks such as eDonkey2000 and Gnutella, however these are placed there by users and not generally part of the official distribution mechanism. There are two major differences between BitTorrent and the better-known peer-to-peer file-trading systems, which advocates suggest make it less useful to copyright violators. First, BitTorrent does not offer a search facility to find files by name. A user must find the initial torrent file by other means, such as a Web search. Second, BitTorrent makes no attempt to conceal the host ultimately responsible for a given file's availability: a person who wishes to make a file available must run a tracker on a specific host or hosts and distribute the tracker address(es) in the .torrent file. While it is possible to simply operate a tracker on a server that is located where the copyright holder cannot take legal action, this feature of the protocol does imply some degree of accountability that other protocols lack. It is far easier to request that the server's internet service provider shut the site down than it is to find and identify every user sharing a file on a traditional peer-to-peer network. New developments The BitTorrent protocol is still under development and therefore may still acquire new features and other enhancements such as improved efficiency. Alternative approaches The BitTorrent protocol provides no way to index torrent files. As a result, a comparatively small number of websites have hosted the large majority of torrents, rendering those sites especially vulnerable to lawsuits. In response, some developers have sought ways to make file publishing more anonymous while still retaining BitTorrent's speed advantage. The Shareaza client, for example, provides three alternatives to BitTorrent: EDonkey2000, Gnutella, and Shareaza's native network, Gnutella2. BitTorrent also inspired the privately held company InmateMediaGroup: eXeem. It is backed by sloncek, the administrator of the now defunct Suprnova BitTorrent website. eXeem is supposed to decentralize BitTorrent and eliminate the need for web-based trackers (easy targets for the RIAA or the MPAA). Unlike BitTorrent (the protocol and the official client), eXeem is closed-source and owned by a corporation. Web Seeding One recently implemented feature of BitTorrent is web seeding. The advantage of this feature is that a site may distribute a torrent for a particular file or batch of files and make those files available for download from that same web server application; this can simplify seeding and load balancing greatly once support for this feature is implemented in the various BitTorrent clients. In theory, this would make using BitTorrent almost as easy for a web publisher as simply creating a direct download while allowing some of the upload bandwidth demands to be placed upon the downloaders (who normally use only a very small portion of their upload bandwidth capacity). This feature is an unofficial one, created by the author of a specific third-party client. Broadcatching Another proposed feature combines RSS and BitTorrent to create a content delivery system dubbed broadcatching. Since a Steve Gillmor column for Ziff-Davis in December 2003, the discussion has spread quickly among many bloggers (Techdirt, Ernest Miller, and former Tech TV host Chris Pirillo, for example). In an interview Scott Raymond explained: - "I want RSS feeds of BitTorrent files. A script would periodically check the feed for new items, and use them to start the download. Then, I could find a trusted publisher of an Alias RSS feed, and 'subscribe' to all new episodes of the show, which would then start downloading automatically — like the 'season pass' feature of the TiVo."
While potential illegal uses abound as is the case with any new distribution method, this idea lends itself to a great number of ideas that could turn traditional distribution models on their heads, giving smaller operations a new opportunity for content distribution. Similar to Lindows, the system leans on the cost-saving benefit of BitTorrent, where expenses are virtually non-existent; each downloader of a file participates in a portion of the distribution. RSS feeds layered on top keep track of the content, and because BitTorrent does cryptographic hashing of all data, subscribers to the feed can be sure they're getting what they think they're getting, whether that winds up being the latest Sopranos episode, or the latest Sveasoft firmware upgrade. (Naturally, however, ensuring that the same data reaches all nodes neglects the possibility that the original, source file may be corrupted or incorrectly labelled.) Despite ample discussion, the first practical applications of this idea have only surfaced recently. See also - Azureus also has an RSS feedreader plug-in which can be used in conjunction with the sites mentioned above.
- Blog Torrent offers a simplified BitTorrent tracker to enable bloggers and non-technical users to run a tracker off their site with the added functionality of letting visitors download a file even if they do not have a BitTorrent client installed by automatically installing a client and the desired file. (GrepLaw interviews makers of Blog Torrent.)
- WritTorrent offers a blog posting plugin for Azureus, as well as RSS feeds for the built-in Azureus tracker.
Podcasting is starting to integrate BitTorrent to help podcasters deal with the download demands of their MP3 "radio" programs. Specifically, iPodder supports BitTorrent for the RSS 2.0 enclosures that power podcasting. See also Technical Help Torrent sites General collections Forums Registration Sites Specific content - Music:
- jamendo.Com: Full, high-quality albums from all genres.
- easytree.org: Live recordings of trade-friendly artists in lossless file formats.
- etree.org: Trade-friendly live recordings in lossless formats.
- LegalTorrents: Wide selection of acoustic, electronic, and experimental music as well as the Wired Magazine Creative Commons CD.
Other External links Software - ABC (Yet Another BitTorrent Client) http://pingpong-abc.sourceforge.net/: ABC is a client based upon BitTornado that extends it by adding a queuing system.
- Azureus Java BitTorrent Client http://azureus.sourceforge.net/: Azureus offers multiple torrent downloads, queuing and priority systems, start and stop seeding options, and instant access to numerous pieces of information about your torrents.
- BitComet http://www.bitcomet.com/: Closed-source Windows native client with torrent creation features, a queuing and priority system, and a large amount of information available to the user. Written in C++, this client is extremely quick even on slower machines.
- BitLord http://www.bitlord.com/: Based on BitComet and, so far, is the only BitTorrent client which has a search feature for the torrents.
- BitSpirit http://www.bytelinker.com/intl/bs.htm: A powerful and easy-to-use BitTorrent client that provides not only full BitTorrent protocol implementation but also many personalization features.
- BitTornado http://bittornado.com/ (formerly Shadow's Experimental Client) has a user interface similar to the original client, with many added features. It allows for the real-time display of peer and seed connections, pausing a torrent download, and adjustment of port range. It supports auto resume but this feature in itself is not foolproof and often fails
- BtManager http://btmanager.sourceforge.net/ is a BitTorrent client that runs as a server (daemon) and is accessible via a web interface or a GUI.
- Burst! http://krypt.dyndns.org:81/torrent/index.phtml?action=news Burst! is a BitTorrent client that focuses on speed and efficiency. There aren't as many options as Azureus, but has an easy-to-use GUI interface and it easily integrates with other programs, like Torrentspy.
- ctorrent http://ctorrent.sourceforge.net/: A BitTorrent client written in the C programming language.
- eDonkey2000 http://edonkey.com/: P2P Client that supports eDonkey and BitTorrent as well as other protocols.
- G3 Torrent http://g3torrent.sourceforge.net/: G3 Torrent is a Python based client. Offers a built-in web interface to control the client.
- libtorrent http://libtorrent.sf.net: libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.
- rtorrent http://libtorrent.rakshasa.no: rtorrent is a powerful and efficient text-based client for *nix. It uses the libtorrent library which is written in C++. (Not the same one as above.)
- Rufus http://rufus.sourceforge.net/: A Python based client. Offers a built-in web interface to control the client.
- Shareaza http://www.shareaza.com/: P2P Client that supports Gnutella2, Gnutella, eDonkey, and BitTorrent. Torrent files become automatically decentralized by being shared through the other P2P networks. Was banned from some Trackers in the past due to protests of poor implementation and bad behavior. A few bans linger but many have been lifted for version 2.1.
- Tomato Torrent http://sarwat.net/bittorrent/: A BSD licensed Cocoa-based BitTorrent client for Mac OS X.
- Qtorrent http://thegraveyard.org/qtorrent.php: Multi-torrent client using the Qt toolkit for use in the X Window System.
- TorrentStorm http://www.torrentstorm.com/: Features piece files and a built in tracker.
- The MST3K Bittorrent Guide: Quick overview of Windows, Mac, and Linux BitTorrent clients.
- WritTorrent provides plugins for Azureus and more.
- More BitTorrent clients
Torrent creators In the news Other
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|