Mobile Network Congestion Management

Size: px
Start display at page:

Download "Mobile Network Congestion Management"

Transcription

1 SOLUTIONS BRIEF SOLUTIONS CASE STUDY BRIEF Mobile Network Congestion Management INTRODUCTION This document summarises the Procera strategy towards congestion management methods for mobile networks. The document assumes high level understanding of the PacketLogic Platform and policy enforcement solutions in general. We will cover the congestion management problem in three different sections. In order of processing, these sections are correlation of control plane data to user plane data, detection of congestion and enforcement of policy to alleviate it. Data Sources PacketLogic Platform can receive control plane data from various sources and correlate this with user plane traffic. For congestion identification and management in a mobile network, we need to look at what location information we can receive in a network. This is useful for understanding areas of congestion and application of congestion management policies. RADIUS The most common deployment option for PacketLogic in UMTS uses RADIUS Accounting Request packets to identify parameters such as MSISDN, session IP, device model, cell ID, radio access technology, network MCC/MNC, SGSN information, etc. In this setup, PacketLogic Subscriber Manager (PSM) node receives the relevant RADIUS packets either as an accounting node where it can send an accounting response to acknowledge receiving the packets or it can receive a copy of these packets to process them. When the PDP Context is alive, the Start packet is received. This creates the MSISDN to IP mapping that we use in our policy. It also gives us the starting location of the data session which is the cell ID. In most mobile deployment scenarios, there will be no further updates on this data since operators do not enable frequent Interim Updates due to signalling load or licensing restrictions in the core network. This means we will only receive cell ID updates when the user does a handover from one RAT to another. Even when Interim Updates are available, we will not receive cell changes within the same NodeB/eNodeB. Please note that this is not a limitation on PacketLogic, but rather in most core networks. SNOOPING GTP-C GTP-C is the control traffic on the Gn interface for UMTS. For LTE, GTP-C can be snooped from S11 or S5/S8. Location and various other information can be gleaned from this interface so that there is no dependency on RADIUS. It is also possible to use this information together with RADIUS. The advantage of doing this is that we get handovers between enodebs, so we can get location accuracy down to the enodeb without requiring any interim AAA updates. GTP-C snooping is probably the most accurate location awareness we can get on a scale from the EPC. 1 PROCERANETWORKS.COM

2 OTHER SOURCES PacketLogic Subscriber Manager is a flexible product for receiving OSS/BSS data using a number of APIs such as JSON RPC, JSON Bulk, SOAP, Diameter (e.g. Gx), etc. Using these interfaces, it is possible to receive information from a number of core network elements as well as probes or other elements in the RAN. We work with the operator in finding the optimal method to receive the information we need, in the granularity that is required. Congestion Detection PacketLogic can use a number of available KPIs in detecting congestion for a group of connections. The important ones will be described in this section. KEY PERFORMANCE INDICATORS It is important to note that the KPI metrics below can be very useful in detecting congestion in a congestion domain. However, this is very much dependent on what the congestion domain is, what the granularity of the metric is and how these metrics are used in combination with each other. Please request from your Procera contact the PacketLogic Product Guide for more in-depth description of these metrics and how they are calculated. Throughput PacketLogic measures throughput for each connection for both upstream and downstream traffic. We use a granularity of 250ms for this metric since it is important to know the actual usage of traffic during a short interval and take into account bursts in traffic, especially for popular services like Youtube. Figure 31 THROUGHPUT GRANULARITY In the figure above, a data session which lasts slightly more than 3 seconds is shown. When looking at the data usage in 5-minute granularity (in purple), the peak for throughput shows 6 kbps. When the granularity is improved to 1 second (in green), the peak shows 1.5 Mpbs. When PacketLogic granularity of 250ms is used (in blue), the peak shows as 2.5 Mbps. Identifying these peaks and burstiness of throughput plays a key role in understanding congestion. 2

3 RTT External and Internal RTT is measured for each connection. External RTT refers to the round trip time from the PacketLogic Realtime Enforcement (PRE) to the server on the internet side. Internal RTT refers to the RTT from the PRE to the UE side and measures the latency in the operator network. These values can be measured for both TCP and UDP, using differing methods. We measure this data every 5 seconds by default. Packet Loss Packet loss is another good KPI for identifying problems in the network such as congestion. We measure packet loss for internal and external side of the PRE and can account for both upstream and downstream traffic. We measure this data every 5 seconds by default. Subscriber Count Subscriber count in a congestion domain is also a very important parameter in understanding congestion and is used by PacketLogic. CHOICE OF CONGESTION DOMAIN Once we have the metrics from data plane traffic, these are accounted for specific subscribers /sessions. Each session has a cell ID from the control plane data, often the starting cell of the user session. At this point, it is possible to track the congestion metrics at any aggregation level for PacketLogic. We could, for example, do this at cell ID level. This would give us an idea of total throughput, average RTT, packet loss and number of subscribers which can be used to detect whether the cell is congested. However, we need to keep in mind that some of the data accounted on a specific cell may no longer be relevant to that cell since the subscriber started the data session there and moved elsewhere in the network without a location update to the core network (please see section Data Sources on possible causes of this behaviour). Likewise, we could see data which should have been accounted on this specific cell actually being accounted on another cell due to the subscriber having started in that other cell. This makes cell based congestion detection non-optimal in most mobile network deployments unless integration with RAN elements is done. One of the ways of dealing with this that we recommend to operators is to use a NodeB/ enodeb domain for congestion detection. An enodeb covers a small area with proximate cells and it is very likely that the level of congestion in a enodeb is fairly consistent during peak usage periods. This means we eliminate the issue of not receiving intra-enodeb cell changes and identify/address congestion in a much more predictable way. OTHER METHODS OF CONGESTION DETECTION PacketLogic Platform is flexible in getting congestion data and does not force the operator to use PacketLogic congestion detection methods. It is possible to feed congestion data through the use of available APIs for PSM as described in the section Data Sources. A good example of this is deployed in one of our existing mobile customer networks. PSM periodically fetches congestion trending data for the cells in this network. We would get a colour coded congestion level for each cell, green, amber or red. We use this data in times of congestion to apply congestion management policies on the affected cells. The integration and testing effort required for this kind of deployment is minimal. 3

