SAAR: A Shared Control Plane for Overlay Multicast

Size: px
Start display at page:

Download "SAAR: A Shared Control Plane for Overlay Multicast"

Transcription

1 SAAR: A Shared Control Plane for Overlay Multicast Animesh Nandi Aditya Gangam,, Peter Druschel,, T.S. Eugene Ng, Ion Stoica, Hui Zhang, Bobby Bhattacharjee (MPI for Software Systems, Rice University, CMU, UC Berkeley, University of Maryland)

2 Overlay Multicast Endsystems cooperatively disseminate content Internet Animesh Nandi 2

3 Applications Webcast special events e.g. ESM, TMesh P2P-Internet Television e.g. Coolstreaming, PPLive, Sopcast Animesh Nandi 3

4 Why another Overlay Multicast paper? Architectural insight: - separate overlay, optimized for control - shared among many data overlays - benefits single-tree, multi-tree, mesh Animesh Nandi 4

5 Data dissemination T1 U.S T1 OC3 Multicast source OC3 T1 T1 Asia Overlay structure optimized for efficient data dissemination Animesh Nandi 5

6 Control Mechanism Employs control mechanisms to build/repair overlay structure A Animesh Nandi 6

7 ESM s Data/Control Data overlay optimized for latency/bandwidth Gossip to distribute membership info Probing to select parents A {B,C} D Probe Probe C {D} {C,E} B E {D,B} Does not scale to large groups and high membership churn Summary: efficient data plane structure but unscalable control Animesh Nandi 7

8 Idea: Decouple control/data into separate overlays Dataplane optimized for data dissemination Separate overlay provides efficient control Summary: Using separate overlays avoids efficiency tradeoffs Animesh Nandi 8

9 Sharing control overlay Shared overlay provides efficient control BBC CNN Channel switching does not affect control overlay membership Summary: Sharing reduces control overlay churn. Animesh Nandi 9

10 Neighbor Acquisition single-tree multi-tree mesh A A A Summary: Neighbor acquisition is fundamental control task Animesh Nandi 10

11 Anycast Primitive for Neighbor Acquisition anycast (groupid g,, constraint p,, objective function o) (Amongst the members of g satisfying p,, chooses the one that maximizes o) Constraint Objective function Summary: Anycast primitive used to build different overlays Animesh Nandi 11

12 Question: Can the control overlay efficiently implement this anycast primitive? Animesh Nandi 12

13 Idea: Use structured overlay Pastry key space Data planes optimized for efficient data dissemination Shared structured overlay provides efficient anycast service Animesh Nandi 13

14 SAAR: Per-channel control tree Root (Control-tree) channel member member of other channel Dataplane View Control plane view Control tree s structure is optimized for control and independent of data overlay structure. Animesh Nandi 14

15 Control tree formation Root (GID) channel member member of other channel Tree structure formed efficiently Animesh Nandi 15

16 SAAR: Aggregation Root (Control-tree) cap = 5 cap = 0 cap = 2 3 State variable cap := #spare capacity slots 0 cap = Control plane view channel member member of other channel Animesh Nandi 16

17 SAAR: Aggregation Root (Control-tree) min dep = 1 min dep = 4 min dep = 1 min dep = State variable dep := advertised tree depths 1 Control plane view channel member member of other channel Animesh Nandi 17

18 SAAR: Efficient search Anycast request cap = 5 min dep = 1 cap = 2 min dep = 1 - spare capacity - no spare capacity cap = 0 min dep = (cap=3 dep=4) (cap=2 dep=1) Aggregation enables efficient Depth-First-Search of control tree Animesh Nandi 18

19 Evaluation Modelnet 350 nodes heterogeneous forwarding bandwidths mean stay time of 5 minutes (exponential distribution) Metrics: channel switching delay streaming quality control overhead Animesh Nandi 19

20 SAAR enables low join delays ESM Animesh Nandi 20

21 SAAR enables low join delays ESM Initial single-tree join when not in SAAR control overlay Animesh Nandi 21

22 SAAR enables low join delays Multitree Singletree ESM Initial single-tree join when not in SAAR control overlay Animesh Nandi 22

23 SAAR enables low join delays Multitree Singletree Mesh ESM Initial single-tree join when not in SAAR control overlay Animesh Nandi 23

24 SAAR: good streaming quality ESM Mesh Singletree Multitree Animesh Nandi 24

25 SAAR: low control overhead Singletree Mesh ESM Multitree Animesh Nandi 25

26 SAAR supports complex overlays Multi-tree, 5 stripes, 350 nodes, 2-min mean churn (exp.), RI=1.23 Animesh Nandi 26

27 More results in the paper Flash crowd conditions Higher churn (2 min mean, exp. dist) Control churn Planetlab experiments Animesh Nandi 27

28 Conclusions Control efficiency is key to performance of overlay multicast systems, especially tree-based systems. Anycast based on structured overlays enables powerful, efficient control for tree-based systems. Fast channel switching can be achieved with tree- based overlay multicast systems. THANK YOU Animesh Nandi 28

29 Backup Slides Animesh Nandi 29

30 Planetlab: : Join delays Animesh Nandi 30

31 Planetlab: : Streaming Quality Animesh Nandi 31

32 Flash crowd: Join Delays Animesh Nandi 32

33 Flash crowd: Tree Depths Animesh Nandi 33

