Progress Report No. 3. A Case Study on Simulation Scenario

Size: px
Start display at page:

Download "Progress Report No. 3. A Case Study on Simulation Scenario"

Transcription

1 NEXT GENERATION NETWORK (NGN) AVAILABILITY & RESILIENCE RESEARCH Progress Report No. 3 A Case Study on Simulation Scenario The University of Canterbury Team 21 December 2005

2 Progress Report This report presents a case study (in OPNET) on checking NGN resilience related functionalities in simulator in a step by step fashion. It describes the basic simulation scenario, parameter setting and expected results. It is also used as the basic simulation scenario for the future simulators survey work. Here we simplify the network scenario e.g., the numbers of core, edge, customer nodes, applications, traffic and link capacity etc. There are two main reasons behind it, the first one is easy to check the essential functionalities in different simulators and present a survey within a short time period. The second reason is that it is expected to explore some generic features based on a small picture of whole large real network with a reasonable scaling schemes. (Can we do this i.e., zoom in the real network?) The following figures come from OPNET. 1.Generic Topology Setup The basic scenario involves configuration of simple core network with attached end nodes as show in Figure Nodes Figure 1 Generic topology setup The core network consists of 5 nodes, which are node_0 to node_4. They are all IPbased routers. The another four end users are named respectively as httpuser, voiceuser1, SERVER, voiceuser2, which are all workstations. 1.2 Links

3 Figure 2 Link setup As shown in Figure 2, within the core, the links are represented by bidirectional DS1 (1.544 Mbps) connectors. At the edges the end-stations are attached via DS3 ( Mbps). The links are selected for the purpose of preventing any bottlenecks in the access points that could impact the results of endto-end application performance. The main focus is turned to effects that can be experienced by the traffic in the core so that any side effects at the access parts are undesired. The design of links and traffic loads are interconnected to obtain proper simulation objectives. Question: Is it reasonable to use DS1 and DS3 to represent STM-4 and STM-16 links in real Telecom New Zealand network? 1.3 Traffic configuration Explicit traffic In the initial configuration, there is only explicit traffic configured. Http and voice applications are used in simulation as shown in Figure3.

4 Figure 3 Application Configuration There are two Applications, one is Http and another is VoIP. Http traffic pattern is selected as Heavy Browsing, while voice corresponds to IP Telephony and Silence Suppressed. The reason for such traffic choice is to provide two traffic patterns that exhibit different behaviors. Http traffic is TCP-based whereas voice uses UDP. Question: Does it make sense to only use this two traffic models? Http traffic Heavy Browsing is carried with constant distributed time between page requests (with mean value of 30 minutes). To emulate user behavior more accurately there are additional parameters set. The server option is set so that the browsing user accesses many links at one site before moving to a different one. Requested pages contain one 1-kByte object and five objects of sizes 500 Bytes and other two of 1700 Bytes. The traffic is of best effort type Voice traffic IP Telephony and Silence Suppressed employs G.729 (silence) encoder scheme. There is one encoded voice frame filled into a voice packet before being sent by the application to the lower layers. Voice user activity is characterized in speechsilence cycles. The times voice users spend in speech or silence mode are of a constant outcome 0.65 seconds for speech and seconds for silence. In order to provide more steady results for traffic generation, the applications start times are set to constant 200 seconds for http and 250 seconds for voice. The reason for such amount of delay is to prevent a potential routing and signaling pre-convergence inconsistency. Both users stay active until the end of simulation

5 course. Additionally, the voiceuser1 and voiceuser2 communicate with each other, while htttuser is connecting to SERVER. It is very important to keep the configuration constant for all simulations so that the relevant results are compared, as e.g. all the delays for the flows can be measured in adequate equal traffic conditions. Otherwise, when more users would be involved, the communication pairs and thus paths could differ, and consequently the measures (e.g. delays) for streams are not relevantly evaluated Background Traffic Further scenarios consider additional background traffic flows that are developed by IP traffic flow model. There are conversation pairs configured by mapping the flows onto the topology. End stations communicate with each other in each-to-each manner. The flows are represented as arrows in Figure 4. Figure 4 Background traffic flows mapped The flows are configured with attributes presented in the Figure 5.

6 Figure 5 Traffic flow configuration attributes The specific traffic pattern is defined to 500,000 bits/second, 500 packets/second and last for 10 minutes i.e. until the end of simulation. There is no need to develop more complex traffic patterns. It is used only to load the network. Moreover, the constant value can be accurately distinguished while analyzing results. Figure 6 Background Traffic flow profile For the same reasons as indicated for explicit traffic, background flows are delayed so that they start after routing tables converge. The setting is configured within simulation configuration (background traffic delay set to 300 seconds). Task 1- Please check if your simulator can implement above settings, i.e., topology, links, traffic etc. 2.Standard Internet Routing (RIP and OSPF) Result