4 There is also the option of choosing a congestion management policy which does not depend on congestion detection from core network data. This will be covered in the Policy Enforcement section. BANDWIDTH DETECTION FOR MOBILE CELLS This is a concept where the policy platform tries to identify the available bandwidth in a mobile cell rather than simply identifying whether the cell is congested or not. Then, shaping is used to address the congestion based on this available bandwidth. After extensive testing of this approach, we came to the conclusion that the bandwidth information calculated using this method is inaccurate and does not help with congestion management. We would like to share our findings here and recommend better ways of managing congestion. In competitor platforms where this method is used, the detection is typically dependent on RTT information. This metric by itself could point to congestion in the cell as well as backhaul or other problems in the data path. Considering the possible inaccuracy of cell ID data for a subscriber which is mobile, the calculated bandwidth s accuracy is further deteriorated. Using the average RTT for bandwidth calculation also poses a problem in the live network since some users having bad coverage can easily skew the numbers badly. There is typically no feedback loop that tells the system to reduce shaping if the congestion does not reduce. Backoff is also a problem since it can cause inconsistent behaviour for the policy being applied. In order to prevent this, the policy is typically applied with a very poor granularity like 15 minutes which means that the sub-second fluctuations in a mobile cell will not be accounted for properly. This will mean excessive shaping in some cases or using a very high shaping threshold in others for extended periods of time. All in all, this is a concept which can possibly work fine in the lab, but will provide a very poor user experience in a live network. It will require the operator to accept sacrificing a big amount of the total burst bandwidth. This will mean making the service equally bad for all subscribers by taking the better performing subscribers down to a shaping level equal to the worst performing subscribers without allowing the worst performing subscribers any benefits since they are likely in this situation because of radio conditions and not congestion. Feedback from our research engineers on this concept was the following: Depending on radio conditions and the capabilities of the UE, the radio transmission time for a 1520 byte frame over the high speed downlink radio interface in 3G can be between 1ms and 300ms without any congestion on the cell level. Results of our research show that this method of bandwidth calculation is very ineffective in mobile networks. 4

5 Policy Enforcement Although detection of congestion is useful information to operators, in most cases operators would also want to act on this information. There are different policies that can be applied here with differing levels of complexity, dependency on detection of congestion or dependency on accurate location data. APPLICATION AWARE RAN This is an approach where congestion detection using core network data is not needed. Instead, we rely on the RAN scheduling to prioritise certain traffic based on operator s preference. For this purpose, PacketLogic marks traffic using DiffServe Code Point (DSCP) rewrite functionality. The traffic can be classified based on application type, subscriber tier or any other parameter which may be relevant in prioritising certain traffic over other packets in the RAN. The advantage of this method is that the configuration on PacketLogic is extremely simple and no integration is required on the control plane for this policy to be applied. The traffic is prioritised at every hop in the network where DSCP is used and most RAN vendors now support this functionality. It is also applied globally rather than per congestion domain. Because of the simplicity and effectiveness of this method, Procera strongly recommends that customers consider implementing this functionality. We would also recommend asking for Procera s research document which provides test results on the impact of latency and traffic prioritisation on web browsing traffic. SERVICE SPECIFIC SHAPING Service specific policies can be applied globally, per enodeb or per cell as required. Please see Choice of Congestion Domain section for our recommendations in selection of congestion domain. Video Shaping Nowadays, a large majority of traffic volume is caused by the OTT video services in a network. Looking at a typical European mobile network, at least 50% of the subscriber traffic is typically Streaming Media traffic of which 70% is YouTube traffic followed by other similar OTT services and Netflix. Mobile operators typically do not want to penalise these users, but need to find a way to reduce this traffic to allow them to defer CAPEX investment and provide a decent browsing experience for other subscribers during peak usage periods. One way to achieve this is to shape video traffic in a way that will force the OTT service to select a lower resolution than what it would have tried to offer without shaping. In our live network testing of this functionality, we saw that even smaller mobile devices are typically offered a 720p or 1080p resolution on a typical YouTube video. By shaping the video to specific resolutions, the following results were achieved: 480p resolution: ~50-60% volume reduction 360p resolution: ~70% volume reduction 240p resolution: ~80% volume reduction Based on the feedback from the test users, both 360p and 480p provided very good video experience without any stalls or noticeable difference in quality of picture. 240p also provided a smooth and positive experience, but the picture quality reduction was noticeable. 5