34 eg.. Scribe s s Control/Data Pastry s Key space 128 Prefix-based Routing path 924 Root(GId=999) Low bandwidth subscribers Match prefix with GId Scribe has efficient control but inefficient data paths Animesh Nandi 34

35 SAAR Anycast: : Interior-node-disjoint Anycast requestor 617 control trees per CEM 302 Root(Tree 1 gid=333) spare capacity - overloaded Root(Tree 2 gid=888) 597 Summary: SAAR provides uninterrupted control in the face of control overlay churn. Animesh Nandi 35

36 Enabling multi-tree data plane Stripe Anycast group Data plane Control plane Attempts to build k interior-node disjoint stripe trees. Node anycasts to establish parents in each stripe, but joins only one anycast group corresponding to its primary stripe. Resource based primary stripe selection: groupaggregaterequest (groupid, state-variable) Same predicate and objective function as in single-tree for each stripe tree anycasts Summary : multi-tree policy expressed easily. Animesh Nandi 36

37 Enabling block-based data plane Oudegree Neighbors - request blocks From A A with D= 2 Data Plane buffermap Indegree neighbors - serve blocks to A Anycast group Control Plane Node anycasts for indegree-neighbors and employs swarming Group s s state variables g capacity, g load, g loss,, g buffermap, g coordinate Predicate: : (load < capacity) & // not overloaded (loss < threshold) // low loss coordinate, Objective function: cardinality(missingset Π g buffermap ) // recover missing blocks 1/g // establish a good mesh neighbor 1/g loss Summary: block-based policy expressed easily Animesh Nandi 37

38 Graphs from paper Animesh Nandi 38

39 Planetlab: : Join delays Animesh Nandi 39

40 Planetlab: : Streaming Quality Animesh Nandi 40

41 Multi-tree: Resource Balance Animesh Nandi 41

42 Multi-tree: #stripes recvd Animesh Nandi 42

43 Locality-awareness Animesh Nandi 43

44 Load-awareness Animesh Nandi 44

45 Depth-Optimization Animesh Nandi 45

46 Single-tree: Join Delays (milliseconds) Animesh Nandi 46

47 Single-tree: Continuity Animesh Nandi 47

48 Single-tree: tree-depths Animesh Nandi 48

49 Single-tree: Nodestress Animesh Nandi 49

50 Multi-tree: Join delays Animesh Nandi 50

51 Multi-tree: Streaming Quality Animesh Nandi 51

52 Mesh-based: Streaming Quality Animesh Nandi 52

53 Mesh-based: Path lengths Animesh Nandi 53

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 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

More information

SplitStream: High-Bandwidth Multicast in Cooperative Environments

SplitStream: High-Bandwidth Multicast in Cooperative Environments SplitStream: High-Bandwidth Multicast in Cooperative Environments Miguel Castro Peter Druschel 2 Anne-Marie Kermarrec Animesh Nandi 2 Antony Rowstron Atul Singh 2 Microsoft Research, 7 J J Thomson Avenue,

More information

SplitStream: High-bandwidth content distribution in cooperative environments

SplitStream: High-bandwidth content distribution in cooperative environments SplitStream: High-bandwidth content distribution in cooperative environments Miguel Castro 1 Peter Druschel 2 Anne-Marie Kermarrec 1 Animesh Nandi 2 Antony Rowstron 1 Atul Singh 2 1 Microsoft Research,

More information

Content Distribution Network (CDN)

Content Distribution Network (CDN) Content Distribution Network (CDN) Amir H. Payberah (amir@sics.se) Fatemeh Rahimian (fatemeh@sics.se) 1 GOAL What is Content Distribution Network (CDN)? The solutions for CDN. CDN applications File Sharing

More information

Definition. A Historical Example

Definition. A Historical Example Overlay Networks This lecture contains slides created by Ion Stoica (UC Berkeley). Slides used with permission from author. All rights remain with author. Definition Network defines addressing, routing,

More information

Peer-to-Peer Networks. Chapter 6: P2P Content Distribution

Peer-to-Peer Networks. Chapter 6: P2P Content Distribution Peer-to-Peer Networks Chapter 6: P2P Content Distribution Chapter Outline Content distribution overview Why P2P content distribution? Network coding Peer-to-peer multicast Kangasharju: Peer-to-Peer Networks

More information

Stability of QOS. Avinash Varadarajan, Subhransu Maji {avinash,smaji}@cs.berkeley.edu

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

More information

CONTRACTS: PRACTICAL CONTRIBUTION INCENTIVES FOR P2P LIVE STREAMING. An Overview by Alex Loeb

CONTRACTS: PRACTICAL CONTRIBUTION INCENTIVES FOR P2P LIVE STREAMING. An Overview by Alex Loeb CONTRACTS: PRACTICAL CONTRIBUTION INCENTIVES FOR P2P LIVE STREAMING An Overview by Alex Loeb DISTRIBUTING LIVE CONTENT Why it s different What s been done What s wrong with what s been done What Contracts

More information

David R. McIntyre CS Department, Cleveland State University Cleveland, Ohio 44101

David R. McIntyre CS Department, Cleveland State University Cleveland, Ohio 44101 Data Distribution in a Wireless Environment with Migrating Nodes David A. Johnston EECS Department, Case Western Reserve University Cleveland, Ohio 44106 David R. McIntyre CS Department, Cleveland State

More information

HPAM: Hybrid Protocol for Application Level Multicast. Yeo Chai Kiat

