Insights on Media Streaming Progress Using Bittorrent-Like Protocols for On-Demand Streaming Nadim Parvez, Carey Williamson, Anirban Mahanti, and Niklas Carlsson

Total Page:16

File Type:pdf, Size:1020Kb

Insights on Media Streaming Progress Using Bittorrent-Like Protocols for On-Demand Streaming Nadim Parvez, Carey Williamson, Anirban Mahanti, and Niklas Carlsson 1 Insights on Media Streaming Progress using BitTorrent-like Protocols for On-Demand Streaming Nadim Parvez, Carey Williamson, Anirban Mahanti, and Niklas Carlsson Abstract—This paper develops analytic models that charac- media case has greater temporal diversity of requests. The terize the behavior of on-demand stored media content delivery peer dynamics resemble those of file downloading, while still using BitTorrent-like protocols. The models capture the effects requiring low startup delays for the sequential playback of of different piece selection policies, including Rarest-First, two variants of In-Order, and two probabilistic policies (Portion and large media objects. Finally, live streaming implicitly involves Zipf). Our models provide insight into system behavior, and sustained content delivery at the intrinsic media playback rate, help explain the sluggishness of the system with strict In-Order while the stored media case is general: the retrieval rate could streaming. We use the models to compare different retrieval be slower than, faster than, or the same as the media playback policies across a wide range of system parameters, including peer rate, or even vary with time. arrival rate, upload/download bandwidth, and seed residence time. We also provide quantitative results on the startup delays These characteristics can challenge the performance of and retrieval times for streaming media delivery. Our results existing P2P protocols. For example, BitTorrent improves the provide insights into the design tradeoffs for on-demand media efficiency of file downloads by using a Rarest-First piece streaming in peer-to-peer networks. Finally, the models are selection policy to increase the diversity of pieces available validated using both fluid-based and packet-level simulations. in the network. However, streaming protocols require in-order Index Terms—Peer-to-peer systems, BitTorrent, On-demand playback of media content, which naturally implies that in- streaming, Modeling order retrieval of pieces is desirable (but not strictly required). In-order collection of pieces may reduce the spatial and I. INTRODUCTION temporal diversity of pieces in a P2P network, resulting in poor system performance. Peer-to-peer (P2P) networks offer a promising approach for In this paper, we analytically characterize the performance Internet-based media streaming. P2P networks are autonomous of BitTorrent-like protocols for on-demand streaming of stored systems with the advantages of self-organization and self- media files. Our models capture performance differences be- adaptation. P2P solutions can enable efficient and scalable tween various policies and configuration details (e.g., piece media streaming, as long as they can meet the sequential selection policies, upload bandwidth) and allow us to answer playback demands of media streaming applications, which questions related to the efficency and user-perceived perfor- differ from those of file downloading, for which P2P file mance of BitTorrent-like on-demand streaming protocols. sharing networks were originally created. The main contributions in our paper are the following: The P2P paradigm has been used successfully for live • media streaming, but the (more difficult) case of on-demand We show that the analysis of P2P media streaming is streaming of stored media has received relatively less attention. decomposable into download progress and sequential The two scenarios share several common challenges, including progress, which can be analyzed separately. Furthermore, the sequential playback demands of large media objects, improving one component can usually be done without the geographic diversity of heterogeneous receivers, and the compromising the other. • dynamic churn of the media streaming population. We develop detailed analytical models that explicitly On-demand streaming of stored media files differs in subtle consider piece selection policies. The models accurately but important ways from live media streaming. First, live predict the transition rate of downloaders to seeds, as well streaming typically involves only a single streaming source, as the steady-state swarm population size and mix. The whereas stored media streaming can involve many providers of models provide important insights into the efficiency of content. Second, the stored media case involves retrieving the on-demand media streaming in P2P networks. • entire media object, while the live streaming case allows peers The models explicitly consider the number of upload and to join at any time (i.e., mid-stream), without retrieving earlier download connections, rather than just the total network portions of the stream. Thus the issue of “startup delay” differs bandwidth [26], [29]. This formulation provides the flex- in the two scenarios (i.e., joining an existing stream versus ibility to model concurrent connections and consider the starting a new stream). Third, the peers in a live streaming effect of network asymmetry on the system performance. • scenario have a shared temporal content focus, while the stored The models provide estimates of the expected retrieval time for stored media objects, as well as its variability, so C. Williamson is with the Department of Computer Science, Uni- that we can determine suitable tradeoffs between startup versity of Calgary, Canada. Email: [email protected] A. Mahanti delay and the likelihood of uninterrupted streaming. is with National ICT Australia (NICTA), Eveleigh, NSW, Australia. Email:[email protected] N. Carlsson is with Link¨oping Univer- • The models are validated using both fluid-based and sity, Link¨oping, Sweden. Email:[email protected] packet-level simulations. 2 The remainder of the paper is organized as follows. Sec- This section introduces the concept of media streaming tion II presents a brief description of the BitTorrent system, progress (MSP), which is defined as the number of useful as well as the concepts of download progress and sequen- media pieces obtained per unit time. Conceptually, the MSP tial progress. Sections III and IV explain the derivation of can be separated into two parts: (1) the download progress basic models for sequential progress and download progress, (DP), which is defined as the number of pieces retrieved respectively, using different piece selection policies. Section V per unit time, and (2) the sequential progress (SP), which is presents the analysis of startup delay, and also discusses sev- defined as the number of useful in-order media pieces obtained eral extensions of our model. Section VI presents simulation per piece retrieved. The MSP is simply the product of these results to validate the models. Section VII summarizes relevant two metrics. Equation 1 expresses this simple relationship. related work, while Section VIII concludes the paper. MSP = DP × SP (1) II. BACKGROUND AND SYSTEM TRADEOFF The download progress captures the generic notion of A. BitTorrent throughput (i.e., a policy’s ability to download pieces quickly), BitTorrent [9] is a popular peer-to-peer file sharing system while the sequential progress refers to an application-specific used to facilitate efficient downloads. BitTorrent splits files property, namely the ability of a piece selection policy to into pieces, which can be downloaded in parallel from different acquire the initial pieces from the beginning of a file, as peers. BitTorrent distinguishes between peers that have the required for streaming media playback. Note that sequential entire file (called seeds), and peers that only have parts of the progress (the sequentiality of the pieces obtained) is conceptu- file (called leechers or downloaders) and are still downloading ally independent of the download progress (the rate at which the rest of it. The set of peers collaborating to distribute a the pieces are obtained). In the following sections, we analyze particular file is known as a BitTorrent swarm. these metrics separately, starting with sequential progress. A tracker maintains information about the peers partici- pating in a swarm. New peers wanting to download a file are directed (typically using information provided in a meta- III. SEQUENTIAL PROGRESS file available at an ordinary Web server) to a tracker, which In this section we analyze the sequential progress of four provides each new peer with the identity of a random set of simple policies: strict In-Order retrieval, Random piece selec- participating peers. Each peer typically establishes persistent tion, and two probabilistic piece selection policies (Portion connections with a large set of peers, consisting of peers and Zipf [3]). An example of sequential progress for each is identified by the tracker as well as by other peers to which shown in Figure 1. the peer is connected. The peer maintains detailed information By definition, the strict In-Order policy is ideal in terms of about which pieces the other peers have. sequential progress. Each peer simply retrieves the file pieces While peers can typically request pieces from all connected in numerical order from 1 to M. However, the download peers that have useful pieces, each peer only uploads to a progress of this policy in a P2P network can be sluggish, as limited number of peers at any given time. That is, most will be seen in Section IV-D. peers are choked, while a few peers that it is currently The Random piece selection policy provides poor sequential willing to serve are unchoked. To encourage peers to upload progress, as shown in Figure 1. While not the worst case1 pieces, BitTorrent
Recommended publications
  • What Is Peer-To-Peer File Transfer? Bandwidth It Can Use
    sharing, with no cap on the amount of commonly used to trade copyrighted music What is Peer-to-Peer file transfer? bandwidth it can use. Thus, a single NSF PC and software. connected to NSF’s LAN with a standard The Recording Industry Association of A peer-to-peer, or “P2P,” file transfer 100Mbps network card could, with KaZaA’s America tracks users of this software and has service allows the user to share computer files default settings, conceivably saturate NSF’s begun initiating lawsuits against individuals through the Internet. Examples of P2P T3 (45Mbps) internet connection. who use P2P systems to steal copyrighted services include KaZaA, Grokster, Gnutella, The KaZaA software assesses the quality of material or to provide copyrighted software to Morpheus, and BearShare. the PC’s internet connection and designates others to download freely. These services are set up to allow users to computers with high-speed connections as search for and download files to their “Supernodes,” meaning that they provide a How does use of these services computers, and to enable users to make files hub between various users, a source of available for others to download from their information about files available on other create security issues at NSF? computers. users’ PCs. This uses much more of the When configuring these services, it is computer’s resources, including bandwidth possible to designate as “shared” not only the and processing capability. How do these services function? one folder KaZaA sets up by default, but also The free version of KaZaA is supported by the entire contents of the user’s computer as Peer to peer file transfer services are highly advertising, which appears on the user well as any NSF network drives to which the decentralized, creating a network of linked interface of the program and also causes pop- user has access, to be searchable and users.
    [Show full text]
  • Downloading Copyrighted Materials
    What you need to know before... Downloading Copyrighted Materials Including movies, TV shows, music, digital books, software and interactive games The Facts and Consequences Who monitors peer-to-peer file sharing? What are the consequences at UAF The Motion Picture Association of America for violators of this policy? (MPAA), Home Box Office, and other copyright Student Services at UAF takes the following holders monitor file-sharing on the Internet minimum actions when the policy is violated: for the illegal distribution of their copyrighted 1st Offense: contents. Once identified they issue DMCA Loss of Internet access until issue is resolved. (Digital Millennium Copyright Act) take-down 2nd Offense: notices to the ISP (Internet Service Provider), in Loss of Internet access pending which the University of Alaska is considered as resolution and a $100 fee assessment. one, requesting the infringement be stopped. If 3rd Offense: not stopped, lawsuit against the user is possible. Loss of Internet access pending resolution and a $250 fee assessment. What is UAF’s responsibility? 4th, 5th, 6th Offense: Under the Digital Millennium Copyright Act and Loss of Internet access pending resolution and Higher Education Opportunity Act, university a $500 fee assessment. administrators are obligated to track these infractions and preserve relevent logs in your What are the Federal consequences student record. This means that if your case goes for violators? to court, your record may be subpoenaed as The MPAA, HBO and similar organizations are evidence. Since illegal file sharing also drains becoming more and more aggressive in finding bandwidth, costing schools money and slowing and prosecuting alleged offenders in criminal Internet connections, for students trying to use court.
    [Show full text]
  • Seedboxes Cc Forum
    Seedboxes Cc Forum It's simple to get started with, and incredibly functional. Never had problems using. cc Mobile Apps for ios and android user. cc German- English Dictionary: Translation for Sumpf. Ellenkező esetben a webhely funkcionalitása korlátozott. Ask questions regarding our services or generic seedbox related tasks. Gradstein & Celis, M. 2021, 19:09 Replies: 3 [Wait for Plugin Update] Pornhub plugin - only HLS - duplicate problem. Seedbucket was developed in-house by Seedboxes. eu e as velocidades de UP e DOWN são muitos boas mas a limitação de tráfego complica. OB Config for seedboxes. Seedbox & Hosting. A lot slower to post updates though. 2011-05-18: Added a link to a post on HP’s support forum where the post helped a bit. A good starting place for additional information about Rapidleech is the Wiki and the official forum. cc, byte-sized-hosting. ---Description---Tellytorrent is an Indian private tracker for Indian movies & series with a collection of BD50, 4kUHD, DVD9, NetFlix DL & Amazon DL- Source. cc often offers special discounts – called “promo codes” on its website. We have not put down all the specifications but you can read more about them in this post. The Raspberry Pi 4 dropped and it's a major update for the flagship single-board computer. On September 2, 2009, isoHunt announced the launch of a spinoff site, hexagon. 53GHz HyperThreading),. cc - Quality and affordable seedbox with premium bandwidth Seedboxes. Sdedi propose des solutions Seedbox uniques et innovantes : un espace disque illimité, un réseau de 10 Gigas, une app seedbox mobile et plus encore, à partir de 2,99 euros.
    [Show full text]
  • Analyzing Peer Selection Policies for Bittorrent Multimedia On-Demand Streaming Systems in Internet
    International Journal of Computer Networks & Communications (IJCNC) Vol.6, No.1, January 2014 ANALYZING PEER SELECTION POLICIES FOR BIT TORRENT MULTIMEDIA ON -DEMAND STREAMING SYSTEMS IN INTERNET Carlo Kleber da Silva Rodrigues 1,2 1Electrical and Electronics Department, Armed Forces University – ESPE, Sangolquí, Ecuador 2University Center of Brasília – UniCEUB, Brasília, DF, Brazil ABSTRACT The adaptation of the BitTorrent protocol to multimedia on-demand streaming systems essentially lies on the modification of its two core algorithms, namely the piece and the peer selection policies, respectively. Much more attention has though been given to the piece selection policy. Within this context, this article proposes three novel peer selection policies for the design of BitTorrent-like protocols targeted at that type of systems: Select Balanced Neighbour Policy (SBNP), Select Regular Neighbour Policy (SRNP), and Select Optimistic Neighbour Policy (SONP). These proposals are validated through a competitive analysis based on simulations which encompass a variety of multimedia scenarios, defined in function of important characterization parameters such as content type, content size, and client´s interactivity profile. Service time, number of clients served and efficiency retrieving coefficient are the performance metrics assessed in the analysis. The final results mainly show that the novel proposals constitute scalable solutions that may be considered for real project designs. Lastly, future work is included in the conclusion of this paper. KEYWORDS BitTorrent, peer selection, multimedia, streaming, interactivity. 1. INTRODUCTION The BitTorrent protocol is undoubtedly an effective peer-to-peer (P2P) solution for file (content) replication over Internet [1, 2, 3, 4]. The overall idea of this protocol is that peers must cooperate with each other to replicate the wanted file.
    [Show full text]
  • Title: P2P Networks for Content Sharing
    Title: P2P Networks for Content Sharing Authors: Choon Hoong Ding, Sarana Nutanong, and Rajkumar Buyya Grid Computing and Distributed Systems Laboratory, Department of Computer Science and Software Engineering, The University of Melbourne, Australia (chd, sarana, raj)@cs.mu.oz.au ABSTRACT Peer-to-peer (P2P) technologies have been widely used for content sharing, popularly called “file-swapping” networks. This chapter gives a broad overview of content sharing P2P technologies. It starts with the fundamental concept of P2P computing followed by the analysis of network topologies used in peer-to-peer systems. Next, three milestone peer-to-peer technologies: Napster, Gnutella, and Fasttrack are explored in details, and they are finally concluded with the comparison table in the last section. 1. INTRODUCTION Peer-to-peer (P2P) content sharing has been an astonishingly successful P2P application on the Internet. P2P has gained tremendous public attention from Napster, the system supporting music sharing on the Web. It is a new emerging, interesting research technology and a promising product base. Intel P2P working group gave the definition of P2P as "The sharing of computer resources and services by direct exchange between systems". This thus gives P2P systems two main key characteristics: • Scalability: there is no algorithmic, or technical limitation of the size of the system, e.g. the complexity of the system should be somewhat constant regardless of number of nodes in the system. • Reliability: The malfunction on any given node will not effect the whole system (or maybe even any other nodes). File sharing network like Gnutella is a good example of scalability and reliability.
    [Show full text]
  • Gnutella Protocol
    A BRIEF INTRODUCTION AND ANALYSIS OF THE GNUTELLA PROTOCOL By Gayatri Tribhuvan University of Freiburg Masters in Applied Computer Science [email protected] ABSTRACT Peer to peer technology has certainly improved mechanisms of downloading files at a very high rate. Statistics and research show that as more number of peer to peer protocols developed, the number of nodes in the entire network increased. In this paper, we observe the structure and operation of Gnutella , a peer to peer protocol. The paper also focuses on some issues of this protocol and what improvements were further made to improve its scalability. We also have a look at some of the security issues of this protocol. Some statistics in the paper also reflect important changes that the protocol inflicted onto the entire network. PDF Created with deskPDF PDF Writer - Trial :: http://www.docudesk.com 1. INTRODUCTION Gnutella is a p2p protocol. This paper has tried to address some of the issues that have been faced by users of Gnutella, including that of scalability (increasing the scale of operation, i.e. the volume of operation with progressively larger number of users) and security. The Gnutella protocol is an open, decentralized group membership and search protocol, mainly used for file searching and sharing. Group membership is open and search protocol addresses searching and sharing of files. The term Gnutella represents the entire group of computers which have Gnutella speaking applications loaded in them forming a virtual network. Each node can function as both client as well as server. Thus they can issue queries to other nodes as well accept and respond to queries from other nodes, after matching the queries with the contents loaded in their own hard disks.
    [Show full text]
  • Ccan You Download Torrent Without Seeds
    ccan you download torrent without seeds Is there any way to download a torrent that has 0 seeds? I hate to say I'm growing desperate but I've scoured through Google in hopes of stumbling upon a method I haven't tried repeatedly and alas, nothing. Has anybody here ever found a solution to this problem other than hoping and waiting? I've only ever gone to Kickass and am unsure if whether or not the file would be on private sites. I'm unsure if this is acceptable here, but I would be willing to pay someone to either teach me how to download the file, or if someone helped me out and downloaded it for me (message me if interested). Seriously, I would be deeply appreciative. No. At least, generally not. Seeds are the people sharing the whole file(s). The torrent merely points your computer to their computer. If they aren't there, the file isn't even in the system for you to get. The exception is if between all the peers the entire file(s) exist(s). This can only really happen if several people downloaded different fragments and then the seed disappeared before anyone finished but only before someone collects all the pieces and becomes a seed. Or the individual file names from inside the torrent. Occasionally you will find another source or torrent that contains it. If there are actually 0 seeds (as in peers with 100% of all pieces) then it's still possible. That's the Definition though, which means there are caveats.
    [Show full text]
  • Evidence Collection for Forensic Investigation in Peer to Peer Systems Sai Giri Teja Myneedu Iowa State University
    Iowa State University Capstones, Theses and Graduate Theses and Dissertations Dissertations 2011 Evidence Collection for Forensic Investigation in Peer to Peer Systems Sai Giri Teja Myneedu Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd Part of the Computer Sciences Commons Recommended Citation Myneedu, Sai Giri Teja, "Evidence Collection for Forensic Investigation in Peer to Peer Systems" (2011). Graduate Theses and Dissertations. 10314. https://lib.dr.iastate.edu/etd/10314 This Thesis is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Evidence Collection For Forensic Investigation In Peer to Peer Systems by Sai Giri Teja Myneedu A thesis submitted to the graduate faculty in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Major: Information Assurance, Computer Engineering Program of Study Committee: Yong Guan, Major Professor Manimaran Govindarasu Thomas E. Daniels Iowa State University Ames, Iowa 2011 Copyright c Sai Giri Teja Myneedu, 2011. All rights reserved. ii Table of Contents List Of Tables . v List Of Figures . vi Acknowledgements . vii Abstract . viii 1 Introduction . 1 1.1 Motivation . .1 1.2 Proposed Method . .3 1.3 Thesis Organization . .4 2 Background . 5 2.1 P2P Systems Overview . .5 2.2 Classification of P2P Networks . .5 2.2.1 Centralized Networks . .6 2.2.2 Completely Decentralized Networks .
    [Show full text]
  • Comptorrent: Applying Bittorrent Techniques to Distributed Computing
    CompTorrent: Applying BitTorrent Techniques to Distributed Computing Bradley Goldsmith School of Computing, University of Tasmania [email protected] Abstract problems of security, service guarantee, network maintenance/overhead and availability. Where they This paper describes “CompTorrent”, a general still differ is in ubiquity of the number of jobs being purpose distributed computing platform that uses processed and some measure of symmetry between techniques derived from the popular BitTorrent file the number of instigators of jobs and the number of sharing protocol. The result is a grid swarm that participants providing processor cycles. In file sharing requires only the creation and seed hosting of a networks, it is common for there to be many people comptorrent file, which contains the algorithm code both uploading and downloading content. That is, lots and data set metrics, to facilitate the computing of people initiate a file sharing episode by uploading exercise. Peers need only obtain this comptorrent file content which other people then consume. This and then join the swarm using the CompTorrent contrasts to distributed computing where there might application. This paper describes the protocol, be many participants providing resources, there are discusses its operation and provides directions for not so many projects or jobs actually being instigated. current and future research. As an example to illustrate this we will consider two of the largest distributed computing projects on Keywords the Internet. One is the Berkeley Open Infrastructure for Network Computing (BOINC) [2] and the other Parallel computing, distributed computing, peer-to- Distributed.net [3]. Both of these projects allow peer computing, P2P, BitTorrent.
    [Show full text]
  • Free Riding in Bittorrent Is Cheap
    Free Riding in BitTorrent is Cheap Thomas Locher1, Patrick Moor2, Stefan Schmid1, Roger Wattenhofer1 1 Computer Engineering and Networks Laboratory (TIK), ETH Zurich, 8092 Zurich, Switzerland {lochert, schmiste, wattenhofer}@tik.ee.ethz.ch 2 Google Inc., Mountain View, CA 94043, USA [email protected] ABSTRACT while seeders (“altruistic peers”) clearly offer the oppor- tunity to freeload, we are even able to download content While it is well-known that BitTorrent is vulnerable to self- quickly if we ignore seeders and download solely from ish behavior, this paper demonstrates that even entire files other peers that do not possess all pieces of the desired can be downloaded without reciprocating at all in BitTor- content (leechers). This implies that the basic piece ex- rent. To this end, we present BitThief, a free riding client change mechanism does not effectively restrain peers from that never contributes any real data. First, we show that freeloading. simple tricks suffice in order to achieve high download Sharing communities are also investigated in this paper. rates, even in the absence of seeders. We also illustrate By banning users with constantly low sharing ratios or by how peers in a swarm react to various sophisticated at- denying them access to the newest torrents available, such tacks. Moreover, our analysis reveals that sharing com- communities encourage users to upload more than they munities—communities originally intended to offer down- download, i.e., to keep their sharing ratio above 1. We will loads of good quality and to promote cooperation among show that sharing communities are particularly appealing peers—provide many incentives to cheat.
    [Show full text]
  • Measurement and Analysis of the Direct Connect Peer-To-Peer File Sharing Network
    Measurement and Analysis of the Direct Connect Peer-to-Peer File Sharing Network Master of Science Thesis KARL MOLIN University of Gothenburg Department of Computer Science and Engineering Göteborg, Sweden, June 2009 The Author grants to Chalmers University of Technology and University of Gothenburg the non-exclusive right to publish the Work electronically and in a non-commercial purpose make it accessible on the Internet. The Author warrants that he/she is the author to the Work, and warrants that the Work does not contain text, pictures or other material that violates copyright law. The Author shall, when transferring the rights of the Work to a third party (for example a publisher or a company), acknowledge the third party about this agreement. If the Author has signed a copyright agreement with a third party regarding the Work, the Author warrants hereby that he/she has obtained any necessary permission from this third party to let Chalmers University of Technology and University of Gothenburg store the Work electronically and make it accessible on the Internet. Measurement and Analysis of the Direct Connect Peer-to-Peer File Sharing Network Karl Molin © Karl Molin, June 2009. Examiner: Marina Papatriantafilou Chalmers University of Technology Department of Computer Science and Engineering SE-412 96 Göteborg Sweden Telephone + 46 (0)31-772 1000 Printed at the Department of Computer Science and Engineering Chalmers University of Technology and University of Gothenburg Department of Computer Science and Engineering Göteborg, Sweden June 2009 Abstract Online social networks and peer-to-peer file sharing networks create a digital mirror of human society, providing insights in social dynamics such as inter- action between entities, structural patterns and flow of information.
    [Show full text]
  • Peer-To-Peer Networking with Bittorrent
    Peer-to-peer networking with BitTorrent Jahn Arne Johnsen Lars Erik Karlsen Sebjørn Sæther Birkeland [email protected] [email protected] [email protected] Department of Telematics, NTNU - December 2005. Abstract Peer-to-peer networking has in recent years received a lot of attention due to the ongoing battle with the music and movie industry. Despite many beliefs it is not a new concept but, in its simplest form, has existed for over four decades and can be traced back to the original implementation of the Internet. BitTorrent is a distributed peer-to-peer system which, it is stated, has the potential to change the landscape of broadcast media and file distribution. It uses a symmetric (tit-for-tat) transferring model in an attempt to reach Pareto efficiency. Its protocol employs various mechanisms and algorithms in a continuous effort to try to ensure that there are no other variations in the network arrangement which will make every downloader at least as well off and at least one downloader strictly better off. In its original implementation, BitTorrent base its operation around the concept of a torrent file, a centralized tracker and an associated swarm of peers. The centralized tracker provides the different entities with an address list over available peers. Later improvements tries to eave the weakness of a single point of failure (the tracker), by implementing a new distributed tracker solution. Amongst BitTorrent’s most prominent future uses are applications which combine BitTorrent and RSS (Really Simple Syndication), with the powerful ability to transform the Internet into the world’s largest TiVo.
    [Show full text]