6 The video shaping can be configured to be aware of certain parameters like device type, screen size, subscriber tier, location, etc. It can also be configured to work during peak usage periods. It does not require a calculation of available bandwidth in a congestion domain since the shaping is typically done based on connections or subscribers depending on OTT service and required behaviour. For more information on our Video Shaping, please request the Video Traffic Management document from your Procera contact. Background Traffic Shaping For congested domains, background traffic such as ios downloads, App Store, Play Store, Windows Update, itunes and other heavy file downloads can be heavily shaped. This policy can also include backup services such as Dropbox, Google Drive, Google Photos and icloud to free up bandwidth for real time sensitive protocols. These policies can optionally be time of day based allowing them to run at full speed during night time when there is less impact of congestion since some subscribers may be physically located in the same area 24/7 (such as mobile broadband dongle users) and the operator will want these subscribers to be able to download their data. Other subscribers who are more mobile will get their heavy downloads completed when they move away from the congested area. HEAVY USER POLICIES This type of policy has the aim of identifying heavy users and penalising them in some way. PacketLogic can do this kind of policy in a very flexible way based on operator s preferences. For example, it is possible to keep track of usage in fixed or sliding window type periods, set thresholds on total or specific service or service group volumes and set policies using available actions like specific service (described above in Service Specific Shaping section) or subscriber shaping or filtering. It is also possible to have several tiers of usage where different policies are applied (e.g. shape P2P at first threshold, shape all services at second threshold, block certain services at third threshold, walled garden at final threshold). This policy can be applied globally, per enodeb or per cell as required. Please see Choice of Congestion Domain section for our recommendations in selection of congestion domain. 6

7 Conclusion There is a significant difference between identifying congestion in a fixed and mobile network. Mobile network congestion fluctuates very rapidly and it is therefore important to look at the trend in multiple KPIs such as number of subscribers, throughput, latency and packet loss to identify congestion correctly. Due to this rapid fluctuation, shaping congestion domain at a total bandwidth is not an effective method of congestion management and causes very poor subscriber experience. We recommend detecting congestion at nodeb/enodeb level and enforcing a policy from the list in section Policy Enforcement. Application Aware RAN policies are very effective where they are supported by the network vendor. Service specific policies are recommended where Application Aware RAN policies cannot be used. Procera provides the PacketLogic Platform which allows all these policies to be deployed in a flexible way based on operator s requirements. Figure 2 TRAFFIC PERSPECTIVE IN MOBILE AND WIFI DEPLOYMENTS Service Provider Access Network Mobile Radio Access Network (RAN) Service Provider Core Network OSS/BSS/PCRF /OCS/OFCS Policy Interfaces Subscriber Perspectives Traffic Perspective Applications Wi-Fi Router Internet Fixed Wireless PacketLogic Client (Dynamic LiveView) PacketLogic Insights (Engineering, Customer Care Executive) Content v ABOUT PROCERA NETWORKS Procera Networks, the global Subscriber Experience company, is revolutionizing the way operators and vendors monitor, manage and monetize their network traffic. Elevate your business value and improve customer experience with Procera s sophisticated intelligence solutions. For more information, visit proceranetworks.com or follow Procera on Twitter CORPORATE OFFICES Procera Networks, Inc Fremont Blvd Fremont, CA P F CORPORATE OFFICES Procera Networks Birger Svenssons Väg 28D Varberg, Sweden P. +46 (0) F. +46 (0) ASIA/PACIFIC HEADQUARTERS Unit B-02-11, Gateway Corporate Suite, Gateway Kiaramas No. 1, Jalan Desa Kiara, Mont Kiara Kuala Lumpur, Malaysia Copyright Procera Networks. All rights All rights reserved. reserved. All other All other trademarks trademarks are property are property of their of respective their respective 7owners. owners. PROCERANETWORKS.COM

Improving Web QoE: The effect of reducing RTT and Page Load times for subscribers

Improving Web QoE: The effect of reducing RTT and Page Load times for subscribers Improving Web QoE: The effect of reducing RTT and Page Load times for subscribers INTRODUCTION Broadband subscribers have become very sensitive to the Quality of Experience that they receive from their

More information

Brocade and Procera. Detailed Insights for OTT Application Traffic KEY BENEFITS SOLUTIONS BRIEF BUSINESS CHALLENGE

Brocade and Procera. Detailed Insights for OTT Application Traffic KEY BENEFITS SOLUTIONS BRIEF BUSINESS CHALLENGE Brocade and Procera Detailed Insights for OTT Application Traffic Brocade Packet Broker together with Procera s PacketLogic TM Deep Packet Inspection (DPI) engine is targeted towards mobile service provider

More information

Congestion Management

Congestion Management WHITEPAPER Congestion Management Fair Split Shaping Fair Split can also be used as a more generic Congestion Management solution in the case where regulations require all traffic to be treated equal regardless

More information

Maintaining a competitive advantage in the era of Network Neutrality

Maintaining a competitive advantage in the era of Network Neutrality WHITEPAPER Maintaining a competitive advantage in the era of Network Neutrality How Procera s Subscriber Intelligence Solutions can help broadband operators The wireless industry is mature now, and has

More information

Video Quality Management Guidebook

Video Quality Management Guidebook Video Quality Management Guidebook Strategies for traffic optimization CASE STUDY GUIDE BOOK Video trends Both mobile and fixed data networks are experiencing a rise in video traffic which already represents

More information

Brocade and Sandvine. Detailed Insights for OTT Application Traffic KEY BENEFITS SOLUTIONS BRIEF BUSINESS CHALLENGE

Brocade and Sandvine. Detailed Insights for OTT Application Traffic KEY BENEFITS SOLUTIONS BRIEF BUSINESS CHALLENGE Brocade and Sandvine Detailed Insights for OTT Application Traffic Brocade Packet Broker together with Sandvine s PacketLogic TM Deep Packet Inspection (DPI) engine is targeted towards mobile service provider

More information

WiFi Service Assurance