HPAM: Hybrid Protocol for Application Level Multicast. Yeo Chai Kiat HPAM: Hybrid Protocol for Application Level Multicast Yeo Chai Kiat Scope 1. Introduction 2. Hybrid Protocol for Application Level Multicast (HPAM) 3. Features of HPAM 4. Conclusion 1. Introduction Video

More information

SemCast: Semantic Multicast for Content-based Data Dissemination

SemCast: Semantic Multicast for Content-based Data Dissemination SemCast: Semantic Multicast for Content-based Data Dissemination Olga Papaemmanouil Brown University olga@cs.brown.edu Abstract We address the problem of content-based dissemination of highly-distributed,

More information

International Journal of Advanced Research in Computer Science and Software Engineering

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

More information

Content Distribution over IP: Developments and Challenges

Content Distribution over IP: Developments and Challenges Content Distribution over IP: Developments and Challenges Adrian Popescu, Blekinge Inst of Technology, Sweden Markus Fiedler, Blekinge Inst of Technology, Sweden Demetres D. Kouvatsos, University of Bradford,

More information

Multicast Group Management for Interactive Distributed Applications

Multicast Group Management for Interactive Distributed Applications Multicast Group Management for Interactive Distributed Applications Carsten Griwodz griff@simula.no September 25, 2008 based on the thesis work of Knut-Helge Vik, knuthelv@simula.no Group communication

More information

A Survey on Modeling Peer-to-peer Video Streaming Systems

A Survey on Modeling Peer-to-peer Video Streaming Systems CSC 551 Course Project Report A Survey on Modeling Peer-to-peer Video Streaming Systems Le CHANG Uvic Number: V00687101 Department of Computer Science, University of Victoria, Victoria, BC, Canada V8W

More information

Kevin Webb, Alex Snoeren, Ken Yocum UC San Diego Computer Science March 29, 2011 Hot-ICE 2011

Kevin Webb, Alex Snoeren, Ken Yocum UC San Diego Computer Science March 29, 2011 Hot-ICE 2011 Topology witching for Data Center Networks Kevin Webb, Alex noeren, Ken Yocum UC an Diego Computer cience March 29, 2011 Hot-ICE 2011 Data Center Networks Hosting myriad of applications: Big data: MapReduce

More information

A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming

A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming A Comparative Study of Tree-based and Mesh-based Overlay P2P Media Streaming Chin Yong Goh 1,Hui Shyong Yeo 1, Hyotaek Lim 1 1 Dongseo University Busan, 617-716, South Korea cgnicky@gmail.com, hui_shyong@hotmail.com,

More information

Fatemeh Rahimian fatemeh@sics.se. Amir Payberah amir@sics.se

Fatemeh Rahimian fatemeh@sics.se. Amir Payberah amir@sics.se P2P Live Streaming Fatemeh Rahimian fatemeh@sics.se Amir Payberah amir@sics.se 1 Outline Introduction P2P multicast algorithms Comparison Future work Summary 2 Outline Introduction Infrastructure-based

More information

Design of An Global Multicast Demonstrator for Live Video Streaming on Adobe s Flash Platform

Design of An Global Multicast Demonstrator for Live Video Streaming on Adobe s Flash Platform UNIVERSITY OF OSLO Department of Informatics Design of An Global Multicast Demonstrator for Live Video Streaming on Adobe s Flash Platform Master Thesis (60 credits) Liping Huang April 25, 2013 Design

More information

Opportunities and Challenges of Peer-to-Peer Internet Video Broadcast

Opportunities and Challenges of Peer-to-Peer Internet Video Broadcast Opportunities and Challenges of Peer-to-Peer Internet Video Broadcast Jiangchuan Liu, Sanjay G. Rao, Bo Li, and Hui Zhang School of Computing Science, Simon Fraser University Burnaby, British Columbia,

More information

Design and Deployment of Locality-aware Overlay Multicast Protocol for Live Streaming Services

Design and Deployment of Locality-aware Overlay Multicast Protocol for Live Streaming Services Design and Deployment of Locality-aware Overlay Multicast Protocol for Live Streaming Services Xuping Tu, Hai Jin, Dafu Deng, Chao Zhang, and Quan Yuan Cluster and Grid Computing Lab Huazhong University

More information

SemCast: Semantic Multicast for Content-based Data Dissemination

SemCast: Semantic Multicast for Content-based Data Dissemination SemCast: Semantic Multicast for Content-based Data Dissemination Olga Papaemmanouil Brown University Uğur Çetintemel Brown University Wide Area Stream Dissemination Clients Data Sources Applications Network

More information

MC-FTP (Multicast File Transfer Protocol): Implementation and Comparison with

MC-FTP (Multicast File Transfer Protocol): Implementation and Comparison with MC-FTP (Multicast File Transfer Protocol): Implementation and Comparison with BitTorrent RVS Seminar HS 2007 MC-FTP (Multicast File Transfer Protocol): Implementation and Comparison with BitTorrent Alican

More information

CS555: Distributed Systems [Fall 2015] Dept. Of Computer Science, Colorado State University

CS555: Distributed Systems [Fall 2015] Dept. Of Computer Science, Colorado State University CS 555: DISTRIBUTED SYSTEMS [MESSAGING SYSTEMS] Shrideep Pallickara Computer Science Colorado State University Frequently asked questions from the previous class survey Daisy chain MapReduce jobs? Multiple

More information

MON: On-demand Overlays for Distributed System Management

