BitTorrent: Difference between revisions
→Indexing: converted a sentence fragment into a sentence |
→Encryption: It's KTorrent, not kTorrent |
||
Line 155: | Line 155: | ||
Some [[ISP]]s throttle BitTorrent traffic of their customers because it makes up a large proportion of total traffic and the ISPs don't want to spend money purchasing extra capacity.<ref>{{cite web| url=http://torrentfreak.com/encrypting-bittorrent-to-take-out-traffic-shapers/| title=Encrypting Bittorrent to take out traffic shapers| year=[[2006-02-05]]| publisher=Torrentfreak.com| accessdate=2006-05-09}}</ref> |
Some [[ISP]]s throttle BitTorrent traffic of their customers because it makes up a large proportion of total traffic and the ISPs don't want to spend money purchasing extra capacity.<ref>{{cite web| url=http://torrentfreak.com/encrypting-bittorrent-to-take-out-traffic-shapers/| title=Encrypting Bittorrent to take out traffic shapers| year=[[2006-02-05]]| publisher=Torrentfreak.com| accessdate=2006-05-09}}</ref> |
||
Protocol header encrypt (PHE) and Message stream encryption/Protocol encryption (MSE/PE) are features of some BitTorrent clients that attempt to make BitTorrent hard to detect and throttle. At the moment [[Azureus]], [[Bitcomet]], [[ |
Protocol header encrypt (PHE) and Message stream encryption/Protocol encryption (MSE/PE) are features of some BitTorrent clients that attempt to make BitTorrent hard to detect and throttle. At the moment [[Azureus]], [[Bitcomet]], [[KTorrent]], [[µTorrent]] and [[rtorrent]] support MSE/PE encryption. |
||
In September 2006 it was reported that some software could detect and throttle even encrypted BitTorrent traffic.<ref>{{cite web| url=http://media.www.studlife.com/media/storage/paper337/news/2006/09/27/News/Restech.Solves.Network.Issues-2310692.shtml| title=ResTech solves network issues| publisher=Student Life| first=Ben| last=Sales|date=[[2006-09-27]]|accessdate=2007-04-15}}</ref> |
In September 2006 it was reported that some software could detect and throttle even encrypted BitTorrent traffic.<ref>{{cite web| url=http://media.www.studlife.com/media/storage/paper337/news/2006/09/27/News/Restech.Solves.Network.Issues-2310692.shtml| title=ResTech solves network issues| publisher=Student Life| first=Ben| last=Sales|date=[[2006-09-27]]|accessdate=2007-04-15}}</ref> |
Revision as of 13:44, 6 September 2007
BitTorrent is a peer-to-peer file sharing (P2P) communications protocol. BitTorrent is a method of distributing large amounts of data widely without the original distributor incurring the entire costs of hardware, hosting and bandwidth resources. Instead, when data is distributed using the BitTorrent protocol, each recipient supplies pieces of the data to newer recipients, reducing the cost and burden on any given individual source, providing redundancy against system problems, and reducing dependence on the original distributor.
The protocol is the brainchild of programmer Bram Cohen, who designed it in April 2001 and released a first implementation on 2 July 2001. It is now maintained by Cohen's company BitTorrent, Inc.[1]
Usage of the protocol accounts for significant traffic on the Internet, but the precise amount has proven difficult to measure.
There are numerous compatible BitTorrent clients, written in a variety of programming languages, and running on a variety of computing platforms.
Operation
A BitTorrent client is any program which implements the BitTorrent protocol. Each client is capable of preparing, requesting, and transmitting any type of computer file over a network, using the protocol. A peer is any computer running an instance of a client.
To share a file or group of files, a peer first creates a "torrent." This is a small file which contains metadata about the files to be shared, and about the tracker, the computer that coordinates the file distribution. Peers that want to download the file first obtain a torrent file for it, and connect to the specified tracker which tells them from which other peers to download the pieces of the file.
Though both ultimately transfer files over a network, a BitTorrent download differs from a classic full-file HTTP request in several fundamental ways:
- BitTorrent makes many small P2P requests over different TCP sockets, while web-browsers typically make a single HTTP GET request over a single TCP socket.
- BitTorrent downloads in a random or "rarest-first" approach that ensures high availability, while HTTP downloads in a contiguous manner.
Taken together, BitTorrent achieves much lower cost, much higher redundancy, and much greater resistance to abuse or "flash crowds" than a regular HTTP server. However, this protection comes at a cost: downloads take time to rise to full speed because these many peer connections take time to establish, and it takes time for a node to get sufficient data to become an effective uploader. As such, a typical BitTorrent download will gradually rise to very high speeds, and then slowly fall back down toward the end of the download. This contrasts with an HTTP server that, while more vulnerable to overload and abuse, rises to full speed very quickly and maintains this speed throughout.
In general, BitTorrent's non-contiguous download methods have prevented it from supporting "progressive downloads" or "streaming playback". But recent comments by Bram Cohen and new developments by Red Swoosh suggest that streaming torrent downloads will soon be commonplace.
Creating and publishing torrents
The peer distributing a data file treats it as a number of identically-sized pieces, typically between 64 kB and 1 MB each. A piece size of greater than 512 kB will reduce the size of a torrent file for a very large payload, but is claimed to reduce the efficiency of the protocol [1]. The peer creates a checksum for each piece, using a hashing algorithm, and records it in the torrent file. When another peer later receives that piece, its checksum is compared to the recorded checksum to test that it is error-free.[2] Peers that provide a complete file are called seeders, and the peer providing the initial copy is called the initial seeder.
The exact information contained in the torrent file depends on the version of the BitTorrent protocol. By convention, the name of a torrent file has the suffix .torrent
. Torrent files contain an "announce" section, which specifies the URL of the tracker, and an "info" section which contains (suggested) names for the files, their lengths, the piece length used, and a SHA-1 hash code for each piece, which clients should use to verify the integrity of the data they receive.
Completed torrent files are typically published on websites or elsewhere, and registered with a tracker. The tracker maintains lists of the clients currently participating in the torrent.[2] Alternatively, in a trackerless system (decentralized tracking) every peer acts as a tracker. This is implemented by the BitTorrent, µTorrent, BitComet and KTorrent clients through the distributed hash table (DHT) method. Azureus also supports a trackerless method which is incompatible (as of April 2007) with the DHT offered by all other supporting clients.
In November 2006, BitTorrent Inc. introduced its "Publish Torrent" service which creates and hosts a torrent file (seeded from an existing web-hosted media file), and tracks downloads. The service (http://www.bittorrent.com/publish) requires a client which supports web-seeding (currently only the official client, Azureus and μTorrent).
Downloading torrents and sharing files
Users browse the web to find a torrent of interest, download it, and open it with a BitTorrent client. The client connects to the tracker(s) specified in the torrent file, from which it receives a list of peers currently transferring pieces of the file(s) specified in the torrent. The client connects to those peers to obtain the various pieces. Such a group of peers connected to each other to share a torrent is called a swarm. If the swarm contains only the initial seeder, the client connects directly to it and begins to request pieces. As peers enter the swarm, they begin to trade pieces with one another, instead of downloading directly from the seeder.
Clients incorporate mechanisms to optimize their download and upload rates; for example they download pieces in a random order, to increase the opportunity to exchange data, which is only possible if two peers have different pieces of the file.
The effectiveness of this data exchange depends largely on the policies that clients use to determine to whom to send data. Clients may prefer to send data to peers that send data back to them (a tit for tat scheme), which encourages fair trading. But strict policies often result in suboptimal situations, where newly joined peers are unable to receive any data (because they don't have any pieces yet to trade themselves) and two peers with a good connection between them do not exchange data simply because neither of them wants to take the initiative. To counter these effects, the official BitTorrent client program uses a mechanism called “optimistic unchoking,” where the client reserves a portion of its available bandwidth for sending pieces to random peers (not necessarily known-good partners, so called preferred peers), in hopes of discovering even better partners and to ensure that newcomers get a chance to join the swarm.[3]
Adoption
A growing number of individuals and organizations are using BitTorrent to distribute their own or licensed material. The most notable of these is BitTorrent Inc. which has amassed a number of licenses from Hollywood studios for distributing popular content at the company's website. Independent adopters report that without using BitTorrent technology, with its dramatically reduced demands on networking hardware and bandwidth, they could not afford to distribute their files.
Many sites imitating big BitTorrent trackers have turned to distribution of only legal material in general. With several different categories they often provide a working distribution method for parties who want to have big material packets available for large audience without investing large amounts of money.
The Amazon S3 "Simple Storage Service" is a scalable Internet-based storage service with a simple web service interface, equipped with built-in BitTorrent support.
BitTorrent is often used to distribute free and open source software, especially ISO images of Linux distributions. Most Linux distributions offer BitTorrent as one of the download methods for installation CDs.
Sub Pop Records, the record label credited with popularizing grunge rock and current publisher of The Shins, The Postal Service and other popular bands, releases tracks and videos via BitTorrent Inc.[4] to distribute its 1000+ albums. The band Ween uses the website Browntracker.net[5] to distribute free audio and video recordings of live shows.
Blizzard's World of Warcraft video game utilizes the BitTorrent protocol to send game updates to clients.
Virtual Solutions Group is using BitTorrent to distribute their open source full-frame avi video files for use by thousands of video and DVD content creators at www.dvdmenubacks.com.
Anime fansub communities often use BitTorrent for their releases, and some have RSS feeds.
Blog Torrent offers a simplified BitTorrent tracker to enable bloggers and non-technical users to host a tracker on their site. Blog Torrent also allows visitors to download a "stub" loader which acts as a BitTorrent client to download the desired file, allowing users without BitTorrent software to use the protocol.[6] This is similar to the concept of a self-extracting archive.
The game GunZ The Duel has a built-in BitTorrent client.
Podcasting software is starting to integrate BitTorrent to help podcasters deal with the download demands of their MP3 "radio" programs. Specifically, Juice and Miro (formerly known as Democracy Player) support automatic processing of .torrent files from RSS feeds. Similarly, some BitTorrent clients, such as µTorrent, are able to process web feeds and automatically download content found within them.
The creator of the BitTorrent protocol, Bram Cohen, at one time worked for Valve Software. Valve uses the BitTorrent protocol in their Steam media streaming frontend.
Network impact
CableLabs, the research organization of the North American cable industry, estimates that BitTorrent represents 18% of all broadband traffic.[7] In 2004, CacheLogic put that number at roughly 35% of all traffic on the Internet.[8] The discrepancies in these numbers are caused by differences in the methodology used to measure P2P traffic on the Internet.[9]
Routers that use NAT, Network Address Translation, must maintain tables of source and destination IP addresses and ports. Typical home routers are limited to about 2000 table entries while some more expensive routers have larger table capacities. BitTorrent frequently contacts 300-500 servers per second rapidly filling the NAT tables. This is a common cause of home routers locking up.[citation needed]
Indexing
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 linking to (possibly) copyrighted material, rendering those sites especially vulnerable to lawsuits. Several types of websites support the discovery and distribution of data on the BitTorrent network.
Public tracker sites such as The Pirate Bay and Mininova allow users to search in and download from their collection of .torrent files; they also run BitTorrent trackers for those files. Users can typically also upload .torrent files for content they wish to distribute.
Private tracker sites such as Demonoid operate like public ones except that they restrict access to registered users and keep track of the amount of data each user uploads and downloads, in an attempt to reduce leeching.
There are specialized tracker sites such as FlixFlux for films, elbitz for educational content, Puretna for pornographic content, and tv torrents for television series. Often these will also be private.
Search engines allow the discovery of .torrent files that are hosted and tracked on other sites; examples include Btjunkie, TorrentSpy and isoHunt. These sites allow the user to ask for content meeting specific criteria (such as containing a given word or phrase) and retrieve a list of links to .torrent files matching those criteria. This list is often sorted with respect to relevance or number of seeders. Bram Cohen launched a BitTorrent search engine on http://search.bittorrent.com that comingles licensed content with search results.[10] Metasearch engines allow to search several BitTorrent indices and search engines at once.
Legal issues
BitTorrent trackers have been subjected to raids and shutdowns due to claims of copyright infringement. BitTorrent metafiles do not store copyrighted data, so it has been claimed that BitTorrent trackers, which only store and track the metafiles and usually do not share any potentially copyrighted data, must therefore be legal.[11] Despite this claim, there has been tremendous legal pressure, usually on behalf of the MPAA and RIAA, to shut down numerous BitTorrent trackers.
Various juristictions have pursued legal action against website which host BitTorrent trackers. High-profile examples include the closing of Suprnova.org, LokiTorrent and EliteTorrents.org. The Pirate Bay torrent website, formed by a Swedish anti-copyright group, is notorious for the "legal" section[11] of its website in which letters and replies on the subject of alleged copyright infringements are publicly displayed. On May 31, 2006, The Pirate Bay's servers in Sweden were raided by Swedish police on allegations by the MPAA of copyright infringement.[12]
HBO, in an effort to combat the distribution of its programming on BitTorrent networks, has sent cease and desist letters to the Internet Service Providers of BitTorrent users. Many users have reported receiving letters from their ISPs that threatened to cut off their internet service if the alleged infringement continues[13]. HBO, unlike the RIAA, has not been reported to have filed suit against anyone for sharing files as of April 2007. On the other hand, in 2005 HBO began "poisoning" torrents of its show Rome, by providing bad chunks of data to clients. [14]
On November 23, 2005, the movie industry and BitTorrent Inc. CEO Bram Cohen, signed a deal they hoped would reduce the number of unlicensed copies available through bittorrent.com's search engine, run by BitTorrent, Inc. It meant BitTorrent.com had to remove any links to unlicensed copies of films made by seven of Hollywood's major movie studios.
There are two major differences between BitTorrent and many other peer-to-peer file-trading systems, which advocates suggest make it less useful to those sharing copyrighted material without authorization. First, BitTorrent itself 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 facilitating the sharing: 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. Because it is possible to operate a tracker on a server that is located in a jurisdiction where the copyright holder cannot take legal action, the protocol does offer some vulnerability that other protocols lack. It is far easier to request that the server's ISP shut down the site than it is to find and identify every user sharing a file on a peer-to-peer network. However, with the use of a distributed hash table (DHT), trackers are no longer required, though often used for client software that does not support DHT to connect to the stream.
Limitations and security vulnerabilities
BitTorrent does not offer its users anonymity. It is possible to obtain the IP addresses of all current, and possibly previous, participants in a swarm from the tracker. This may expose users with insecure systems to attacks.[3]
Another drawback is that BitTorrent file sharers, compared to users of client/server technology, often have little incentive to become seeders after they finish downloading. The result of this is that torrent swarms gradually die out, meaning a lower possibility of obtaining older torrents. Some BitTorrent websites have attempted to address this by recording each user's download and upload ratio for all or just the user to see, as well as the provision of access to older torrent files to people with better ratios. Also, users who have low upload ratios may see slower download speeds until they upload more. This prevents (statistical) leeching, since after a while they become unable to download much faster than 1-10 kB/s on a high-speed connection. Some trackers exempt dial-up users from this policy, because they cannot upload faster than 1-3 kB/s.
BitTorrent is best suited to continuously connected broadband environments, since dial-up users find it less efficient due to frequent disconnects and slow download rates.
Technologies built on BitTorrent
The BitTorrent protocol is still under development and therefore may still acquire new features and other enhancements such as improved efficiency.
Distributed trackers
In May 2005, Bram Cohen released a new beta version of BitTorrent that eliminated the need for web site hosting of centralized servers known as "trackers." It is now possible to have a torrent up in minutes, with a file, a website, and no understanding of how it works. Cohen explained that the "trackerless" feature is part of his ongoing effort to make publishing files online "painless and disruptively cheap". The move is only one of several designed to remove BitTorrent's dependence on centralized trackers.
In June 2005, software version 4.2.0 was released, supporting "trackerless" torrents, featured a DHT implementation that allows the client to download torrents that have been created without using a BitTorrent tracker. BitTorrent Mainline DHT: BitTorrent client (5.0.7), µTorrent (1.7.2), BitComet (0.90), and BitSpirit (3.0+) all share DHT which is based on an implementation of the Kademlia DHT, for trackerless torrents.[15]
This change is said to cause some trouble in the legal efforts to shut down illegal file sharing. However, Tarun Sawney, BSA Asia anti-copyright infringement director, said BitTorrent files could still be identified, since with or without the tracker sites, actual users still host the infringing files.[16][17]
The use of distributed trackers is also one of the goals for Azureus 2.3.0.2 and BitTorrent 4.1.2. Another interesting idea that has surfaced recently in Azureus is virtual torrent. This idea is based on the distributed tracker approach and is used to describe some web resource. Right now, it is used for instant messaging. It is implemented using a special messaging protocol and requires an appropriate plugin. Anatomic P2P is another approach, which uses a decentralized network of nodes that route traffic to dynamic trackers.
Peer exchange is another method to gather peers for BitTorrent in addition to trackers and DHT. Peer exchange checks with known peers to see if they know of any other peers.
Content delivery
Web seeding was implemented in 2006. 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; 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 was created by John "TheSHAD0W" Hoffman, who created BitTornado.[18]. From version 5.0 onward the Mainline BitTorrent client also supports web seeds and the BitTorrent web site has a simple publishing tool that creates web seeded torrents. µTorrent added support for web seeds in version 1.7. The latest version of the popular download manager GetRight supports downloading a file from both HTTP/FTP protocols and using BitTorrent.
Broadcatching combines RSS with the BitTorrent protocol to create a content delivery system, further simplifying and automating content distribution. Steve Gillmor explained the concept in a column for Ziff-Davis in December, 2003.[19] The discussion spread quickly among bloggers (Techdirt, Ernest Miller, Chris Pirillo, etc.). In an article entitled Broadcatching with BitTorrent, 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.
— [20]
The RSS feed will track the content, while BitTorrent ensures content integrity with cryptographic hashing of all data, so subscribers to a feed receive uncorrupted content.
An early implementor of this approach is the IPTV show mariposaHD, which uses BitTorrent to distribute large (2-4 GB) WMVHD files of high-definition video.
One of the first software clients (free and open source) for broadcatching is Miro. Other free software clients such as PenguinTV and KatchTV are also now supporting broadcatching.
The BitTorrent web-service MoveDigital has the ability to make torrents available to any web application capable of parsing XML through its standard Representational State Transfer (REST) based interface.[21] Additionally, Torrenthut is developing a similar torrent API which will provide the same features, as well as further intuition to help bring the torrent community to Web 2.0 standards. Alongside this release is a first PHP application built using the API called PEP which will parse any Really Simple Syndication (RSS 2.0) feed and automatically create and seed a torrent for each enclosure found in that feed.[22]
Encryption
Some ISPs throttle BitTorrent traffic of their customers because it makes up a large proportion of total traffic and the ISPs don't want to spend money purchasing extra capacity.[23]
Protocol header encrypt (PHE) and Message stream encryption/Protocol encryption (MSE/PE) are features of some BitTorrent clients that attempt to make BitTorrent hard to detect and throttle. At the moment Azureus, Bitcomet, KTorrent, µTorrent and rtorrent support MSE/PE encryption.
In September 2006 it was reported that some software could detect and throttle even encrypted BitTorrent traffic.[24]
Reports in August 2007 indicated that Comcast was preventing BitTorrent seeding by monitoring and interfering with the communication between peers. Protection against these efforts is provided by proxying the client-tracker traffic through the Tor anonymity network or, via an encrypted tunnel to a point outside of the Comcast network.[25]
In general, although encryption can make it difficult to determine what is being shared, BitTorrent is generally vulnerable to traffic analysis. Thus even with MSE/PE, it is reasonable for an ISP to recognize BitTorrent and also to determine that a system is no longer downloading, only uploading, information and terminate its connection by injecting TCP RST packets.
Multitracker
Another unofficial feature is an extension to the BitTorrent metadata format proposed by John Hoffman.[26] and implemented by several indexing websites. It allows the use of multiple trackers per file, so if one tracker fails, others can continue supporting file transfer. It is implemented in several clients, such as BitTornado, KTorrent and µTorrent. Trackers are placed in groups, or tiers, with a tracker randomly chosen from the top tier and tried, moving to the next tier if all the trackers in the top tier fail.
Torrents with multiple trackers[27] can decrease the time it takes to download a file, but also has a few consequences:
- Users have to contact more trackers, leading to more overhead-traffic.
- Torrents from closed trackers suddenly become downloadable by non-members, as they can connect to a seed via an open tracker.
Implementations
Because of the open nature of the protocol, many clients have been developed that support numerous platforms and written using various programming languages. The official client is also named BitTorrent.
Some clients, like Torrentflux, can be run straight from a server, allowing hosting companies to offer speeds unavailable to most users. Sites such as Torrent2FTP offer services to download torrents and then make them available to the customer on a FTP server.
Opera Software now incorporates BitTorrent downloads through its popular browser software[28], as does Wyzo.
An increasing number of hardware devices are being made to support BitTorrent. These include routers and NAS devices.
- ADS NAS BYOD NAS
- Asus WL-700gE router
- Coolmax CN-570 BYOD NAS
- Freecom: Freecom Storage Gateway / DataTank Gateway / Network Drive Pro
- QNAP TS-101 (Uses myBittorrent's search engine)
- Synology (a number of their products)
- Thecus YES Box N2100 BYOD NAS
- As well as anything capable of running OpenWrt (routers) or Openslug (NAS) like the NSLU2
Development
An as yet (April, 2007) unimplemented unofficial feature is Similarity Enhanced Transfer (SET), a technique for improving the speed at which peer-to-peer file sharing and content distribution systems can share data. SET, proposed by researchers Pucha, Andersen, and Kaminsky, works by spotting chunks of identical data in files that are an exact or near match to the one needed and transferring this data to the client if the 'exact' data is not present. Their experiments suggested that SET will help greatly with less popular files, but not as much for popular data, where many peers are already downloading it.[29] Andersen believes that this technique could be immediately used by developers with the bittorrent file sharing system.[30]
See also
- Terminology of BitTorrent
- Super-seeding
- Segmented downloading
- Comparison of file sharing applications
- [[Magnet: URI scheme]]
- Similarity Enhanced Transfer
Notes
- ^ Cohen, Bram (2001-07-02). "BitTorrent - a new P2P app". Yahoo eGroups. Retrieved 2007-04-15.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ a b Cohen, Bram (October, 2002). "BitTorrent Protocol 1.0". BitTorrent.org. Retrieved 2006-05-06.
{{cite web}}
: Check date values in:|date=
(help) - ^ a b Tamilmani, Karthik (2003-10-25). "Studying and enhancing the BitTorrent protocol". Stony Brook University. Retrieved 2006-05-06.
{{cite web}}
: Check date values in:|year=
(help); Cite has empty unknown parameter:|coauthors=
(help)CS1 maint: year (link) - ^ "Sub Pop page on BitTorrent.com". Retrieved 2006-12-13.]
- ^ "www.browntracker.net, the website used by [[Ween]]". Retrieved 2006-12-13.
{{cite web}}
: URL–wikilink conflict (help) - ^ Rustad, Roger E. (2004-08-26). "Blog Torrent and Participatory Culture". Grep Law. Retrieved 2006-05-09.
{{cite web}}
: Check date values in:|date=
(help) - ^ Ellis, Leslie (May 8, 2006). "BitTorrent's Swarms Have a Deadly Bite On Broadband Nets". Multichannel News. Retrieved 2006-05-08.
{{cite web}}
: CS1 maint: year (link) - ^ Pasick, Adam (2004-11-04). "LIVEWIRE - File-sharing network thrives beneath the radar". Yahoo! News. Retrieved 2006-05-09.
- ^ Sevcik, Peter (November 01, 2005). "Peer-to-Peer Traffic: Another Internet Myth Is Born". Business Communication Review. Retrieved 2006-05-09.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ Worthington, David (May 25, 2005). "BitTorrent Creator Opens Online Search". BetaNews. Retrieved 2006-05-09.
{{cite web}}
: Unknown parameter|coauthors=
ignored (|author=
suggested) (help)CS1 maint: year (link) - ^ a b "Legal threats". The Pirate Bay. Retrieved 2006-05-09.
- ^ "The Piratebay is Down: Raided by the Swedish Police". TorrentFreak. 31.05.2006. Retrieved 2007-05-20.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ Henderson, Maryanne (2006-03-21). "Safenet (for HBO) Letter to Charter Communications - Part 2.jpg". Tallin Wordpress. Retrieved 2007-04-22.
{{cite web}}
: Check date values in:|date=
(help) - ^ Torkington, Nat (October 04, 2005). "HBO Attacking BitTorrent". O'Reilly.com. Retrieved 2007-04-22.
{{cite web}}
: Check date values in:|date=
(help) - ^ Khashmir Sourceforge
- ^ LeMay, Renai (May 20, 2005). "BitTorrent enemies face new hurdle". CNET News.com. Retrieved 2006-05-09.
{{cite web}}
: CS1 maint: year (link) - ^ Norton, Quinn (June 2, 2005). "May the source be with you". Guardian Unlimited. Retrieved 2006-05-09.
{{cite web}}
: CS1 maint: year (link) - ^ "HTTP-Based Seeding Specification" (TXT). Retrieved 2006-05-09.
- ^ Gillmore, Steve. BitTorrent and RSS Create Disruptive Revolution EWeek.com, December 13, 2003. Retrieved on 2007-04-22.
- ^ Raymond, Scott: Broadcatching with BitTorrent. scottraymond.net: 2003-12-16.
- ^ "Move Digital REST API". Move Digital. Retrieved 2006-05-09. Documentation.
- ^ "Prodigem Enclosure Puller(pep.txt)" (TXT). Prodigem.com. Retrieved 2006-05-09. via Internet Wayback Machine
- ^ "Encrypting Bittorrent to take out traffic shapers". Torrentfreak.com. 2006-02-05. Retrieved 2006-05-09.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ Sales, Ben (2006-09-27). "ResTech solves network issues". Student Life. Retrieved 2007-04-15.
{{cite web}}
: Check date values in:|date=
(help) - ^ Comcast Throttles BitTorrent Traffic, Seeding Impossible, TorrentFreak, 17 August 2007
- ^ "MULTITRACKER METADATA ENTRY SPECIFICATION" (TXT). Bittornado.com. Retrieved 2006-05-09.
- ^ called MultiTorrents by indexing website myBittorrent.com
- ^ Anderson, Nate (February 1, 2007). "Does network neutrality mean an end to BitTorrent throttling?". Ars Technica, LLC. Retrieved 2007-02-09.
{{cite web}}
: CS1 maint: year (link) - ^ Himabindu Pucha, David G. Andersen, Michael Kaminsky (April 2007). "Exploiting Similarity for Multi-Source Downloads Using File Handprints". Purdue Univ., Carnegie Mellon Univ., Intel Research Pittsburgh. Retrieved 2007-04-15.
{{cite web}}
: Check date values in:|date=
(help)CS1 maint: multiple names: authors list (link) - ^ "Speed boost plan for file-sharing". BBC News. 2007-04-12. Retrieved 2007-04-21.
References
- Schiesel, Seth (February 12, 2004). "File Sharing's New Face." New York Times, link
- Thompson, Clive (January, 2005). "The BitTorrent Effect." Wired Magazine, link.
- BBC News (May 13, 2005). "TV download sites hit by lawsuits" BBC News, link.
- BBC News (October 25, 2005). "BitTorrent user guilty of piracy." BBC News, link.
- BBC News (April 13, 2006). "BitTorrent battles over bandwidth." BBC News, link.
- Rietjens, Bob (2005) "Give and Ye Shall Receive! The Copyright Implications of BitTorrent", 2:3 SCRIPT-ed 364. link
- Roth, Daniel (November 14, 2005). "Torrential Rain." Fortune, p. 91–96.
- Pouwelse, Johan (December 18, 2004). "A detailed study of the BitTorrent network." The Register, link.
External links
- BitTorrent Specification
- Template:Dmoz
- Interview with chief executive Ashwin Navin
- BitTorrent video tutorial
- BitTorrent Guide and FAQ
- BitTorrent Introduction
- BitTorrent Protocol Specification v1.0 (Unofficial)
- BitTorrent Location-aware Protocol 1.0 Specification
- Torrent Loader - View the inner depths of a torrent file