A Strategy of CDN Traffic Optimization Based on the Technology of SDN

Size: px
Start display at page:

Download "A Strategy of CDN Traffic Optimization Based on the Technology of SDN"

Transcription

1 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: A Strategy of Traffic Optimization Based on the Technology of SDN Yirong Wang, Hongkai Wang, Botao Yu and Yue Ma ABSTRACT Modern Content Delivery Network()[1,2] by caching and scheduling strategy to reduce user-perceived latency, because can schedule user to the cache node which closest to. At the same time, this strategy can reduce the data flow which has to be sent back to the source station, and decrease the calculation pressure of source station. For some content which is dynamic and cannot be cached, the current acceleration approach is to create a GRE tunnel between the nodes, using the static route scheduling dynamic data flow, improve the speed of data flow which back to the source station. It has been a recent trend of to separate the control flow and data flow through technical, in order to change traditional dynamic/static content acceleration model, to optimize the traffic. The core idea of Software Defined Network(SDN)[3,4]is through the network control plane and data plane separation equipment, so as to realize the flexible control of network traffic. SDN technology is used to transform the, Make the have an intelligent traffic scheduling environment which can focus on monitoring network and scheduling flow path real-time According to the different business. Ultimate aim is to avoid local congestion, optimize the traffic, and improve the quality of the service effect. Yirong Wang, Botao Yu, Yue Ma, Beijing Guodiantong Network Technical Co. Ltd., Beijing China Hongkai Wang, Information and Communications Branch, State Grid Zhejiang Electric Power Company, Hangzhou, China 211

2 INTRODUCTION By adding a layer in the existing Internet intelligent virtual network, pushing the contents to the virtual network node which is most close to the user, allows a user to obtain the content from the nearest node, so as to solve the congestion problem of internet network, and improve the response speed of the user to access the website, make the IP network into a high efficient, reliable, intelligent network from which was disordered, inefficient and unreliable originally. In the SDN architecture, the control and data planes are decoupled, network intel ligence and state are logically centralized, and the underlying network infrastructure is abstracted from the applications. Traditional Internet architecture is distributed, each network device has a relatively independent of the operating system and control level, exchange information and data between equipment by distributed Internet protocol. After adopting SDN architecture, we can do the centralized scheduling based on global network resources. Under the environment of SDN, traffic engineering[5] can bring exciting increases for network performance, the existing successful cases, such as Google's B4 system [7]has used dedicated SDN equipment to trans formed the network of data center into SDN completely, this project made the network utilization be promoted to nearly 100%. After using general SDN equipment, the software definition WAN (Soft WAN, SWAN) system [6] of Microsoft made the network utilization be increased by 60% ~ 70%. STRATEGY OF TRAFFIC OPTIMIZATION The Cache Cluster Collaborative Interaction Optimization For getting the information of contents which were cached in nodes, it is necessary to establish a good communication channel between the vast nodes after constructed to a certain size. Copy content to cache from neighbor node more efficient rather than from the source station, and can save the data traffic for source station. We can improvement for Cache cluster collaborative interaction base on network architecture of SDN: 1.Develop schedule APP by SDN north interface, all cache information of nodes are stored in the schedule APP. 2. schedule APP can get global traffic information of from SDN controller in real time. Figure 1 shows the process of Cache cluster collaborative interaction base on SDN: 212

3 Schedule APP 3) 4) SDN Controller 2) 5) Source Station SDN Switch Interaction 1) Data transmision 6) 7) node1 node1 Figure 1. Cache cluster collaborative interaction base on SDN. 1) node2 received the content request packets come from user, because the content does not exist in local cache, node 2 have to simulate client to send content request. 2) the content request packets come from node2 arriving at SDN switch the node 2 access to, the switch found that there is no matching flow table item after lookup flow table, and then encapsulate request packet into Packet in message up to SDN controller. 3) SDN controller judge the type of packets after receiving the message in order to send these packets to the corresponding schedule APP. 4) schedule APP judge the source IP of these packets is belong to node2, and lookup the cache information summary for finding out the node which have cached the contents node2 need. If there are multiple results can be matched in summary, schedule APP will provide the node which have best network condition in this moment from the matching results, such as node 1. 5) schedule APP send Flow-mod message to SDN switch. 6) Switch add flow table item after received the message, and redirect the request packets come fromnode2 to the node1 through the flow table item. 7) Node2 pull content and cache it in local from node1. 213

