Multi-layer resource management in ICN

Size: px
Start display at page:

Download "Multi-layer resource management in ICN"

Transcription

1 Multi-layer resource management in ICN M.J. Reed School of Computer Science and Electronic Engineering, University of Essex, UK PURSUIT/COMET Workshop

2 Outline 1 Introduction 2 PURSUIT (PSIRP) architecture 3 ICN: real deployment 4 Examples: resource control; resilience 5 Conclusion

3 Introduction ICN brings new possibilities: Better match between technology/users/providers - exploring and improving the tussle

4 Introduction ICN brings new possibilities: Better match between technology/users/providers - exploring and improving the tussle some traditional network features in new ways

5 Introduction ICN brings new possibilities: Better match between technology/users/providers - exploring and improving the tussle some traditional network features in new ways some new techniques for traditional networks

6 Introduction ICN brings new possibilities: Better match between technology/users/providers - exploring and improving the tussle some traditional network features in new ways some new techniques for traditional networks Why multi-layer? ICN is a grand new scheme - but we will still have bit-pipes Operators will still want good return on their investments New architecture: new traffic engineering/resource management...

7 High level view of PURSUIT architecture Rendezvous Pub. 4 Topology Manager 5 Packet switched using BF Data Sub Data Alternative path with different BF Major functions: Rendezvous, topology management, forwarding

8 Forwarding function A wide variety of strategies possible Assumed implementation: line speed publish-subscribe inter-networking (LIPSIN): source routing constructed from Bloom filter Bloom filter Creation ID ORed with ID ORed with ID Resulting BF Testing for membership ID ANDed with BF Matches ID ID ANDed different BF No match ID 1

9 LIPSIN forwarding Pub. Sub.

10 LIPSIN forwarding Pub Sub

11 LIPSIN forwarding Rendezvous Pub Sub

12 LIPSIN forwarding Rendezvous Topology Manager Pub Sub

13 LIPSIN forwarding 1 Rendezvous Topology Manager Pub Sub

14 LIPSIN forwarding Rendezvous 1 2 Topology Manager Pub Sub

15 LIPSIN forwarding Rendezvous Topology Manager Pub Sub

16 LIPSIN forwarding Rendezvous Topology Manager Pub Sub

17 LIPSIN forwarding Rendezvous Pub Topology Manager 5 Packet switched using BF Data Sub

18 LIPSIN forwarding Rendezvous Pub Topology Manager 5 Packet switched using BF Data Sub Data Alternative path with different BF

19 ICN: real deployment Deployment in real networks mixture of optical layer and electronic layer: both need management grooming of packet switched in circuit switched optimisation of routing and wavelength allocation resilience requirements inter-domain separation vs transparent end-to-end forwarding Still need traffic engineering optimise use of network resources for operator s benefit provide mechanisms to meet customer s needs (SLA, QoS)

20 Multilayer-network RV TM Pub Control Signal Sub EN 1 EN 2 EN 3 Electronic Layer ON 1 ON 3 Op,cal Layer ON 2

21 Multilayer-network: controlled by ICN RV TM Control Plane Pub OXC Pub OXC Sub 1 OXC Sub 3 EN 1 EN 3 Sub ON 1 Path ON 3 Data Plane Path ON 2

22 Example resource problem Allocate traffic x for demands d D along paths p such that the minimum free capacity on the most congested link Γ is maximised. This has a formal problem representation...

23 Example resource problem Allocate traffic x for demands d D along paths p such that the minimum free capacity on the most congested link Γ is maximised. This has a formal problem representation... Multicommodity flow with minimum congestion (MFMC) max(γ L ) subject to x(p) u(e)(1 Γ L ) e E P e:e p x(p) d j d j D p P j

24 Pictorial representation of TE goal - shortest path solution u x = 10 3 = 7 x 3 = 6 x 1 = 3 u x = = 1 Γ = 1 x 2 = 5 u x = 10 5 = 5 For all links capacity u = 10

25 Pictorial representation of TE goal - optimal MFMC solution u x = 10 1 = 9 x 3 = 6 x 1 = 3 x 1a = 2 x 1b = 1 u x = = 3 Γ = 3 x 2 = 5 u x = = 3 For all links capacity u = 10

26 Pictorial representation of TE goal - optimal integer MFMC solution x 3 = 6 x 1 = 3 u x = 10 6 = 4 x 2 = 5 u x = = 2 Γ = 2 For all links capacity u = 10

27 Flows in ICN?

28 Flows in ICN? An absurdity? Yes: Most ICN/CCN approaches avoid flow based models Information items are individual units (or small parts of items) Caching and publish/subscribe semantics do not a fit flow model

29 Flows in ICN? An absurdity? Yes: Most ICN/CCN approaches avoid flow based models Information items are individual units (or small parts of items) Caching and publish/subscribe semantics do not a fit flow model An absurdity? No: The information items will be transported over some mechanism that does have a flow e.g. optical network. We can choose: ignore the flow based mechanism: dumb overlay approach integrate ICN with the underlying flow based mechanism. Latter approach allows us to rethink traffic engineering.

