WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning

Size: px
Start display at page:

Download "WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning"

Transcription

1 WBEM-based SLA Management across multi-domain networks for QoS-guaranteed DiffServ-over-MPLS Provisioning Jong-Cheol Seo 1, Hyung-Soo Kim 2, Dong-Sik Yun 2, Young-Tak Kim 1, 1 Dept. of Information and Communication Engineering, Graduate School, Yeungnam University 214-1, Dae-Dong, Kyungsan-Si, Kyungbook, , KOREA 2 Network Technology Laboratory, System Architecture Research Division, Solution Research Department, Korea Telecom (KT) 463-1, Jeonmin-dong, Yuseong-gu, Daejeon, , Korea sjc2305@paran.com, essence@kt.co.kr, dsyun@kt.co.kr, ytkim@yu.ac.kr Abstract. For QoS guaranteed DiffServ-over-MPLS connection provisioning in multi-domain networks, the managed objects in each domain should be globally standardized and publicly accessible by other NMSs. And each NMS participating in the inter-domain networking should negotiate with other NMSs for end-to-end service provisioning. In this paper, we propose SLA negotiation by COPS protocol and design the managed objects by expanding existing experimental DMTF CIM MOFs. We propose service location protocol based directory agent to register/discover the NMSs that participate in the multi-domain TE-LSP connection provisioning. For better performance, we design the multi-threaded provider implementations on OpenPegasus WBEM platform. The detailed implementations of the providers with performance analysis are explained. I. Introduction In order to provide on demand QoS-guaranteed DiffServ-over-MPLS service provisioning across multiple autonomous system (AS) domain networks, the network management system (NMS) should be able to collect the information of inter-as connectivity and available network resources among autonomous system boundary router (ASBR) ports, and fault restoration capability of the traffic engineering label switched path (TE-LSP) [1]. For this end-to-end QoS-guaranteed DiffServ provisioning management, NMS must establish service level agreement (SLA) with other providers and with the customers. The NMS needs to interact with other NMSs of different network providers for the QoS-guaranteed TE-LSP connection This research was supported by the MIC, under the ITRC support program supervised by the IITA. Corresponding author.

2 establishment and this interaction is required to be platform and network resource independent. The managed objects (MOs) in inter-as traffic engineering should be standardized in public domain, thus can be easily accessible by other network providers. Currently, network management MOs for QoS-guaranteed DiffServ connection provisioning is not well standardized in public domain. Most currently available commercial IP/MPLS Systems are supporting simple network management protocol (SNMP) or command line interface (CLI) based management function without globally standardized MO definitions. As a result, it is not possible to easily collect the networking resource information of inter-as transit networks from other NMSs, negotiate the possible differentiated service provisioning on SLA negotiation, and establish and manage flexible TE-LSPs across multiple domain networks. Since web-based enterprise management (WBEM) and common information model (CIM) are platform and resource independent distributed management task force (DMTF) standard, they can provide a good framework for design and implementation of the MOs for inter-as traffic engineering [1]. WBEM defines both a common model (i.e., description) and protocol (i.e., interface) for monitoring and controlling resources from diverse sources (e.g., different types of platforms or different types of resources on the same platform). The inheritance and objectoriented design from CIM MOF (managed object format) can reduce development time, and also provide independence in platform and programming language [2]. The DMTF CIM MOFs are used as base classes for inter-operability among management systems that would be implemented by different network operators. The MOF design with inheritance enables simple implementation of new MOs for new management function with reusable common information of base MO, as the objectoriented design approach provides. Also, the polymorphism for easy networking enables easy access to new MO by remote manager who has limited knowledge on the actual implementation of inter-as traffic engineering MIB (management information base). Currently CIM has some experimental MPLS (multi-protocol label switching) and DiffServ (differentiated service) related MOFs, but detailed MOFs for QoS-guaranteed DiffServ provisioning are not available. We have designed MOs for SLA management, and inter-as TE-LSP connection management with several extensions on existing experimental DMTF CIM MOFs with inheritance. With WBEM architecture, we have designed and implemented SLA negotiation. We have used directory agent (DA) [3], a centralized repository for storing the details of NMSs and their corresponding service location information. In this paper, we explain the detailed implementation approaches of WBEM-based TE- LSP connection management and SLA negotiation across multiple domain networks using OpenPegasus [4], OpenSLP [3], and COPS (common open policy service) [5]. The rest of this paper is organized as follows. In section II, the related work on WBEM and service level subscriptions (SLS) management are briefly introduced. In section III, WBEM based architecture for TE-LSP connection establishment and SLA negotiation are explained. The DMTF CIM-based extended MOF design for SLS negotiation, connection establishment and necessary WBEM providers are explained in section IV. In section V, the performance analysis of WBEM-based architecture for connection establishment is explained. We finally conclude this paper in section VI.

3 II. Background 2.1 Web-Based Enterprise Management (WBEM) WBEM is a platform and resource independent DMTF standard that defines both a common model and protocol for monitoring and controlling resources from diverse sources. DMTF defines the CIM that defines the management information for system, networks, application and services, etc. CIM includes the description of a meta-language for describing data (i.e., CIM specification) and a description of the resources to be managed (i.e., CIM schema and vendor extensions). CIM-XML is a DMTF standard for WBEM communication protocol that uses the CIM specification and CIM schema for the representation of managed resources, defines the encoding of CIM data and operations into XML, and uses HTTP transport protocol for exchanging CIM-XML encoded requests and responses [2]. CIM MOF is the language defined by the DMTF for describing classes and instances. 2.2 Service Level Specification (SLS) Management The SLS is used to denote the technical characteristics of the service offered in the context of an SLA. The service technical characteristics refer to the provisioning aspects of the service, such as request, activation and delivery aspects from network perspectives. Non-technical service provisioning aspects such as billing and payment aspects, are not part of the SLS; they are part of the overall SLA. SLS forms the basis of the agreements between providers for traffic exchange in the Internet. SLS include SLS identification, scope (geographical/topological region), flow identification, traffic conformance, excess treatment, performance guarantees, schedule, etc. Our work draws from the SLS template specification work of the MESCAL SLS specification [6-8]. QoS-based services are offered on the basis of the SLAs, which set the terms and conditions on behalf of both providers and customers in providing and requested services, respectively. Before committing any connection establishment, SLA negotiation should have been made between the providers. There is a performance monitoring part, for each negotiated QoS parameters (such as delay, jitter, packet loss, and throughput), which is composed of (i) Measurement Period, (ii) Reporting, and (ii) Notification Threshold [7]. The performance management would perform monitoring the QoS parameters that had been negotiated in the SLA so as to check that whether SLA is violated or not. III. Architecture of WBEM-based SLA Management on multidomain networks 3.1 WBEM based SLA management functional architecture Fig.1 depicts the functional block of WBEM-based SLA management for inter-as TE-LSP connection establishment. The OpenSLP server acts as a dedicated