4 Traffic Scheduling Based on the Quality of Nodes Bandwidth This paper presented a traffic scheduling optimization strategy based on the node of the quality of the bandwidth. Path quality detection can obtain more links indicators, such as delay, jitter, packet loss rate, etc. The process is as follows: 1.At the beginning of the construct 1) SDN Controller obtain the topology information of global network, connected network forward equipment by automatic or manual. 2) Path quality detection detect link quality in turn by traversing all path in. 3) Path quality detection report the detection data to APP. 2.User requests resources 1) After receiving the message of user request resource SDN controller send the packet to corresponding scheduler APP by the type of packet. 2) APP match the link quality table, calculate the optimal business path between user and a cache node, then the bandwidth and priority information be unified recorded in user forwarding table as forwarding strategy. 3) APP send Flow-mod message to SDN switch. 3.In the process of running 1) APP monitors the quality of all links in the network, and update the entire network link - quality table. 2) Forward equipment reports flow data based on user information or user business to SDN controller according to a specified period. 3) APP records user business traffic in statistics table. 4.Whenquality degradation appeared on a single link 1)The weighted score of delay, jitter and packet loss rate is use for judgment method of deterioration in the quality. 2) APP generated the scheduling strategy according to the user's priority and business priority, and first we performed user's priority. 3) APP sent the computation to SDN controller, SDN controller generate forwarding flow table and sent it to SDN switch. Dynamic Content Acceleration Based on The Technology of SDN This paper proposed a dynamic content acceleration strategy based on the technology of SDN. Figure 2 shows the create process of SDN acceleration tunnel: 214

5 Bandwidth priority weighting Flow group information Bandwidth allocation function Dynamic flow Back to source station abstract Back to the source tunnel optimization node topology information Topology information gathering Tunnel and tunnel group information Tunnel database management Traffic scheduling operation Topology and link bandwidth information SDN Gateway Node port state change Traffic scheduling operation User characteristic information back to source station Dynamic flow back to source station Figure 2. The create process of SDN acceleration tunnel. 1. Dynamic flow back to source station abstract sent characteristic information of the flow to bandwidth priority weighting. 2. Input the result to the called back to the source tunnel optimization. 3. At the same time, back to the source tunnel optimization received the node topology information reported by SDN gateway after topology information gathering extracted, the node topology information is another input for optimization algorithm. 4. Finally the back to the source channel optimization according to the result of TE optimization algorithm to decide the back resource station flow will use which tunnel and tunnel group. 5. Tunnel and tunnel group information will continue to be input into the tunnel database management, tunnel database management and out the flow schedule operators through SDN gateway. 6. TE optimization algorithm output tunnel group information for different business, control the business flow with different outer tunnel encapsulation, so as to control the bandwidth allocation of dynamic flow. RELATED WORKS There have been many works that attempt to optimize the traffic: The Cache cluster collaborative interaction optimization: Loosely coupled cache communication protocol which based on the network messages is used in 215