MON: On-demand Overlays for Distributed System Management MON: On-demand Overlays for Distributed System Management Jin Liang, Steven Y. Ko, Indranil Gupta and Klara Nahrstedt University of Illinois at Urbana-Champaign {jinliang, sko, indy, klara}@cs.uiuc.edu

More information

Network Coding for Large Scale Content Distribution

Network Coding for Large Scale Content Distribution Network Coding for Large Scale Content Distribution Christos Gkantsidis College of Computing Georgia Institute of Technology Atlanta, GA, 30332, USA Email: gantsich@cc.gatech.edu IEEE Infocom 2005 Pablo

More information

Computer Networks 56 (2012) 3548 3579. Contents lists available at SciVerse ScienceDirect. Computer Networks

Computer Networks 56 (2012) 3548 3579. Contents lists available at SciVerse ScienceDirect. Computer Networks Computer Networks 56 (2012) 3548 3579 Contents lists available at SciVerse ScienceDirect Computer Networks journal homepage: www.elsevier.com/locate/comnet Survey Paper A survey of peer-to-peer live video

More information

Systems for Fun and Profit

Systems for Fun and Profit Department of Computing Building Internet-Scale Distributed Systems for Fun and Profit Peter Pietzuch prp@doc.ic.ac.uk Large-Scale Distributed Systems Group http://platypus.doc.ic.ac.uk Peter R. Pietzuch

More information

Outreach: Peer-to-Peer Topology Construction towards Minimized Server Bandwidth Costs

Outreach: Peer-to-Peer Topology Construction towards Minimized Server Bandwidth Costs Outreach: Peer-to-Peer Topology Construction towards Minimized Server Bandwidth Costs Tara Small, Member, IEEE, Baochun Li, Senior Member, IEEE, and Ben Liang, Member, IEEE Abstract On-demand and live

More information

Interconnection Networks. Interconnection Networks. Interconnection networks are used everywhere!

Interconnection Networks. Interconnection Networks. Interconnection networks are used everywhere! Interconnection Networks Interconnection Networks Interconnection networks are used everywhere! Supercomputers connecting the processors Routers connecting the ports can consider a router as a parallel

More information

An Adaptive Approach to Optimize Tree-Based Overlay for P2P Streaming

An Adaptive Approach to Optimize Tree-Based Overlay for P2P Streaming An Adaptive Approach to Optimize Tree-Based Overlay for P2P Streaming Ming-Hung Hsu Tai-Hua Hsiao and Yu-Ben Miao tree-based overlay content data are pushed from an upstream node to a downstream node with

More information

A Utility-Aware Middleware Architecture for Decentralized Group Communication Applications

A Utility-Aware Middleware Architecture for Decentralized Group Communication Applications A Utility-Aware Middleware Architecture for Decentralized Group Communication Applications Jianjun Zhang 1, Ling Liu 1, Lakshmish Ramaswamy 2, Gong Zhang 1, and Calton Pu 1 1 College of Computing, Georgia

More information

Scaling IP Mul-cast on Datacenter Topologies. Xiaozhou Li Mike Freedman

Scaling IP Mul-cast on Datacenter Topologies. Xiaozhou Li Mike Freedman Scaling IP Mul-cast on Datacenter Topologies Xiaozhou Li Mike Freedman IP Mul0cast Applica0ons Publish- subscribe services Clustered applica0ons servers Distributed caching infrastructures IP Mul0cast

More information

INFO5011. Cloud Computing Semester 2, 2011 Lecture 11, Cloud Scheduling

INFO5011. Cloud Computing Semester 2, 2011 Lecture 11, Cloud Scheduling INFO5011 Cloud Computing Semester 2, 2011 Lecture 11, Cloud Scheduling COMMONWEALTH OF Copyright Regulations 1969 WARNING This material has been reproduced and communicated to you by or on behalf of the

More information

A Review on Peer-to-Peer Live Video Streaming Topology

A Review on Peer-to-Peer Live Video Streaming Topology A Review on Peer-to-Peer Live Video Streaming Topology Ammar Waysi AlTuhafi National Advanced IPv6 Center (NAv6) Universiti Sains Malaysia ABSTRACT Peer-to-peer systems become a promising alternative for

More information

PEER-TO-PEER LIVE STREAMING AND VIDEO ON DEMAND DESIGN ISSUES AND ITS CHALLENGES

PEER-TO-PEER LIVE STREAMING AND VIDEO ON DEMAND DESIGN ISSUES AND ITS CHALLENGES PEER-TO-PEER LIVE STREAMING AND VIDEO ON DEMAND DESIGN ISSUES AND ITS CHALLENGES Hareesh.K 1 and Manjaiah D.H 2 1 Research Scholar, Jawaharlal Nehru Technological University, Anantapur, A.P, India mail_hareeshk@yahoo.com

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 349 Load Balancing Heterogeneous Request in DHT-based P2P Systems Mrs. Yogita A. Dalvi Dr. R. Shankar Mr. Atesh

More information

other. A B AP wired network

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

More information

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks

IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks IRMA: Integrated Routing and MAC Scheduling in Multihop Wireless Mesh Networks Zhibin Wu, Sachin Ganu and Dipankar Raychaudhuri WINLAB, Rutgers University 2006-11-16 IAB Research Review, Fall 2006 1 Contents

More information

Ring Protection: Wrapping vs. Steering

Ring Protection: Wrapping vs. Steering Ring Protection: Wrapping vs. Steering Necdet Uzun and Pinar Yilmaz March 13, 2001 Contents Objectives What are wrapping and steering Single/dual fiber cut Comparison of wrapping and steering Simulation