4 DA where all NMSs register and discover the service contact points using service location protocol (SLP). Each NMS is configured with OpenPegasus WBEM Server. OpenPegasus supports service agent (SA) functionality for service registration to DA. The API (application programming interface) for OpenPegasus client includes user agent (UA) functionality such as service lookup and request. The SLP provider has SA functionality for service registering and CIM client has UA functionality for service request. During the NMS s WBEM initialization, the SA in SLP provider tries to detect DA and then it registers itself to the DA. The service type has been defined as service:wbem.interas:pegasus. Once the service registration is successful, the UA can directly request service discovery to DA, and get information about interested service contact points. Fig. 1. WBEM-based SLA Negotiation Functional Block For SLA negotiation, we have designed the SLA Provider with COPS PDP and PEP functionalities. The Inter-ASQoSProvider is designed and implemented for the purpose of inter-as Traffic Engineering for QoS-guaranteed DiffServ-over-MPLS provisioning. SNMP Provider can interact with SNMP supported network element (NE) directly, using SNMP protocol. SNMP Trap Handler is included in SNMP Provider, and is used for fault detection mechanism by Fault Manager. 3.2 Interaction among NMSs for SLA management The interaction among the NMSs, DA and CNM (customer network manager) for SLA negotiation is shown in the Fig. 2 Before the interaction among NMSs is done, the NMS need to perform initialization of its providers. During NMS provider initialization, it tries to register itself to the DA, and to discover other NMSs that participate in inter-as TE from the DA using SLP protocol. Each NMS tries to gather the resource details from other NMSs to make inter-as topology

5 configuration. After the topology configuration is accomplished, SLA negotiation for inter-as TE can be handled. When on demand QoS-guaranteed TE-LSP connection request is made from any CNM, the ingress NMS performs constraint-based shortest path first (CSPF) routing. Then it makes SLA negotiation among the providers which manages the corresponding domains that are in the path to the destination. Once the ingress NMS receives successful decision from other providers for the negotiated parameters, it can make QoS enforcement in its domain, i.e., it can configure its managed resources for accommodating the traffic agreed on the negotiated SLA. All the service providers who agreed with the SLA will perform QoS enforcement on their managed domains. The data transfer can take place at the scheduled time mentioned as one of the SLA parameters during SLA negotiation. Fig. 2. Interaction sequence diagram for SLA negotiation in inter domain networks IV. Design & Implementation of CIM MOF-based MOs and providers for WBEM-based SLA Management 4.1 Extended CIM MOs for SLA Management Fig.3 depicts unified modeling language (UML) representation of CIM classes and associations designed for SLA negotiation and connection establishment in inter-

6 AS TE. Some classes are designed as abstract classes and other classes inherit from the super classes. The classes QoS_interASNet_SLASrv, QoS_InterDomain_SLS, and Qos_DiffServOver MPLS-InterDomain_SLS are designed for SLA negotiation between the NMSs. The SLS parameters such as scope, flow-id, traffic conformance, excess treatment (drop/remark/shape), performance guarantees (delay, jitter, loss, throughput), schedule (time, day, year etc.) and performance monitoring parameters are defined in the base class QoS_InterDomain_SLS. The class Qos_DiffServOverMPLS-Inter-Domain_SLS extends from QoS_InterDomain_SLS with TE parameters. For inter-as traffic engineering, we designed QoS_OAM_Service MO which acts as super class and the services such as QoS_interASNet_PMSrv, QoS_interASNet_FMSrv, QoS_interASNet_CMSrv for performance management, fault management and connection management respectively. The class QoS_interASNet_SLASrv has the SLA negotiation module with both customer and provider implementation. Fig. 3. DMTF CIM based MOF classes for SLA negotiation 4.2 Inter-AS QoS Provider Implementation The inter-as QoS provider which is shown in Fig.1, acts as core part of our WBEM architecture. This provider includes instance provider, association provider and method provider functions for inter-as TE (traffic engineering). When WBEM server is loaded, the Inter-AS QoS Provider gets service location list of other providers from SLP provider and configures the inter-as connectivity topology. When SLA is negotiated by the customer (or other providers) with requested parameters, it computes CSPF routing for the requested destination based on the up-