7 2.1 RIP, OSPF and Traffic Distribution For comparison purpose, before we employ MPLS functions in the network, we first do some exploration on traditional routing schemes e.g., RIP and OSPF. The results will be stored as the benchmarks for the future. It is known that both RIP and OSPF contribute to congestion conditions in the network, as they aggregate traffic in the shortest paths only. OSPF performs better in the sense that it can share load among multiple shortest paths. However, still longer paths resources are left idle. The effect is presented in Figure 7. a) b) Figure 7 Traffic paths chosen according to standard routing: a) RIP, b) OSPF In case of RIP, it is seen that only two links are utilized (node_0 to node_2, node_2 to node_1). The rest are left idle. When OSPF gets employed additional two links are used. Concluding, for RIP only 2 out of 7 links are utilized, whereas for OSPF link utilization reaches 4/7. In RIP, links node_0 to node_2 and node_2 to node_1 get over-utilized very quickly whereas the rest sustain idle. For OSPF, as more links take the traffic load, congestion is decelerated while traffic increases. The effect can be pictured by showing utilization of link node_0 to node_2 in scenario with explicit and background traffic when RIP or OSPF are configured as Figure 8 and 9. Figure 8 Utilization of link node_0 to node_2 with RIP configured

8 Figure 9 Utilization of link node_0 to node_2 with OSPF configured Task 2- Please check if your simulator can measure utilization of each link Consequently, the bottlenecks make queuing delays on links reach intolerable values or packets even get dropped. It is evident that RIP encourages severe delays, whereas delays in OSPF case are kept on a low level for both links. In fact, delays with OSPF do not exceed second, whereas with RIP delays go beyond 4 seconds. (For RIP there are no delays in node_0 node_3 link as there is no traffic directed through this link) as Figure 10. a) b) Figure 10. Queuing delays in network with background traffic, statistics collected on links: a) node_0 to node_2, b) node_0 to node_3 Task 3- Please check if your simulator can measure Queuing delay of

9 each link. Inadequate resource utilization translates not only in waste of the infrastructure costs but also into the performance of users applications. The result can be exposed e.g. in terms of voice traffic characteristics: voice packet end-to-end delay represents time it takes for voice packet to reach destination node application layer, calculated from all nodes with active voice service; voice packet delay variation corresponds to variance among end-toend delays for voice packets; We can see in Figure 11: a) b) Figure 11 Voice packet metrics (with standard routing: RIP-red and OSPFblue) for a) End to end delay; b) End to end delay variation. Task 4- Please check if your simulator can measure voice packet end to end delay and packet delay variation. 3.MPLS TE implementation In the view of shown existing routing problems e.g., lower utilization as above, further simulations intend to demonstrate TE employment by means of MPLS and its aid for troublesome shortcomings. 3.1 MPLS Setup in the Core The core nodes get updated with MPLS functionality. (LER and LSR setting up)

10 3.2 MPLS parameters Figure 12. MPLS setup Several general MPLS parameters need to be configured within MPLS configuration object. Fundamentally, they involve definitions of FECs, traffic trunk profiles and traffic mapping in ingress node. Their configuration depends on the considered cases and is discussed within specific scenarios FECs Configuration There are several FECs configured as below Figure 13 FECs Configuration

11 FEC are oriented on destination router s IP address. They can be implemented in cases when sites require tunneling their whole traffic between locations Traffic Trunk Configuration Traffic trunks are aggregates of traffic flows, referenced at [RFC2702], and their specification can be described in terms of Maximum Bit Rate, Average Bit Rate and Maximum Burst Size. They are supposed to define conditions for traffic aggregates and thus can be used while resource utilization planning and when qualitative treatment of flows is being considered. Moreover, the traffic class and action for non-conforming packets is determined. Multiple LSP can be specified for each traffic trunk and then traffic gets distributed across these LSPs. For this simulated scenario there are two traffic trunks configured as shown in Figure LSPs Setup Figure 14 Traffic Trunks Configuration As the main focus is turned to MPLS TE features, both static and dynamic LSPs remain of interest. Configuration of dynamic LSPs requires more attention for signaling protocol configurations, whereas static LSPs demand manual path setup Dynamic LSPs The dynamic LSP is mapped into network by specifying at least its ingress and egress points. Also, there can be some strict nodes and links identified on the

12 route that the path must pass through. It is important to note that when loose elements fails the ingress tries to find another available route with some routing schemes e.g., OSPF, but if the strict elements fail then the entire LSP fails and only backup path can be used as support, if configured Static LSPs Static LSPs require strict hop-by-hop configuration. The attributes associated with static LSPs involve its type as well as the nodes on the paths together with corresponding actions at specific node and assigned labels. Here we define two static LSPs as below: Primary path: Node 0, 2, 1- shortest path Backup path: Node 0, 2, 3, 4, 1- hardly found with traditional routing protocol, e.g., OSPF Figure 15 Static LSP attributes Fi 3.3 Ingress node configuration In MPLS core the ingress LERs require additional configuration as they are entrance points that should recognize and classify incoming traffic and, if relevant, direct to appropriate LSPs. Moreover, the configuration should ensure that egress point can be reached and that LSP is set up when packets destined for it arrive. First of all, we should define what FECs and from which interfaces packets ought to be mapped to adequate LSPs, e.g., in Figure 16