30 Probabilistically assign forwarding IDs to paths u x = 10 1 = 9 x 3 = 6 A x 1 = 3 x 1a = 2 x 1b = 1 Path 1 u x = = 3 Γ = 3 x 2 = 5 u x = = 3 Path 2 B For all links capacity u = 10 PUB/SUB between A and B: TM assigns P=1/3 for Path 1, P=2/3 for Path 2

31 Shortest Path (Dijkstra) compared with MFMC 1.0 Fraction of free capacity, ΓS, for SPR Optimal fraction of free capacity, Γ F, using MFMC Mean of ten results Error bars: highest=best, lowest=worst Dotted line is the optimal x-scale: 1 means no traffic, 0 means no free capacity in MFMC

32 Integer flow MFMC compared to MFMC (fractional flows) 1.0 Fraction of free capacity, ΓI, for IMFMC Mean of ten results Error bars: highest=best, lowest=worst Dotted line is the optimal x-scale: 1 means no traffic, 0 means no free capacity in MFMC Optimal fraction of free capacity, Γ F, using MFMC

33 State comparison between ICN and IP/MPLS for MFMC Mean of maximum switching state in a forwarder Number of vertices Method MPLS LIPSIN MPLS state: grows N 2 and requires state to be controlled with signalling; per-packet/per-flow path allocation needed at edge router LIPSIN state: equal to the number of outgoing links and is not updated; allocation of packets much simpler than MPLS.

34 Multilayer ICN control Domain RV/TM 5 Publish Pub 4 Packet layer Path info Packet TM 3 OXC lightpath info OXC TM 7 FId Info sent 1 Traffic monitoring Packet Forwarder 6 Subscribe Sub Packet layer OXC layer 2 Configure lightpaths OXC

35 Resilience Traditional circuit switched resilience still needed we use the ICN layer to perform this function But new possibilities come with the anycast nature of ICN

36 Resilience Traditional circuit switched resilience still needed we use the ICN layer to perform this function But new possibilities come with the anycast nature of ICN Anycast vs traditional

37 Resilience Traditional circuit switched resilience still needed we use the ICN layer to perform this function But new possibilities come with the anycast nature of ICN Anycast vs traditional with topology formation they become the same...

38 Resilience Traditional circuit switched resilience still needed we use the ICN layer to perform this function But new possibilities come with the anycast nature of ICN Anycast vs traditional with topology formation they become the same... We can now have information resilience in addition (or instead of) network resilience

39 Resilience Traditional circuit switched resilience still needed we use the ICN layer to perform this function But new possibilities come with the anycast nature of ICN Anycast vs traditional with topology formation they become the same... We can now have information resilience in addition (or instead of) network resilience Information resilience can be applied recursively to solve resilience of the underlying functions such as Rendezvous and Topology Formation.

40 Resilience example Scenario Ultra-high video dissemination e.g. to cinemas Informa:on Graph Publish Movie X Subscribe to Movie X Movie X Sub Publish Movie X Pub 2 TM/RV Pub 1 Packet Layer Circuit Layer ON 1 ON 3

41 Conclusion ICN still needs to inter-operate with lower layers a multi-layer topology. With new architectures traditional functions can be revisited The PURSUIT/PSIRP ICN model allows fractional flows to be implemented with no added cost in network state - new optimisation is possible. New resilience features are possible see demonstration later...

42 Rendevous (RV) function Information items allocated fixed length Rendevous IDs (RIDs) RIDs reside within hierarchical scopes (SIDs) Concatenation of SIDs and RIDs uniquely define items (statistically unique) SID=20 SID=55 RID=23 SID=101 SID=55 Publishers (or subscribers) responsible for creating the IDs IDs may be algorithmically generated using application logic RV matches publishers and subscribers to SIDs/RIDs RV may be host/domain local or distributed

43 Topology management (TM) function General operation Manages delivery, may be distributed, centralised, or hierarchical Rendezvous function sends publish/subscribe start requests to TM TM finds best publisher ( anycast ) and best delivery mechanism Assumed for this paper centralised TM for each service provider domain only intra-domain considered inter-domain handled by peer collaboration between TMs

44 Variability of IMFMC results with topology size 0.0 Fraction of free capacity, ΓI, for IMFMC Median, inter-quartile and 1.5 inter-quartile ranges Number of vertices in graph, V

Information-Centric Networking and Software Defined Networking

Information-Centric Networking and Software Defined Networking Information-Centric Networking and Software Defined Networking Mays AL-Naday Martin Reed Jan 15, 2015 Introduction 1 Introduction 2 3 4 Information-Centric Networking and Media streaming Introduction Traditional

More information

Design and Realization of an Information-centric Networking Architecture. Dirk Trossen, Computer Laboratory

Design and Realization of an Information-centric Networking Architecture. Dirk Trossen, Computer Laboratory Design and Realization of an Information-centric Networking Architecture Dirk Trossen, Computer Laboratory Outline WHY are we actually doing ICN? WHAT are the main principles? HOW could we do it? one example

More information

Introduction to Information Centric Networking. Andrés Arcia-Moret N4D Lab, Computer Laboratory University of Cambridge

Introduction to Information Centric Networking. Andrés Arcia-Moret N4D Lab, Computer Laboratory University of Cambridge Introduction to Information Centric Networking Andrés Arcia-Moret N4D Lab, Computer Laboratory University of Cambridge Agenda Motivation Information Centric Networking Implementations: NDN, DONA, NetInf,