7 to-date inter-as topology details. When NMS needs to establish TE-LSP connection setup and backup path, the method provider starts to establish connection by interacting with SNMP provider or CLI Provider in the WBEM server. All the provider modules are implemented using C SLP provider Implementation SLP provider in NMS consists of a service agent, user agent and CIM client. When the WBEM server is loaded, the SLP provider registers Inter-AS supported WBEM Pegasus service to statically registered DA. SLP provider periodically sends unicast service request message to DA to get the service location list of registered NMSs. Using CIM SLP Template instances, the SLP provider stores the details of the registered NMSs. Fig. 4. Service Discovery by SLP Provider Fig.4 shows the SLP provider operation for service register and discovery. In our implementation, DA address is statically configured in the NMS s SLP provider. The DA is implemented in Linux platform using OpenSLP[3]. The UA functionalities are provided by the OpenPegasus client API. 4.4 SLA provider Implementation SLA provider is used to negotiate the SLA between the providers and the customers. Before establishing any data transfer for on-demand connection request, the providers and customers negotiate each other for the mutual agreement on the proposed parameters in the SLS. The SLA negotiation between the providers and customers are implemented using the WBEM CIM model. Fig.2 explains the SLA negotiation process between the customers and the providers. The client initiates the negotiation by SLA_Open() to the provider. The SLA provider accepts the negotiation session by SLA_Accept(). When the client sends the SLA_Request() with the required parameters for on-demand TE-LSP connection provisioning, the

8 SLP provider checks whether the managed domain has enough resource for the new connection. This is done by calling getteinfo(), which in-turn calls getuptodatelocalstateinfo() method of Inter-AS QoS provider. The current network resources are checked and if the managed domain has enough resource, the service level negotiator will initiate the service level negotiations to other SLP providers who are in the route to the destination. If there is not sufficient resources available, the SLP provider can re-negotiate to the requested parties by calling SLA_Decision() request with re-negotiation option. Once the ingress NMS receives successful SLA_Decision() from all the NMSs, they can enforce the NE configuration by using SNMP provider or CLI provider. The ingress NMS calls the customer with the decision by SLA_Desicion(). The decision could be either accept/reject or renegotiate. The customer can send the report by SLA_Report() to the ingress-nms, which conveys that the customers decision to the provider about the negotiation. V. Performance evaluations on SLA negotiation for TE-LSP connection establishment in inter-domain networks In our current implementation with OpenPegasus based WBEM architecture for SLA negotiation in 5 AS domain networks (as shown in Fig. 2), the overall negotiation time among the providers takes around 6~8 seconds. On the average it takes around 1.8 sec for successful provider-to-provider negotiation. 5.1 SLA negotiation for TE-LSP connection establishment Fig. 5 shows time taken by the SLA negotiation process with five NMS. When the ingress NMS gets a request for SLA negotiation for TE-LSP connection establishment, it checks itself with getteinfo(). The request will perform association traversals and instance enumerations on the repository. The graph depicts the time taken for enumerating the instances the CIMOM repository Time (sec) Number of Instances Fig. 5. SLA negotiation request processing From the graph, it is clear that there is not much variance in time taken and the time taken is irrespective to the number of instances enumerated. On the average, it takes almost 1.78 seconds. It shows the better scalability for the number of instances

9 to be enumerated. The ingress SLA provider will interact with other four NMSs SLA providers sequentially and the cumulative time taken is around 6~8 sec for end-toend negotiation. 5.2 Performance measurements for all activities in End-to-End SLA negotiation Fig. 6 shows the complete time taken by each functions of WBEM architecture involved for SLA negotiation for TE-LSP connection establishment in inter-domain networks. The service discovery using SLP protocol took around 7 ms and the CSPF computation for the given topology with five NMS took around In general the method invocation such as SLA_Open(), SLA_Report(), and SLA_Decision() take few milliseconds (30~40 ms). Time (ms) Service Discovery CSPF Routing SLA Negotiation - Method Invocation 1782 Association Traversals Fig. 6. Complete SLA negotiation activities From the performance analysis, we found that the instance creation time depends on the hardware specification and method invocation does not take much time. The Provider API function for association traversals and enumerating instances also does not take much time. We are developing multi-thread based parallelism in implementation to improve the overall performance. VI. Conclusions In this paper, we designed MOs for SLA negotiation for inter-as TE-LSP connection establishment with extensions on existing experimental DMTF CIM MOFs with hierarchical inheritance. We designed MOs to represent SLA negotiations, service registration/discovery, interasnet & QoSDiffServNet. We also designed MOs related to interasnet OAM functions, such as connection management, performance monitoring and fault management. The interaction scenario among DA, NMSs with WBEM server/client function of different AS domain networks for SLA negotiations and inter-as TE are explained. The SLA negotiation is done by using COPS protocol. Currently we are

10 implementing the providers illustrated in the proposed inter-as traffic engineering system based on OpenPegasus WBEM. The implementation is done on Linux based OpenPegasus WBEM. From the performance analysis, the overall time taken for SLA negotiation for TE-LSP connection establishment between the provider and the customer is around 1.7~2 seconds. Currently we are doing the detailed performance analysis. From the result of the analysis and the standardized WBEM based architecture, we can conclude that WBEM-based SLA negotiation architecture for inter-as traffic engineering can be successfully applied for inter-as QoS-guaranteed DiffServ-over-MPLS connection provisioning. References 1. Young-Tak Kim, Inter-AS Session & Connection Management for QoSguaranteed DiffServ Provisioning, Proc. of International Conference on Software Engineering Research, Management & Applications (SERA 2005), Mt. Pleasant, USA, pp. 325~ Web-based Enterprise Management (WBEM), 3. OpenSLP, 4. OpenPegasus, 5. T.M.T. Nguyen, N. Boukhatem, G. Pujolle, "COPS-SLS Usage for Dynamic Policy-based QoS Management over Heterogeneous IP Networks", IEEE Network, May/June SLS Management, 7. Goderis, D. et al., Service Level Specification Semantics and Parameters, Internet Draft, <draft-tequila-sls-02.txt>, January Dong-Jin Shin, Young-Tak Kim "Design and Implementation of Performance Management for the DiffServ-aware-MPLS Network," Proceedings of Conference on APNOMS 2003, Fukuoka, Japan, October Shanmugham Sundaram, Abdurakhmon Abdurakhmanov, Young-Tak Kim, "WBEM-based Inter-AS Traffic Engineering for QoS-guaranteed DiffServ Provisioning," IEEE Broadband Convergence Networks (BcN2006) Workshop, Vancouver, British Columbia, Canada, 2006.