6 collaborative interaction between nodes, such as IC, HTCP, Cache Digest[8],Cache Pre-filling [9]and so on. Traffic Scheduling Based on the Quality of Nodes Bandwidth: Traffic engineering based on SDN is the cutting-edge technology in researches of traffic scheduling based on bandwidth quality in the present. SDN is applied on telecom operator s backbone traffic scheduling is inspired by the Google B4 project at the earliest. Google have long noticed the value of SDN technology for the Internet data center, as early as in 2009, Google vigorously working in SDN/Open Flow exploration/practice just contact SDN/Open Flow concept. The based on the SDN technology: Researchers put forward ALTO agreement in 2011, ALTO provide the interface for changing network status, realize the flow optimization in SDN architecture according to this API. CONCLUSION Reference SDN successful application in traffic engineering technology, optimize the flow, through the centralized scheduling function of SDN controller, realized the link quality and bandwidth utilization detected and collected automatically, we can created GRE tunnel automation on-demand, and create the forwarding path automatically. Develop scheduling APP to realize global flow schedule function according to the north interface by SDN controller providing, schedule strategy is constructed by the detection results of path quality detection and the information of the priority of the data traffic; dynamic content accelerate based on SDN realized manager route and tunnel automatically, and can choose the optimum route in the situation of multipath, reduce the effects of the default routing congestion delay when busy. REFERENCES 1. networks Inc Content Delivery Networks Interconnection. 3. Weifeng Zhang, 2014, Depth Resolution of SDN, Beijing: Publishing House of Electronics Industry, pp Jain S., Kumar A., Mandal S., 2013, B4: Experience with a globally-deployed software defined WAN, ACM SIGCOMM Computer Communication Review, 43(4): Aw Duche D., Chiu A., Elwalid A., 2002, Overview and principles of Internet traffic engineering, RFC3272, pp, Hong C.Y., Kandula S., Mahajan R., 2013, Achieving high utilization with software-driven WAN, ACM-SIGCOMM Computer Communication-Review, 43(4): Danana E., Hassidim A., Kaplan H., Kumar A., Mansour, Y. Raz D. and Segalov M., 2012, Upward Max Min Fairness, INFOCOM, March, 2012:

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 10.1 A real SDN implementation: the Google B4 case Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it WAN WAN = Wide Area Network WAN features: Very expensive (specialized high-end

More information

Topic 6: SDN in practice: Microsoft's SWAN. Student: Miladinovic Djordje Date:

Topic 6: SDN in practice: Microsoft's SWAN. Student: Miladinovic Djordje Date: Topic 6: SDN in practice: Microsoft's SWAN Student: Miladinovic Djordje Date: 17.04.2015 1 SWAN at a glance Goal: Boost the utilization of inter-dc networks Overcome the problems of current traffic engineering

More information

SWAN: Software-driven wide area network. Ratul Mahajan

SWAN: Software-driven wide area network. Ratul Mahajan SWAN: Software-driven wide area network Ratul Mahajan Partners in crime Vijay Gill Chi-Yao Hong Srikanth Kandula Ratul Mahajan Mohan Nanduri Ming Zhang Roger Wattenhofer Rohan Gandhi Xin Jin Harry Liu

More information

SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN

SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN S O L U T I O N O V E R V I E W SOLUTION BRIEF Enterprise WAN Agility, Simplicity and Performance with Software-Defined WAN Today s branch office users are consuming more wide area network (WAN) bandwidth

More information

Application of SDN: Load Balancing & Traffic Engineering

Application of SDN: Load Balancing & Traffic Engineering Application of SDN: Load Balancing & Traffic Engineering Outline 1 OpenFlow-Based Server Load Balancing Gone Wild Introduction OpenFlow Solution Partitioning the Client Traffic Transitioning With Connection

More information

RCD: Rapid Close to Deadline Scheduling for Datacenter Networks

RCD: Rapid Close to Deadline Scheduling for Datacenter Networks RCD: Rapid Close to Deadline Scheduling for Datacenter Networks Mohammad Noormohammadpour 1, Cauligi S. Raghavendra 1, Sriram Rao 2, Asad M. Madni 3 1 Ming Hsieh Department of Electrical Engineering, University

More information

A New Approach to Fixing Internet Application Performance. Elad Rave, Founder and CEO

A New Approach to Fixing Internet Application Performance. Elad Rave, Founder and CEO A New Approach to Fixing Internet Application Performance Elad Rave, Founder and CEO Agenda What? Today s Internet and Content Why? Impact on performance How? A cloud-based solution The Cloud: Platforms

More information

Traffic Engineering with Forward Fault Correction

Traffic Engineering with Forward Fault Correction Traffic Engineering with Forward Fault Correction Harry Liu Microsoft Research 06/02/2016 Joint work with Ratul Mahajan, Srikanth Kandula, Ming Zhang and David Gelernter 1 Cloud services require large

More information

Public Cloud Connection for R&E Network. Jin Tanaka APAN-JP/KDDI

Public Cloud Connection for R&E Network. Jin Tanaka APAN-JP/KDDI Public Cloud Connection for R&E Network Jin Tanaka APAN-JP/KDDI 45th APAN Meeting in Singapore 28th March 2018 Hyper Scale Public cloud and research & science data NASA EOSDIS(Earth Observing System Data

More information

Joint Allocation and Scheduling of Network Resource for Multiple Control Applications in SDN

Joint Allocation and Scheduling of Network Resource for Multiple Control Applications in SDN Joint Allocation and Scheduling of Network Resource for Multiple Control Applications in SDN Tao Feng, Jun Bi, Ke Wang Institute for Network Sciences and Cyberspace, Tsinghua University Department of Computer

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

SP SDN/NFV Use Cases. Mike McBride Sr. Director of Innovation, Huawei. India Symposium, January 31 February 1, 2016, Bangalore. Networking Foundation

SP SDN/NFV Use Cases. Mike McBride Sr. Director of Innovation, Huawei. India Symposium, January 31 February 1, 2016, Bangalore. Networking Foundation SP SDN/NFV Use Cases Mike McBride Sr. Director of Innovation, Huawei Open 2014 Open Networking Networking Foundation India Symposium, January 31 February 1, 2016, Bangalore This is the year of open source

More information

Optimizing your network for the cloud-first world

Optimizing your network for the cloud-first world Optimizing your network for the cloud-first world Why performing cloud and network modernization together assures seamless, reliable user app delivery. Citrix.com ebook Align Cloud Strategy to Business

More information

Peer-to-Peer Streaming Systems. Behzad Akbari

Peer-to-Peer Streaming Systems. Behzad Akbari Peer-to-Peer Streaming Systems Behzad Akbari 1 Outline Introduction Scaleable Streaming Approaches Application Layer Multicast Content Distribution Networks Peer-to-Peer Streaming Metrics Current Issues

More information

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT sdn-and-nfv-technical---georgia-tech---sep-2013---v2 Bruno Rijsman, Distinguished Engineer 24 September 2013 Use Cases 2 Copyright 2013 Juniper Networks,

More information

Introduction. Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution

Introduction. Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution Delivering Management as Agile as the Cloud: Enabling New Architectures with CA Technologies Virtual Network Assurance Solution Introduction Service providers and IT departments of every type are seeking

More information

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved NOTICE This document contains DragonWave proprietary information. Use, disclosure, copying or distribution of any part of the information contained herein, beyond that for which it was originally furnished,

More information

SOFTWARE DEFINED NETWORKS. Jonathan Chu Muhammad Salman Malik

SOFTWARE DEFINED NETWORKS. Jonathan Chu Muhammad Salman Malik SOFTWARE DEFINED NETWORKS Jonathan Chu Muhammad Salman Malik Credits Material Derived from: Rob Sherwood, Saurav Das, Yiannis Yiakoumis AT&T Tech Talks October 2010 (available at:www.openflow.org/wk/images/1/17/openflow_in_spnetworks.ppt)

More information

Cisco Group Encrypted Transport VPN

Cisco Group Encrypted Transport VPN Cisco Group Encrypted Transport VPN Q. What is Cisco Group Encrypted Transport VPN? A. Cisco Group Encrypted Transport is a next-generation WAN VPN solution that defines a new category of VPN, one that

More information

OpenCache. A Platform for Efficient Video Delivery. Matthew Broadbent. 1 st Year PhD Student

OpenCache. A Platform for Efficient Video Delivery. Matthew Broadbent. 1 st Year PhD Student OpenCache A Platform for Efficient Video Delivery Matthew Broadbent 1 st Year PhD Student Motivation Consumption of video content on the Internet is constantly expanding Video-on-demand is an ever greater

More information

MASERGY S MANAGED SD-WAN

MASERGY S MANAGED SD-WAN MASERGY S MANAGED New Performance Options for Hybrid Networks Business Challenges WAN Ecosystem Features and Benefits Use Cases INTRODUCTION Organizations are leveraging technology to transform the way

More information

B4 and After: Managing Hierarchy, Partitioning, and Asymmetry for Availability and Scale in Google's Software-Defined WAN

B4 and After: Managing Hierarchy, Partitioning, and Asymmetry for Availability and Scale in Google's Software-Defined WAN B4 and After: Managing Hierarchy, Partitioning, and Asymmetry for Availability and Scale in Google's Software-Defined WAN ( Chi ) Chi-yao Hong, Subhasree Mandal, Mohammad Al-Fares, Min Zhu, Richard Alimi,

More information

Research on Firewall in Software Defined Network

Research on Firewall in Software Defined Network Advances in Computer, Signals and Systems (2018) 2: 1-7 Clausius Scientific Press, Canada Research on Firewall in Software Defined Cunqun Fan a, Manyun Lin, Xiangang Zhao, Lizi Xie, Xi Zhang b,* National

More information

Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN

Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN Avaya-FatPipe Solution Overview Introducing Avaya SDN Fx with FatPipe Networks Next Generation SD-WAN The Avaya SDN-Fx and FatPipe Networks solution provides a fabric-based SDN architecture for simplicity

More information

Planning for Performance Assurance No Longer an Afterthought

Planning for Performance Assurance No Longer an Afterthought Planning for Performance Assurance No Longer an Afterthought By Jim Metzler Jim@Kubernan.Com Introduction A recent Kubernan Brief 1 entitled The Performance Management Mandate pointed out that unlike the

More information

Research on Heterogeneous Network Integration in Distribution Communication Network

Research on Heterogeneous Network Integration in Distribution Communication Network Research on Heterogeneous Integration in Distribution Communication Wei Li 1, Haonan Zheng 1, Hui He 1 1 (School of Control and Computer Engineering, North China Electric Power University, China) Abstract:

More information

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER

GRE and DM VPNs. Understanding the GRE Modes Page CHAPTER CHAPTER 23 You can configure Generic Routing Encapsulation (GRE) and Dynamic Multipoint (DM) VPNs that include GRE mode configurations. You can configure IPsec GRE VPNs for hub-and-spoke, point-to-point,

More information

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

Cato Cloud. Software-defined and cloud-based secure enterprise network. Solution Brief

Cato Cloud. Software-defined and cloud-based secure enterprise network. Solution Brief Cato Cloud Software-defined and cloud-based secure enterprise network Solution Brief Legacy WAN and Security Appliances are Incompatible with the Modern Enterprise Cato Networks: Software-defined and Cloud-based

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Messaging Overview. Introduction. Gen-Z Messaging

Messaging Overview. Introduction. Gen-Z Messaging Page 1 of 6 Messaging Overview Introduction Gen-Z is a new data access technology that not only enhances memory and data storage solutions, but also provides a framework for both optimized and traditional

More information

SCALING SOFTWARE DEFINED NETWORKS. Chengyu Fan (edited by Lorenzo De Carli)

SCALING SOFTWARE DEFINED NETWORKS. Chengyu Fan (edited by Lorenzo De Carli) SCALING SOFTWARE DEFINED NETWORKS Chengyu Fan (edited by Lorenzo De Carli) Introduction Network management is driven by policy requirements Network Policy Guests must access Internet via web-proxy Web

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

How Cisco Deploys Video Conferencing for Employee Collaboration

How Cisco Deploys Video Conferencing for Employee Collaboration How Cisco Deploys Video Conferencing for Employee Collaboration Cisco Unified Video Advantage brings video telephony to Cisco Unified IP phones. Cisco IT Case Study / Video / : This case study describes

More information

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology Zhufeng

More information

Network. Arcstar Universal One

Network. Arcstar Universal One Network Universal One ARCSTAR UNIVERSAL ONE Universal One Enterprise Network NTT Communications' Universal One is a highly reliable, premium-quality network service, delivered and operated in more than

More information

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time

Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time A CONNECTED A CONNECTED Software-Defined Networking from Serro Solutions Enables Global Communication Services in Near Real-Time Service providers gain a competitive advantage by responding to customer

More information

On Minimizing Packet Loss Rate and Delay for Mesh-based P2P Streaming Services

On Minimizing Packet Loss Rate and Delay for Mesh-based P2P Streaming Services On Minimizing Packet Loss Rate and Delay for Mesh-based P2P Streaming Services Zhiyong Liu, CATR Prof. Zhili Sun, UniS Dr. Dan He, UniS Denian Shi, CATR Agenda Introduction Background Problem Statement

More information

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture 2016 International Computer Symposium Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture Jih-Ching Chiu, An-Ting Liu*, Chien-Chin Liao* Department of Electrical Engineering,

More information

STEELCENTRAL NETPLANNER

STEELCENTRAL NETPLANNER STEELCENTRAL NETPLANNER PREDICTIVE MULTI-LAYER NETWORK PLANNING BUSINESS CHALLENGE Growth and Upgrades» Which links will I need to upgrade in 3 months?» How will my new corporate applications affect utilization

More information

Exam Code: Exam Code: Exam Name: Advanced Borderless Network Architecture Systems Engineer test.

Exam Code: Exam Code: Exam Name: Advanced Borderless Network Architecture Systems Engineer test. Exam Code: 700-303 Number: 700-303 Passing Score: 800 Time Limit: 120 min File Version: 41.2 http://www.gratisexam.com/ Exam Code: 700-303 Exam Name: Advanced Borderless Network Architecture Systems Engineer

More information

Progress Report No. 15. Shared Segments Protection

Progress Report No. 15. Shared Segments Protection NEXT GENERATION NETWORK (NGN) AVAILABILITY & RESILIENCE RESEARCH Progress Report No. 15 Shared Segments Protection The University of Canterbury Team 18 April 2006 Abstract As a complement to the Canterbury

More information

90 % of WAN decision makers cite their

90 % of WAN decision makers cite their WHITEPAPER So many ways to WAN How the most essential technology for distributed enterprises has evolved and where it s headed One of the most critical components to the success of any growth-oriented

More information

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN Platformă de e-learning și curriculă e-content pentru învățământul superior tehnic Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN MPLS VPN 5-ian-2010 What this lecture is about: IP

More information

IQ for DNA. Interactive Query for Dynamic Network Analytics. Haoyu Song. HUAWEI TECHNOLOGIES Co., Ltd.

IQ for DNA. Interactive Query for Dynamic Network Analytics. Haoyu Song.   HUAWEI TECHNOLOGIES Co., Ltd. IQ for DNA Interactive Query for Dynamic Network Analytics Haoyu Song www.huawei.com Motivation Service Provider s pain point Lack of real-time and full visibility of networks, so the network monitoring

More information

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

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

Dynamic WAN Selection

Dynamic WAN Selection KNOW YOUR NETWORK DATA SHEET Dynamic WAN Selection Overview Ipanema s Dynamic WAN Selection (DWS) is a core component of Ipanema SD-WAN and provides user-centric, dynamic path selection. It automatically

More information

Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast)

Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast) 137 Distributed Conditional Multicast Access for IP TV in High-Speed Wireless Networks (Destination Specific Multicast) 1, 2 Jan Fesl, 1 Richard Klee, 1 Marie Dolezalova 1 Institute of Applied Informatics,