More information

Multi Protocol Label Switching

Multi Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network Management and QoS Provisioning - 1 MPLS: introduction

More information

MPLS Multi-Protocol Label Switching

MPLS Multi-Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Computer Networks Design and Management - 1 MPLS: introduction

More information

FutureNet IV Fourth International Workshop on the Network of the Future, in conjunction with IEEE ICC

FutureNet IV Fourth International Workshop on the Network of the Future, in conjunction with IEEE ICC Sasu Tarkoma, Dmitriy Kuptsov, and Petri Savolainen Helsinki Institute for Information Technology University of Helsinki and Aalto University Pasi Sarolahti Aalto University FutureNet IV Fourth International

More information

Outline. EL736 Communications Networks II: Design and Algorithms. Class3: Network Design Modelling Yong Liu 09/19/2006

Outline. EL736 Communications Networks II: Design and Algorithms. Class3: Network Design Modelling Yong Liu 09/19/2006 EL736 Communications Networks II: Design and Algorithms Class3: Network Design Modelling Yong Liu 09/19/2006 1 Outline Examples Basic Problems Routing Restriction 2 1 Example: Intra-Domain Traffic Engineering

More information

Hands-On IP Multicasting for Multimedia Distribution Networks

Hands-On IP Multicasting for Multimedia Distribution Networks Hands-On for Multimedia Distribution Networks Course Description This Hands-On course provides an in-depth look how IP multicasting works, its advantages and limitations and how it can be deployed to provide

More information

AUEB MMlab s ICN projects

AUEB MMlab s ICN projects How can ICN benefit IoT Protocols? Vasilios A. Siris Mobile Multimedia Lab, Dept. of Informatics School of Information Sciences & Technology Athens Univ. of Economics and Business http://www.mm.aueb.gr

More information

How can ICN benefit IoTProtocols?

How can ICN benefit IoTProtocols? How can ICN benefit IoTProtocols? Vasilios A. Siris Mobile Multimedia Lab, Dept. of Informatics School of Information Sciences & Technology Athens Univ. of Economics and Business http://www.mm.aueb.gr

More information

Multilayer Design. Grooming Layer + Optical Layer

Multilayer Design. Grooming Layer + Optical Layer Multilayer Design Grooming Layer + Optical Layer Raghu Ranganathan, Office of CTO Email: rraghu@ciena.com OFC 2008 Workshop Acknowledgements: Joe Berthold Loudon Blair Michael Frankel Lyndon Ong Harshad

More information

Carrier SDN for Multilayer Control

Carrier SDN for Multilayer Control Carrier SDN for Multilayer Control Savings and Services Víctor López Technology Specialist, I+D Chris Liou Vice President, Network Strategy Dirk van den Borne Solution Architect, Packet-Optical Integration

More information

KEY MANAGEMENT IN INFORMATION CENTRIC NETWORKING

KEY MANAGEMENT IN INFORMATION CENTRIC NETWORKING KEY MANAGEMENT IN INFORMATION CENTRIC NETWORKING Bander A Alzahrani, Vassilios G. Vassilakis and Martin J. Reed School of Computer Science and Electronic Engineering, University of Essex, UK ABSTRACT Information

More information

Layer 1, 2 and 3 Integration

Layer 1, 2 and 3 Integration Layer 1, 2 and 3 Integration Highlighting the business and technical drivers and detailing the practical steps to its realisation Javier Benítez, Network Strategy and Architecture 2010 Colt Telecom Group

More information

Quality of Service in an Information-Centric Network

Quality of Service in an Information-Centric Network Quality of Service in an Information-Centric Network Mays F. AL-Naday, Andreas Bontozoglou, Vassilios G. Vassilakis, Martin J. Reed School of Computer Science and Electronic Engineering University of Essex

More information

Network Planning, Control and Management Perspectives on Dynamic Networking

Network Planning, Control and Management Perspectives on Dynamic Networking Network Planning, and Management Perspectives on Dynamic Networking Dr. Thomas Michaelis Michael Duelli Mohit Chamania Bernhard Lichtinger Franz Rambach Stefan Türk Nokia Siemens Networks Research, Technology

More information

Design and Realization of an Information-centric Networking Architecture. Dirk Trossen, Computer Laboratory

Design and Realization of an Information-centric Networking Architecture. Dirk Trossen, Computer Laboratory Design and Realization of an Information-centric Networking Architecture Dirk Trossen, Computer Laboratory Information at the Heart of the (Future) Internet We all know about video Over 4 billion hrs of

More information

GMPLS Overview Generalized MPLS

GMPLS Overview Generalized MPLS GMPLS Overview Generalized MPLS Hanyang Univ ( jijung@hanyang.ac.kr ) Outline GMPLS Overview Draft-ietf-ccamp-gmpls-architecture-00.txt GMPLS IGP Extension Draft-ietf-ccamp-ospf-gmpls-extensions-00.txt

More information

ECE442 Communications Lecture 4. Optical Networks

ECE442 Communications Lecture 4. Optical Networks ECE442 Communications Lecture 4. Optical Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Network Elements 1 WDM networks provide circuit switched end-to-end optical