Distributed Fault Management in WBEM-based inter-as TE for QoS guaranteed DiffServ-over MPLS

Distributed Fault Management in WBEM-based inter-as TE for QoS guaranteed DiffServ-over MPLS Distributed Fault Management in WBEM-based inter-as TE for QoS guaranteed DiffServ-over MPLS Abdurakhmon Abdurakhmanov, Shahnaza Tursunova, Shanmugham Sundaram, Young-Tak Kim Dept. of Information and Communication

More information

Management of DiffServ-over-MPLS Transit Networks with BFD/OAM in ForCES Architecture

Management of DiffServ-over-MPLS Transit Networks with BFD/OAM in ForCES Architecture Management of DiffServ-over-MPLS Transit Networks with in ForCES Architecture Seung-Hun Yoon, Djakhongir Siradjev, Young-Tak Kim Dept. of Information and Communication Engineering, Graduate School, Yeungnam

More information

Service Level Specifications, Cornerstone to E2E QoS across the Internet?

Service Level Specifications, Cornerstone to E2E QoS across the Internet? Service Level Specifications, Cornerstone to E2E QoS across the Internet? Yves T Joens Project Manager Network Strategy Group Yves T Joens, Washington 25-26 October page n 1» Outline IP Research in Europe

More information

Analysis of Protocol Operations and Scalability of COPS-SLS Negotiation System

Analysis of Protocol Operations and Scalability of COPS-SLS Negotiation System Analysis of Protocol Operations and Scalability of COPS-SLS Negotiation System Thi Mai Trang Nguyen 1,2, Nadia Boukhatem 2, Guy Pujolle 1 1 Laboratoire d Informatique de Paris 6, 8 rue du Capitaine Scott,

More information

KVM Forum 2007 Tucson, Arizona

KVM Forum 2007 Tucson, Arizona Standard-based Systems Management Solution for KVM KVM Forum 2007 Tucson, Arizona Heidi Eckhart heidieck@linux.vnet.ibm.com Open Hypervisor Team IBM Linux Technology Center August 30 th 2007 Linux is a

More information

TEQUILA Engineering Approach

TEQUILA Engineering Approach TEQUILA Approach David Griffin University College London, UK Premium IP Cluster Joint Review, 3-4 April 2001 Overview Service Subscription GUI Forecast Service Subscription LDAP Service Subscriptions Repository

More information

In the world of networks, control techniques

In the world of networks, control techniques NEM470 12/23/02 7:09 PM Page 1 INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt 2003; 13: 000 000 (DOI: 10.1002/nem.470) Resource allocation in the new fixed and mobile Internet generation

More information

Discovery in the WBEM Architecture (Infrastructure Discovery)

Discovery in the WBEM Architecture (Infrastructure Discovery) Discovery in the WBEM Architecture (Infrastructure Discovery) 3:15 pm- 4:05 pm Thursday Winston Bumpus, Novell, Inc. Director of Standards, Karl Schopmeyer, Open Group / Application WG Chair The Problem

More information

Adoption of WBEM based Systems Management

Adoption of WBEM based Systems Management Adoption of WBEM based Systems Management This Dell Technical White Paper explains the features and benefits of WBEM based systems management in comparison to SNMP. Chitrak Gupta ESG This document is for

More information

June 12, Prof. Young-Tak Kim

June 12, Prof. Young-Tak Kim Inter-Domain BcN Management (Inter-AS Session & Connection Management for QoS-guaranteed DiffServ Provisioning) June 12, 2005 Prof. Young-Tak Kim Advanced ing Technology Lab. (YU-ANTL) Dept. of Information

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management Outline What is Enterprise Management? What are the drivers in Enterprise Mgt.? Distributed Management Technology Forum (DMTF) Web Based Enterprise Management (WBEM)

More information

Domain Based Approach for QoS Provisioning in Mobile IP

Domain Based Approach for QoS Provisioning in Mobile IP Domain Based Approach for QoS Provisioning in Mobile IP Ki-Il Kim and Sang-Ha Kim Department of Computer Science 220 Gung-dong,Yuseong-gu, Chungnam National University, Deajeon 305-764, Korea {kikim, shkim}@cclab.cnu.ac.kr

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

QoS, Security, and Mobility Management for Fixed and Wireless Networks under Policy-based Techniques

QoS, Security, and Mobility Management for Fixed and Wireless Networks under Policy-based Techniques QoS, Security, and Mobility Management for Fixed and Wireless Networks under Policy-based Techniques Guy Pujolle and Hakima Chaouchi UP6, University of Paris 6,8 rue du Capitaine Scott, 75015, Paris, France

More information

Design and Implementation of BcN-NMS

Design and Implementation of BcN-NMS Design and Implementation of BcN-NMS Soonhyang Park, Seonghak Suk, Jaehyung Yoo KT Corporation 463-1, jeonmin-dong, Yuseong-gu, Daejeon, 305-811, Korea Tel: +82-42-870-8548 Fax: +82-42-870-8589 Email :

More information

Carrier SDN for Multilayer Control

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

More information

Dissemination of Paths in Path-Aware Networks

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

More information

Integrated Enterprise Management Using WBEM/SNMP Gateway

Integrated Enterprise Management Using WBEM/SNMP Gateway Integrated Enterprise Management Using WBEM/SNMP Gateway So-Jung Lee*, Hong-Taek Ju** and James W. Hong* *Dept. of Computer Science and Engineering, POSTECH, Korea ** Dept. of Computer Engineering, Keimyung

More information

Implementing a VPN service with policy rules

Implementing a VPN service with policy rules Implementing a VPN service with policy rules Hanine ABDELKRIM, Noël VERHOEVEN ALCATEL Route de Nozay 91460 Marcoussis France Hanine.Abdelkrim@alcatel.fr Noel.Verhoeven@alcatel.fr Tel.: +33 (0)1 69 63 12