More information

How To Build A Policy Aware Switching Layer For Data Center Data Center Servers

How To Build A Policy Aware Switching Layer For Data Center Data Center Servers A Policy-aware Switching Layer for Data Centers Dilip Joseph Arsalan Tavakoli Ion Stoica University of California at Berkeley 1 Problem: Middleboxes are hard to deploy Place on network path Overload path

More information

Hyacinth An IEEE 802.11-based Multi-channel Wireless Mesh Network

Hyacinth An IEEE 802.11-based Multi-channel Wireless Mesh Network Hyacinth An IEEE 802.11-based Multi-channel Wireless Mesh Network 1 Gliederung Einführung Vergleich und Problemstellung Algorithmen Evaluation 2 Aspects Backbone Last mile access stationary commodity equipment

More information

Internet Video Streaming and Cloud-based Multimedia Applications. Outline

Internet Video Streaming and Cloud-based Multimedia Applications. Outline Internet Video Streaming and Cloud-based Multimedia Applications Yifeng He, yhe@ee.ryerson.ca Ling Guan, lguan@ee.ryerson.ca 1 Outline Internet video streaming Overview Video coding Approaches for video

More information

PEER TO PEER FILE SHARING USING NETWORK CODING

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

More information

CS5412: TIER 2 OVERLAYS

CS5412: TIER 2 OVERLAYS 1 CS5412: TIER 2 OVERLAYS Lecture VI Ken Birman Recap 2 A week ago we discussed RON and Chord: typical examples of P2P network tools popular in the cloud Then we shifted attention and peeked into the data

More information

A Routing Metric for Load-Balancing in Wireless Mesh Networks

A Routing Metric for Load-Balancing in Wireless Mesh Networks A Routing Metric for Load-Balancing in Wireless Mesh Networks Liang Ma and Mieso K. Denko Department of Computing and Information Science University of Guelph, Guelph, Ontario, Canada, N1G 2W1 email: {lma02;mdenko}@uoguelph.ca

More information

DESIGN AND ANALYSIS OF TECHNIQUES FOR MAPPING VIRTUAL NETWORKS TO SOFTWARE- DEFINED NETWORK SUBSTRATES

DESIGN AND ANALYSIS OF TECHNIQUES FOR MAPPING VIRTUAL NETWORKS TO SOFTWARE- DEFINED NETWORK SUBSTRATES DESIGN AND ANALYSIS OF TECHNIQUES FOR MAPPING VIRTUAL NETWORKS TO SOFTWARE- DEFINED NETWORK SUBSTRATES Tran Song Dat Phuc - Uyanga Department of Computer Science and Engineering SeoulTech 2014 Table of

More information

PlanetLab. The Design Principles of PlanetLab, PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure,

PlanetLab. The Design Principles of PlanetLab, PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure, PlanetLab The Design Principles of PlanetLab, Larry Peterson and Timothy Roscoe, June 2004 (updated January 2006). PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure, Larry Peterson

More information

The Advantages Of A Network Based Data Routing System

The Advantages Of A Network Based Data Routing System Semantic Multicast for Content-based Stream Dissemination 1 Olga Papaemmanouil Department of Computer Science Brown University Providence, RI, USA olga@cs.brown.edu Uğur Çetintemel Department of Computer

More information

DATA COMMUNICATOIN NETWORKING

DATA COMMUNICATOIN NETWORKING DATA COMMUNICATOIN NETWORKING Instructor: Ouldooz Baghban Karimi Course Book: Computer Networking, A Top-Down Approach, Kurose, Ross Slides: - Course book Slides - Slides from Princeton University COS461

More information

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study

Real-Time Communication in IEEE 802.11 Wireless Mesh Networks: A Prospective Study in IEEE 802.11 : A Prospective Study January 2011 Faculty of Engineering of the University of Porto Outline 1 Introduction 2 3 4 5 in IEEE 802.11 : A Prospective Study 2 / 28 Initial Considerations Introduction

More information

Architectural Framework for Large- Scale Multicast in Mobile Ad Hoc Networks

Architectural Framework for Large- Scale Multicast in Mobile Ad Hoc Networks Architectural Framework for Large- Scale Multicast in Mobile Ad Hoc Networks Ahmed Helmy Electrical Engineering Department University of Southern California (USC) helmy@usc.edu http://ceng.usc.edu/~helmy

More information

Agenda. clock tower in old city of Neuchatel. 2014 ADVA Optical Networking. All rights reserved.

Agenda. clock tower in old city of Neuchatel. 2014 ADVA Optical Networking. All rights reserved. Time and Phase Delivery and Assurance for TD-LTE and LTE-A Gil Biran General Manager WSTS, June 2014, San Jose Agenda Delivering time and phase in Mobile Backhaul networks Addressing the LTE-A challenges

More information

Network Architecture and Topology

Network Architecture and Topology 1. Introduction 2. Fundamentals and design principles 3. Network architecture and topology 4. Network control and signalling 5. Network components 5.1 links 5.2 switches and routers 6. End systems 7. End-to-end

More information

Dynamic Load Balancing for Cluster-based Publish/Subscribe System