13 Figure 16 Traffic Mapping in Ingress node Task 5- Please check if your simulator can configure these MPLS features, e.g., FECs, Traffic trunks, Dynamic and Static LSPs, Traffic Mapping in Ingress node, define primary and backup path in MPLS model etc. 4 Action upon failure conditions Network failure situations cause special conditions for the network to cope with. The failure and recovery side effects become very dangerous for traffic streams when there is no other mechanism than simple routing to handle them. Therefore, MPLS feature of resiliency engineering is exposed here, as it provides great advantage and promise for proper traffic handling upon failure. In order to investigate network performance in failure conditions, the simulator should have a Failure/Recovery object can be used to introduce link/node breakdown, e.g., in OPNET, Link node_1 node_2 fails at 480 s of simulation time is failed as shown in Figure 17.

14 Figure 17 Define Link/Node failures In order to show effects of failure, voice application performance is analyzed. There propose to compare two scenarios i.e. with OSPF routing, another with voice traffic pushed to flow explicit way and with MPLS recovery by backup paths employment as shown in Figure 18. a) b) Figure 18 Failure recovery scenario setup: a) LSPs direct traffic through the failing shortest path links, b) MPLS recovery setup acting upon failures by means of backup LSPs, Task 6- Please check if your simulator can configure link/node failure. We expect the following results can be collected from running OSPF and MPLS scenarios with link/node failure

15 Re-convergence time Each link utilization Throughput of link taking over traffic from the failed link Packet loss in failure Results for voice packet end-to-end delay, delay variation and jitter. Task 7- Please check if your simulator can collect above results

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

Modeling MPLS Networks

Modeling MPLS Networks Course 34350:Broad B and Netw orks. M andatory Lab Report. Modeling MPLS Networks Martin Nord (studienr 020725 PHD) Accronyms ATM - Asynchronous Transfer Mode FEC - Forward Equivalency Class FR - Frame

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

سوي يچينگ و مسيريابي در شبكه

سوي يچينگ و مسيريابي در شبكه سوي يچينگ و مسيريابي در شبكه دكتر فرهاد فغاني استاديار دانشكده مهندسي برق قسمت ششم : Multi-Protocol Label Switching (MPLS) 1 One of the many ways of getting from A to B: BROADCAST: Go everywhere, stop

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Abstract: Scheduling is one of the most important components in providing a differentiated service at the routers. Due to the varying traffic characteristics

More information

MIT International Journal of Electrical and Instrumentation Engineering Vol. 3, No. 1, Jan. 2013, pp

MIT International Journal of Electrical and Instrumentation Engineering Vol. 3, No. 1, Jan. 2013, pp MIT International Journal of Electrical and Instrumentation Engineering Vol. 3, No. 1, Jan. 2013, pp. 15 20 15 MPLS and NGN Networks: The Future Aspects for Railways Communication System Alok Pandey E,

More information

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman A Preferred Service Architecture for Payload Data Flows Ray Gilstrap, Thom Stone, Ken Freeman NASA Research and Engineering Network NASA Advanced Supercomputing Division NASA Ames Research Center Outline

More information

Improving the usage of Network Resources using MPLS Traffic Engineering (TE)

Improving the usage of Network Resources using MPLS Traffic Engineering (TE) International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Improving

More information

Modelling direct application to network bandwidth provisioning for high demanding research applications

Modelling direct application to network bandwidth provisioning for high demanding research applications Modelling direct application to network bandwidth provisioning for high demanding research applications H. Wessing, Y. Yan and M. Berger Research Center COM Technical University of Denmark Bldg. 345V,

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

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

Improve the QoS by Applying Differentiated Service over MPLS Network

Improve the QoS by Applying Differentiated Service over MPLS Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 9, September 2015,

More information

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ...

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ... MPLS Intro Cosmin Dumitru c.dumitru@uva.nl University of Amsterdam System and Network Engineering Research Group March 14, 2011 Disclaimer Information presented in these slides may be slightly biased towards

More information

Syed Mehar Ali Shah 1 and Bhaskar Reddy Muvva Vijay 2* 1-

Syed Mehar Ali Shah 1 and Bhaskar Reddy Muvva Vijay 2* 1- International Journal of Basic and Applied Sciences Vol. 3. No. 4 2014. Pp. 163-169 Copyright by CRDEEP. All Rights Reserved. Full Length Research Paper Improving Quality of Service in Multimedia Applications

More information

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015 .. MPLS Multi Protocol Label Switching (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 4.3, 2015/03/09 13:07:57) Thursday, March 12, 2015 Karst Koymans (UvA) MPLS