More information

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Jeong-Mi Kim 1, Oh-Han Kang 2, Jae-Il Jung 3, and Sung-Un Kim 1,4 1 Pukyong National University, 599-1 Daeyeon 3-Dong Nam-Gu, Busan,

More information

ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09

ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09 ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09 ETNA 215462 STREP FP7-ICT-2007 The Network of the Future 1 Motivation Inter carrier (inter Domain) service provisioning automation is gaining

More information

A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism

A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism A QoS Control Method Cooperating with a Dynamic Load Balancing Mechanism Akiko Okamura, Koji Nakamichi, Hitoshi Yamada and Akira Chugo Fujitsu Laboratories Ltd. 4-1-1, Kamikodanaka, Nakahara, Kawasaki,

More information

6 MPLS Model User Guide

6 MPLS Model User Guide 6 MPLS Model User Guide Multi-Protocol Label Switching (MPLS) is a multi-layer switching technology that uses labels to determine how packets are forwarded through a network. The first part of this document

More information

Cisco ISR G2 Management Overview

Cisco ISR G2 Management Overview Cisco ISR G2 Management Overview Introduction The new Cisco Integrated Services Routers Generation 2 (ISR G2) Family of routers delivers the borderless network that can transform the branch office and

More information

Diffserv over MPLS QoS Policy Management

Diffserv over MPLS QoS Policy Management Diffserv over MPLS QoS Policy Management Yin Ling Liong 1, Roberto Barnes 2, Man Li 1 1 Nokia Research Center, 5 Wayside Rd Burlington, MA 01803, USA {Yin-ling.Liong, Man.M.Li}@nokia.com 2 Nokia Research

More information

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54 MPLS Technology Overview Ahmed Benallegue A.Benallegue@ecmwf.int RMDCN workshop on the migration to IP/VPN 1/54 Plan 1. MPLS basics 2. The MPLS approach 3. Label distribution RSVP-TE 4. Traffic Engineering

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 39 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

Point-to-Multipoint and Multipoint-to-Multipoint Services on PBB-TE System

Point-to-Multipoint and Multipoint-to-Multipoint Services on PBB-TE System Point-to-Multipoint and Multipoint-to-Multipoint Services on PBB-TE System Wonkyoung Lee*, Chang-Ho Choi*, Sun-Me Kim* * Optical Internet Research Department, Electronics and Telecommunications Research

More information

Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning

Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning Investigating Bandwidth Broker s inter-domain operation for dynamic and automatic end to end provisioning Christos Bouras and Dimitris Primpas Research Academic Computer Technology Institute, N.Kazantzaki

More information

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

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

More information

Trafffic Engineering 2015/16 1

Trafffic Engineering 2015/16 1 Traffic Engineering 2015/2016 Traffic Engineering: from ATM to MPLS fernando.silva@tecnico.ulisboa.pt Instituto Superior Técnico Trafffic Engineering 2015/16 1 Outline Traffic Engineering revisited Traffic

More information

Mapping Mechanism to Enhance QoS in IP Networks

Mapping Mechanism to Enhance QoS in IP Networks Mapping Mechanism to Enhance QoS in IP Networks by Sriharsha Karamchati, Shatrunjay Rawat, Sudhir Yarram, Guru Prakash Ramaguru in The 32nd International Conference on Information Networking (ICOIN 2018)

More information

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED PAKISTAN TELECOMMUNICATION COMPANY LIMITED SE SYSTEM ENGINEERING WING OF PTCL July, 2012 SERIES NS: NEW TECHNOLOGIES Specifications of New Technologies and Data Equipment Carrier Ethernet Based on MPLS-TP

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 50 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

Configuring Cisco IOS IP SLA Operations

Configuring Cisco IOS IP SLA Operations CHAPTER 58 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLA) on the switch. Cisco IP SLA is a part of Cisco IOS software that allows Cisco customers to analyze IP service levels

More information

An Implementation Model of Policy Based DiffServ Quality of Service Management System

An Implementation Model of Policy Based DiffServ Quality of Service Management System An Implementation Model of Policy Based DiffServ Quality of Service Management System Si-Ho Cha, Dong-Ho Lee, Kuk-Hyun Cho Dept. of Computer Science, Kwangwoon University 447-1, Wolgye-Dong, Nowon-Gu,

More information

Resource Management for High Quality IP Services and IPTV

Resource Management for High Quality IP Services and IPTV Resource Management for High Quality IP Services and IPTV Johan André c00jae@cs.umu.se April 28, 2006 Master's Thesis in Computing Science, 20 credits Supervisor at CS-UmU: Jerry Eriksson Examiner: Per

More information

Taking MPLS to the Edge. Irit Gillath

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

More information

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Computer Science & Engineering

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Computer Science & Engineering INTERNAL ASSESSMENT TEST 2 Date : 01/04/2015 Max Marks : 50 Subject & Code : Computer Networks-II/10CS64 Section : VI- A & VI-C Name of faculty : Ravi Dixit Time : 8:30-10:00am Note: Answer ALL Questions

More information

End-to-End Quality of Service Coordination Models for Mobile Networks

End-to-End Quality of Service Coordination Models for Mobile Networks End-to-End Quality of Service Coordination Models for Mobile Networks TEODORA GUENKOVA-LUY Distributed Systems Department Faculty of Computer Science, University of Ulm O-27, Oberer Eselsberg, 89069 Ulm,

More information

The Interoperability of Location-Tracking Service based on Geographic Information

The Interoperability of Location-Tracking Service based on Geographic Information The Interoperability of Location-Tracking Service based on Geographic Information Do Hyun KIM and Byung Tae JANG, Korea Key words: Interoperability, Location-Tracking, GIS SUMMARY Tracking Service based

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

Support for End-to-End QoS