More information

Routing in packet-switching networks

Routing in packet-switching networks Routing in packet-switching networks Circuit switching vs. Packet switching Most of WANs based on circuit or packet switching Circuit switching designed for voice Resources dedicated to a particular call

More information

Cato Cloud. Solution Brief. Software-defined and Cloud-based Secure Enterprise Network NETWORK + SECURITY IS SIMPLE AGAIN

Cato Cloud. Solution Brief. Software-defined and Cloud-based Secure Enterprise Network NETWORK + SECURITY IS SIMPLE AGAIN Cato Cloud Software-defined and Cloud-based Secure Enterprise Network Solution Brief NETWORK + SECURITY IS SIMPLE AGAIN Legacy WAN and Security Appliances are Incompatible with the Modern Enterprise The

More information

WHITE PAPER. Enhanced Unified Communication QoE through Software-defined networking (SDN) Abstract

WHITE PAPER. Enhanced Unified Communication QoE through Software-defined networking (SDN) Abstract WHITE PAPER Enhanced Unified Communication QoE through Software-defined networking (SDN) Abstract The concept of SDN (Software-defined Networking) originated from Stanford University in 2005 with their

More information

NEC Virtualized Evolved Packet Core vepc

NEC Virtualized Evolved Packet Core vepc TE-524262 NEC Virtualized Evolved Packet Core vepc Design Concepts and Benefits INDEX Leading the transformation into Mobile Packet Core Virtualization P.3 vepc System Architecture Overview P.4 Elastic