More information

Telematics Chapter 7: MPLS

Telematics Chapter 7: MPLS Telematics Chapter 7: MPLS User watching video clip Beispielbild Application Layer Presentation Layer Session Layer Transport Layer Server with video clips Application Layer Presentation Layer Session

More information

UNIVERSITY OF NAIROBI DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING SIMULATION OF MULTI-PROTOCOL LABEL SWITCHING. Project Index: 124

UNIVERSITY OF NAIROBI DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING SIMULATION OF MULTI-PROTOCOL LABEL SWITCHING. Project Index: 124 UNIVERSITY OF NAIROBI DEPARTMENT OF ELECTRICAL AND INFORMATION ENGINEERING SIMULATION OF MULTI-PROTOCOL LABEL SWITCHING Project Index: 124 By Geoffrey Omeke Mosongo F17/2367/2009 Supervisor: Dr. G.S.O

More information

CSCD 433/533 Advanced Networks Spring Lecture 22 Quality of Service

CSCD 433/533 Advanced Networks Spring Lecture 22 Quality of Service CSCD 433/533 Advanced Networks Spring 2016 Lecture 22 Quality of Service 1 Topics Quality of Service (QOS) Defined Properties Integrated Service Differentiated Service 2 Introduction Problem Overview Have

More information

Multi-Protocol Label Switching

Multi-Protocol Label Switching Rheinisch-Westfälische Technische Hochschule Aachen Lehrstuhl für Informatik IV Prof. Dr. rer. nat. Otto Spaniol Multi-Protocol Label Switching Seminar: Datenkommunikation und Verteilte Systeme SS 2003

More information

Advanced Telecommunications

Advanced Telecommunications ternet Routing - MPLS By Richard Harris MPLS Presentation line troduction Problems of ternet size Methods for overcoming potential problems What is MPLS? Overview MPLS terminology MPLS Architecture The

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

University of Oslo Department of Informatics. Traffic Engineering And Supporting Quality of Service. Shamshirgaran, Mohammad Reza. Cand.

University of Oslo Department of Informatics. Traffic Engineering And Supporting Quality of Service. Shamshirgaran, Mohammad Reza. Cand. University of Oslo Department of Informatics Traffic Engineering And Supporting Quality of Service Shamshirgaran, Mohammad Reza Cand. Scient Thesis February 2003 Acknowledgement This thesis is written

More information

Alcatel-Lucent 4A Alcatel-Lucent Scalable IP Networks. Download Full Version :

Alcatel-Lucent 4A Alcatel-Lucent Scalable IP Networks. Download Full Version : Alcatel-Lucent 4A0-100 Alcatel-Lucent Scalable IP Networks Download Full Version : https://killexams.com/pass4sure/exam-detail/4a0-100 Answer: B QUESTION: 216 Which of the following statements best characterize

More information

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino)

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) http://staff.polito.it/mario.baldi MPLS - 1 From MPLS Forum Documents MPLS is the enabling technology

More information

Da t e: August 2 0 th a t 9: :00 SOLUTIONS

