The Performance and Locality Tradeoff in BitTorrent-like P2P File-Sharing Systems
|
|
|
- Sophia Parrish
- 10 years ago
- Views:
Transcription
1 The Performance and Locality Tradeoff in BitTorrent-like P2P File-Sharing Systems Wei Huang, Chuan Wu, Francis C.M. Lau Department of Computer Science, The University of Hong Kong Abstract The recent surge of large-scale peer-to-peer (P2P) applications has brought huge amounts of P2P traffic, which significantly changes the Internet traffic pattern and increases the traffic-relay cost at the Internet Service Providers (ISPs). To alleviate the stress on networks, localized peer selection has been proposed that advocates neighbor selection within the same network (AS or ISP) to reduce the cross-isp traffic. Nevertheless, localized peer selection may potentially lead to the downgrade of downloading speed at the peers, rendering a non-negligible tradeoff between the downloading performance and traffic localization in the P2P system. Aiming at effective peer selection strategies that achieve any desired Pareto optimum in face of the tradeoff, in this paper, we characterize the performance and locality tradeoff as a multi-objective b-matching optimization problem. In particular, we first present a generic maximum weight b-matching model that characterizes the tit-for-tat in BitTorrent-like peer selection. We then introduce multiple optimization objectives into the model, which effectively characterize the performance and locality tradeoff using simultaneous objectives to optimize. We also design fully distributed peer selection algorithms that can effectively achieve any desired Pareto optimum of the global multi-objective optimization, that represents a desired tradeoff point between performance and locality in the entire system. Our models and algorithms are supported by rigorous analysis and extensive simulations. I. INTRODUCTION The large volumes of P2P traffic in today s Internet have significantly changed the Internet traffic pattern and dramatically increased the traffic-relay cost at the ISPs. Such a cost threat has led to ISPs packet filtering and rate throttling towards P2P traffic [1], while on the other hand P2P application providers react by encrypting data and communicating with dynamic ports to prevent from being recognized [2]. There have recently emerged hot arguments that such a conflict cannot lead to desirable outcomes for both parties. Instead, traffic localization designs have been proposed that connect peers to nearby (local) neighbors in terms of delay, routing hop count, etc.,by approaches at either the P2P application side [3], [4] or ISP side [5], or based on collaborations between both parties [6]. While such local peer selection is effective in reducing P2P traffic across network boundaries, it may unfavorably degrade the downloading performance at peers in a BitTorrent-like filesharing system [7], as local peers may not necessarily be ones that can supply large upload bandwidths. In another word, a non-negligible tradeoff may exist between the downloading performance and the traffic localization in the system. Given such a realistic situation, a practical solution for the benefits of both the P2P application and the ISPs, is to achieve a desired tradeoff point between performance and locality in the P2P system, that is acceptable and possibly decided by both parties. Intriguing questions thus arise: How can one formally characterize such a tradeoff between performance and locality? How can one design effective and fully decentralized peer selection strategies, that achieve any desired tradeoff in a practical system? To address these challenges, we novelly characterize the performance and locality tradeoff in peer selection as a multiobjective b-matching optimization problem, with the two objectives of downloading speed maximization and network cost minimization simultaneously; we design effective peer strategies that achieve any pre-set Pareto optimum (the tradeoff point) of the global multi-objective optimization in the fully distributed fashion. The original contributions of this paper include: First, we present a generic maximum weight b- matching model that characterizes tit-for-tat (TFT) peer selection in BitTorrent-like P2P systems. Second, we introduce multiple optimization objectives into the generic model, and the resulting multi-objective optimization problem effectively characterizes the performance and locality tradeoff in peer selection. Third, we design fully distributed peer selection algorithms that effectively achieve the desired Pareto optimum in the entire system, as supported by rigorous proof. The correctness and efficiency of our models and algorithms are also validated using extensive simulations. In the remainder of the paper, we present a generic maximum weight b-matching peer selection model in Sec. II, and extend the model into a multi-objective optimization problem that characterizes the performance and locality tradeoff in Sec. III. The distributed algorithm to derive Pareto optimal peer selection is discussed in Sec. IV. We evaluate the algorithm using trace-driven simulations in Sec. V, discuss related work in Sec. VI, and conclude the paper in Sec. VII. II. MAXIMUM WEIGHT B-MATCHING BASED PEER SELECTION: AGENERIC MODEL A BitTorrent-like P2P file sharing network can be modeled as a directed graph G =(V,E) with vertices in V representing peers and edges in E connecting mutually selected peers. The tit-for-tat (TFT) mechanism, i.e., peer i uploads to peer j if and only if peer j uploads to peer i, can be represented by a pair of directed edges established between the two nodes, which is referred to as a matching between two nodes in the graph.
2 We use binary variable x ji to denote whether peer i wishes to download from peer j (1=yes, =no), i.e., the data flows from peer j to peer i if the directed edge (j, i) is established. When x ij = x ji =1, peer i and j both request to download from each other and there will be a matching between peer i and j in the P2P graph. We use preference function q ji (x ji ):{, 1} [, + ) to represent peer i s preference in selecting peer j to download from. A higher preference value can reflect (a) a larger upload bandwidth from peer j to peer i, or (b) lower inter-isp traffic relay cost (better traffic localization) from peer j to peer i. A concrete preference function will be discussed in Sec. III which characterizes the performance and locality tradeoff. For now, we only need to assume that q ji is non-decreasing and quasi-linear; q ji (1) is peer i s preference in downloading from peer j and q ji () =. Let b be the maximum number of download connections each peer can establish. Let N i denote the neighborhood of peer i containing known peers it learns from a tracking server in the BitTorrent-like system. Our peer selection problem at hand is to decide at each peer i the subset of neighbors in N i to actually request to download from. Such a peer selection problem at peer i can be modeled into the following optimization problem, given the requests to download peer i itself has received from other peers (i.e., x ij, j N i ): max q ji (x ji ) (1) subject to: x ji b, x ji = x ij, j N i, (2) x ji {, 1}, j N i. The constraints in (2) characterize the TFT mechanism in a BitTorrent-like system: Only when peer i uploads to peer j upon request (x ij =1), would peer j possibly upload to peer i (x ji =1). Given neighbors current requests x ij, j N i,the optimization in (1) derives the optimal values of x ji s, j N i, at peer i, i.e., the best up-to-b neighbors that peer i will select to download from, in order to maximize its aggregate preference. Putting all the local optimizations at peers together, we obtain the following global optimal peer selection problem in the entire P2P network: max q ji (x ji ) (3) x ji = x ij, i V,j N i, x ji {, 1}, i V,j N i. Taking q ji (1) as the weight associated with the directed edge (j, i) in the P2P graph, the global optimization problem in (3) is essentially a maximum weight b-matching problem [8]. We propose a fully decentralized algorithm to solve the problem and achieve stable and optimal peer selection in the entire P2P network in Sec. IV. III. CHARACTERIZING THE PERFORMANCE AND LOCALITY TRADEOFF: THE MULTI-OBJECTIVE MODEL We now extend the generic matching-based model in the previous section to optimal peer selection that addresses the tradeoff between downloading performance and neighbor locality. At each peer, the downloading performance refers to its aggregate downloading rate from selected peers and the neighbor locality is reflected by the overall inter-isp traffic relay cost (referred to as network cost hereinafter) incurred by downloading from the selected neighbors. A. Multi-Objective Peer Selection At each peer i, we use a non-negative constant r ji to denote the maximum rate that peer i can download from peer j. Let c ji be the non-negative network cost incurred by downloading from peer j to peer i. We assume the network cost between any pair of peers could be assigned based on the peering relationship of their corresponding ISPs, or using metrics such as the p-distance in P4P [6], that reflect the network policy and the current network status. We use a vector-valued function [9] to represent ( the ) preference function q ji (x ji ) in (1): q ji (x ji )= rji x ji.the c ji x ji new objective function in peer i s neighbor selection, which reflects the tradeoff between downloading rate maximization and network cost minimization, is as follows: max max r ji x ji q ji (x ji )= min c ji x ji The global multi-objective optimal peer selection problem is (an extension from the global optimization problem in (3)): max r ji x ji min (4) c ji x ji x ji = x ij, i V,j N i, x ji {, 1}, i V,j N i. This multi-objective optimization aims to derive the best peer selection strategies in the entire P2P network, that maximize the aggregate downloading rates and minimize the overall network costs incurred. Nevertheless, in multi-objective optimization, optimal solutions which achieve all objectives concurrently do not usually exist [9], i.e., there commonly exists a tradeoff among the multiple objectives. In our optimal peer selection, there may not exist ideal optimal strategies and a tradeoff has to be compromised between both of our objectives. In what follows, we discuss how a Pareto optimal solution can be derived, that achieves any desired tradeoff of both objectives.
3 B. Pareto Optimal Solutions A feasible solution to a multi-objective optimization problem is Pareto optimal if there is no other feasible solution which performs better than it, with respect to all objectives [9]. In our optimization in (4), feasible x is Pareto optimal if there does not exist feasible x, such that r ji x ji > r ji x ji and c ji x ji < c ji x ji. A typical technique to find a Pareto optimal solution is scalarization, that converts the multi-objective problem into a regular optimization problem with a scalar objective function, that is the linear weighted combination of the original multiple objectives [9]. Introducing weights α and β (α + β =1,α,β ) for the bandwidth maximization objective and the cost minimization objective, respectively, our multi-objective problem in (4) can be converted to the following: max α r ji x ji β c ji x ji (5) x ij = x ji, i V,j N i, x ji = {, 1} i V,j N i. By solving the above linear program using different values of α and β, we can derive different Pareto optimal solutions to the multi-objective problem in (4). Therefore, given a weight pair which reflects the desired tradeoff between the two objectives (as can be decided by the P2P provider), the linear program derives the Pareto optimal peer selection strategy that achieves the desired tradeoff. We further note that if there does exist an optimal solution to the multi-objective problem which optimizes both objectives concurrently, it can be derived by solving the linear program using any non-negative weights satisfying α + β =1[9]. IV. DISTRIBUTED MULTI-OBJECTIVE PEER SELECTION We now design a fully decentralized algorithm that achieves stable and optimal peer selection with respect to the generic optimization model in Sec. II, and apply it in multi-objective peer selection to achieve any desired tradeoff between performance and locality as discussed in Sec. III. A. Generic Preference Based Peer Selection Algorithm We solve the global optimization problem in (3) with the generic preference objectives using a distributed algorithm, in which each peer i iteratively carries out its optimal neighbor selection based on its local optimization in (1). The algorithm is given in Algorithm 1. In the distributed algorithm, peer i ranks all known neighbors according to the preferences q ji (1), j N i, into its preference list W (i). It sends requests to download to peers which rank highest in the preference list and adds those requested peers into its proposal list P (i); at each neighbor j which receives this request, it adds i into its receiving list R(j) (lines 4 7 in the main procedure). Peer i then waits for requests from others, and places those peers to which it Algorithm 1 Peer Selection Algorithm at Peer i Notation W(i): Preference list at peer i, containing all known node(s) in N i, ordered by their preference values q ji(1), j N i. P(i): Proposal list at peer i, containing the node(s) to which it has requested to download from. R(i): Receiving list at peer i, containing the node(s) which has (have) requested to download from peer i. M(i): Matching list at peer i, containing the node(s) with which it has established a matching. rank(j,i): Rank of peer j at i, according to its preference q ji(1). 1: procedure REMOVE(node i, list X, node k) 2: Remove i from node k s list X(k) 3: end procedure 1: procedure ADDMATCHING(node i, node j) 2: M(i) := M(i) + {j}, Remove(j,R,i),Remove(j,P,i) 3: M(j) := M(j) + {i}, Remove(i,P,j),Remove(i,R,j) 4: end procedure 1: procedure REPLACE(node i, node j, node k) 2: Remove(k, M, i), Remove(i, M, k), AddMatching(i, j) 3: end procedure 1: procedure MAIN PROCEDURE 2: Get W(i) from the tracking server 3: Repeat 4-28 until M(i) does not change any more 4: if the number of peers in matching list M(i) <bthen 5: pick peer j in W(i) with the highest rank, Remove(j, W, i) 6: send j a request to download, P(i):=P(i)+{j} 7: inform j to do R(j):=R(j)+{i} 8: else /* M(i) = b*/ 9: for each j in P(i) such that rank(j, i) <rank(k, i), where k is a peer with the lowest rank in M(i) do 1: Remove(j,P,i),AddjtoW(i) 11: inform j to do Remove(i, R, j) 12: end for 13: endif 14: if Receiving list R(i) is not empty then 15: pick peer j from R(i) with the highest rank 16: if j P(i), i.e., i has sent a request to j 17: if the number of peers in matching list M(i) <bthen 18: AddMatching(j, i) 19: else if k M(i), rank(k, i) <rank(j, i) then 2: Replace(i, j, k) 21: addktow(i) 22: endif 23: endif 24: else if M(i) <bor k M(i), rank(k, i) <rank(j, i) 25: send j a request to download, P(i):=P(i)+{j} 26: endif 27: endif 28: endif 29: end procedure has requested a download connection and from which it has received a request too (the matched peers) into its matching list M(i) (lines 14 28). Matchings are also dynamically adjusted in order to achieve the best peer selection that maximizes aggregate preferences at each peer: if peer i s matching list is full with b peers when it receives a request from a peer it prefers more than a matched peer, it will replace the least preferred peer in M(i) with the new requesting peer (lines 19 22); When peer i s matching list is full, it will
4 also withdraw its previous requests sent to neighbors whose preferences are lower than those of its matched peers (lines 9 12). The algorithm repeats at each peer until no more changes occur to its matching list. B. Analysis of Algorithm Optimality We next show that such a distributed iterative algorithm converges to a stable maximum weight b-matching among peers in the entire network, which represents the optimal solution to the global optimization problem in (3), under a mild assumption. Definition 1. In an undirected graph G =(V,E), a stable maximum weight b-matching is a subgraph M of G which satisfies: (1) it contains all nodes in V and each node is incident with at most b edges in E; (2) no edges in M changes any more; (3) the sum of weights (preferences) on all incident edges at all nodes in M is no smaller than that in any other b-matching M in G. Assumption 1. Given the preference lists at the peers, there does not exist a preference cycle in the network, i.e., there is no such a sequence of peers, p,p 1,,p m 1 (m 3), such that p i prefers p j (where j =(i+1) MOD m) than any other peers in the sequence, i =, 1,,m 1. Such an assumption largely holds when a peer s preferences towards different candidate peers are different in the P2P network. The variant preference values can be achieved by introducing a small random error into the preferences derived, e.g., based on downloading rate and network cost as discussed in Sec. III-A. Theorem 1. Under assumption 1, the distributed algorithm in Algorithm 1 converges to a stable maximum weight b- matching in the network, that represents the optimal peer selection defined by the global optimization problem in (3). Proof Sketch: We prove that the algorithm converges to a stable b-matching, by showing that (under assumption 1) the same b-matching in the network won t appear more than once throughout the execution of the iterative algorithm and the total number of possible b-matchings in the network is finite. We prove the maximum weightedness of the achieved stable b-matching, by showing that the matching won t stabilize if there exists a better b-matching resuming larger overall weights (preferences) along its edges than the current one. Due to space limit, interested readers are referred to our technical report [1] for the detailed proof. C. Applying to Multi-Objective Peer Selection Algorithm 1 can be directly applied to derive the Pareto optimal peer selection striking any desired performance and locality tradeoff, by using the following combined multiobjective preference function at each peer i: q ji (x ji )=αr ji x ji βc ji x ji, j N i. (6) In particular, each peer i ranks its known neighbors using the above preference function (6) into its preference list W (i), and carries out Algorithm 1 in an iterative fashion. Algorithm 1 at peer i derives its local Pareto optimal peer selection based on the local optimization in (1); the iterations of the algorithm at all peers converge to the global Pareto optimal peer selection as is the solution to (5). V. PERFORMANCE EVALUATION We implement Algorithm 1 in our BitTorrent simulator implemented using C++, and simulate a P2P swarm with up to 2 peers, that download a file of 128 MB. Parameter settings of the experiments are based on practical data/distributions derived from real-world traces from field tests of P4P [6] using Pando clients in 28, as provided by authors of P4P: Peers upload capacities follow a heavy-tailed Pareto distribution in the major range of [256 Kbps, 1 Mbps] with the shape parameter of k =3, corresponding to a mean upload capacity of 384 Kbps. The maximum rate that a peer i can download from a peer j with upload capacity u j, i.e., r ji, is decided by the upload bandwidth share u j /b that j can provide. Each peer is assigned 15 existing peers in the swarm upon joining. The peers in our swarm are uniformly randomly assigned to 1 ISPs. We assign a cost value to each pair of ISPs to redirect their peering relationship, which are different numbers chosen from the range of [, 7]; a larger number represents a higher traffic relay cost from one ISP to another, and the cost is within the same ISP. The network cost incurred by downloading from peer j to peer i, c ij in our algorithm, is set to be the cost value between their corresponding ISPs. We first investigate the convergence of our distributed iterative algorithm in P2P swarms of different sizes with different numbers of download connections allowed at each peer (i.e., b). In our experiments, when a peer finishes its own file downloading, it remains and continues uploading to its matched peers until all finish downloading. Fig. 1 shows the evolution of the number of unstable peers in the network (i.e., those who are still changing their peer selection), in P2P swarms with 1 peers and 2 peers, respectively. In all cases, the number of unstable peers decreases quickly, i.e., peer selection in the network converges quickly to the stable b-matching. Considering that a peer needs 4 5 minutes on average to download the entire file of 128 MB, such a convergence time of 5 6 minutes is minor, and the peers are already downloading using the current peer matchings while adjusting to the best peer selection. Number of unstable peers b=4 b=6 b= Time (seconds) Time (seconds) (a) 1-peer swarm (b) 2-peer swarm Fig. 1. Convergence of P2P matching in swarms of different sizes. We then investigate the optimality of the stable b-matching (peer selection in the network), by comparing the downloading rates and network costs in the converged network with the optimal solutions of the global optimization problem in (4) derived using Matlab. We experiment in P2P swarms with 2 peers and b =6, under different settings of the weight Number of unstable peers b=4 b=6 b=8
5 for download rate, α, and the weight for network cost, β (β = 1 α). Comparing Fig. 2(a) and 2(b), we clearly observe the tradeoff between performance and locality in P2P swarms under realistic settings: the larger α is, i.e., the more weight a peer puts on download rate maximization in its peer selection, the higher the aggregate download rate per peer is in the resulting b-matching, at the cost of increased aggregate network cost at each peer simultaneously. In both figures, the curve derived by our algorithm and the curve showing Matlab solution largely overlap with each other, validating the global optimality of the resulting peer selection by our algorithm. The small gaps between the curves can be explained that the download rate (network cost) by our algorithm is computed as the average per-peer download rate over its file downloading process, including the rates (costs) it obtains when the peer selection has not stabilized; on the other hand, the Matlab solutions shown represent the download rates (network costs) in stabilized matchings. The fact that the gaps are minor has further validated the insignificant influence of algorithm convergence time, as shown in Fig 1, in the overall downloading process at the peers. Ave. download rate per peer (Kbps) Our algorithm Matlab solution α (weight for download rate) α (weight for download rate) (a) Download rate (b) Network cost Fig. 2. Performance and locality comparisons between optimal peer selections derived by our algorithm and Matlab. Average network cost per peer Our algorithm Matlab solution VI. RELATED WORK A number of proposals have emerged in recent years on P2P traffic localization designs, in order to reduce the everincreasing P2P inter-isp traffic. From the P2P application perspective, biased peer selection towards local peers within the same AS or ISP is discussed [3], [4], [11]. From the perspective of ISPs, Saleh et al. [5] explore the potential of deploying proxy caches in different ASs to alleviate the load on the Internet backbone. Promoting collaborations between both parties, P4P [6] presents a novel architecture by which ISPs provide P2P applications necessary information for them to make peer selection decisions, which honor network policy and the current network status. Le Blond et al. [7] have recently evaluated the impact of P2P locality on inter-isp traffic volume and peer download completion time, using extensive experiments on a controlled environment with 1, BitTorrent peers. Large inter-isp traffic reduction is observed, while a certain level of locality s negative impact on peer download time is also revealed. Different from all these work, our aims in the paper are to mathematically characterize the tradeoff between download performance and traffic localization (that has been largely ignored in existing studies) using matching-based optimization models, and to design fully distributed, effective peer selection algorithms to actually achieve any desired tradeoff point. With respect to matching-based P2P modeling, Mathieu et al. [12], [13] have studied a b-matching model for preferencebased collaborator selection in BitTorrent. They focus on analysis of the convergence speed of the matching and properties of the stabilized system. Differently, we not only model optimal peer selection into a b-matching-like optimization problem, but also design an algorithm to derive the optimal solution in a fully decentralized fashion. VII. CONCLUDING REMARKS This paper targets formal characterization of the tradeoff between performance and locality in a BitTorrent-like P2P system, and effective design of optimal peer selection strategies to achieve any desired tradeoff. Using multi-objective matchingbased optimization, we effectively characterize the tradeoff, as well as design fully distributed optimization algorithms to carry out the peer selection. Both analytical proof and simulation results verify that our algorithm achieves global Pareto optimal peer selection, as represents a desired tradeoff between performance and locality in the network. In addition, we are fully aware of the simplifications that the current model represents of a practical BitTorrent-like protocol, and we are extending the model and algorithm to address more practical scenarios, such as seeding, optimistic unchoking, as well as peer dynamics, in our ongoing work. REFERENCES [1] Comcast is Using Sandvine to Manage P2P Connections, Sandvine-to-manage-P2P-Connections. [2] BitTorrent Developers Introduce Comcast Busting Encryption, [3] T. Karagiannis, P. Rodriguez, and K. Papagiannaki, Should Internet Service Providers Fear Peer-assisted Content Distribution? in Proc. of IMC 5, October 25. [4] R. Bindal, P. Cao, W. Chan, J. Medved, G. Suwala, T. Bates, and A. Zhang, Improving Traffic Locality in BitTorrent via Biased Neighbor Selection, in Proc. of ICDCS 6, July 26. [5] O. Saleh and M. Hefeeda, Modeling and Caching of Peer-to-Peer Traffic, in Proc. of ICNP 6, November 26. [6] H. Xie, Y. R. Yang, A. Krishnamurthy, Y. G. Liu, and A. Silberschatz, P4P: Provider Portal for Applications, in Proc. of ACM SIGCOMM, August 28. [7] S. Le Blond, A. Legout, W. Dabbous, and I. Mediterranee, Pushing BitTorrent Locality to the Limit, Arxiv preprint arxiv: v2, 29. [8] K. Cechlárová and T. Fleiner, On a Generalization of the Stable Roommates Problem, ACM Trans. Algorithms, vol. 1, no. 1, pp , 25. [9] Y. Collette and P. Siarry, Multiobjective Optimization: Principles and Case Studies. Springer, 24. [1] W. Huang, C. Wu, and F. C. Lau, The Performance and Locality Tradeoff in BitTorrent-like P2P File-Sharing Systems, cwu/papers/tradeoff.pdf, The University of Hong Kong, Tech. Rep., September 29. [11] D. R. Choffnes and F. E. Bustamante, Taming the Torrent: A Practical Approach to Reducing Cross-ISP Traffic in Peer-to-Peer Systems, in Proc. of ACM SIGCOMM, August 28. [12] F. Mathieu, Self-stabilization in Preference-based Systems, Springer Journal of P2P Networking and Applications, vol. 1, pp , 28. [13] F. Mathieu, G. Postelnicu, and J. Reynier, The Stable Configuration in Acyclic Preference-based Systems, in Proc. of IEEE INFOCOM 29, May 29.
Lecture 6 Content Distribution and BitTorrent
ID2210 - Distributed Computing, Peer-to-Peer and GRIDS Lecture 6 Content Distribution and BitTorrent [Based on slides by Cosmin Arad] Today The problem of content distribution A popular solution: BitTorrent
Should Internet Service Providers Fear Peer-Assisted Content Distribution?
Should Internet Service Providers Fear Peer-Assisted Content Distribution? Thomas Karagiannis, UC Riverside Pablo Rodriguez, Microsoft Research Cambridge Konstantina Papagiannaki, Intel Research Cambridge
Modeling and Analysis of Bandwidth-Inhomogeneous Swarms in BitTorrent
IEEE P2P'9 - Sept. 9-, 29 Modeling and Analysis of Bandwidth-Inhomogeneous Swarms in BitTorrent M. Meulpolder, J.A. Pouwelse, D.H.J. Epema, H.J. Sips Parallel and Distributed Systems Group Department of
Peer-Assisted Online Storage and Distribution: Modeling and Server Strategies
Peer-Assisted Online Storage and Distribution: Modeling and Server Strategies Ye Sun, Fangming Liu, Bo Li Hong Kong University of Science & Technology {yesun, lfxad, bli}@cse.ust.hk Baochun Li University
BitTorrent Peer To Peer File Sharing
BitTorrent Peer To Peer File Sharing CS290F: Networking for Multimedia Mini PhD Major Area Exam I) Introduction Content distribution is an important topic in networking and has been evolving from the start
Load Balancing and Switch Scheduling
EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: [email protected] Abstract Load
Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu
Stability of QOS Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu Abstract Given a choice between two services, rest of the things being equal, it is natural to prefer the one with more
AUTOMATED AND ADAPTIVE DOWNLOAD SERVICE USING P2P APPROACH IN CLOUD
IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 63-68 Impact Journals AUTOMATED AND ADAPTIVE DOWNLOAD
Truthful and Non-Monetary Mechanism for Direct Data Exchange
Truthful and Non-Monetary Mechanism for Direct Data Exchange I-Hong Hou, Yu-Pin Hsu and Alex Sprintson Department of Electrical and Computer Engineering Texas A&M University {ihou, yupinhsu, spalex}@tamu.edu
A Topology-Aware Relay Lookup Scheme for P2P VoIP System
Int. J. Communications, Network and System Sciences, 2010, 3, 119-125 doi:10.4236/ijcns.2010.32018 Published Online February 2010 (http://www.scirp.org/journal/ijcns/). A Topology-Aware Relay Lookup Scheme
International Journal of Advanced Research in Computer Science and Software Engineering
Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Experimental
Quota: Rationing Server Resources in Peer-Assisted Online Hosting Systems
Quota: Rationing Server Resources in Peer-Assisted Online Hosting Systems Fangming Liu,YeSun,BoLi, Baochun Li Hong Kong University of Science & Technology, University of Toronto {lfxad, yesun, bli}@cse.ust.hk,
On the Interaction and Competition among Internet Service Providers
On the Interaction and Competition among Internet Service Providers Sam C.M. Lee John C.S. Lui + Abstract The current Internet architecture comprises of different privately owned Internet service providers
Network (Tree) Topology Inference Based on Prüfer Sequence
Network (Tree) Topology Inference Based on Prüfer Sequence C. Vanniarajan and Kamala Krithivasan Department of Computer Science and Engineering Indian Institute of Technology Madras Chennai 600036 [email protected],
Revisiting P2P content sharing in wireless ad hoc networks
Revisiting P2P content sharing in wireless ad hoc networks Mohamed Karim SBAI, Chadi BARAKAT EPI Planète, INRIA, France Email: {mksbai, cbarakat}@sophia.inria.fr Abstract. Classical content sharing applications
Performance of networks containing both MaxNet and SumNet links
Performance of networks containing both MaxNet and SumNet links Lachlan L. H. Andrew and Bartek P. Wydrowski Abstract Both MaxNet and SumNet are distributed congestion control architectures suitable for
A New Nature-inspired Algorithm for Load Balancing
A New Nature-inspired Algorithm for Load Balancing Xiang Feng East China University of Science and Technology Shanghai, China 200237 Email: xfeng{@ecusteducn, @cshkuhk} Francis CM Lau The University of
Understanding the Roles of Servers in Large-scale Peer-Assisted Online Storage Systems
Understanding the Roles of Servers in Large-scale Peer-Assisted Online Storage Systems Fangming Liu, Ye Sun, Bo Li, Xinyan Zhang Hong Kong University of Science & Technology, Roxbeam Inc. Abstract Online
Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling
Change Management in Enterprise IT Systems: Process Modeling and Capacity-optimal Scheduling Praveen K. Muthusamy, Koushik Kar, Sambit Sahu, Prashant Pradhan and Saswati Sarkar Rensselaer Polytechnic Institute
A Network Flow Approach in Cloud Computing
1 A Network Flow Approach in Cloud Computing Soheil Feizi, Amy Zhang, Muriel Médard RLE at MIT Abstract In this paper, by using network flow principles, we propose algorithms to address various challenges
Optimizing Congestion in Peer-to-Peer File Sharing Based on Network Coding
International Journal of Emerging Trends in Engineering Research (IJETER), Vol. 3 No.6, Pages : 151-156 (2015) ABSTRACT Optimizing Congestion in Peer-to-Peer File Sharing Based on Network Coding E.ShyamSundhar
An apparatus for P2P classification in Netflow traces
An apparatus for P2P classification in Netflow traces Andrew M Gossett, Ioannis Papapanagiotou and Michael Devetsikiotis Electrical and Computer Engineering, North Carolina State University, Raleigh, USA
Dynamics of Prefix Usage at an Edge Router
Dynamics of Prefix Usage at an Edge Router Kaustubh Gadkari, Daniel Massey, and Christos Papadopoulos Computer Science Department, Colorado State University, USA {kaustubh, massey, [email protected]}
2004 Networks UK Publishers. Reprinted with permission.
Riikka Susitaival and Samuli Aalto. Adaptive load balancing with OSPF. In Proceedings of the Second International Working Conference on Performance Modelling and Evaluation of Heterogeneous Networks (HET
Approximation Algorithms
Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms
Approximated Distributed Minimum Vertex Cover Algorithms for Bounded Degree Graphs
Approximated Distributed Minimum Vertex Cover Algorithms for Bounded Degree Graphs Yong Zhang 1.2, Francis Y.L. Chin 2, and Hing-Fung Ting 2 1 College of Mathematics and Computer Science, Hebei University,
Simulating a File-Sharing P2P Network
Simulating a File-Sharing P2P Network Mario T. Schlosser, Tyson E. Condie, and Sepandar D. Kamvar Department of Computer Science Stanford University, Stanford, CA 94305, USA Abstract. Assessing the performance
Three Effective Top-Down Clustering Algorithms for Location Database Systems
Three Effective Top-Down Clustering Algorithms for Location Database Systems Kwang-Jo Lee and Sung-Bong Yang Department of Computer Science, Yonsei University, Seoul, Republic of Korea {kjlee5435, yang}@cs.yonsei.ac.kr
The Feasibility of Supporting Large-Scale Live Streaming Applications with Dynamic Application End-Points
The Feasibility of Supporting Large-Scale Live Streaming Applications with Dynamic Application End-Points Kay Sripanidkulchai, Aditya Ganjam, Bruce Maggs, and Hui Zhang Instructor: Fabian Bustamante Presented
FS2You: Peer-Assisted Semi-Persistent Online Storage at a Large Scale
FS2You: Peer-Assisted Semi-Persistent Online Storage at a Large Scale Ye Sun, Fangming Liu, Bo Li, Baochun Li, Xinyan Zhang Hong Kong University of Science & Technology, University of Toronto, Roxbeam
ABSTRACT Acknowledgments List of Abbreviations Contents ABSTRACT 3 Acknowledgments 5 List of Abbreviations 7 List of Figures 15 List of Tables 23 1 Introduction 25 2 Motivation and background 29 3 Overview
OPTIMAL DESIGN OF DISTRIBUTED SENSOR NETWORKS FOR FIELD RECONSTRUCTION
OPTIMAL DESIGN OF DISTRIBUTED SENSOR NETWORKS FOR FIELD RECONSTRUCTION Sérgio Pequito, Stephen Kruzick, Soummya Kar, José M. F. Moura, A. Pedro Aguiar Department of Electrical and Computer Engineering
Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover
1 Multi-service Load Balancing in a Heterogeneous Network with Vertical Handover Jie Xu, Member, IEEE, Yuming Jiang, Member, IEEE, and Andrew Perkis, Member, IEEE Abstract In this paper we investigate
TOPOLOGIES NETWORK SECURITY SERVICES
TOPOLOGIES NETWORK SECURITY SERVICES 1 R.DEEPA 1 Assitant Professor, Dept.of.Computer science, Raja s college of Tamil Studies & Sanskrit,Thiruvaiyaru ABSTRACT--In the paper propose about topology security
other. A B AP wired network
1 Routing and Channel Assignment in Multi-Channel Multi-Hop Wireless Networks with Single-NIC Devices Jungmin So + Nitin H. Vaidya Department of Computer Science +, Department of Electrical and Computer
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES
QUALITY OF SERVICE METRICS FOR DATA TRANSMISSION IN MESH TOPOLOGIES SWATHI NANDURI * ZAHOOR-UL-HUQ * Master of Technology, Associate Professor, G. Pulla Reddy Engineering College, G. Pulla Reddy Engineering
Implementation of a Lightweight Service Advertisement and Discovery Protocol for Mobile Ad hoc Networks
Implementation of a Lightweight Advertisement and Discovery Protocol for Mobile Ad hoc Networks Wenbin Ma * Department of Electrical and Computer Engineering 19 Memorial Drive West, Lehigh University Bethlehem,
Minimizing Probing Cost and Achieving Identifiability in Probe Based Network Link Monitoring
Minimizing Probing Cost and Achieving Identifiability in Probe Based Network Link Monitoring Qiang Zheng, Student Member, IEEE, and Guohong Cao, Fellow, IEEE Department of Computer Science and Engineering
Distributed Dynamic Load Balancing for Iterative-Stencil Applications
Distributed Dynamic Load Balancing for Iterative-Stencil Applications G. Dethier 1, P. Marchot 2 and P.A. de Marneffe 1 1 EECS Department, University of Liege, Belgium 2 Chemical Engineering Department,
Social Media Mining. Graph Essentials
Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures
The Trip Scheduling Problem
The Trip Scheduling Problem Claudia Archetti Department of Quantitative Methods, University of Brescia Contrada Santa Chiara 50, 25122 Brescia, Italy Martin Savelsbergh School of Industrial and Systems
A Passive Method for Estimating End-to-End TCP Packet Loss
A Passive Method for Estimating End-to-End TCP Packet Loss Peter Benko and Andras Veres Traffic Analysis and Network Performance Laboratory, Ericsson Research, Budapest, Hungary {Peter.Benko, Andras.Veres}@eth.ericsson.se
Chapter 4. VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network)
Chapter 4 VoIP Metric based Traffic Engineering to Support the Service Quality over the Internet (Inter-domain IP network) 4.1 Introduction Traffic Engineering can be defined as a task of mapping traffic
DATA ANALYSIS II. Matrix Algorithms
DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
IEEE/ACM TRANSACTIONS ON NETWORKING 1 A Greedy Link Scheduler for Wireless Networks With Gaussian Multiple-Access and Broadcast Channels Arun Sridharan, Student Member, IEEE, C Emre Koksal, Member, IEEE,
USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS
USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS Natarajan Meghanathan Jackson State University, 1400 Lynch St, Jackson, MS, USA [email protected]
IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE IMPACT OF DISTRIBUTED SYSTEMS IN MANAGING CLOUD APPLICATION N.Vijaya Sunder Sagar 1, M.Dileep Kumar 2, M.Nagesh 3, Lunavath Gandhi
Online Storage and Content Distribution System at a Large-scale: Peer-assistance and Beyond
Online Storage and Content Distribution System at a Large-scale: Peer-assistance and Beyond Bo Li Email: [email protected] Department of Computer Science and Engineering Hong Kong University of Science &
Decentralized Utility-based Sensor Network Design
Decentralized Utility-based Sensor Network Design Narayanan Sadagopan and Bhaskar Krishnamachari University of Southern California, Los Angeles, CA 90089-0781, USA [email protected], [email protected]
Distributed Load Balancing for FREEDM system
Distributed Load Balancing for FREEDM system Ravi Akella, Fanjun Meng, Derek Ditch, Bruce McMillin, and Mariesa Crow Department of Electrical Engineering Department of Computer Science Missouri University
A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks
A Power Efficient QoS Provisioning Architecture for Wireless Ad Hoc Networks Didem Gozupek 1,Symeon Papavassiliou 2, Nirwan Ansari 1, and Jie Yang 1 1 Department of Electrical and Computer Engineering
Collaborative ISP-CP Live Streaming
Collaborative ISP-CP Live Streaming C.-H. Him Cheng S.-H. Gary Chan Department of Computer Science and Engineering The Hong Kong University of Science and Technology Clear Water Bay, Kowloon, Hong Kong
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs
Profit Maximization and Power Management of Green Data Centers Supporting Multiple SLAs Mahdi Ghamkhari and Hamed Mohsenian-Rad Department of Electrical Engineering University of California at Riverside,
IN THIS PAPER, we study the delay and capacity trade-offs
IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 15, NO. 5, OCTOBER 2007 981 Delay and Capacity Trade-Offs in Mobile Ad Hoc Networks: A Global Perspective Gaurav Sharma, Ravi Mazumdar, Fellow, IEEE, and Ness
Path Selection Methods for Localized Quality of Service Routing
Path Selection Methods for Localized Quality of Service Routing Xin Yuan and Arif Saifee Department of Computer Science, Florida State University, Tallahassee, FL Abstract Localized Quality of Service
A COMPARATIVE STUDY OF SECURE SEARCH PROTOCOLS IN PAY- AS-YOU-GO CLOUDS
A COMPARATIVE STUDY OF SECURE SEARCH PROTOCOLS IN PAY- AS-YOU-GO CLOUDS V. Anand 1, Ahmed Abdul Moiz Qyser 2 1 Muffakham Jah College of Engineering and Technology, Hyderabad, India 2 Muffakham Jah College
Load Balanced Optical-Network-Unit (ONU) Placement Algorithm in Wireless-Optical Broadband Access Networks
Load Balanced Optical-Network-Unit (ONU Placement Algorithm in Wireless-Optical Broadband Access Networks Bing Li, Yejun Liu, and Lei Guo Abstract With the broadband services increasing, such as video
Fault-Tolerant Framework for Load Balancing System
Fault-Tolerant Framework for Load Balancing System Y. K. LIU, L.M. CHENG, L.L.CHENG Department of Electronic Engineering City University of Hong Kong Tat Chee Avenue, Kowloon, Hong Kong SAR HONG KONG Abstract:
Object Request Reduction in Home Nodes and Load Balancing of Object Request in Hybrid Decentralized Web Caching
2012 2 nd International Conference on Information Communication and Management (ICICM 2012) IPCSIT vol. 55 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V55.5 Object Request Reduction
Computer Networks - CS132/EECS148 - Spring 2013 ------------------------------------------------------------------------------
Computer Networks - CS132/EECS148 - Spring 2013 Instructor: Karim El Defrawy Assignment 2 Deadline : April 25 th 9:30pm (hard and soft copies required) ------------------------------------------------------------------------------
Multiobjective Multicast Routing Algorithm
Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py
VoIP CALL PERFORMANCE OVER IPv6 DURING HTTP AND BITTORRENT DOWNLOADS
VoIP CALL PERFORMANCE OVER DURING HTTP AND BITTORRENT DOWNLOADS R. Yasinovskyy Towson University Towson, MD, 21252 [email protected] A. L. Wijesinha Towson University Towson, MD, 21252 [email protected]
Network Positioning System
Network Positioning System How service provider infrastructure can support rapid growth of video, cloud and application traffic Stefano Previdi [email protected] Distinguished Engineer Cisco Systems 1
LOAD BALANCING AS A STRATEGY LEARNING TASK
LOAD BALANCING AS A STRATEGY LEARNING TASK 1 K.KUNGUMARAJ, 2 T.RAVICHANDRAN 1 Research Scholar, Karpagam University, Coimbatore 21. 2 Principal, Hindusthan Institute of Technology, Coimbatore 32. ABSTRACT
Efficient Detection of Ddos Attacks by Entropy Variation
IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661, ISBN: 2278-8727 Volume 7, Issue 1 (Nov-Dec. 2012), PP 13-18 Efficient Detection of Ddos Attacks by Entropy Variation 1 V.Sus hma R eddy,
A Measurement of NAT & Firewall Characteristics in Peer to Peer Systems
A Measurement of NAT & Firewall Characteristics in Peer to Peer Systems L. D Acunto, J.A. Pouwelse, and H.J. Sips Department of Computer Science Delft University of Technology, The Netherlands [email protected]
Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com
Sensors & Transducers 2015 by IFSA Publishing, S. L. http://www.sensorsportal.com A Dynamic Deployment Policy of Slave Controllers for Software Defined Network Yongqiang Yang and Gang Xu College of Computer
P2P File Sharing: BitTorrent in Detail
ELT-53206 Peer-to-Peer Networks P2P File Sharing: BitTorrent in Detail Mathieu Devos Tampere University of Technology Department of Electronics & Communications Engineering [email protected] TG406 2
Port evolution: a software to find the shady IP profiles in Netflow. Or how to reduce Netflow records efficiently.
TLP:WHITE - Port Evolution Port evolution: a software to find the shady IP profiles in Netflow. Or how to reduce Netflow records efficiently. Gerard Wagener 41, avenue de la Gare L-1611 Luxembourg Grand-Duchy
Performance Monitoring on Networked Virtual Environments
ICC2129 1 Performance Monitoring on Networked Virtual Environments Christos Bouras, Eri Giannaka Abstract As networked virtual environments gain increasing interest and acceptance in the field of Internet
Optimal Branch Exchange for Feeder Reconfiguration in Distribution Networks
Optimal Branch Exchange for Feeder Reconfiguration in Distribution Networks Qiuyu Peng and Steven H. Low Engr. & App. Sci., Caltech, CA Abstract The feeder reconfiguration problem chooses the on/off status
Should Internet Service Providers Fear Peer-Assisted Content Distribution?
Should Internet Service Providers Fear Peer-Assisted Content Distribution? Thomas Karagiannis U.C. Riverside Pablo Rodriguez Microsoft Research Konstantina Papagiannaki Intel Research Cambridge Abstract
CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING
CHAPTER 6 CROSS LAYER BASED MULTIPATH ROUTING FOR LOAD BALANCING 6.1 INTRODUCTION The technical challenges in WMNs are load balancing, optimal routing, fairness, network auto-configuration and mobility
MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT
MINIMIZING STORAGE COST IN CLOUD COMPUTING ENVIRONMENT 1 SARIKA K B, 2 S SUBASREE 1 Department of Computer Science, Nehru College of Engineering and Research Centre, Thrissur, Kerala 2 Professor and Head,
PEER TO PEER FILE SHARING USING NETWORK CODING
PEER TO PEER FILE SHARING USING NETWORK CODING Ajay Choudhary 1, Nilesh Akhade 2, Aditya Narke 3, Ajit Deshmane 4 Department of Computer Engineering, University of Pune Imperial College of Engineering