More information

A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang 2, a, Lu Wang 2

A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang 2, a, Lu Wang 2 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang

More information

Huawei SD-WAN Solution

Huawei SD-WAN Solution Huawei SD-WAN Solution HUAWEI TECHNOLOGIES CO., LTD. 1 Trends and Challenges Faced by Enterprise Networks Enterprise IT architecture is continuously transforming towards the cloud architecture, and public

More information

Citrix CloudBridge Product Overview

Citrix CloudBridge Product Overview Product Overview Product Overview Businesses rely on branch offices to serve customers, to be near partners and suppliers and to expand into new markets. As server and desktop virtualization increase and

More information

Wide area networks: packet switching and congestion

Wide area networks: packet switching and congestion Wide area networks: packet switching and congestion Packet switching ATM and Frame Relay Congestion Circuit and Packet Switching Circuit switching designed for voice Resources dedicated to a particular

More information

Send documentation comments to You must enable FCIP before attempting to configure it on the switch.

Send documentation comments to You must enable FCIP before attempting to configure it on the switch. CHAPTER 9 (Fibre Channel over IP) is an IETF standards based protocol for connecting Fibre Channel SANs over IP based networks. encapsulates the FCP frames in a TCP/IP packet which is then sent across

More information

Cisco NSH Service Chaining Configuration Guide