More information

Inter-domain Routing with Shared Risk/Resource Groups (SRG)

Inter-domain Routing with Shared Risk/Resource Groups (SRG) Inter-domain Routing with Shared Risk/Resource Groups (SRG) Sudheer Dharanikota - sudheer@ieee.org Nayna Networks, Inc. MPLS World Congress 2002 February 8 th 2002 Co-authors Sudheer Dharanikota, Raj Jain

More information

Interdomain Routing Design for MobilityFirst

Interdomain Routing Design for MobilityFirst Interdomain Routing Design for MobilityFirst October 6, 2011 Z. Morley Mao, University of Michigan In collaboration with Mike Reiter s group 1 Interdomain routing design requirements Mobility support Network

More information

A novel approach to ICN: POINT ip Over IcN the better ip. Dr. Dmitrij Lagutin, Aalto University, Finland

A novel approach to ICN: POINT ip Over IcN the better ip. Dr. Dmitrij Lagutin, Aalto University, Finland A novel approach to ICN: POINT ip Over IcN the better ip Dr. Dmitrij Lagutin, dmitrij.lagutin@aalto.fi, Aalto University, Finland Information Centric Networking (ICN) Information Centric Networking (ICN)

More information

Dissemination of Paths in Path-Aware Networks

Dissemination of Paths in Path-Aware Networks Dissemination of Paths in Path-Aware Networks Christos Pappas Network Security Group, ETH Zurich IETF, November 16, 2017 PANRG Motivation How does path-awareness extend to the edge? 2 PANRG Motivation

More information

T NetFPGA prototype of zfilter forwarding. Petri Jokela ericsson research, Nomadiclab

T NetFPGA prototype of zfilter forwarding. Petri Jokela ericsson research, Nomadiclab T-110.5110 NetFPGA prototype of zfilter forwarding Petri Jokela ericsson research, Nomadiclab 23.11.2009 CONTENT Information centric networking Reasoning, background Forwarding with In-packet Bloom Filters

More information

LIPSIN: Line speed Publish/Subscribe Inter-Networking

LIPSIN: Line speed Publish/Subscribe Inter-Networking LIPSIN: Line Speed Publish/Subscribe Inter-Networking TR09-0001 Document Properties: Title of Contract Publish-Subscribe Internet Routing Paradigm Acronym PSIRP Contract Number FP7-INFSO-IST 216173 Start

More information

Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS)

Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS) Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS) Course Description Network transport service providers and their users are seeking to rationalize their networks by migrating

More information

INF3190 A critical look at the Internet / alternative network architectures. Michael Welzl

INF3190 A critical look at the Internet / alternative network architectures. Michael Welzl INF390 A critical look at the Internet / alternative network architectures Michael Welzl What s the problem? The Internet works! I work, too! Could be faster Could be safer Could be more reliable (Internet):

More information

Overlay and P2P Networks. Introduction and unstructured networks. Prof. Sasu Tarkoma

Overlay and P2P Networks. Introduction and unstructured networks. Prof. Sasu Tarkoma Overlay and P2P Networks Introduction and unstructured networks Prof. Sasu Tarkoma 14.1.2013 Contents Overlay networks and intro to networking Unstructured networks Overlay Networks An overlay network

More information

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems.

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems. THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS Sangeeta Anand Vice President Product Management Cisco Systems October 20, 2003 1 Agenda Introducing the Full Service Network The MPLS Journey

More information

Index Terms Backbone Networks Optimization, Resilience, Virtual Private Network, Traffic Demands and Traffic Flows

Index Terms Backbone Networks Optimization, Resilience, Virtual Private Network, Traffic Demands and Traffic Flows International Journal of Computer Science and Telecommunications [Volume 2, Issue 8, November 2011] 12 ISSN 2047-3338 Designing Different Models of Robust IP/MPLS over DWDM Networks Marko Rožman University

More information

Class-based Traffic Aggregation In Optical Packet Switched WDM Networks

Class-based Traffic Aggregation In Optical Packet Switched WDM Networks Class-based Traffic Aggregation In Optical Packet Switched WDM Networks, Dimitra Simeonidou Photonic Network Research Center Department of Electronic Systems Engineering University of Essex Funded by EPSRC

More information

MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS

MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS White Paper Contents Scope... 2 NBI Requirements for IP/MPLS Domain Controller... 2 Topology and Traffic Discovery Requirements... 2 Monitoring

More information

Design and Implementation of a Multipath Receiver-driven Transport Protocol in a Publish-Subscribe Network

Design and Implementation of a Multipath Receiver-driven Transport Protocol in a Publish-Subscribe Network Athens University of Business and Economics Master of Science in Information Systems Design and Implementation of a Multipath Receiver-driven Transport Protocol in a Publish-Subscribe Network Thesis Supervisor:

More information

Chapter 19 Network Layer: Logical Addressing 19.1

Chapter 19 Network Layer: Logical Addressing 19.1 Chapter 19 Network Layer: Logical Addressing 19.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 19.2 IPv4 IPv4 addresses are 32 bit length. IPv4 addresses are

More information

Making the Internet fast, reliable and secure