WiFi Service Assurance WiFi Service Assurance Deliver a high Quality of Experience for WiFi Subscribers Use Cases for WiFi Service Assurance Sandvine s sophisticated network intelligence, traffic management and policy enforcement

More information

Over-The-Top (OTT) Aggregation Solutions

Over-The-Top (OTT) Aggregation Solutions Over-The-Top (OTT) Aggregation Solutions Omkar Dharmadhikari, Wireless Architect odharmadhikari@cablelabscom CableLabs February 12, 2019 Agenda Introduction Why aggregation is important? Traditional Aggregation

More information

The Evolution and Virtualization of Big Data:

The Evolution and Virtualization of Big Data: The Evolution and Virtualization of Big Data: Structuring Subscriber Data for Broadband Operator Transformation and Profitability Virtualization is empowering operators to transform their business. Successful

More information

QoE Congestion Management With Allot QualityProtector

QoE Congestion Management With Allot QualityProtector Solution Brief QoE Congestion Management With Allot QualityProtector 2017 Allot Communications Ltd. All rights reserved. Allot Communications, Sigma, NetEnforcer and the Allot logo are trademarks of Allot

More information

Managing the Subscriber Experience

Managing the Subscriber Experience Managing the Subscriber Experience Steven Shalita TelcoVision 2013 October 24, 2013 Las Vegas 1 1 Service Delivery Orchestration More Important Than Ever Exponential Growth in Data & Video Traffic Personalized

More information

Data Driven Networks. Sachin Katti

Data Driven Networks. Sachin Katti Data Driven Networks Sachin Katti Is it possible for to Learn the control planes of networks and applications? Operators specify what they want, and the system learns how to deliver CAN WE LEARN THE CONTROL

More information

An Architecture. What the MEC? for 5G

An Architecture. What the MEC? for 5G An Architecture What the MEC? for 5G What the MEC? An architecture for 5G As we stated in the first e-book in this series, the evolution from LTE to 5G will be the most profound transformation on the wireless

More information

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google How YouTube Performance is Improved in the T-Mobile Network Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google Speakers Jie Hui Kevin Lau Ankur Jain Andreas Terzis Jeff Smith Executive

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

Jolata Overview real-time precise

Jolata Overview real-time precise Jolata Overview The Jolata Platform is a big data solution providing real-time and precise network intelligence, by aggregating, analyzing and visualizing millisecond-precision performance statistics for

More information

Reveal network quality with ScoreCard

Reveal network quality with ScoreCard WHITEPAPER Reveal network quality with ScoreCard Scorecards such as Speedtest.net, Google s Video Quality Report and Netflix s Internet Service Provider (ISP) Speed Index as well as newly launched fast.com

More information

RE-ARCHITECTING THE GI LAN OPTIMIZE & MONETIZE MOBILE BROADBAND. Bart Salaets Solution Architect

RE-ARCHITECTING THE GI LAN OPTIMIZE & MONETIZE MOBILE BROADBAND. Bart Salaets Solution Architect RE-ARCHITECTING THE GI LAN OPTIMIZE & MONETIZE MOBILE BROADBAND Bart Salaets Solution Architect Today s Gi LAN is static and inflexible DNS PCRF AAA OCS CSCF RADIUS, Diameter, DNS, SIP Control Plane Services

More information

End-to-End QoS in Mobile Networks

End-to-End QoS in Mobile Networks End-to-End QoS in Mobile Networks an holistic engineering view IEEE ComSoc / IST Paulino Corrêa António Carlos Fernandes 8 th January 2013 Definition ( ) In the field of computer networking and other packet-switched

More information

Measuring Over-the-Top Video Quality

Measuring Over-the-Top Video Quality Contents Executive Summary... 1 Overview... 2 Progressive Video Primer: The Layers... 2 Adaptive Video Primer: The Layers... 3 Measuring the Stall: A TCP Primer... 4 Conclusion... 5 Questions to Ask of

More information

LTE system performance optimization by RED based PDCP buffer management

LTE system performance optimization by RED based PDCP buffer management LTE system performance optimization by RED based PDCP buffer management Umar Toseef 1,2, Thushara Weerawardane 2, Andreas Timm-Giel 2, Carmelita Görg 1 1, University of Bremen, Bremen, Germany 2, TUHH,

More information

Cisco Ultra Traffic Optimization

Cisco Ultra Traffic Optimization Feature Information, page 1 Overview, page 2 How CUTO Works, page 2 Configuring CUTO, page 5 Monitoring and Troubleshooting, page 10 Feature Information Summary Data Status New Feature Introduced-In Release

More information

Data Driven Networks

Data Driven Networks Data Driven Networks Is it possible for to Learn the control planes of networks and applications? Operators specify what they want, and the system learns how to deliver CAN WE LEARN THE CONTROL PLANE OF

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

LTE Wi-Fi Aggregation Assessing OTT Solutions

LTE Wi-Fi Aggregation Assessing OTT Solutions February 2019 LTE Wi-Fi Aggregation Assessing OTT Solutions Omkar Dharmadhikari, Wireless Architect o.dharmadhikari@cablelabs.com Mark Poletti, Director of R&D Wireless m.poletti@cablelabs.com Executive

More information

07/08/2016. Sami TABBANE. I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary

07/08/2016. Sami TABBANE. I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary Core network and transmission dimensioning Sami TABBANE 1 CONTENTS I. Introduction II. Evolved Packet Core III. Core network Dimensioning IV. Summary 2 1 CONTENTS I. Introduction 3 Introduction LTE Commercialization