Da t e: August 2 0 th a t 9: :00 SOLUTIONS Interne t working, Examina tion 2G1 3 0 5 Da t e: August 2 0 th 2 0 0 3 a t 9: 0 0 1 3:00 SOLUTIONS 1. General (5p) a) Place each of the following protocols in the correct TCP/IP layer (Application, Transport,

More information

Part1: Lecture 4 QoS

Part1: Lecture 4 QoS Part1: Lecture 4 QoS Last time Multi stream TCP: SCTP Multi path TCP RTP and RTCP SIP H.323 VoIP Router architectures Overview two key router functions: run routing algorithms/protocol (RIP, OSPF, BGP)

More information

Performance Evaluation of IPv4 and IPv6 over MPLS using OPNET

Performance Evaluation of IPv4 and IPv6 over MPLS using OPNET Performance Evaluation of IPv4 and IPv6 over MPLS using OPNET Suhail Ahmad Wajid Ali Hamdani Mohsin Hassan Magray ABSTRACT Over the last two decades, we have witnessed a rapid deployment of real-time applications

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Introduction: With the rapid growth of the Internet, customers are demanding multimedia applications such as telephony and video on demand, to be available

More information

CS High Speed Networks. Dr.G.A.Sathish Kumar Professor EC

CS High Speed Networks. Dr.G.A.Sathish Kumar Professor EC CS2060 - High Speed Networks Dr.G.A.Sathish Kumar Professor EC UNIT V PROTOCOLS FOR QOS SUPPORT UNIT V PROTOCOLS FOR QOS SUPPORT RSVP Goals & Characteristics RSVP operations, Protocol Mechanisms Multi

More information

Converged Communication Networks

Converged Communication Networks Converged Communication Networks Dr. Associate Professor Department of Electrical Engineering Indian Institute of Technology Bombay Powai, Mumbai - 400076 girishs@ee.iitb.ac.in Outline Convergence in core

More information

Introduction to Segment Routing

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

More information

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

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

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

IP Differentiated Services

IP Differentiated Services Course of Multimedia Internet (Sub-course Reti Internet Multimediali ), AA 2010-2011 Prof. 7. IP Diffserv introduction Pag. 1 IP Differentiated Services Providing differentiated services in IP networks

More information

Last time! Overview! 14/04/15. Part1: Lecture 4! QoS! Router architectures! How to improve TCP? SYN attacks SCTP. SIP and H.

Last time! Overview! 14/04/15. Part1: Lecture 4! QoS! Router architectures! How to improve TCP? SYN attacks SCTP. SIP and H. Last time Part1: Lecture 4 QoS How to improve TCP? SYN attacks SCTP SIP and H.323 RTP and RTCP Router architectures Overview two key router functions: run routing algorithms/protocol (RIP, OSPF, BGP) forwarding

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

SELECTION OF METRICS (CONT) Gaia Maselli

SELECTION OF METRICS (CONT) Gaia Maselli SELECTION OF METRICS (CONT) Gaia Maselli maselli@di.uniroma1.it Computer Network Performance 2 Selecting performance metrics Computer Network Performance 3 Selecting performance metrics speed Individual

More information

DIFFSERV BASED QOS PERFORMANCE STUDY OF VIDEO CONFERENCING APPLICATION USING TRADITIONAL IP AND MPLS-TE NETWORKS OVER IPV4 AND IPV6

DIFFSERV BASED QOS PERFORMANCE STUDY OF VIDEO CONFERENCING APPLICATION USING TRADITIONAL IP AND MPLS-TE NETWORKS OVER IPV4 AND IPV6 DOI: http://dx.doi.org/10.26483/ijarcs.v8i7.4289 Volume 8, No. 7, July August 2017 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN

More information

Performance Evaluation of MPLS TE Signal Protocols with Different Audio Codecs for Voice Application

Performance Evaluation of MPLS TE Signal Protocols with Different Audio Codecs for Voice Application Performance Evaluation of MPLS TE Signal Protocols with Different Audio Codecs for Voice Application Sarmad K. Ibrahim Computer Engineering Department, Nahrain University Baghdad, Iraq Mahmoud M. AL-Quzwini

More information

Table of Contents. Cisco MPLS FAQ For Beginners

Table of Contents. Cisco MPLS FAQ For Beginners Table of Contents MPLS FAQ For Beginners...1 Document ID: 4649...1 Questions...1 Introduction...1 Q. What is Multi Protocol Label Switching (MPLS)?...1 Q. What is a label? What is the structure of the

More information

Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module

Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module Quality of Service Monitoring and Delivery Part 01 ICT Technical Update Module Presentation Outline Introduction to IP-QoS IntServ Architecture DiffServ Architecture Post Graduate Certificate in Professional

More information

Internet Routing - MPLS. By Richard Harris

Internet Routing - MPLS. By Richard Harris Internet Routing - MPLS By Richard Harris MPLS Presentation Outline Introduction Problems of Internet size Methods for overcoming potential problems What is MPLS? Overview MPLS terminology MPLS Architecture

More information

Presentation Outline. Evolution of QoS Architectures. Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module

Presentation Outline. Evolution of QoS Architectures. Quality of Service Monitoring and Delivery Part 01. ICT Technical Update Module Quality of Service Monitoring and Delivery Part 01 ICT Technical Update Module Presentation Outline Introduction to IP-QoS IntServ Architecture DiffServ Architecture Post Graduate Certificate in Professional

More information

Configuring Modular QoS on Link Bundles

Configuring Modular QoS on Link Bundles A link bundle is a group of one or more ports that are aggregated together and treated as a single link. This module describes QoS on link bundles. Line Card, SIP, and SPA Support Feature ASR 9000 Ethernet

More information

Unit 2 Packet Switching Networks - II

Unit 2 Packet Switching Networks - II Unit 2 Packet Switching Networks - II Dijkstra Algorithm: Finding shortest path Algorithm for finding shortest paths N: set of nodes for which shortest path already found Initialization: (Start with source

More information

2D1490 p MPLS, RSVP, etc. Olof Hagsand KTHNOC/NADA

2D1490 p MPLS, RSVP, etc. Olof Hagsand KTHNOC/NADA 2D1490 p4 2007 MPLS, RSVP, etc Olof Hagsand KTHNOC/NADA Literature Handouts: MPLS-Enabled applications (Minei, Lucek). Parts of Section 1. JunOS Cookbook: Chapter 14 Background MPLS - Multiprotocol Label

More information

A Comparison Of MPLS Traffic Engineering Initiatives. Robert Pulley & Peter Christensen

A Comparison Of MPLS Traffic Engineering Initiatives. Robert Pulley & Peter Christensen A Comparison Of MPLS Traffic Engineering Initiatives Robert Pulley & Peter Christensen Need for MPLS Problems in today's network QoS and CoS requirements Need for Resource Reservation Why not RSVP MPLS

More information

CSE3213 Computer Network I

CSE3213 Computer Network I CSE3213 Computer Network I Introduction Course page: http://www.cse.yorku.ca/course/3213 1 Course Contents 3 general areas: data communications, networking, and protocols 1. Data communications: basic

More information

MultiProtocol Label Switching - MPLS ( RFC 3031 )

MultiProtocol Label Switching - MPLS ( RFC 3031 ) Outline MultiProtocol Label Switching - MPLS ( RFC 3031 ) 1. What is MPLS and how does it work? 2. What MPLS is used for? 3. Label Distribution Protocols 1 1. What is MPLS and how does it work? MPLS is

More information

internet technologies and standards

internet technologies and standards Institute of Telecommunications Warsaw University of Technology 2017 internet technologies and standards Piotr Gajowniczek Andrzej Bąk Michał Jarociński MPLS Multiprotocol Label Switching MPLS introduction

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

Internet Engineering Task Force (IETF) Category: Informational. K. Michielsen Cisco Systems November 2011

Internet Engineering Task Force (IETF) Category: Informational. K. Michielsen Cisco Systems November 2011 Internet Engineering Task Force (IETF) Request for Comments: 6413 Category: Informational ISSN: 2070-1721 S. Poretsky Allot Communications B. Imhoff Juniper Networks K. Michielsen Cisco Systems November

More information

Internet Architecture & Performance. What s the Internet: nuts and bolts view

Internet Architecture & Performance. What s the Internet: nuts and bolts view Internet Architecture & Performance Internet, Connection, Protocols, Performance measurements What s the Internet: nuts and bolts view millions of connected computing devices: hosts, end systems pc s workstations,

More information

Fairness Example: high priority for nearby stations Optimality Efficiency overhead

Fairness Example: high priority for nearby stations Optimality Efficiency overhead Routing Requirements: Correctness Simplicity Robustness Under localized failures and overloads Stability React too slow or too fast Fairness Example: high priority for nearby stations Optimality Efficiency

More information

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

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

More information

Spirent Journal of Cloud Application and Security Services PASS Test Methodologies PASS

Spirent Journal of Cloud Application and Security Services PASS Test Methodologies PASS Spirent Journal of Cloud Application and Security Services PASS Test Methodologies PASS Introduction Today s Devices Under Test (DUT) represent complex, multi-protocol network elements with an emphasis

More information

ENTERPRISE MPLS. Kireeti Kompella

ENTERPRISE MPLS. Kireeti Kompella ENTERPRISE MPLS Kireeti Kompella AGENDA The New VLAN Protocol Suite Signaling Labels Hierarchy Signaling Advanced Topics Layer 2 or Layer 3? Resilience and End-to-end Service Restoration Multicast ECMP

More information

Cisco Exam Implementing Cisco Service Provider Next-Generation Core Network Services Version: 7.0 [ Total Questions: 130 ]

Cisco Exam Implementing Cisco Service Provider Next-Generation Core Network Services Version: 7.0 [ Total Questions: 130 ] s@lm@n Cisco Exam 642-887 Implementing Cisco Service Provider Next-Generation Core Network Services Version: 7.0 [ Total Questions: 130 ] Question No : 1 An engineer is allocating a determined amount of

More information

DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control

DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control 1 DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control Sundeep.B.Singh, Girish.P.Saraph, Chetan.P.Bhadricha and Girish.K.Dadhich Indian Institute of Technology Bombay,

More information

MMPLS: Modified Multi Protocol Label Switching

MMPLS: Modified Multi Protocol Label Switching MMPLS: Modified Multi Protocol Label Switching Kanupriya 1 and Vikas Nandal 2 1 Electronics and Communication Department, U.I.E.T, MDU Rohtak, Haryana (India) priya.kanu846@gmail.com 2 Electronics and

More information

Configuring Quality of Service for MPLS Traffic

Configuring Quality of Service for MPLS Traffic CHAPTER 20 Multiprotocol label switching (MPLS) combines the performance and capabilities of Layer 2 (data link layer) switching with the proven scalability of Layer 3 (network layer) routing. MPLS enables

More information

DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control

DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control 1 DiffServ over MPLS: Tuning QOS parameters for Converged Traffic using Linux Traffic Control Sundeep.B.Singh and Girish.P.Saraph Indian Institute of Technology Bombay, Powai, Mumbai-400076, India Abstract

More information

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

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

More information

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks

Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Modelling a Video-on-Demand Service over an Interconnected LAN and ATM Networks Kok Soon Thia and Chen Khong Tham Dept of Electrical Engineering National University of Singapore Tel: (65) 874-5095 Fax:

More information

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6

Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Comparison of QoS Performance Over WLAN, VoIP4 and VoIP6 Esra Musbah Mohammed Musbah 1 Khalid Hamed Bilal 2 Amin Babiker A./Nabi Mustafa 3 Abstract VoIP stands for voice over internet protocol. It is one

More information

MPLS опорни мрежи MPLS core networks

MPLS опорни мрежи MPLS core networks MPLS опорни мрежи MPLS core networks Николай Милованов/Nikolay Milovanov http://niau.org Objectives Identify the drawbacks of traditional IP routing Describe basic MPLS concepts and LSR types. MPLS Labels

More information

ATM Logical Connections: VCC. ATM Logical Connections: VPC

ATM Logical Connections: VCC. ATM Logical Connections: VPC ATM Logical Connections: VCC Logical Connections in ATM are referred to as virtual channel connections (VCCs). Virtual channel (VC) is a generic term used to describe unidirectional transport of ATM cells

More information

MPLS MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE

MPLS MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE MPLS Multiprotocol MPLS Label Switching MULTI PROTOCOL LABEL SWITCHING OVERVIEW OF MPLS, A TECHNOLOGY THAT COMBINES LAYER 3 ROUTING WITH LAYER 2 SWITCHING FOR OPTIMIZED NETWORK USAGE Peter R. Egli 1/21

More information

Q&As. Implementing Cisco Service Provider Next-Generation Core Network Services. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Service Provider Next-Generation Core Network Services. Pass Cisco Exam with 100% Guarantee 642-887 Q&As Implementing Cisco Service Provider Next-Generation Core Network Services Pass Cisco 642-887 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: https://www.pass4lead.com/642-887.html

More information

Comparison Study of Transmission Control Protocol and User Datagram Protocol Behavior over Multi-Protocol Label Switching Networks in Case of Failures

Comparison Study of Transmission Control Protocol and User Datagram Protocol Behavior over Multi-Protocol Label Switching Networks in Case of Failures Journal of Computer Science 5 (12): 1042-1047, 2009 ISSN 1549-3636 2009 Science Publications Comparison Study of Transmission Control Protocol and User Datagram Protocol Behavior over Multi-Protocol Label

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

QoS Requirements and Implementation for IMS Network

QoS Requirements and Implementation for IMS Network QoS Requirements and Implementation for IMS Network Manish Kumar Rana, Hemant Narayan Abstract: The issue of converged networks is to ensure the sufficient quality of services for entire duration of communication

More information

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration

Comparative Study of Routing Protocols Convergence using OPNET Chapter Three: Simulation & Configuration 3.1 Optimized Network Engineering Tools:- Optimized Network Engineering Tools () Modeler is the industry s leading simulator specialized for network research and development. It allows users to design

More information

Feedback Mechanism Validation and Path Query. Messages in Label Distribution Protocol

Feedback Mechanism Validation and Path Query. Messages in Label Distribution Protocol Feedback Mechanism Validation and Path Query Messages in Label Distribution Protocol Ahmed Gario A Thesis in The Department of Computer Science Presented in partial Fulfillment of the Requirements For

More information

Embedded MPLS Architecture

Embedded MPLS Architecture Embedded MPLS Architecture Raymond Peterkin, Dan Ionescu School of Technology and Engineering (SITE) University of Ottawa 161 Louis Pasteur, P.O. Box 450, Station A, Ottawa, Ontario, K1N 6N5 CANADA peterkin@site.uottawa.ca

More information

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP Multi-Protocol Label Switching MPLS-TP FEC VPLS PBB-TE MPLS etc.. MPLS is not alone LDP MPLS-TE LABEL MP-BGP LSP TAG H-VPLS 26 April 2016 AN TEST GMPLS SR T-MPLS ISIS-TE MPƛS OSPF-TE PCEP Multi-Protocol

More information

Performance Analysis of Frame Relay Network Using OSPF (Open Shortest Path First) and MPLS (Multi-Protocol Label Switching) based on GNS3

Performance Analysis of Frame Relay Network Using OSPF (Open Shortest Path First) and MPLS (Multi-Protocol Label Switching) based on GNS3 Int. Journal of Applied IT Vol. 01 No. 02 (2017) International Journal of Applied Information Technology http://journals.telkomuniversity.ac.id/ijait Performance Analysis of Frame Relay Network Using OSPF

More information

Operation Manual MPLS. Table of Contents

Operation Manual MPLS. Table of Contents Table of Contents Table of Contents Chapter 1 MPLS Architecture... 1-1 1.1 MPLS Overview... 1-1 1.2 MPLS Basic Concepts... 1-1 1.2.1 FEC... 1-1 1.2.2 Label... 1-1 1.2.3 LDP... 1-3 1.3 MPLS Architecture...

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS

BLM6196 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS BLM696 COMPUTER NETWORKS AND COMMUNICATION PROTOCOLS Prof. Dr. Hasan Hüseyin BALIK (7 th Week) 7. Routing 7.Outline Routing in Packet-Switching Networks Examples: Routing in ARPANET Internet Routing Protocols

More information

Pagina 1 di 6 MPLS, Part II Peter J. Welcher Introduction Last month we started looking at MPLS, Multiprotocol Label Switching. This technology is very hot among large Enterprises and Service Providers.

More information

SYSC 5801 Protection and Restoration

SYSC 5801 Protection and Restoration SYSC 5801 Protection and Restoration Introduction Fact: Networks fail. Types of failures: Link failures Node failures Results: packet losses, waste of resources, and higher delay. What IGP does in the

More information

CS 457 Multimedia Applications. Fall 2014

CS 457 Multimedia Applications. Fall 2014 CS 457 Multimedia Applications Fall 2014 Topics Digital audio and video Sampling, quantizing, and compressing Multimedia applications Streaming audio and video for playback Live, interactive audio and

More information

===================================================================== Exercises =====================================================================

===================================================================== Exercises ===================================================================== ===================================================================== Exercises ===================================================================== 1 Chapter 1 1) Design and describe an application-level

More information

McGill University - Faculty of Engineering Department of Electrical and Computer Engineering

McGill University - Faculty of Engineering Department of Electrical and Computer Engineering McGill University - Faculty of Engineering Department of Electrical and Computer Engineering ECSE 494 Telecommunication Networks Lab Prof. M. Coates Winter 2003 Experiment 5: LAN Operation, Multiple Access

More information

General comments on candidates' performance

General comments on candidates' performance BCS THE CHARTERED INSTITUTE FOR IT BCS Higher Education Qualifications BCS Level 5 Diploma in IT March 2016 Sitting EXAMINERS' REPORT Computer Networks General comments on candidates' performance The pass

More information

Service Providers Networks & Switching (MPLS) 20/11/2009. Local Team

Service Providers Networks & Switching (MPLS) 20/11/2009. Local Team Service Providers Networks & Benefits of Multi Protocol Label Switching (MPLS) 20/11/2009 Local Team Service Provider Networks & Carrier Networks A telephone company (or telco) provides telecommunication

More information

BrainDumps.4A0-103,230.Questions

BrainDumps.4A0-103,230.Questions BrainDumps.4A0-103,230.Questions Number: 4A0-103 Passing Score: 800 Time Limit: 120 min File Version: 11.02 http://www.gratisexam.com/ A "brain dump," as it relates to the certification exams, is a source

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

ENSC 427: COMMUNICATION NETWORKS

ENSC 427: COMMUNICATION NETWORKS ENSC 427: COMMUNICATION NETWORKS Comparison of TCP with "utp" for BitTorrent transfers Spring 2009 FINAL PROJECT Adam Ciapponi Robert Hueber Robert Szolomicki aciappon@sfu.ca rhueber@sfu.ca rms6@sfu.ca

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

QoS Technology White Paper

QoS Technology White Paper QoS Technology White Paper Keywords: QoS, service model, IntServ, DiffServ, congestion management, congestion avoidance, queuing technology, traffic policing, traffic shaping, link efficiency mechanism.

More information

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline

Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0. Upcoming Dates. Course Description. Course Outline Cisco Training - HD Telepresence MPLS: Implementing Cisco MPLS V3.0 From the technology basics to advanced VPN configuration. $3,995.00 5 Days Upcoming Dates Dec 10 - Dec 14 Mar 25 - Mar 29 Course Description

More information

Master Course Computer Networks IN2097

Master Course Computer Networks IN2097 Chair for Network Architectures and Services Prof. Carle Department for Computer Science TU München Master Course Computer Networks IN2097 Prof. Dr.-Ing. Georg Carle Christian Grothoff, Ph.D. Chair for

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

CS 556 Advanced Computer Networks Spring Solutions to Midterm Test March 10, YOUR NAME: Abraham MATTA

CS 556 Advanced Computer Networks Spring Solutions to Midterm Test March 10, YOUR NAME: Abraham MATTA CS 556 Advanced Computer Networks Spring 2011 Solutions to Midterm Test March 10, 2011 YOUR NAME: Abraham MATTA This test is closed books. You are only allowed to have one sheet of notes (8.5 11 ). Please

More information

International Workshop NGNT 31. DiffServ and MPLS. Tímea Dreilinger

International Workshop NGNT 31. DiffServ and MPLS. Tímea Dreilinger International Workshop NGNT 31 DiffServ and MPLS Tímea Dreilinger Abstract Multi Protocol Label Switching (MPLS) technology enables Internet Service Providers to scale their current offerings, and exercise

More information

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model Principles IP QoS DiffServ Differentiated Services Architecture DSCP, CAR Integrated Services Model does not scale well flow based traffic overhead (RSVP messages) routers must maintain state information

More information

NETWORK ARCHITECTURE

NETWORK ARCHITECTURE GLOBAL MPLS NETWORK ARCHITECTURE The IP backbone is designed to service connectivity for IP and IP VPN services. The backbone network provides IP connectivity between Points of Presence (POPs). The design

More information