Cisco NSH Service Chaining Configuration Guide Cisco NSH Service Chaining Configuration Guide NSH Service Chaining 2 Information About NSH-Service-Chaining 2 How to Configure NSH-Service-Chaining 3 Use Cases for NSH Service Chaining 5 Troubleshooting

More information

AT&T SD-WAN Network Based service quick start guide

AT&T SD-WAN Network Based service quick start guide AT&T SD-WAN Network Based service quick start guide After you order your AT&T SD-WAN Network Based service, you can: Create administrator accounts Log in to the SD-WAN orchestrator Configure business policy

More information

Deployment Scenarios for Standalone Content Engines

Deployment Scenarios for Standalone Content Engines CHAPTER 3 Deployment Scenarios for Standalone Content Engines This chapter introduces some sample scenarios for deploying standalone Content Engines in enterprise and service provider environments. This

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

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

Mobile Edge Computing for 5G: The Communication Perspective

Mobile Edge Computing for 5G: The Communication Perspective Mobile Edge Computing for 5G: The Communication Perspective Kaibin Huang Dept. of Electrical & Electronic Engineering The University of Hong Kong Hong Kong Joint Work with Yuyi Mao (HKUST), Changsheng

More information

Benefits of SD-WAN to the Distributed Enterprise

Benefits of SD-WAN to the Distributed Enterprise WHITE PAPER Benefits of SD-WAN to the Distributed Enterprise 1 B enefits of SD-WAN to the Distributed Enterprise Branch Networking Today More Bandwidth, More Complexity Branch or remote office network

More information

A software defined approach To Unified IPv6 Transition

A software defined approach To Unified IPv6 Transition ITU Kaleidoscope 2014 Living in a converged world - impossible without standards? A software defined approach To Unified IPv6 Transition Kevin Hu Huawei kevinkai.hu@huawei.com Saint Petersburg, Russian

More information

DCRoute: Speeding up Inter-Datacenter Traffic Allocation while Guaranteeing Deadlines

DCRoute: Speeding up Inter-Datacenter Traffic Allocation while Guaranteeing Deadlines DCRoute: Speeding up Inter-Datacenter Traffic Allocation while Guaranteeing Deadlines Mohammad Noormohammadpour, Cauligi S. Raghavendra Ming Hsieh Department of Electrical Engineering University of Southern