Making the Internet fast, reliable and secure Making the Internet fast, reliable and secure ICN Akamai s Backbone LINX Meeting 101, London 22.05.2018 Christian Kaufmann, Sr. Director Network Technology Brief Akamai Overview Akamai is a highly distributed

More information

Optical Communications and Networking 朱祖勍. Nov. 27, 2017

Optical Communications and Networking 朱祖勍. Nov. 27, 2017 Optical Communications and Networking Nov. 27, 2017 1 What is a Core Network? A core network is the central part of a telecommunication network that provides services to customers who are connected by

More information

A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks

A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks Iyad Katib and Deep Medhi Computer Science & Electrical Engineering Department University of Missouri-Kansas City, USA {IyadKatib,

More information

A Routing Infrastructure for XIA

A Routing Infrastructure for XIA A Routing Infrastructure for XIA Aditya Akella and Peter Steenkiste Dave Andersen, John Byers, David Eckhardt, Sara Kiesler, Jon Peha, Adrian Perrig, Srini Seshan, Marvin Sirbu, Hui Zhang FIA PI Meeting,

More information

BW Protection. 2002, Cisco Systems, Inc. All rights reserved.

BW Protection. 2002, Cisco Systems, Inc. All rights reserved. BW Protection 2002, Cisco Systems, Inc. All rights reserved. 1 Cisco MPLS - Traffic Engineering for VPNs Amrit Hanspal Sr. Product Manager MPLS & QoS Internet Technologies Division 2 Agenda MPLS Fundamentals

More information

Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element

Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element O. Gonzalez de Dios, M. Cuaresma, S. Martinez, F. Muñoz, V. Lopez, J.P. Fernández-Palacios

More information

University of Wollongong. Research Online

University of Wollongong. Research Online University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2007 Future development trends of optical transport network infrastructure:

More information

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017 Hierarchical Fabric Designs The Journey to Multisite Lukas Krattiger Principal Engineer September 2017 A Single Fabric, a Single Data Center External Layer-3 Network Pod 1 Leaf/ Topologies (aka Folded

More information

05 Indirect Communication

05 Indirect Communication 05 Indirect Communication Group Communication Publish-Subscribe Coulouris 6 Message Queus Point-to-point communication Participants need to exist at the same time Establish communication Participants need

More information

THE significant progress achieved in mobile technologies,

THE significant progress achieved in mobile technologies, 1 Anchor Free IP Mobility Mohammed Al-Khalidi, Nikolaos Thomos, Martin J. Reed, Mays F. AL-Naday and Dirk Trossen arxiv:1610.09011v2 [cs.ni] 7 Feb 2017 Abstract Efficient mobility management techniques

More information

/ Lot 1 Standard Service Offer Data Access Services Service Offer RM1045-L1-SSO Pinacl

/ Lot 1 Standard Service Offer Data Access Services Service Offer RM1045-L1-SSO Pinacl / Lot 1 Standard Service Offer Data Access Services Service Offer RM1045-L1-SSO-00002-Pinacl Standard Service Offer - Connectivity MPLS with Cloud Service Provider Connectivity MPLS (Multiprotocol Label

More information

Resilient IP Backbones. Debanjan Saha Tellium, Inc.

Resilient IP Backbones. Debanjan Saha Tellium, Inc. Resilient IP Backbones Debanjan Saha Tellium, Inc. dsaha@tellium.com 1 Outline Industry overview IP backbone alternatives IP-over-DWDM IP-over-OTN Traffic routing & planning Network case studies Research

More information

Design of Next Generation Internet Based on Application-Oriented Networking

Design of Next Generation Internet Based on Application-Oriented Networking Design of Next Generation Internet Based on Application-Oriented Networking Yu Cheng Department of Electrical and Computer Engineering Illinois Institute of Technology Chicago, Illinois, USA cheng@iit.edu

More information

Towards Future Internet

Towards Future Internet Towards Future Internet Reijo Juvonen Head of Operations, Research and Technology Nokia Siemens Networks ICT SHOK Future Internet Focus Area Director Telecom Forum '2008, TKK, 4.11.2008 1 Nokia Siemens

More information

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski

Internet Technology. 15. Things we didn t get to talk about. Paul Krzyzanowski. Rutgers University. Spring Paul Krzyzanowski Internet Technology 15. Things we didn t get to talk about Paul Krzyzanowski Rutgers University Spring 2016 May 6, 2016 352 2013-2016 Paul Krzyzanowski 1 Load Balancers Load Balancer External network NAT

More information

THE EMERGING CONTROL HIERARCHY

THE EMERGING CONTROL HIERARCHY THE EMERGING CONTROL HIERARCHY For Service Provider SDN-Enabled Networks White Paper Contents The Emerging Control Hierachy for Service Provider SDN-Enabled Networks... 3 The Three-tier Control Model for

More information

Synergies Between Optical and Packet Rings

Synergies Between Optical and Packet Rings Synergies Between Optical and Packet Rings Nasir Ghani Sorrento Networks Inc http://www.sorrentonet.com 50 th IETF Meeting, Minneapolis, MN, March 2001 50 th IETF Meeting, Minneapolis, MN, March 2001 Page

More information

LIPSIN: Line Speed Publish/Subscribe Inter-Networking

LIPSIN: Line Speed Publish/Subscribe Inter-Networking LIPSIN: Line Speed Publish/Subscribe Inter-Networking Petri Jokela 1, András Zahemszky 1, Christian Esteve Rothenberg 2, Somaya Arianfar 1, and Pekka Nikander 1 1 Ericsson Research, NomadicLab, Finland

More information

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet ETSF10 Internet Protocols Routing on the Internet 2012, Part 2, Lecture 1.2 Kaan Bür, Jens Andersson Routing on the Internet Unicast routing protocols (part 2) [ed.4 ch.22.4] [ed.5 ch.20.3] Forwarding

More information

Software and Communication Platforms for High-Performance Collaborative Grid

Software and Communication Platforms for High-Performance Collaborative Grid Software and Communication Platforms for High-Performance Collaborative Grid Piero Castoldi Research Unit at Scuola Superiore Sant Anna, Pisa, Italy Italy-Tunisia Research Project sponsored by MIUR under

More information

Recent Developments in Optical Networking

Recent Developments in Optical Networking Recent Developments in Optical Networking Raj Jain The Ohio State University Columbus, OH 43210 Nayna Networks Milpitas, CA 95035 Email: Jain@ACM.Org http://www.cis.ohio-state.edu/~jain/ 1 Overview! All-Optical

More information

Introduction to Segment Routing

Introduction to Segment Routing Segment Routing (SR) is a flexible, scalable way of doing source routing. Overview of Segment Routing, page 1 How Segment Routing Works, page 2 Examples for Segment Routing, page 3 Benefits of Segment

More information

ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths

ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths G. Karmous-Edwards, D. Reeves, L. Battestilli, P. Vegesna, A. Viswanath, G. N. Rouskas Department of Computer Science North Carolina

More information

Dynamic Optical Networking via Overlay Control of Static Lightpaths

Dynamic Optical Networking via Overlay Control of Static Lightpaths Dynamic Optical Networking via Overlay Control of Static Lightpaths George N. Rouskas Department of Computer Science North Carolina State University Joint work with: G. Karmous-Edwards, D. Reeves, L. Battestilli

More information

IP Bandwidth on Demand and Traffic Engineering via Multi-Layer Transport Networks. Dr. Greg M. Bernstein Grotto Networking 2004

IP Bandwidth on Demand and Traffic Engineering via Multi-Layer Transport Networks. Dr. Greg M. Bernstein Grotto Networking 2004 IP Bandwidth on Demand and Traffic Engineering via Multi-Layer Transport Networks Dr. Greg M. Bernstein Grotto Networking Page - 1 Problem Scope Bandwidth on Demand Medium to high speed bandwidth demands

More information

Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network

Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network Shoib Siddiqui *a, Hussein.T. Mouftah a, Jing Wu b, Michel Savoie b a

More information

1. INTRODUCTION light tree First Generation Second Generation Third Generation

1. INTRODUCTION light tree First Generation Second Generation Third Generation 1. INTRODUCTION Today, there is a general consensus that, in the near future, wide area networks (WAN)(such as, a nation wide backbone network) will be based on Wavelength Division Multiplexed (WDM) optical

More information

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS Computer Network Architectures and Multimedia Guy Leduc Chapter 2 MPLS networks Chapter based on Section 5.5 of Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley,

More information

Introduction to Multi-Protocol Label

Introduction to Multi-Protocol Label Introduction to Multi-Protocol Label Switching (MPLS) Matthew Bocci, Alcatel-Lucent IP Division Agenda History of MPLS Standardisation MPLS Architecture Control Plane QoS and Traffic Engineering Protection

More information

Optical networking technology

Optical networking technology 1 Optical networking technology Technological advances in semiconductor products have essentially been the primary driver for the growth of networking that led to improvements and simplification in the

More information

Http://www.passcert.com Exam : 642-889 Title : Implementing Cisco Service Provider Next-Generation Egde Network Services Version : DEMO 1 / 6 1.Which type of VPN requires a full mesh of virtual circuits

More information

COMP9332 Network Routing & Switching

COMP9332 Network Routing & Switching COMP9332 Network Routing & Switching Switching in IP Networks with MPLS http://www.cse.unsw.edu.au/~cs9332 1 Lecture Overview This lecture introduces the concept of switching, which allows faster processing

More information

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS D. Harle, S. Albarrak, F. Ali Department of Electrical and Electronic Engineering, University of Strathclyde, U. K {d.harle,sbarrak,

More information

Design and Evaluation of a Socket Emulator for Publish/Subscribe Networks

Design and Evaluation of a Socket Emulator for Publish/Subscribe Networks PUBLISHED IN: PROCEEDINGS OF THE FUTURE INTERNET SYMPOSIUM 2010 1 Design and Evaluation of a for Publish/Subscribe Networks George Xylomenos, Blerim Cici Mobile Multimedia Laboratory & Department of Informatics

More information

ETSF10 Internet Protocols Routing on the Internet

ETSF10 Internet Protocols Routing on the Internet ETSF10 Internet Protocols Routing on the Internet 2013, Part 2, Lecture 1.2 Jens Andersson (Kaan Bür) Routing on the Internet Unicast routing protocols (part 2) [ed.5 ch.20.3] Multicast routing, IGMP [ed.5

More information

Taking MPLS to the Edge. Irit Gillath

Taking MPLS to the Edge. Irit Gillath Taking MPLS to the Edge Irit Gillath Agenda Market status MPLS, VPLS, HVPLS and other nasty words Case study: Silver server Recap Moving Ethernet from the enterprise to the carrier Ethernet was used originally

More information

Building Core Networks and Routers in the 2002 Economy

Building Core Networks and Routers in the 2002 Economy Building Core Networks and Routers in the 2002 Economy June, 2002 David Ward Cisco Systems, Inc. (mailto:dward@cisco.com) 1 Internet Backbone Growth Key Inflections & Trends 10000 5120 Technology Milestone

More information

5G Network Slicing: Use Cases & Requirements

5G Network Slicing: Use Cases & Requirements 5G Network Slicing: Use Cases & Requirements Dr. Konstantinos Samdanis konstantinos.samdanis@huawei.com Huawei Technologies Duesseldorf GmbH Outline Network Slicing Concept & Business Network Slicing Use

More information

IP & DCN Planning for Microwave Networks

IP & DCN Planning for Microwave Networks IP & DCN Planning for Microwave Networks 2016 IP & DCN Planning for Microwave Networks To equip trainees with in-depth understandings and practical knowledge of IP / MPLS & DCN Planning and its Implementation

More information

The New Internet2 Network

The New Internet2 Network The New Internet2 Network Director Network Research, Architecture, and Technologies Internet2 GLIF Meeting 11 September 2006 Tokyo, Japan Agenda Basic Ideas Design Ideas Topology Optical nodes Control

More information

(Deployable) Reduction of Multicast State with In-packet Bloom Filters

(Deployable) Reduction of Multicast State with In-packet Bloom Filters (Deployable) Reduction of Multicast State with In-packet Bloom Filters Petri Jokela, Heikki Mahkonen Ericsson Research, NomadicLab Kirkkonummi, Finland Christian Esteve Rothenberg University of Campinas

More information

The LSP Protection/Restoration Mechanism in GMPLS. Ziying Chen

The LSP Protection/Restoration Mechanism in GMPLS. Ziying Chen The LSP Protection/Restoration Mechanism in GMPLS by Ziying Chen The LSP Protection/Restoration Mechanism in GMPLS by Ziying Chen A graduation project submitted to the Faculty of Graduate and Postdoctoral

More information

Hands-On Metro Ethernet Carrier Class Networks

Hands-On Metro Ethernet Carrier Class Networks Hands-On Carrier Class Networks Course Description Carriers have offered connectivity services based on traditional TDM, Frame Relay and ATM for many years. However customers now use Ethernet as the interface

More information

Hands-On VPLS: Virtual Private LAN Service

Hands-On VPLS: Virtual Private LAN Service Hands-On Course Description Carriers have offered connectivity services based on traditional TDM, Frame Relay and ATM for many years. However, the cost of operating separate networks to provide each of

More information

POINT: ip Over IcN - the better ip DELIVERABLE D4.1. Evaluation Plan and Initial Validation Report

POINT: ip Over IcN - the better ip DELIVERABLE D4.1. Evaluation Plan and Initial Validation Report POINT: ip Over IcN - the better ip 643990 DELIVERABLE D4.1 Evaluation Plan and Initial Project title POINT: ip Over IcN - the better ip Contract Number H2020-ICT-2014-1 643990 Duration 1.1.2015 31.12.2017

More information

Viewing IP and MPLS Multicast Configurations

Viewing IP and MPLS Multicast Configurations CHAPTER 19 These topics provide an overview of the IP Multicast technology and describe how to view IP and multicast configurations in Prime Network Vision: IP and MPLS Multicast Configuration: Overview,

More information

CAS CS 556. What to expect? Background? Abraham Matta. Advanced Computer Networks. Increase understanding of fundamentals and design tradeoffs

CAS CS 556. What to expect? Background? Abraham Matta. Advanced Computer Networks. Increase understanding of fundamentals and design tradeoffs CAS CS 556 Abraham Matta Advanced Computer Networks What to expect? Increase understanding of fundamentals and design tradeoffs Discuss latest developments and research issues Naming & addressing, routing,

More information

Lecture 19: Multicast. CSE 123: Computer Networks Stefan Savage

Lecture 19: Multicast. CSE 123: Computer Networks Stefan Savage Lecture 19: Multicast CSE 123: Computer Networks Stefan Savage Today: Multicast routing Multicast service model Host interface Host-router interactions (IGMP) Multicast outing Limiters Distance Vector

More information

Next Generation Networks MultiService Network Design. Dr. Ben Tang

Next Generation Networks MultiService Network Design. Dr. Ben Tang Next Generation Networks MultiService Network Design Dr. Ben Tang April 23, 2008 Operators face difficult network planning and design questions Can your current planning methods handle the complexity of

More information

Advanced Networking. Multicast

Advanced Networking. Multicast Advanced Networking Multicast Renato Lo Cigno Renato.LoCigno@dit.unitn.it Homepage: disi.unitn.it/locigno/index.php/teaching-duties/advanced-networking Multicasting Addresses that refer to group of hosts

More information

Making the Internet fast, reliable and secure

Making the Internet fast, reliable and secure Making the Internet fast, reliable and secure ICN Akamai s Backbone HKNOG 6.0 Christian Kaufmann, Sr. Director Network Technology Brief Akamai Overview Akamai is a highly distributed platform across 130+

More information

Data Center Interconnect Solution Overview

Data Center Interconnect Solution Overview CHAPTER 2 The term DCI (Data Center Interconnect) is relevant in all scenarios where different levels of connectivity are required between two or more data center locations in order to provide flexibility

More information

doi: / A Distributed Name Resolution System in Information Centric Networks

doi: / A Distributed Name Resolution System in Information Centric Networks doi:10.21311/002.31.6.01 A Distributed Name Resolution System in Information Centric Networks Walid Elbreiki *, Suhaidi Hassan, Adib Habbal InterNetWorks Research Lab, School of Computing, Universiti Utara

More information

Name of Course : E1-E2 CFA. Chapter 14. Topic : NG SDH & MSPP

Name of Course : E1-E2 CFA. Chapter 14. Topic : NG SDH & MSPP Name of Course : E1-E2 CFA Chapter 14 Topic : NG SDH & MSPP Date of Creation : 28.03.2011 NGN SDH and MSPP 1. Introduction: Innovation, the lifeline to survival in the telecommunication market, has spurred

More information

Simulation of All Optical Networks

Simulation of All Optical Networks Simulation of All Optical Networks Raul Valls Aranda Communication Department Polytechnic University of Valencia (UPV) C/ Camino de Vera s/n Valencia, Spain Pablo A. Beneit Mayordomo Communication Department

More information

A Polymorphic Network Architecture based on Autonomous Domains DIANA. Domain-Insulated Autonomous Network Architecture

A Polymorphic Network Architecture based on Autonomous Domains DIANA. Domain-Insulated Autonomous Network Architecture A Polymorphic Network Architecture based on Autonomous Domains DIANA Domain-Insulated Autonomous Network Architecture Target of the Work Overall Views Building Blocks Frameworks Components Interactions

More information

Global IP Network System Large-Scale, Guaranteed, Carrier-Grade

Global IP Network System Large-Scale, Guaranteed, Carrier-Grade Global Network System Large-Scale, Guaranteed, Carrier-Grade 192 Global Network System Large-Scale, Guaranteed, Carrier-Grade Takanori Miyamoto Shiro Tanabe Osamu Takada Shinobu Gohara OVERVIEW: traffic

More information

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report:

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report: Progress Report DOE Award number: DE-SC0004909 Name of recipient: University of Massachusetts, Dartmouth Project Title: Coordinated Multi-layer Multi-domain Optical Network (COMMON) for Large- Scale Science

More information

Implementation and Evaluation of an Information- Centric Network

Implementation and Evaluation of an Information- Centric Network Networking 2013 1569702861 Implementation and Evaluation of an Information- Centric Network George Parisis and Dirk Trossen Computer Laboratory, University of Cambridge Cambridge, UK firstname.lastname@cl.cam.ac.uk

More information

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas New Approaches to Optical Packet Switching in Carrier Networks Thomas C. McDermott Chiaro Networks Richardson, Texas Outline Introduction, Vision, Problem statement Approaches to Optical Packet Switching

More information

Main Use Cases and Gap Analysis for Network Slicing

Main Use Cases and Gap Analysis for Network Slicing Part II: - What are my main use cases? - What IETF work is in progress? Main Use Cases and Gap Analysis for Network Slicing draft-netslices-usecases-01 draft-qiang-netslices-gap-analysis-01 Cristina QIANG

More information

Hyper-connected IoE Network Technology

Hyper-connected IoE Network Technology Architecture for Internet of Everything Everywhere Hyper-connected IoE Network Technology 13 th November 2016 ICNRG Taewan You (twyou@etri.re.kr) AETHER@ICNRG-Interim 1 Contents Challenges for IoE Research

More information

Types of Network Support for Service Quality p. 62 Capacity reservation p. 64 Differentiated treatment p. 65 Differentiation of service quality

Types of Network Support for Service Quality p. 62 Capacity reservation p. 64 Differentiated treatment p. 65 Differentiation of service quality Preface p. xi Acknowledgements p. xv List of Figures p. xvii List of Tables p. xxi Abbreviations p. xxiii Drivers for the Adoption of Multi-service Networks p. 1 Customer Perspective p. 2 Network Operator

More information

Cost efficient and low latency delivery of IP-based services. By Ulises Olvera

Cost efficient and low latency delivery of IP-based services. By Ulises Olvera Cost efficient and low latency delivery of IP-based services By Ulises Olvera Meeting 5G KPIs Your Service Just One Hop Away Enabled by Our ICN Intelligence HBO NETFLIX AMAZON YOUTUB Service Placement

More information

4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L , C.2.7.3, M.2.1.2)

4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L , C.2.7.3, M.2.1.2) Networx Enterprise for Internet Protocol (IP)-Based Services 4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L.34.1.4, C.2.7.3, M.2.1.2) Qwest achieved an industry first with our Network-Based

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 7: Introduction to IPv6 Assistant Teacher Samraa Adnan Al-Asadi 1 IPv6 Features The ability to scale networks for future demands requires a limitless supply of

More information