Support for End-to-End QoS GPP S.R00-A Version.0 Version Date: June, 00 0 0 Support for End-to-End QoS Stage Requirements COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this document and individual Organizational

More information

SPECTRUM MPLS Transport Manager

SPECTRUM MPLS Transport Manager SPECTRUM MPLS Transport Manager User Guide (5120) r9.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

Performing Diagnostics

Performing Diagnostics CHAPTER 11 This chapter describes the Diagnostics application in Cisco Prime Provisioning 6.3. Introduction This section provides an overview of the Cisco Prime Provisioning Diagnostics application. The

More information

Introduction to Systems and Network Management

Introduction to Systems and Network Management Introduction to Systems and Network Management Shang Juh Kao Dept. of Computer Science and Engineering National Chung Hsing University Tel: 04-2284-0497 x 708 Email: sjkao@cs.nchu.edu.tw 1 This course

More information

Session 2: MPLS Traffic Engineering and Constraint-Based Routing (CR)

Session 2: MPLS Traffic Engineering and Constraint-Based Routing (CR) MPLS Frame Relay Alliance formed in April 2003 Session 2: MPLS Traffic Engineering and Constraint-Based Routing (CR) Copyright 2003 MPLS Frame Relay Alliance Slide 2-12 MPLS Routing h The need for Traffic

More information

Deploying MPLS & DiffServ

Deploying MPLS & DiffServ Deploying MPLS & DiffServ Thomas Telkamp Director, Data Architecture & Technology Global Crossing Telecommunications, Inc. telkamp@gblx.net MPLS and DiffServ technologies are getting a lot of attention

More information

Inter-Domain LSP Setup Using Bandwidth Management Points

Inter-Domain LSP Setup Using Bandwidth Management Points Inter-Domain LSP Setup Using Bandwidth Management Points Ibrahim Taner Okumus,Junseok Hwang, Haci Ali Mantar,Steve J. Chapin, Syracuse University Abstract Bandwidth Management Points () are a necessity

More information

CS Efficient Network Management. Class 14 *

CS Efficient Network Management. Class 14 * CS236635 Efficient Network Management Class 14 * Danny Raz * Special thanks to Prof. Morris Sloman, Imperial College London, UK 1 Minhalot Ex2: will be returned today Projects : first report DONE Project

More information

Enhanced Fast BSS Transition on Enterprise WLAN with SDN-based Distribution System

Enhanced Fast BSS Transition on Enterprise WLAN with SDN-based Distribution System Enhanced Fast BSS Transition on Enterprise WLAN with SDN-based Distribution System Hyundong Hwang and Young-Tak Kim Dept. of Information and Communication Engineering, Graduate School, Yeungnam University,

More information

Quality of service Management in IP Network

Quality of service Management in IP Network IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 3 (Mar. 2013), V3 PP 54-58 Quality of service Management in IP Network O.Chahbouni, A.Belangour, A. Namir, Hassan2-Mohammedia

More information

MPLS AToM Overview. Documentation Specifics. Feature Overview

MPLS AToM Overview. Documentation Specifics. Feature Overview MPLS AToM Overview This document provides an introduction to MPLS AToM and includes the following sections: Documentation Specifics, page 14 Feature Overview, page 14 Benefits, page 26 What To Do Next,

More information

F O U N D A T I O N. OPC Unified Architecture. Specification. Part 1: Concepts. Version 1.00

F O U N D A T I O N. OPC Unified Architecture. Specification. Part 1: Concepts. Version 1.00 F O U N D A T I O N Unified Architecture Specification Part 1: Concepts Version 1.00 July 28, 2006 Unified Architecture, Part 1 iii Release 1.00 CONTENTS Page FOREWORD... vi AGREEMENT OF USE... vi 1 Scope...

More information

PROTOCOLS FOR COMMUNICATION BETWEEN QOS AGENTS: COPS AND SDP

PROTOCOLS FOR COMMUNICATION BETWEEN QOS AGENTS: COPS AND SDP PROTOCOLS FOR COMMUNICATION BETWEEN QOS AGENTS: COPS AND SDP Daniel Zinca 1, Virgil Dobrota 1, Cristian-Mihai Vancea 1, Gabriel Lazar 1 Department of Communications Technical University of Cluj-Napoca

More information

Management Standards

Management Standards Communications Management Standards David Lewis Elements of Open Communications Management Structure of Management Information + Formal MIB Specifications + Management Protocol + Common underlying protocol

More information

Implementation of GDMO to IDL Translator and CORBA/CMIP Gateway for TMN/CORBA Integration

Implementation of GDMO to IDL Translator and CORBA/CMIP Gateway for TMN/CORBA Integration Implementation of GDMO to IDL Translator and CORBA/CMIP Gateway for TMN/CORBA Integration Seok-Heon Chae, Jong-Wook Baek, Moon-Sang Jeong, Jong -Tae Park School of Electronic and Electrical Engineering,

More information

The NSIS QOS Model for Inter-domain Signaling to Enable End-to-End QoS Provisioning Over Heterogeneous Domains

The NSIS QOS Model for Inter-domain Signaling to Enable End-to-End QoS Provisioning Over Heterogeneous Domains The NSIS QOS Model for Inter-domain Signaling to Enable End-to-End QoS Provisioning Over Heterogeneous Domains Jian Zhang and Edmundo Monteiro Laboratory of Communications and Telematics (LCT), University

More information

A Policy-Based Security Management Architecture Using XML Encryption Mechanism for Improving SNMPv3

A Policy-Based Security Management Architecture Using XML Encryption Mechanism for Improving SNMPv3 A Policy-Based Security Management Architecture Using XML Encryption Mechanism for Improving SNMPv3 Choong Seon Hong and Joon Heo School of Electronics and Information, Kyung Hee University 1 Seocheon,

More information

CA Spectrum MPLS Transport Manager