More information

Headquartered in Fremont, California, with offices in EMEA and Asia Pacific, Procera empowers more than 600 networks and vendors worldwide.

Headquartered in Fremont, California, with offices in EMEA and Asia Pacific, Procera empowers more than 600 networks and vendors worldwide. Use Cases Procera Networks: Find. See. Do. More Procera Networks structures mobile and fixed broadband network data, transforming it into actionable intelligence to empower operators to make informed business

More information

A Flow Label Based QoS Scheme for End-to-End Mobile Services

A Flow Label Based QoS Scheme for End-to-End Mobile Services A Flow Label Based QoS Scheme for End-to-End Mobile Services Tao Zheng, Lan Wang, Daqing Gu Orange Labs Beijing France Telecom Group Beijing, China e-mail: {tao.zheng; lan.wang; daqing.gu}@orange.com Abstract

More information

Solution Guide Version R&S INTRA Traffic analytics for communication service providers

Solution Guide Version R&S INTRA Traffic analytics for communication service providers Solution Guide Version 01.00 R&S INTRA Traffic analytics for communication service providers Table of contents 1 Introduction... 3 1.1 Key benefits... 3 1.2 Key features... 3 2 Solution Architecture...

More information

5G Network Architecture

5G Network Architecture 5G Network Architecture A healthy balance between Evolution and Revolution Peter Merz Head of Radio Systems Technology and Innovation Nokia Networks 1 Nokia 2015 Johannesberg Summit 2015 Peter Merz NGMN

More information

Metering Re-ECN: Performance Evaluation and its Applicability in

Metering Re-ECN: Performance Evaluation and its Applicability in Metering Re-ECN: Performance Evaluation and its Applicability in Cellular Networks Ying Zhang, Ingemar Johansson, Howard Green, Mallik Tatipamula Ericsson Research Resource allocation and usage accountability

More information

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

different problems from other networks ITU-T specified restricted initial set Limited number of overhead bits ATM forum Traffic Management

different problems from other networks ITU-T specified restricted initial set Limited number of overhead bits ATM forum Traffic Management Traffic and Congestion Management in ATM 3BA33 David Lewis 3BA33 D.Lewis 2007 1 Traffic Control Objectives Optimise usage of network resources Network is a shared resource Over-utilisation -> congestion

More information

Shine a light on the darkening internet: How to thrive despite Encryption

Shine a light on the darkening internet: How to thrive despite Encryption WHITEPAPER Shine a light on the darkening internet: How to thrive despite Encryption An exploration of the impact of encryption on Broadband use cases OVERVIEW Today, Anywhere from 50-90% of traffic on

More information

Wireless TCP Performance Issues

Wireless TCP Performance Issues Wireless TCP Performance Issues Issues, transport layer protocols Set up and maintain end-to-end connections Reliable end-to-end delivery of data Flow control Congestion control Udp? Assume TCP for the

More information

SamKnows test methodology

SamKnows test methodology SamKnows test methodology Download and Upload (TCP) Measures the download and upload speed of the broadband connection in bits per second. The transfer is conducted over one or more concurrent HTTP connections

More information

Traffic Policing and Shaping

Traffic Policing and Shaping This chapter describes the support of per subscriber feature on Cisco's Chassis and explains the commands and RADIUS attributes that are used to implement this feature. The product Administration Guides

More information

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks A Measurement Study of Multiplicative Overhead Effects in Wireless Joseph Camp, Vincenzo Mancuso, Omer Gurewitz, and Edward W. Knightly INFOCOM 2008 http://networks.rice.edu System: Large-scale, Multi-tier

More information

5G and Licensed/Unlicensed Convergence

5G and Licensed/Unlicensed Convergence 5G and Licensed/Unlicensed Convergence WBA Conference November 2016 Dave Wolter Wireless Trends Continued rapid growth of data demand IoT will drive growth in connected devices Wireless Everything Everywhere

More information

Disruptive Innovation Demonstrating WiFi3 vs ac

Disruptive Innovation Demonstrating WiFi3 vs ac Edgewater Wireless February 2016 Disruptive Innovation Demonstrating WiFi3 vs 802.11ac Solving WiFi interference & capacity issues just got easier with 3 channels on a single radio WiFi3 technology. It

More information

The information presented is subject to change without notice. Alcatel-Lucent assumes no responsibility for inaccuracies contained herein.

The information presented is subject to change without notice. Alcatel-Lucent assumes no responsibility for inaccuracies contained herein. Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks of Alcatel-Lucent. All other trademarks are the property of their respective owners. The information presented is subject to change

More information

The Edge of LTE. Deploying a MEC platform in today s networks. MEC Congress Munich, DE September SpiderCloud Wireless, Inc.

The Edge of LTE. Deploying a MEC platform in today s networks. MEC Congress Munich, DE September SpiderCloud Wireless, Inc. The Edge of LTE Deploying a MEC platform in today s networks MEC Congress Munich, DE September 2016 ABOUT US Scalable small cell systems for Mobile Operators to deliver coverage, capacity & services in

More information

Addressing the Challenges of Web Data Transport

Addressing the Challenges of Web Data Transport Addressing the Challenges of Web Data Transport Venkata N. Padmanabhan Microsoft Research UW Whistler Retreat December 1998 Outline Challenges Solutions TCP Session Fast Start Ongoing and Future Work The

More information

MX Sizing Guide. 4Gon Tel: +44 (0) Fax: +44 (0)