Dynamic Load Balancing for Cluster-based Publish/Subscribe System Dynamic Load Balancing for Cluster-based Publish/Subscribe System Hojjat Jafarpour, Sharad Mehrotra and Nalini Venkatasubramanian Department of Computer Science University of California, Irvine {hjafarpo,

More information

Two Dimensional Array Based Overlay Network for Balancing Load of Peer-to-Peer Live Video Streaming

Two Dimensional Array Based Overlay Network for Balancing Load of Peer-to-Peer Live Video Streaming Two Dimensional Array Based Overlay Network for Balancing Load of Peer-to-Peer Live Video Streaming Abdullah Faruq Ibn Ibrahimy, Islam Md. Rafiqul, Farhat Anwar and Muhammad Ibn Ibrahimy Department of

More information

%WILEY TELEVISION, MOBILE AND CONVERGED NETWORKS DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TRENDS, CHALLENGES AND SOLUTIONS. Sanjoy Paul, Ph.

%WILEY TELEVISION, MOBILE AND CONVERGED NETWORKS DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TRENDS, CHALLENGES AND SOLUTIONS. Sanjoy Paul, Ph. DIGITAL VIDEO DISTRIBUTION IN BROADBAND, TELEVISION, MOBILE AND CONVERGED NETWORKS TRENDS, CHALLENGES AND SOLUTIONS Sanjoy Paul, Ph.D Formerly of Bell Labs and WINLAB, Rutgers University, USA, Limited,

More information

Technological Trend. A Framework for Highly-Available Cascaded Real-Time Internet Services. Service Composition. Service Composition

Technological Trend. A Framework for Highly-Available Cascaded Real-Time Internet Services. Service Composition. Service Composition A Framework for Highly-Available Cascaded Real-Time Internet Services Bhaskaran Raman Qualifying Examination Proposal Feb 12, 2001 Examination Committee: Prof. Anthony D. Joseph (Chair) Prof. Randy H.

More information

Traffic Engineering & Network Planning Tool for MPLS Networks

Traffic Engineering & Network Planning Tool for MPLS Networks Traffic Engineering & Network Planning Tool for MPLS Networks Dr. Associate Professor, Department of Electrical Engineering Indian Institute of Technology Bombay, Powai, Mumbai 76 Founder & Director, Vegayan

More information

A Parameter-Free Load Balancing Mechanism For P2P Networks

A Parameter-Free Load Balancing Mechanism For P2P Networks A Parameter-Free Load Balancing Mechanism For P2P Networks Tyler Steele, Vivek Vishnumurthy and Paul Francis Department of Computer Science, Cornell University, Ithaca, NY 14853 {ths22,francis,vivi}@cs.cornell.edu

More information

Enabling Conferencing Applications on the Internet using an Overlay Multicast Architecture

Enabling Conferencing Applications on the Internet using an Overlay Multicast Architecture Enabling Conferencing Applications on the Internet using an Overlay Multicast Architecture Yang-hua Chu, Sanjay G. Rao, Srinivasan Seshan and Hui Zhang Carnegie Mellon University {yhchu, sanjay, srini+,

More information

Self-organization in Cooperative Content Distribution Networks

Self-organization in Cooperative Content Distribution Networks Self-organization in Cooperative Content Distribution Networks Marc Schiely, Lars Renfer, Pascal elber Computer Science Department, University of Neuchâtel CH-7, Neuchâtel, Switzerland {marc.schiely, lars.renfer,

More information

ECSE-6600: Internet Protocols Exam 2

ECSE-6600: Internet Protocols Exam 2 ECSE-6600: Internet Protocols Exam 2 Time: 75 min (strictly enforced) Points: 50 YOUR NAME: Be brief, but DO NOT omit necessary detail {Note: Simply copying text directly from the slides or notes will

More information

Using Multicast Call Admission Control for IPTV Bandwidth Management

Using Multicast Call Admission Control for IPTV Bandwidth Management Application Note Using Multicast Call Admission Control for IPTV Bandwidth Management Managing Multicast Bandwidth in IPTV Networks Using Multicast Call Admission Control in the Edge Router Juniper Networks,

More information

MOVING P2P LIVE STREAMING TO MOBILE AND UBIQUITOUS ENVIRONMENT. Xiaofei Liao, Hai Jin, Wenbin Jiang

MOVING P2P LIVE STREAMING TO MOBILE AND UBIQUITOUS ENVIRONMENT. Xiaofei Liao, Hai Jin, Wenbin Jiang Computing and Informatics, Vol. 28, 2007, 823 835 MOVING P2P LIVE STREAMING TO MOBILE AND UBIQUITOUS ENVIRONMENT Xiaofei Liao, Hai Jin, Wenbin Jiang Cluster and Grid Computing Lab. Services Computing Technology

More information

Ant-based Load Balancing Algorithm in Structured P2P Systems

Ant-based Load Balancing Algorithm in Structured P2P Systems Ant-based Load Balancing Algorithm in Structured P2P Systems Wei Mi, 2 Chunhong Zhang, 3 Xiaofeng Qiu Beijing University of Posts and Telecommunications, Beijing 876, China, {miwei985, zhangch.bupt., qiuxiaofeng}@gmail.com

More information

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 The Feasibility of Supporting Large-Scale Live Streaming Applications with Dynamic Application End-Points Kunwadee Sripanidkulchai, Aditya Ganjam, Bruce Maggs, Carnegie Mellon University and Hui Zhang

More information

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer.

International journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online http://www.ijoer. RESEARCH ARTICLE ISSN: 2321-7758 GLOBAL LOAD DISTRIBUTION USING SKIP GRAPH, BATON AND CHORD J.K.JEEVITHA, B.KARTHIKA* Information Technology,PSNA College of Engineering & Technology, Dindigul, India Article

More information

RECENT Internet advancement has made large-scale live

RECENT Internet advancement has made large-scale live IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 19, NO. 3, MARCH 2008 1 peertalk: A Peer-to-Peer Multiparty Voice-over-IP System Xiaohui Gu, Member, IEEE, Zhen Wen, Member, IEEE, Philip S.

More information

SERVICE ASSURANCE SOLUTIONS THAT EMPOWER OPERATORS TO MANAGE THEIR BUSINESSES MORE EFFECTIVELY AND EXTEND THE VALUE OF BSS

SERVICE ASSURANCE SOLUTIONS THAT EMPOWER OPERATORS TO MANAGE THEIR BUSINESSES MORE EFFECTIVELY AND EXTEND THE VALUE OF BSS SERVICE ASSURANCE SOLUTIONS THAT EMPOWER OPERATORS TO MANAGE THEIR BUSINESSES MORE EFFECTIVELY AND EXTEND THE VALUE OF BSS Operators today are being driven to introduce new processes and management tools

More information

LiveSwarms: Adapting BitTorrent for end host multicast

LiveSwarms: Adapting BitTorrent for end host multicast LiveSwarms: Adapting BitTorrent for end host multicast Michael Piatek, Colin Dixon, Arvind Krishnamurthy, and Thomas Anderson University of Washington Technical Report TR 2006-11-01 Abstract The lack of

More information

Reliable Peer-to-peer End System Multicasting through Replication

Reliable Peer-to-peer End System Multicasting through Replication Reliable Peer-to-peer End System Multicasting through Replication Jianjun Zhang, Ling Liu, Calton Pu and Mostafa Ammar College of Computing, Georgia Institute of Technology {zhangjj, lingliu, calton, ammar}@cc.gatech.edu

More information

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu

Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu Load-balancing Approach for AOMDV in Ad-hoc Networks R. Vinod Kumar, Dr.R.S.D.Wahida Banu AP/ECE HOD/ECE Sona College of Technology, GCE, Salem. Salem. ABSTRACT Routing protocol is a challenging issue

More information

Measurement of Commercial Peer-To-Peer Live Video Streaming

Measurement of Commercial Peer-To-Peer Live Video Streaming Measurement of Commercial Peer-To-Peer Live Video Streaming Shahzad Ali, Anket Mathur and Hui Zhang School of Computer Science Carnegie Mellon University Abstract Peer-to-peer technologies have proved

More information

End System Multicast

End System Multicast End System Multicast Hui Zhang School of Computer Science Carnegie Mellon University May 2004 1 A Virtual Classroom Stanford Prof. Harry Bovik CMU MIT Berkeley 2 Solution Based on IP Unicast MIT Stanford

More information

What is this Course All About

What is this Course All About Fundamentals of Computer Networks ECE 478/578 Lecture #1 Instructor: Loukas Lazos Dept of Electrical and Computer Engineering University of Arizona What is this Course All About Fundamental principles

More information

Efficient Information Dissemination Systems

Efficient Information Dissemination Systems DOCTORAL DISSERTATION Efficient Information Dissemination Systems Anton Riabov Columbia University Department of Industrial Engineering and Operations Research March 2004 Acknowledgements I would like

More information

bcp for a large scale carrier level VoIP system

bcp for a large scale carrier level VoIP system bcp for a large scale carrier level VoIP system using p2psip draft zhang p2psip bcp 04 Yunfei.Zhang Gang.Li Jin.Peng Baohong.He Shihui.Duan Wei.Zhu {zhangyunfei,ligangyf,pengjin}@chinamobile.com {hebaohong,duanshihui,zhuwei}@catr.cn

More information

Identity Theft Protection in Structured Overlays

Identity Theft Protection in Structured Overlays Identity Theft Protection in Structured Overlays Lakshmi Ganesh and Ben Y. Zhao Computer Science Department, U. C. Santa Barbara {lakshmi, ravenben}@cs.ucsb.edu Abstract Structured peer-to-peer (P2P) overlays

More information

Energy Optimal Routing Protocol for a Wireless Data Network

Energy Optimal Routing Protocol for a Wireless Data Network Energy Optimal Routing Protocol for a Wireless Data Network Easwar Vivek Colloborator(s): Venkatesh Ramaiyan, Srikrishna Bhashyam Department of Electrical Engineering, Indian Institute of Technology, Madras.

More information

Improving MapReduce Performance in Heterogeneous Environments

Improving MapReduce Performance in Heterogeneous Environments UC Berkeley Improving MapReduce Performance in Heterogeneous Environments Matei Zaharia, Andy Konwinski, Anthony Joseph, Randy Katz, Ion Stoica University of California at Berkeley Motivation 1. MapReduce

More information

Exterior Gateway Protocols (BGP)

Exterior Gateway Protocols (BGP) Exterior Gateway Protocols (BGP) Internet Structure Large ISP Large ISP Stub Dial-Up ISP Small ISP Stub Stub Stub Autonomous Systems (AS) Internet is not a single network! The Internet is a collection

More information

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS

CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 137 CHAPTER 8 CONCLUSION AND FUTURE ENHANCEMENTS 8.1 CONCLUSION In this thesis, efficient schemes have been designed and analyzed to control congestion and distribute the load in the routing process of

More information

Giving life to today s media distribution services

Giving life to today s media distribution services Giving life to today s media distribution services FIA - Future Internet Assembly Athens, 17 March 2014 Presenter: Nikolaos Efthymiopoulos Network architecture & Management Group Copyright University of

More information

MPLS Part II - Recovery

MPLS Part II - Recovery MPLS Part II - Recovery Outline Introduction MPLS Recovery Framework MPLS Mechanism for Protection/Restoration Shared Backup LSP Restoration Fast reroute RSVP-TE Recovery A Heuristic Restoration Approach

More information

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment R&D supporting future cloud computing infrastructure technologies Research and Development on Autonomic Operation Control Infrastructure Technologies in the Cloud Computing Environment DEMPO Hiroshi, KAMI

More information

Identity Theft Protection in Structured Overlays

Identity Theft Protection in Structured Overlays Appears in Proceedings of the 1st Workshop on Secure Network Protocols (NPSec 5) Identity Theft Protection in Structured Overlays Lakshmi Ganesh and Ben Y. Zhao Computer Science Department, U. C. Santa

More information

On the effect of forwarding table size on SDN network utilization

On the effect of forwarding table size on SDN network utilization IBM Haifa Research Lab On the effect of forwarding table size on SDN network utilization Rami Cohen IBM Haifa Research Lab Liane Lewin Eytan Yahoo Research, Haifa Seffi Naor CS Technion, Israel Danny Raz

More information

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 The Feasibility of Supporting Large-Scale Live Streaming Applications with Dynamic Application End-oints aper 475, Regular paper, 4 pages Abstract While application end-point architectures have proven

More information

A Framework for Architecting Peer-to-Peer Receiver-driven Overlays

A Framework for Architecting Peer-to-Peer Receiver-driven Overlays A Framework for Architecting Peer-to-Peer Receiver-driven Overlays Reza Rejaie Department of Computer Science University of Oregon reza@cs.uoregon.edu Shad Stafford Department of Computer Science University

More information

Distributed Computing over Communication Networks: Topology. (with an excursion to P2P)

Distributed Computing over Communication Networks: Topology. (with an excursion to P2P) Distributed Computing over Communication Networks: Topology (with an excursion to P2P) Some administrative comments... There will be a Skript for this part of the lecture. (Same as slides, except for today...

More information

Healthy P2P Systems Overview

Healthy P2P Systems Overview Monitoring and Management of Peer-to-Peer Systems Project Group A Distributed Framework for Social Networks www.p2pframework.com UPB SS2011 PG-Framework Lecture-04 Monitoring-and-Management.ppt Dr.-Ing.

More information

System of Systems to Provide Quality of Service Monitoring, Management and Response in Cloud Computing Environments

System of Systems to Provide Quality of Service Monitoring, Management and Response in Cloud Computing Environments System of Systems to Provide Quality of Service Monitoring, Management and Response in Cloud Computing Environments July 16-19, 2012 Paul C. Hershey 1 Shrisha Rao 2 Charles B. Silio, Jr. 3 Akshay Narayan

More information

Peer-to-Peer Multimedia Streaming Using BitTorrent

Peer-to-Peer Multimedia Streaming Using BitTorrent Peer-to-Peer Multimedia Streaming Using BitTorrent Purvi Shah Jehan-François Pâris Department of Computer Science University of Houston, Houston, TX 77204-3010 {purvi, paris}@cs.uh.edu Abstract We propose

More information

Traffic Engineering for Multiple Spanning Tree Protocol in Large Data Centers

Traffic Engineering for Multiple Spanning Tree Protocol in Large Data Centers Traffic Engineering for Multiple Spanning Tree Protocol in Large Data Centers Ho Trong Viet, Yves Deville, Olivier Bonaventure, Pierre François ICTEAM, Université catholique de Louvain (UCL), Belgium.

More information

How To Provide Qos Based Routing In The Internet

How To Provide Qos Based Routing In The Internet CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this

More information

ΤΕΙ Κρήτης, Παράρτηµα Χανίων

ΤΕΙ Κρήτης, Παράρτηµα Χανίων ΤΕΙ Κρήτης, Παράρτηµα Χανίων ΠΣΕ, Τµήµα Τηλεπικοινωνιών & ικτύων Η/Υ Εργαστήριο ιαδίκτυα & Ενδοδίκτυα Η/Υ Modeling Wide Area Networks (WANs) ρ Θεοδώρου Παύλος Χανιά 2003 8. Modeling Wide Area Networks

More information

IPTV AND VOD NETWORK ARCHITECTURES. Diogo Miguel Mateus Farinha

IPTV AND VOD NETWORK ARCHITECTURES. Diogo Miguel Mateus Farinha IPTV AND VOD NETWORK ARCHITECTURES Diogo Miguel Mateus Farinha Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisboa, Portugal E-mail: diogo.farinha@ist.utl.pt ABSTRACT IPTV and Video on Demand

More information

Voice Over IP. MultiFlow 5048. IP Phone # 3071 Subnet # 10.100.24.0 Subnet Mask 255.255.255.0 IP address 10.100.24.171. Telephone.

Voice Over IP. MultiFlow 5048. IP Phone # 3071 Subnet # 10.100.24.0 Subnet Mask 255.255.255.0 IP address 10.100.24.171. Telephone. Anritsu Network Solutions Voice Over IP Application Note MultiFlow 5048 CALL Manager Serv # 10.100.27 255.255.2 IP address 10.100.27.4 OC-48 Link 255 255 25 IP add Introduction Voice communications over

More information