CA Spectrum MPLS Transport Manager CA Spectrum MPLS Transport Manager User Guide Release 9.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CIM Indication Architecture Overview

CIM Indication Architecture Overview 1.1 Overview This section provides a brief architectural overview of the DMTF CIM-XML WBEM and the IETF SNMP alert mechanisms. 1.1.1 CIM Overview CIM Architecture In the OpenPegasus architecture, there

More information

Proactnes Series for Efficient IP Network Operation Management

Proactnes Series for Efficient IP Network Operation Management Proactnes Series for Efficient IP Network Operation Management V Masao Numazaki V Masataka Sakata V Ken Ishiro V Nobuko Kimura (Manuscript received June 6, 2006) The carriers of the world are now developing

More information

MULTILAYER REQUIREMENTS FOR NBI OF IP/MPLS DOMAIN CONTROLLERS

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

More information

Overview SENTINET 3.1

Overview SENTINET 3.1 Overview SENTINET 3.1 Overview 1 Contents Introduction... 2 Customer Benefits... 3 Development and Test... 3 Production and Operations... 4 Architecture... 5 Technology Stack... 7 Features Summary... 7

More information

GLOSSARY. See ACL. access control list.

GLOSSARY. See ACL. access control list. GLOSSARY A access control list ACL API Application Programming Interface area AS ASN ATM autonomous system autonomous system number See ACL. access control list. application programming interface. APIs

More information

A MPLS Simulation for Use in Design Networking for Multi Site Businesses

A MPLS Simulation for Use in Design Networking for Multi Site Businesses A MPLS Simulation for Use in Design Networking for Multi Site Businesses Petac Eugen Ovidius University of Constanța, Faculty of Mathematics and Computer Science epetac@univ-ovidius.ro Abstract The ease

More information

End to End Quality of Service over Heterogeneous Networks (EuQoS)

End to End Quality of Service over Heterogeneous Networks (EuQoS) End to End Quality of Service over Heterogeneous Networks (Eu) O. Dugeon (FT/DR&D), D. Morris (RedZinc Ltd), E. Monteiro (UoC), W. Burakowski (WUT), M. Diaz (LAAS-CNRS) Email: Olivier.Dugeon@francetelecom.com

More information

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Mosbah Ageal Computer Engineering Department, Higher Polytechnic Institute of Zliten, Zliten,

More information

Functional Requirements 10/20/2003. IEEE Working Group on Mobile Broadband Wireless Access <

Functional Requirements 10/20/2003. IEEE Working Group on Mobile Broadband Wireless Access < Project IEEE 802.20 Working Group on Mobile Broadband Wireless Access Title France Telecom Service Provider Requirements for 802.20 Date Submitted Source(s) Re:

More information

Inter-Provider QoS Peering for IP Service Offering Across Multiple Domains

Inter-Provider QoS Peering for IP Service Offering Across Multiple Domains Inter-rovider QoS eering for I Service Offering Across Multiple Domains Abolghasem (Hamid) Asgari 1, Mohamed Boucadair 2, Richard Egan 1, ierrick Morand 2, David Griffin 3, Jonas Griem 3, anagiotis Georgatsos

More information

The Role of the Path Computation El ement Centralized Controller in SDN & NFV

The Role of the Path Computation El ement Centralized Controller in SDN & NFV The Role of the Path Computation El ement Centralized Controller in SDN & NFV draft-zhao-teas-pce-central-controller-use-cases-00.txt draft-zhao-pce-pcep-extension-for-pce-controller-03.txt What is the

More information

Monitoring MPLS Services

Monitoring MPLS Services CHAPTER 17 The following topics describe how to view and manage aspects of Multiprotocol Label Switching (MPLS) services using Cisco Prime Network Vision (Prime Network Vision), including the MPLS service

More information

Junos OS. RSVP LSP Tunnels Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc.

Junos OS. RSVP LSP Tunnels Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc. Junos OS RSVP LSP Tunnels Feature Guide Release 11.4 Published: 2011-11-08 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net This product includes

More information

End to End Quality of Service over Heterogeneous Networks EuQoS

End to End Quality of Service over Heterogeneous Networks EuQoS End to End Quality of Service over Heterogeneous Networks Eu O. Dugeon1, D. Morris2, E. Monteiro3, W. Burakowski4, M. Diaz5 1 France Telecom R&D 2, Avenue Pierre Marzin, F-22300 Lannion France Olivier.Dugeon@francetelecom.com

More information

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004 * This work is supported by DARPA Contract NBCH-C-03-0132. Network QoS Assurance through Admission Control* by B. Coan, B. Dasarathy, S. Gadgil, K. Parmeswaran, I. Sebuktekin and R. Vaidyanathan, Telcordia

More information

Mobile IP QoS Using Flow in BcN. Contents

Mobile IP QoS Using Flow in BcN. Contents Mobile IP Using Flow in BcN 2007. 2. 8 MC CTO 최준환 Cjw8724@mobilecvg.com Contents 1 Mobile IP Requirements 2 xgmip 3 Mobile solution 2 Conclusion 1/ 전체페이지번호 1 Mobile IP Requirements 2 xgmip 3 Mobile solution

More information

Domain Based Metering

Domain Based Metering Domain Based Metering Róbert Párhonyi 1 Bert-Jan van Beijnum 1 1 Faculty of Computer Science, University of Twente P.O. Box 217, 7500 AE Enschede, The Netherlands E-mail: {parhonyi, beijnum}@cs.utwente.nl

More information

Sycamore Networks Implementation of the ITU-T G.ASON Control Plane

Sycamore Networks Implementation of the ITU-T G.ASON Control Plane Technical Brief Sycamore Networks Implementation of the ITU-T G.SON Control Plane bstract This document provides a detailed overview of the control plane behavior of Sycamore Networks SN 16000 Intelligent

More information

Differentiated Services