MX Sizing Guide. 4Gon   Tel: +44 (0) Fax: +44 (0) MX Sizing Guide FEBRUARY 2015 This technical document provides guidelines for choosing the right Cisco Meraki security appliance based on real-world deployments, industry standard benchmarks and in-depth

More information

APPLICATION NOTE. XCellAir s Wi-Fi Radio Resource Optimization Solution. Features, Test Results & Methodology

APPLICATION NOTE. XCellAir s Wi-Fi Radio Resource Optimization Solution. Features, Test Results & Methodology APPLICATION NOTE XCellAir s Wi-Fi Radio Resource Optimization Solution Features, Test Results & Methodology Introduction Multi Service Operators (MSOs) and Internet service providers have been aggressively

More information

Business Drivers for Selecting LTE Technology. HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T

Business Drivers for Selecting LTE Technology. HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T Business Drivers for Selecting LTE Technology HSPA+ & LTE Executive Briefing, Jan 27, 2009 Hank Kafka, Vice President, Network Architecture, AT&T Why LTE? HSPA, HSPA+ provides great data speeds with impressive

More information

Convergence of IP and Mobile Communications. Albert Coronel RedLink Communications Co., Ltd. MMNOG, November 21, 2015

Convergence of IP and Mobile Communications. Albert Coronel RedLink Communications Co., Ltd. MMNOG, November 21, 2015 Convergence of IP and Mobile Communications Albert Coronel RedLink Communications Co., Ltd. MMNOG, November 21, 2015 Mobile terminals Netgear Skype phone first released 2007 Makes and receives Skype calls

More information

Satellite-Based Cellular Backhaul in the Era of LTE

Satellite-Based Cellular Backhaul in the Era of LTE Satellite-Based Cellular Backhaul in the Era of LTE Introduction 3 Essential Technologies for 3G/LTE Backhauling over Satellite 6 Gilat s Solution SkyEdge II-c Capricorn 7 Why Ultra-fast TDMA is the Only

More information

It s Time to Aim Lower Zero Latency at the Edge

It s Time to Aim Lower Zero Latency at the Edge #DATACENTERWORLD #CPEXPO CHANNELPARTNERSCONFERENCE.COM DATACENTERWORLD.COM It s Time to Aim Lower Zero Latency at the Edge Anton Kapela, CTO, EdgeMicro #DATACENTERWORLD DATACENTERWORLD.COM Data Center

More information

Congestion Free Networks

Congestion Free Networks Congestion Free Networks Technical white paper Introduction Chorus operates a congestion free network. This means that we continuously monitor our fibre and copper networks, and proactively augment capacity

More information

Certkiller 4A0-M02 140q

Certkiller 4A0-M02 140q Certkiller 4A0-M02 140q Number: 4A0-M02 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ 4A0-M02 Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core Added

More information

Mobidia. Enhancing Wireless Data

Mobidia. Enhancing Wireless Data Mobidia Enhancing Wireless Data January, 2009 Enhancing Wireless Data By extending the intelligence of the network down to the user equipment, Mobidia provides: Increased radio frequency (RF) utilization

More information

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN)

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN) Features and Benefits Supported service Supported bands/channels UMTS performance LTE capacity LTE performance Fronthaul network Small cell module for widely deployed Cisco 3600 and 3700 series Wi-Fi APs

More information

IPv6 migration strategies for mobile networks

IPv6 migration strategies for mobile networks migration strategies for mobile s White paper To cope with the increasing demand for IP addresses, most mobile operators (MNOs) have deployed Carrier Grade Network Address Translation (CG-NAT). Introducing

More information

Naresh Soni CTO, InterDigital

Naresh Soni CTO, InterDigital March 5, 2012 WTC 2012 Challenges and Innovations in LTE Deployment Naresh Soni CTO, InterDigital Agenda InterDigital Overview Key Trends Key Challenges in LTE Innovative Solutions for LTE Deployment Summary

More information

5G NSA for MME. Feature Summary and Revision History

5G NSA for MME. Feature Summary and Revision History Feature Summary and Revision History, on page 1 Feature Description, on page 2 How It Works, on page 5 Configuring, on page 10 Monitoring and Troubleshooting, on page 13 Feature Summary and Revision History

More information

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018 INTRODUCTION TO LTE ECE 2526 - MOBILE COMMUNICATION Monday, 25 June 2018 1 WHAT IS LTE? 1. LTE stands for Long Term Evolution and it was started as a project in 2004 by the Third Generation Partnership

More information

IPv6 deployment scenarios in mobile networks Jouni Korhonen Netnod Spring Meeting 9-11 March, 2011 Stockholm, Sweden

IPv6 deployment scenarios in mobile networks Jouni Korhonen Netnod Spring Meeting 9-11 March, 2011 Stockholm, Sweden IPv6 deployment scenarios in mobile networks Jouni Korhonen Netnod Spring Meeting 9-11 March, 2011 Stockholm, Sweden 1 Nokia Siemens Networks Foreword This presentation concentrates in most parts to 3GPP

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

Configuring QoS on the GGSN

Configuring QoS on the GGSN CHAPTER 9 This chapter describes how to configure Quality of Service (QoS) functions to differentiate traffic flow through the GGSN. For a complete description of the GGSN commands in this chapter, refer

More information

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION LTE CONVERGED GATEWAY FLOW MOBILITY SOLUTION John Cartmell InterDigital Melville, New York, USA john.cartmell@interdigital.com ABSTRACT Flow Mobility (IFOM) is a feature defined in the 3GPP standards.

More information

Oracle Communications Operations Monitor