More information

SDN Security BRKSEC Alok Mittal Security Business Group, Cisco

SDN Security BRKSEC Alok Mittal Security Business Group, Cisco SDN Security Alok Mittal Security Business Group, Cisco Security at the Speed of the Network Automating and Accelerating Security Through SDN Countering threats is complex and difficult. Software Defined

More information

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

Guide to SDN, SD-WAN, NFV, and VNF

Guide to SDN, SD-WAN, NFV, and VNF Evalu- ation Guide Technical Brief SD-WAN, NFV, and With so many acronyms and each one building on another, it can be confusing about how they work together. This guide describes the difference. 006180206

More information

Service Mesh and Microservices Networking

Service Mesh and Microservices Networking Service Mesh and Microservices Networking WHITEPAPER Service mesh and microservice networking As organizations adopt cloud infrastructure, there is a concurrent change in application architectures towards

More information

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018 DetNet Internet Draft Intended status: Standards Track Expires: December 11, 2018 H. Wang P. Wang C. Zhang Y. Yang Chongqing University of Posts and Telecommunications June 9, 2018 Joint Scheduling Architecture

More information

Virtualizing Managed Business Services for SoHo/SME Leveraging SDN/NFV and vcpe

Virtualizing Managed Business Services for SoHo/SME Leveraging SDN/NFV and vcpe Virtualizing Managed Business Services for SoHo/SME Leveraging SDN/NFV and vcpe A Technical Paper prepared for SCTE/ISBE by Ajay Manuga VP Engineering Benu Networks amanuja@benunets.com 2017 SCTE-ISBE

More information

5G Network Architecture A High-Level Perspective. HUAWEI WHITE PAPER July 2016

5G Network Architecture A High-Level Perspective. HUAWEI WHITE PAPER July 2016 Network Architecture A High-Level Perspective HUAWEI WHITE PAPER July 2016 5G 4 5 5G A Cloud-Native 5G Architecture is Key to Enabling Diversified Service Requirements Through persistent effort and determination

More information

Enabling Efficient and Scalable Zero-Trust Security

Enabling Efficient and Scalable Zero-Trust Security WHITE PAPER Enabling Efficient and Scalable Zero-Trust Security FOR CLOUD DATA CENTERS WITH AGILIO SMARTNICS THE NEED FOR ZERO-TRUST SECURITY The rapid evolution of cloud-based data centers to support

More information

Software Defined Networking

Software Defined Networking Software Defined Networking 1 2 Software Defined Networking Middlebox Switch Controller Switch Switch Server Server Server Server Standardization: switches support a vendor-agnostic, open API Off-device

More information

Software-Defined Networking:

Software-Defined Networking: Software-Defined Networking: OpenFlow and Frenetic Mohamed Ismail Background Problem: Programming Networks is Hard 3/39 Network Stack Pros Key to the success of the Internet Layers and layers of abstraction

More information

SDN Controllers in the WAN: protocols and applications

SDN Controllers in the WAN: protocols and applications SDN Controllers in the WAN: protocols and applications Julian Lucek jlucek@juniper.net @julianlucek Agenda SDN Controller for WAN concept Enabling protocols BGP Link State (BGP-LS) Path Computation Element

More information

OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY. Key Takeaways

OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY. Key Takeaways OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY This is the second of two white papers that describe how the shift from monolithic, purpose-built, network

More information

lecture 18: network virtualization platform (NVP) 5590: software defined networking anduo wang, Temple University TTLMAN 401B, R 17:30-20:00

lecture 18: network virtualization platform (NVP) 5590: software defined networking anduo wang, Temple University TTLMAN 401B, R 17:30-20:00 lecture 18: network virtualization platform (NVP) 5590: software defined networking anduo wang, Temple University TTLMAN 401B, R 17:30-20:00 Network Virtualization in multi-tenant Datacenters Teemu Koponen.,

More information

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers Huawei CloudFabric and ware Collaboration Innovation Solution in Data Centers ware Data Center and Cloud Computing Solution Components Extend virtual computing to all applications Transform storage networks

More information

China Unicom SDN Practice in WAN. Lv Chengjin/Ma Jichun, China Unicom

China Unicom SDN Practice in WAN. Lv Chengjin/Ma Jichun, China Unicom China Unicom SDN Practice in WAN Lv Chengjin/Ma Jichun, China Unicom What Will Operator SDN Do? Two development directions Operator Softwaredefined networking (SDN) 1. Cloudify traditional services 2.

More information

Provisioning: Configuring QoS for IP Telephony

Provisioning: Configuring QoS for IP Telephony CHAPTER 7 In an Architecture for Voice, Video, and Integrated Data (AVVID) network, you must configure QoS for IP telephony to ensure voice quality. The following topics provide information about the need