Differentiated Services 1 Differentiated Services QoS Problem Diffserv Architecture Per hop behaviors 2 Problem: QoS Need a mechanism for QoS in the Internet Issues to be resolved: Indication of desired service Definition of

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold.

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold. T0/06-6 revision 2 Date: May 22, 2006 To: T0 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: SAM-4: Converting to UML part Overview The current SCSI architecture follows no particular documentation

More information

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Arzhan Kinzhalin, Rodolfo Kohn, Ricardo Morin, David Lombard 6 th International Conference on Autonomic Computing Barcelona, Spain

More information

Network Configuration Example

Network Configuration Example Network Configuration Example RSVP LSP Tunnels Modified: 2016-12-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper

More information

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold.

2.0.3 attributes: A named property of a class that describes the range of values that the class or its instances (i.e., objects) may hold. T0/04-023 revision 2 Date: September 06, 2005 To: T0 Committee (SCSI) From: George Penokie (IBM/Tivoli) Subject: SAM-4: Converting to UML part Overview The current SCSI architecture follows no particular

More information

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING

UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING 01010101000101010 10001010010001001 ZMS UNIFIED MANAGEMENT OF CONVERGED VOICE, DATA, AND VIDEO TECHNOLOGIES WITH AUTOMATED SUBSCRIBER AND SERVICE PROVISIONING SINGLE MANAGEMENT SYSTEM FOR THE ENTIRE LOCAL

More information

RESTful Services for CIM (CIM-RS)

RESTful Services for CIM (CIM-RS) July 22-26, 2013 City Center Marriott Portland, OR RESTful Services for CIM (CIM-RS) Andreas Maier (IBM) STSM, Systems Management Architecture & Design maiera@de.ibm.com Disclaimer The information in this

More information

Differentiated Services

Differentiated Services Diff-Serv 1 Differentiated Services QoS Problem Diffserv Architecture Per hop behaviors Diff-Serv 2 Problem: QoS Need a mechanism for QoS in the Internet Issues to be resolved: Indication of desired service

More information

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

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

More information

"Charting the Course... Implementing Cisco Quality of Service (QOS) Course Summary

Charting the Course... Implementing Cisco Quality of Service (QOS) Course Summary Course Summary Description v2.5 provides learners with in-depth knowledge of QoS requirements, conceptual models such as best effort, IntServ, and DiffServ, and the implementation of QoS on Cisco platforms.

More information

Real-Time Applications. Delay-adaptive: applications that can adjust their playback point (delay or advance over time).

Real-Time Applications. Delay-adaptive: applications that can adjust their playback point (delay or advance over time). Real-Time Applications Tolerant: can tolerate occasional loss of data. Intolerant: cannot tolerate such losses. Delay-adaptive: applications that can adjust their playback point (delay or advance over

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Update on IP VPN work in ITU-T

Update on IP VPN work in ITU-T Update on IP VPN work in ITU-T Marco CARUGI France Télécom R&D marco.carugi@francetelecom.fr San Diego - December 2000 PPVPN-14.12.00-Carugi 1 ITU work on IP VPNs starts in Kyoto, March 00 Study Group

More information

IST ATRIUM. A testbed of terabit IP routers running MPLS over DWDM. TF-NGN meeting

IST ATRIUM. A testbed of terabit IP routers running MPLS over DWDM. TF-NGN meeting IST 1999-20675 ATRIUM A testbed of terabit IP routers running MPLS over DWDM TF-NGN meeting 18-06-2001 http://www.alcatel.be/atrium The objectives of the presentation Present the project : objectives partners

More information

Ethernet Operation Administration and Maintenance Deliverable 2010

Ethernet Operation Administration and Maintenance Deliverable 2010 Introduction Ethernet Operation Administration and Maintenance Deliverable 2010 Mark Prins, Richa Malhotra Ethernet has been prevalent in many NREN s for some years now, mostly providing aggregation functionality

More information

Proxy Providers versus Embedded Providers (SMI-S)

Proxy Providers versus Embedded Providers (SMI-S) Proxy Providers versus Embedded Providers (SMI-S) Srinivasa Reddy Gandlaparthi NetApp Overview Embedded Providers Proxy Providers Differences between Embedded and Proxy providers Design Considerations

More information

Internetworking with Different QoS Mechanism Environments

Internetworking with Different QoS Mechanism Environments Internetworking with Different QoS Mechanism Environments ERICA BUSSIKI FIGUEIREDO, PAULO ROBERTO GUARDIEIRO Laboratory of Computer Networks, Faculty of Electrical Engineering Federal University of Uberlândia

More information

Point-to-Multipoint MPLS-TE MIB

Point-to-Multipoint MPLS-TE MIB The point-to-multipoint (P2MP) Multiprotocol Label Switching (MPLS)-traffic engineering (TE) MIB describes the Label Switched Path (LSP) in an IP MPLS network. An administrator can use the P2MP MPLS-TE

More information

ABNO: a feasible SDN approach for multivendor. optical networks. A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios

ABNO: a feasible SDN approach for multivendor. optical networks. A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios ABNO: a feasible SDN approach for multivendor IP and optical networks A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios Index Introduction 01 06 Conclusions 02 Carrier

More information

THE EFFICIENCY OF CONSTRAINT BASED ROUTING IN MPLS NETWORKS

THE EFFICIENCY OF CONSTRAINT BASED ROUTING IN MPLS NETWORKS VOLUME: 9 NUMBER: 5 SPECIAL ISSUE THE EFFICIENCY OF CONSTRAINT BASED ROUTING IN MPLS NETWORKS Martin MEDVECKY Department of Telecommunications, Faculty of Electrical Engineering and Information Technology,

More information

Carrier Ethernet Evolution

Carrier Ethernet Evolution Carrier Ethernet Evolution Next phase of carrier-class Ethernet services wave Levente Laposi, IP Division Regional Support Centre October 2008 Agenda 1. Introduction 2. Understanding P 3. P-VPLS The next

More information