Oracle Communications Operations Monitor Oracle Communications Operations Monitor Monitor and Troubleshoot Your IP Communications Network O R A C L E S O L U T I O N B R I E F M A Y 2 0 1 7 Introduction Oracle Communications Operations Monitor

More information

5G NextGen Network InterDigital, Inc. All rights Reserved.

5G NextGen Network InterDigital, Inc. All rights Reserved. 5G NextGen Network 1 2016 InterDigital, Inc. All rights Reserved. Services: the evolution to the smarter, living network 5G will deliver next level of experience and enabling business models Wave 1 (Voice)

More information

Cisco Meraki MX products come in 6 models. The chart below outlines MX hardware properties for each model:

Cisco Meraki MX products come in 6 models. The chart below outlines MX hardware properties for each model: MX Sizing Guide AUGUST 2016 This technical document provides guidelines for choosing the right Cisco Meraki security appliance based on real-world deployments, industry standard benchmarks and in-depth

More information

Adaptive Bit Rate (ABR) Video Detection and Control

Adaptive Bit Rate (ABR) Video Detection and Control OVERVIEW Adaptive Bit Rate (ABR) Video Detection and Control In recent years, Internet traffic has changed dramatically and this has impacted service providers and their ability to manage network traffic.

More information

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

Not all SD-WANs are Created Equal: Performance Matters

Not all SD-WANs are Created Equal: Performance Matters SD-WAN Lowers Costs and Increases Productivity As applications increasingly migrate from the corporate data center into the cloud, networking professionals are quickly realizing that traditional WANs were

More information

Index. 2G mobile networks G mobile networks GPP network, see LTE networks

Index. 2G mobile networks G mobile networks GPP network, see LTE networks Index 2G mobile networks 194 6 3G mobile networks 196 201 3GPP network, see LTE networks ACK, TCP 56, 58 9, 61 acknowledgement, see ACK, TCP AUC (Authentication Center) 194 bandwidth limit definition 16

More information

Architectur and QoS Model in Convergence 2G - 3G and 4G In IP Access Network

Architectur and QoS Model in Convergence 2G - 3G and 4G In IP Access Network Architectur and QoS Model in Convergence 2G - 3G and 4G In IP Access Network Mr GOUGIL Lhoussaine Télécommunication Engineer And Doctoral student Laboratoire LSIS ; ENSA Fès ; Université USMBA lgougil@hotmail.com

More information

5G: an IP Engineer Perspective

5G: an IP Engineer Perspective 5G: an Engineer Perspective Igor Giangrossi Principal Consulting Engineer /Optical Networks igor.giangrossi@nokia.com 1 NANOG 75 A Brief History of Mobile Networks From analog voice to high speed Internet

More information

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks

Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations. Mobile Telephony Networks Dimensioning, configuration and deployment of Radio Access Networks. part 1: General considerations Mobile Telephony Networks 1 The Evolution of Mobile Telephony 1st Generation 2nd 3rd 4th Analogue Voice

More information

TamoSoft Throughput Test

TamoSoft Throughput Test TAKE CONTROL IT'S YOUR SECURITY TAMOSOFT df TamoSoft Throughput Test Help Documentation Version 1.0 Copyright 2011-2016 TamoSoft Contents Contents... 2 Introduction... 3 Overview... 3 System Requirements...

More information

SGTP Service Configuration Mode Commands

SGTP Service Configuration Mode Commands The SGSN GPRS Tunneling Protocol (SGTP) Service configuration mode provides the configuration of GTP-C and GTP-U related parameters. Command Modes Exec > Global Configuration > Context Configuration >

More information

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES Karann Chew, Rahim Tafazolli University of Surrey, United Kingdom Abstract - GPRS is part of the evolution

More information

NAVIGATING THE HOME WI- FI EXPERIENCE PART 2

NAVIGATING THE HOME WI- FI EXPERIENCE PART 2 NAVIGATING THE HOME WI- FI EXPERIENCE PART 2 THE IMPORTANCE OF AIR TIME ALLOCATION IN WI- FI QUALITY OF SERVICE ELI BARUCH, SR. STAFF SOLUTIONS ARCHITECT TABLE OF CONTENTS INTRODUCTION... 3 WIRELESS QUALITY

More information

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN)

Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) Supporting Service Differentiation for Real-Time and Best-Effort Traffic in Stateless Wireless Ad-Hoc Networks (SWAN) G. S. Ahn, A. T. Campbell, A. Veres, and L. H. Sun IEEE Trans. On Mobile Computing

More information

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS

CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS 28 CHAPTER 3 EFFECTIVE ADMISSION CONTROL MECHANISM IN WIRELESS MESH NETWORKS Introduction Measurement-based scheme, that constantly monitors the network, will incorporate the current network state in the

More information

Multi-Domain Service Optimization

Multi-Domain Service Optimization Multi-Domain Service Optimization 1. High-level summary New solutions need to be fifth-generation (5G)- and service-ready while covering the entire network along with individual network slice instances

More information

Broadband Backhaul Asymmetric Wireless Transmission

Broadband Backhaul Asymmetric Wireless Transmission Broadband Backhaul Asymmetric Wireless Transmission Abstract Ceragon Networks offers its customers an innovative way to increase mobile backhauling capacity over microwave networks. Based on a unique asymmetric

More information

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 LTE: All-IP, simplified network architecture [1] Introduction

More information

The Essentials of Ethernet Service Activation

The Essentials of Ethernet Service Activation The Essentials of Ethernet Service Activation 3. Multi-Service Y.1564 SAMComplete Solution Brief Global growth in communications and data services is driving increasing demand for Ethernet. As businesses