More information

Hybrid Network present & future

Hybrid Network present & future Hybrid Network present & future Felipe Stutz / Luiz Adamo 1 Orange Restricted a brief history of the Wide Area Network - WAN Companies easily connect to their cloud application with our secured network

More information

Open Networking Opens Opportunities

Open Networking Opens Opportunities WHITEPAPER Open Networking Opens Opportunities A Reference Architecture for Transition ABSTRACT Open networking is an emerging technology that uncouples hardware from software in the network and creates

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

EP2210 Scheduling. Lecture material:

EP2210 Scheduling. Lecture material: EP2210 Scheduling Lecture material: Bertsekas, Gallager, 6.1.2. MIT OpenCourseWare, 6.829 A. Parekh, R. Gallager, A generalized Processor Sharing Approach to Flow Control - The Single Node Case, IEEE Infocom

More information

More on LANS. LAN Wiring, Interface

More on LANS. LAN Wiring, Interface More on LANS Chapters 10-11 LAN Wiring, Interface Mostly covered this material already NIC = Network Interface Card Separate processor, buffers incoming/outgoing data CPU might not be able to keep up network

More information

Congestion Control and Resource Allocation

Congestion Control and Resource Allocation Problem: allocating resources Congestion control Quality of service Congestion Control and Resource Allocation Hongwei Zhang http://www.cs.wayne.edu/~hzhang The hand that hath made you fair hath made you

More information

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 427-429, pp 2130-2133 doi:10.4028/www.scientific.net/amm.427-429.2130 2013 Trans Tech Publications, Switzerland The Application

More information

Table of Contents. Cisco Quality of Service Options on GRE Tunnel Interfaces

Table of Contents. Cisco Quality of Service Options on GRE Tunnel Interfaces Table of Contents Quality of Service Options on GRE Tunnel Interfaces...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Overview of GRE...1 Cisco QoS for GRE

More information

The Future of Application Acceleration

The Future of Application Acceleration The Future of Application Acceleration Juniper Networks WX/WXC Application Acceleration Platforms 1 Conflict in the Distributed Enterprise Business Objectives Reduce costs Increase productivity Ensure

More information

P10 P12 P21 P22. IMT-2020 (5G) Promotion Group 5G Network Technology Architecture White Paper

P10 P12 P21 P22. IMT-2020 (5G) Promotion Group 5G Network Technology Architecture White Paper Contents P1 P2 P6 P10 P12 P21 P22 IMT-2020 (5G) Promotion Group was jointly established in February 2013 by three ministries of China (including MIIT, NDRC, and MOST) based on the original IMT-Advanced

More information

Integrating Network QoS and Web QoS to Provide End-to-End QoS

Integrating Network QoS and Web QoS to Provide End-to-End QoS Integrating Network QoS and Web QoS to Provide End-to-End QoS Wang Fei Wang Wen-dong Li Yu-hong Chen Shan-zhi State Key Lab of Networking and Switching, Beijing University of Posts & Telecommunications,

More information

Enhanced Virtual Networks (VPN+) Stewart Bryant & Jie Dong (Huawei) draft-bryant-rtgwg-enhanced-vpn-01

Enhanced Virtual Networks (VPN+) Stewart Bryant & Jie Dong (Huawei) draft-bryant-rtgwg-enhanced-vpn-01 nhanced Virtual Networks (VPN+) Stewart Bryant & Jie Dong (Huawei) draft-bryant-rtgwg-enhanced-vpn-01 1 Overview VPNs have been widely deployed to support multi-tenancy in public operator networks. They

More information

The Function Placement Problem (FPP)

The Function Placement Problem (FPP) Chair of Communication Networks Department of Electrical and Computer Engineering Technical University of Munich The Function Placement Problem (FPP) Wolfgang Kellerer Technical University of Munich Dagstuhl,

More information

Service Graph Design with Cisco Application Centric Infrastructure

Service Graph Design with Cisco Application Centric Infrastructure White Paper Service Graph Design with Cisco Application Centric Infrastructure 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 101 Contents Introduction...

More information

Provide One Year Free Update!

Provide One Year Free Update! QUESTION & ANSWER HIGHER QUALITY, BETTER SERVICE Provide One Year Free Update! https://www.passquestion.com Exam : 300-101 Title : Implementing Cisco IP Routing Version : DEMO 1 / 4 1.Which three problems

More information

Overlay Networks. Behnam Momeni Computer Engineering Department Sharif University of Technology

Overlay Networks. Behnam Momeni Computer Engineering Department Sharif University of Technology CE443 Computer Networks Overlay Networks Behnam Momeni Computer Engineering Department Sharif University of Technology Acknowledgments: Lecture slides are from Computer networks course thought by Jennifer

More information

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

More information