More information

Traffic and Performance Visibility for Cisco Live 2010, Barcelona

Traffic and Performance Visibility for Cisco Live 2010, Barcelona Traffic and Performance Visibility for Cisco Live 2010, Barcelona Background Cisco Live is Cisco's annual premier education and training event for IT, networking, and communications professionals. Cisco

More information

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs PeerApp Case Study University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs November 2010 Copyright 2010-2011 PeerApp Ltd. All rights reserved 1 Executive Summary

More information

A passion for performance. The E500 - Delivering Network Performance and Capacity

A passion for performance. The E500 - Delivering Network Performance and Capacity A passion for performance. The E500 - Delivering Network Performance and Capacity title The Ultimate in Real-life Network Performance Testing name The Aeroflex E500 the most comprehensive 3GPP performance

More information

Implementation of a leaky bucket module for simulations in NS-3

Implementation of a leaky bucket module for simulations in NS-3 Implementation of a leaky bucket module for simulations in NS-3 P. Baltzis 2, C. Bouras 1,2, K. Stamos 1,2,3, G. Zaoudis 1,2 1 Computer Technology Institute and Press Diophantus Patra, Greece 2 Computer

More information

DOCSIS FOR LTE SMALL CELL BACKHAUL ADDRESSING PERFORMANCE AND THROUGHPUT REQUIREMENTS FOR MOBILE BACKHAUL

DOCSIS FOR LTE SMALL CELL BACKHAUL ADDRESSING PERFORMANCE AND THROUGHPUT REQUIREMENTS FOR MOBILE BACKHAUL DOCSIS FOR LTE SMALL CELL BACKHAUL ADDRESSING PERFORMANCE AND THROUGHPUT REQUIREMENTS FOR MOBILE BACKHAUL WHITE PAPER Small cells can be used to increase wireless network capacity, provide coverage in

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 4A0-M02 Title : Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core Version : Demo 1 / 7

More information

Survey Topic: WiFi On The Move Presented by - Abhinav Tekumalla (atekumal) Bahula Gupta (bahulag)

Survey Topic: WiFi On The Move Presented by - Abhinav Tekumalla (atekumal) Bahula Gupta (bahulag) Outline Survey Topic: WiFi On The Move Presented by - Abhinav Tekumalla (atekumal) Bahula Gupta (bahulag) WiFi on the move : Challenges VanLAN ViFi Cabernet HSPDA/ WiMax WiFi on the move Providing WiFi

More information

Leverage SDN Principles in LTE to Meet Future Network Demands

Leverage SDN Principles in LTE to Meet Future Network Demands Leverage SDN Principles in LTE to Meet Future Network Demands PLATFORM FOR PROFITABLE GROWTH The Role of SDN in LTE Networks SDN refers to specific technologies considered promising for mobile network

More information

Streaming Video and TCP-Friendly Congestion Control

Streaming Video and TCP-Friendly Congestion Control Streaming Video and TCP-Friendly Congestion Control Sugih Jamin Department of EECS University of Michigan jamin@eecs.umich.edu Joint work with: Zhiheng Wang (UofM), Sujata Banerjee (HP Labs) Video Application

More information

The Effects of Asymmetry on TCP Performance

The Effects of Asymmetry on TCP Performance The Effects of Asymmetry on TCP Performance Hari Balakrishnan Venkata N. Padmanabhan Randy H. Katz University of California at Berkeley Daedalus/BARWAN Retreat June 1997 Outline Overview Bandwidth asymmetry

More information

Impact of TCP Window Size on a File Transfer

Impact of TCP Window Size on a File Transfer Impact of TCP Window Size on a File Transfer Introduction This example shows how ACE diagnoses and visualizes application and network problems; it is not a step-by-step tutorial. If you have experience

More information

Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R.

Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R. Dr. Pedro Casas Telecommunications Research Center Vienna FTW Taming QoE in Cellular Networks From Subjective Lab Studies to Measurements in the Field P. Casas, B. Gardlo, M. Seufert, F. Wamser, R. Schatz

More information

Making the Business Case: Network Analytics for the New IP

Making the Business Case: Network Analytics for the New IP Making the Business Case: Network Analytics for the New IP Executive Summary Mobile operators are experiencing large cost increases as they build out their networks to keep pace with rising traffic demand.

More information

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1

Analyzing the performance of WiMAX zone handover in the presence of relay node Qualnet6.1 IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. IV (May - Jun. 2014), PP 49-53 Analyzing the performance of WiMAX zone

More information

Converged Networks. Objectives. References

Converged Networks. Objectives. References Converged Networks Professor Richard Harris Objectives You will be able to: Discuss what is meant by convergence in the context of current telecommunications terminology Provide a network architecture

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Wireless Networks Cellular & Mobility Sec 7.4 7.8 Lina Battestilli 7.1 Introduction Wireless Chapter 7 Outline Wireless and Mobile Networks 7.2 Wireless

More information

- Page 1 of 8 -

- Page 1 of 8 - LTE Load Tester v3.0 Release Notes - Page 1 of 8 - Introduction Polaris Networks LTE Load Tester is a test-tool to generate traffic load on an LTE EPC Node to measure and analyze the performance of the

More information

Enabling Agile Service Chaining with Service Based Routing

Enabling Agile Service Chaining with Service Based Routing Enabling Agile Service Chaining with Service Based Routing Contents Abstract...1 1. Introduction...1 2. Huawei s SBR Solution for Agile Service Chaining...3 2.1. Architecture Overview...3 2.2. Multi-Dimensional

More information