Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints
|
|
|
- Allan Daniels
- 10 years ago
- Views:
Transcription
1 Quality of Service Routing in MPLS Networks Using Delay and Bandwidth Constraints Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashad, Mashhad, Iran and Ali Asghar Safaeei Computer Department, Faculty of Engineering, Ferdowsi University of Mashad, Mashhad, Iran Abstract Multi-Protocol Label Switching (MPLS) has been proposed as a new approach for integrating layer 3 routing with the layer 2 switching. It integrates the label swapping paradigm of layer 2 (e.g. ATM and Frame Relay) with the routing of layer 3 (e.g. IP and IPX). In the MPLS networks, constraint-based routing computes routes that are subject to constraints such as bandwidth and administrative policy. Because constraint based routing considers more than network topology in computing routes, it may find a longer but lightly loaded path better than the heavily loaded shortest path. In this paper we propose a new constraint based routing algorithm for MPLS networks. The proposed algorithm which is a modification of [] algorithm, uses both bandwidth and delay constraints. It means that the reservable bandwidth of all of the links along computed path must be equal to or greater than the bandwidth constraint value and the delay of the path must be less than or equal to the delay constraint value. In the proposed algorithm, the best path is selected based on strategy. Using the MPLS Network Simulator ( MNS)[2], the performance of the proposed algorithm is compared with that of [] and [3] algorithms. Simulation results show that in comparison with the other methods, the proposed algorithm has a better performance. Keywords: MPLS networks, Quality of Services (QoS), Constraint Based Routing, Routing Protocols, Traffic Engineering. Introduction The Internet is rapidly grown. During past few years, the demand for using multimedia applications over the Internet has been increased. By developing new Internet applications, it is a problem how to satisfy the quality of service (QoS) requirements of these new applications, e.g., requirements regarding bandwidth, delay, jitter, packet loss, and reliability. The Internet Engineering Task Force (IETF) has proposed three different service models and mechanisms to support the requested QoS. These models are: Integrated Services (Intserv)[4]/ Resource Reservation Protocol (RSVP) [5-6], Differentiated Services (Diffserv) [7-8] and Multi-Protocol Label Switching (MPLS) [9-], The MPLS can provide fast packet forwarding and traffic engineering. It is a new Internet technology that is rapidly emerging as a core technology for next-generation networks, both traditional data networks and increasingly optical networks. The efficiencies and new capabilities enabled by MPLS make it ideal for cable operators expanding their broadband offerings. MPLS is designed for use from edge-to-edge of converged data and voice networks. Rather than replace IP routing, MPLS is designed to overlay its functionality on top of existing and future routing technologies and to work across a variety of physical layers to enable efficient data forwarding together with reservation of bandwidth for traffic flows with differing QoS requirements. MPLS uses a technique known as label switching to forward data through the network. A Label Edge Router (LER) inserts a small, fixed-format label in front of each data packet once it enters into the MPLS network. This packet is then handed off to a Label Switch Router (LSR) as it traverses This research was in part supported by a grant from Iran Telecommunication Research Center (ITRC) P54/
2 through the core of the network. At each hop across the network, the packet is routed based on the value of the incoming interface and label, and dispatched to an outwards interface with a new label value. The path that data follows through a network is defined by the transition in label values, as the label is swapped at each LSR. Since the mapping between labels is constant at each LSR, the path is determined by the initial label value. This path is called Label Switched Path (LSP). MPLS offers a host of benefits, chief among them is network efficiency. It provides more efficiencies across networks regardless of other platforms for several reasons. MPLS can be mapped across various media, including Ethernet, ATM and SONET. In addition, MPLS can operate on top of various routing protocols, including OSPF, RIP and BGP. In order to minimize the congestion occurred by unfair load balancing, Traffic Engineering (TE) is performed to maximize total throughput of network. Traffic Engineering is the first application of MPLS networks [-2]. Although IP networks offer flexibility and scalability, the existing IP networks need to be enhanced in the areas of availability, dependability, and quality of service, in order to provide a missioncritical networking environment. Traffic engineering is a critical building block needed to reach this goal. Currently, IP traffic is routed and forwarded over the Internet using standard IP routing protocols. Interior Gateway Protocols (IGPs, for example, OSPF and RIP) are used within Autonomous Systems (ASs), while Exterior Gateway Protocols (EGPs, such as BGP4) are used to interconnect ASs. IGPs and EGPs offer little or no readily available traffic control capabilities, such as reporting and incorporating in routing the information of network resource availability or utilization. The routing algorithms (e.g. shortest path first or distance vector) used by routing protocols tend to converge traffic onto the same network links or interfaces, which contributes significantly to congestion and unbalanced network. In the MPLS networks, to set up a hop-by-hop LSP, the Label Distribution Protocol (LDP) has been proposed. One new technique proposed to implement explicit routing is the Constraint based Routing using Label Distribution Protocol (). builds upon LDP protocol, which is already part of MPLS. On the other hand, Differentiated Services (DiffServ) is a scalable class of service architecture proposed by the IETF, which provides scalable QoS guarantee. The Diffserv networks can support different service models including the Expedited Forwarding (EF), the Assured Forwarding (AF) And The Best Effort (BE). The AF provides for the delivery of IP packets in four independent delivery classes (AF to AF4), where each class is allocated a certain amount of resources, such as buffers and bandwidth, in each DiffServ node. By integrating the DiffServ and MPLS, as defined in [3], a very attractive strategy to backbone networks service providers with scalable QoS and traffic engineering capabilities can be obtained. The DiffServ provides scalable edge-to-edge QoS, while MPLS performs traffic engineering to evenly distribute traffic load on available links and fast rerouting to route around node and link failures. One of the key issues in providing QoS guarantees is how to determine paths that satisfy QoS constraints. Solving this problem is known as QoS routing or constraint-based routing. The research community has extensively studied the QoS routing problem, resulting in many QoS routing algorithms. Routing in general involves two entities, namely the routing protocol and the routing algorithm. The routing protocol manages the dynamics of the routing process: capturing the state of the network and its available network resources and distributing this information throughout the network. The routing algorithm uses this information to compute paths that optimize a criterion and/or obey constraints. The traditional routing algorithms use one metric such as hop count or cost and forward all of the traffics by the shortest path. So this path would be congested and TE must be done. Thus, one of the TE components is QoS routing algorithm [4], which considers more QoS metrics as its constraints and finds the best path, which satisfies these constraints. In [5] it has been shown that when a class of WFQ-like scheduling algorithm is used, the end-to-end delay, the delay-jitter, and the buffer space bounds are not independent. They are functions of the reserved bandwidth, the selected path and the traffic characteristics. Therefore, the problem of finding a path satisfying the bandwidth, the delay, the delay-jitter and the buffer space constraints, which is NP-complete in general, can be solved by a modified version of Bellman- Ford algorithm in polynomial time. In [6] a heuristic algorithm for the NP-complete multi-path-constrained routing problem has been proposed. This reduces the original NP-complete problem to a simpler problem solvable in the polynomial time. In [7] a new online algorithm for dynamically routing bandwidth guaranteed label switched paths has been introduced. Other LSP path QoS metrics, such as delay and losses, are not explicitly considered in this work. With attention to this summarized review, each one of QoS routing algorithms solves a specific routing problem using different constraints, special suppositions and circumstances. The nearest QoS routing algorithm to our proposed algorithm is the [] algorithm. In [] by using the Dijkstra s shortest path algorithm, a QoS routing algorithm that finds a path that satisfies two constraints bandwidth and delay, has been proposed. P54/2
3 The remainder of the paper is organized as follow. In section 2,we explain the proposed algorithm in details. In section 3, by using the MPLS Network Simulator (MNS), we evaluate the performance of proposed algorithm with those of and algorithms. Finally, section 4 concludes the paper. 2. Proposed Algorithm Based on the previous studies, it can be shown that any two or more combinations of two additive metrics are NP-complete. As shown in [] the only feasible combinations are bandwidth with one of four (delay, delay jitter, cost, packet loss probability). As the bandwidth and propagation delay are two important constraints, in the proposed algorithm we use only bandwidth and delay constraints. We can make sure that these two metrics are not inter-dependent and our routing problem won t be NP-complete. As the MPLS networks use the explicit routes where the path must be computed in the source router so, the routing strategy of our proposed algorithm is the source routing. Furthermore, it is a unicast routing algorithm. The approach used in design of the proposed algorithm, first solves the QoS routing problem, then performs optimization and finally considers the future requests. In order to solve the problem, it must find a feasible path that satisfies both bandwidth and delay constraints. It means that the reservable bandwidth of all of the links along computed path must be equal to or greater than the bandwidth constraint value and the delay of the path must be less than or equal to the delay constraint value. After we make sure that the computed path satisfies the requirements, if there are more than one feasible path, we must choose the best one. The best path is the shortest one which has the least delay value. In order to optimize network resource utilization, the path with minimum of hop count is preferred. The other optimization aspect is related to computation time complexity. The order of a routing algorithm is tightly dependent on the number of nodes / links in the network topology graph. Therefore if the dimension of this graph could be reduced, the path computation time complexity will be better. To achieve this goal, we prune the topology graph as well as we are able to. In order to minimize the probability of congestion occurrence for the future requests, the load-balancing rule is used. To conserve large capacity of the links (large amount of bandwidth) for future requests, which their required bandwidth value is large, the strategy in the load-balancing step is preferred. The high level description of our proposed QoS routing algorithm is summarized as bellow: ) Prune the topology graph from these links: Suppose that (i,j) is the link between nodes i and j. a) if Bandwidth(i,j) < Bandwidth constraint, then delete (i,j) from topology graph. b) if Delay(i,j) > Delay constraint then delete (i,j) from topology graph c) if (Delay(i,j)==Delay Constraint) &&!(i == source node && j== destination node) then delete(i,j) from the topology graph d) if node i is of degree (i has only one neighborhood, j ) &&!((i == source node && j == destination node) (i == destination node && j == source node)) then delete (i,j) from the topology graph. 2) Assign link s delay to their cost and find the shortest path using Dijkstra s algorithm. 3) if there are no feasible path, reject the request, but if there are more than one feasible path, select the path with the minimum hop count. 4) if more than one path are remained from step 3, the load-balancing rule is performed. In the proposed algorithm, the approach which is used in memory management of operating systems, has been chosen. If there are several requests at a time, this algorithm process them in a decrement order of their bandwidth constraint values. In step, the algorithm eliminates all links with bandwidth value less than the bandwidth constraint. So, it is clear that all remained links will satisfy the bandwidth constraint. The other components of this step help to have a better time complexity. In step 2, it finds the path with delay value less than (or equal to) delay constraint value (if there is any). So, up to here, the desired QoS routing problem is solved and the two constraints are satisfied. But in this step the best path between all feasible ones is selected (optimization). In step 3, if the path with minimum hop count is used, minimum of network resources (such as buffer space, CPU time, ) are consumed. In step 4, the load is distributed and balanced. So, the congestion occurrence probability for future requests will be reduced. The loadbalancing strategy selects a path from all feasible paths which has the nearest reserveable / residual bandwidth value to the bandwidth constraint value. P54/3
4 3. Performance Evaluation In this section, by using MPLS Network Simulator (MNS) [2], the performance of our proposed QoS routing algorithm is compared with those of and algorithms. The evaluation parameters are the throughput, the call blocking rate, the path s delay and the end-to-end delay. The traffic parameters of AF, EF and BE services are shown in table. Table. Traffic parameters used in the simulation Service Model Bandwidth Traffic type Mean burst time Mean silence time AF 8 kb/s On/Off 5 ms 5 ms AF2 kb/s Constant Bit Rate - - EF 8 kb/s Constant Bit Rate - - BE kb/s On/Off 2 ms 8 ms The call requests are reached at each.5 s, periodically. The network topology used in the simulation is shown in figure. In this figure the numbers a, b shown in each link, represent the number of requests of the desired service class which can be transmitted by this link and the link s propagation delay (in ms), respectively. In figures 2 for all traffic classes AF,AF2, EF and BE, the throughput is plotted versus simulation time. It can easily be seen that the proposed algorithm has better performance than those of and algorithms. S, 2,2 3,2 5,4 2 2,2 2,2 2,3 3,3 5 3,, 3 6, 4,4, ,2 2,2 6,2 9 3,2 2,3 7, D Figure. Network topology used for simulation Throughput versus time (EF Traffic) Throughput versus time (AF2 traffic) Throughput versus time (AF traffic) Throughput versus time (BE traffic) Figure 2. Throughput versus simulation time a) EF traffic b) AF2 traffic c)af traffic d)be traffic P54/4
5 In figures 3, for all traffic classes AF,AF2,EF and BE, the throughput is plotted versus the traffic load. This figure show the average throughput of each class of service based on the request arrival and regardless of the time. So, it doesn t indicate the momentary difference of throughput but it shows the total throughput of each service class regard to received request. Based on results shown in this figure, for all traffic types, the proposed algorithm has better throughput Throughput versus traffic load (EF traffic) Throughput versus traffic load (AF 2 traffic) Traffic Load (Mb/s) Throughput versus traffic load (AF traffic) Throughput versus traffic load (BE traffic) Figure 3. Throughput versus traffic load a) EF traffic b) AF2 traffic c)af traffic d)be traffic In the next simulation trial, we evaluate the call-blocking rate of the proposed algorithm. The call-blocking rate is defined as bellow: number of rejected calls call blocking rate = total number of recieved calls In figure 4, the call-blocking rate of all algorithms is plotted versus traffic load. It is shown that for all types of traffic, our proposed algorithm has a better performance than the algorithm. Furthermore it is observed that algorithm has the same performance like the proposed algorithm, but note that it can not satisfies the delay constraints while our proposed algorithm can does it. This will be shown in the next figures. As mentioned before, the proposed algorithm considers only two constraints including bandwidth and delay. Based on results shown in the figures 2-4, in comparison with the and algorithms, the proposed algorithm has a better throughput and call blocking rate. In the next trials, we evaluate the delay performance of our proposed algorithm. For this purpose, we consider a new MPLS network topology shown in figure 5. We simulated this topology in MNS simulator. The numbers a,b shown in figure 5, represent the link capacity (in Mb/s) and the link s propagation delay (in ms),respectively. To compare the delay performance of the proposed algorithm with that of algorithm, we performed new simulation trials. In this case we considered four different scenarios. In each scenario, 8 consequences call request arrive at each time unit. Table 2 shows the requested bandwidth of this scenario. In figure 6, for both the proposed algorithm and algorithm, the delay of selected path is plotted versus traffic load. This figure shows that in comparison with the algorithm, the proposed algorithm can select a better path with minimal delay. P54/5
6 Call blocking rate versus traffic load (EF traffic) Call blocking rate versus traffic load (AF 2 traffic) 5% 3% 4% 3% 2% 2% % % % % Call blocking rate versus traffic load (AF traffic) Call blocking rate versus traffic load (BE traffic) 4% 5% 3% 4% 2% % 3% 2% % % % Figure 4. Call blocking rate versus traffic load a) EF traffic b) AF2 traffic c)af traffic d)be traffic 2.3,, 2.3, LSR2 LSR5 LSR8 LSR 2.3,.3,.3, 2.3, N 4,.3,.7,.3, LSR LSR4 LSR7 LSR9 4, N.3,.3, LSR3.3, LSR6 Figure 5. A MPLS network topology used in the simulation Call No. Table 2. Requested bandwidth of four different scenarios Requested Requested bandwidth bandwidth (scenario 2) (scenario 3) Requested bandwidth (scenario ) Requested bandwidth (scenario 4) 5 Kb/s 5 Kb/s 4 Kb/s 5 Kb/s 2 5 Kb/s 5 Kb/s 4 Kb/s 5 Kb/s 3 5 Kb/s 4 Kb/s 5 Kb/s 4 Kb/s 4 5 Kb/s 5 Kb/s 5 Kb/s 5 Kb/s 5 4 Kb/s 4 Kb/s 5 Kb/s 4 Kb/s 6 4 Kb/s 5 Kb/s 5 Kb/s 4 Kb/s 7 5 Kb/s 5 Kb/s 5 Kb/s 5 Kb/s 8 5 Kb/s 5 Kb/s 5 Kb/s 5 Kb/s P54/6
7 Path's delay versus traffic load Path's delay versus traffic load 2 2 Delay (ms) Delay (ms) Traffic load (Kb/s) Traffic load (Kb/s) Path's delay versus traffic load Path's delay versus traffic load 2 2 Delay (ms) Delay (ms) Traffic load (Kb/s) Traffic load (Kb/s) Figure 6. The path s delay versus traffic load a) scenario b)scenario 2 c)scenario 3 d)scenario 4 In figure 7, for all traffic classes, the end-to-end delay of the proposed algorithm is compared with those of and algorithms. In this figure it can be seen that for all types of traffic, our proposed algorithm has the better performance than the and algorithms. End-to-End delay versus traffic load (EF traffic) End-to-End delay versus traffic load (AF 2 traffic) End-to-End delay (s) End-to-End delay (s) End-to-End delay versus traffic load (AF traffic) End-to-End delay versus traffic load (BE traffic) End-to-End delay (s) End-to-End delay(s) Figure 7. End-to-End delay versus traffic load a) EF traffic b) AF2 c)af traffic d)be traffic In the next trial, different call request processing orders are compared with each others. We consider four scenarios including: )increment bandwidth order (Incr BW Order), 2)decrement bandwidth order (Decr BW Order), 3)service order (Service Order) and 4)random order (Random Order). In the increment bandwidth order, the incoming call which needs the least bandwidth has been selected, while in the decrement bandwidth order, the incoming call which needs the highest bandwidth has been selected. In the service class P54/7
8 order, the incoming requests are processed based on their requested class of service. Finally, in the random order style, the incoming call requests are processed randomly. The results are shown in figure 8,9. In this trial a combination of traffic sources including: AF,AF2, EF and BE are applied to the network topology shown in figure 4. In figure 8, the throughput is plotted versus simulation time. It can be seen that the decrement bandwidth order scenario has the highest throughput Throughput versus time Incr BW Order Decr BW Order Service Order Random Order Figure 8. The study of call request processing order: throughput versus simulation time In figure 9, the call blocking rate is plotted versus number of incoming requests. It can be seen that by increasing the number of requests, for all different call request processing orders, the blocking rate is increased. The results shown in figure confirm that in comparison with the other methods, the decrement bandwidth order has the better performance. 32% 28% Call blocking rate versus number of requests 24% 2% 6% 2% 8% Incr. BW Order Decr.BW Order Service Class Random Order 4% % Number of requests Figure 9. The study of call request processing order: call blocking rate versus number of requests 4.Conclusion In the MPLS networks, by using constraint based routing and enhanced IGP, traffic engineering can be done much more effectively. The traditional routing algorithms use one metric such as hop count or cost and forward all of the traffics by the shortest path. So this path would be congested and traffic engineering must be done. Once a suitable QoS routing protocol is available and each node in the network has an up to date view of the network, the challenging task in QoS routing is to find a path subject to multiple constraints. Each one of QoS routing algorithms solves a specific routing problem using different constraints, special suppositions and circumstances. In this paper we presented a constraint based routing algorithm for the MPLS networks. In the proposed algorithm, the approach which is used in memory management of operating systems, has been chosen. If there are several requests at a time, this algorithm process them in a decrement order of their bandwidth constraint values. By using the MNS simulator, the performance of our proposed QoS routing algorithm was evaluated and compared with those of and algorithms. The simulation results easily helped us to judge the merit of the proposed algorithm because of its remarkable performance over the other algorithms. P54/8
9 References [] Z. Wang and J. Crowcroft, QoS Routing for Supporting Multimeda Application, IEEE Journal on Selected Areasin Communications. [2] MPLS Network Simulator (MNS), [3] B. Jamoussi, Ed., et. al. Constraint-Based LSP Setup using LDP, IETF RFC 322, January 22. [4] R. Braden, D. Clark, S. Shenker, Integrated Services in the Internet Architecture: an Overview, IETF RFC 633, June 994. [5] R. Braden, Ed., L. Zhang, S. Berson, S. Herzog, S. Jamin, Resource ReSerVation Protocol (RSVP) Version [6] A. Mankin, Ed., F. Baker, B. Braden, S. Bradner, M. O`Dell, A. Romanow, A. Weinrib, L. Zhang, Resource ReSerVation Protocol (RSVP) -- Version Applicability Statement Some Guidelines on Deployment, IETF RFC 228, September 997. [7] S. Blake, et al, An Architecture for Differentiated Services, RFC 2475, 998. [8] T. Li, Y. Rekhter, A Provider Architecture for Differentiated Services and Traffic Engineering (PASTE), IETF RFC 243, October 998. [9] Multi-Protocol Label Switching Architecture, RFC 33, Jan. 2. [] A Framework for Multi-Protocol Label Switching, Internet draft, draft-ietf-mpls-frameworko2.txt,997. [] D.Owduche,et al., A framework for Internet traffic engineering,draft-ietf-tewgframework-4.txt April 2. [2] D.O.Awduche et al., Requirements for Traffic Engineering over MPLS,RFC 272. [3] F. Le Faucheur, et al., Multi-Protocol Label Switching(MPLS)Support of Differentiated Services, RFC 327, 22. [4] E.Crawley et al. A framework for QOS-Based Routing in the Internet. RFC [5] Q. Ma and P. Steenkiste, Quality-of-Service Routing with Performance Guarantees., 4th International IFIP,Workshop on QOS. [6] S. Chen and K. Nahrstedt, On Finding Multi-Constrained Paths., IEEE ICC 98, June 998. [7]Bin Wang et al., A New Bandwidth Guaranteed Routing Algorithm for MPLS Traffic Engineering, IEEE, 22. P54/9
Path Selection Analysis in MPLS Network Based on QoS
Cumhuriyet Üniversitesi Fen Fakültesi Fen Bilimleri Dergisi (CFD), Cilt:36, No: 6 Özel Sayı (2015) ISSN: 1300-1949 Cumhuriyet University Faculty of Science Science Journal (CSJ), Vol. 36, No: 6 Special
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks
A New Fault Tolerant Routing Algorithm For GMPLS/MPLS Networks Mohammad HossienYaghmae Computer Department, Faculty of Engineering, Ferdowsi University of Mashhad, Mashhad, Iran [email protected]
Supporting End-to-End QoS in DiffServ/MPLS Networks
Supporting End-to-End QoS in DiffServ/MPLS Networks Ji-Feng Chiu, *Zuo-Po Huang, *Chi-Wen Lo, *Wen-Shyang Hwang and Ce-Kuen Shieh Department of Electrical Engineering, National Cheng Kung University, Taiwan
Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions
Investigation and Comparison of MPLS QoS Solution and Differentiated Services QoS Solutions Steve Gennaoui, Jianhua Yin, Samuel Swinton, and * Vasil Hnatyshin Department of Computer Science Rowan University
How To Provide Qos Based Routing In The Internet
CHAPTER 2 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 22 QoS ROUTING AND ITS ROLE IN QOS PARADIGM 2.1 INTRODUCTION As the main emphasis of the present research work is on achieving QoS in routing, hence this
Building MPLS VPNs with QoS Routing Capability i
Building MPLS VPNs with QoS Routing Capability i Peng Zhang, Raimo Kantola Laboratory of Telecommunication Technology, Helsinki University of Technology Otakaari 5A, Espoo, FIN-02015, Finland Tel: +358
New QOS Routing Algorithm for MPLS Networks Using Delay and Bandwidth Constraints
New QOS Routing Algorithm for MPLS Networks Using Delay and Bandwidth Constraints Santosh Kulkarni 1, Reema Sharma 2,Ishani Mishra 3 1 Department of ECE, KSSEM Bangalore,MIEEE, MIETE & ISTE 2 Department
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks
Analysis of traffic engineering parameters while using multi-protocol label switching (MPLS) and traditional IP networks Faiz Ahmed Electronic Engineering Institute of Communication Technologies, PTCL
Implement a QoS Algorithm for Real-Time Applications in the DiffServ-aware MPLS Network
Implement a QoS Algorithm for Real-Time Applications in the DiffServ-aware MPLS Network Zuo-Po Huang, *Ji-Feng Chiu, Wen-Shyang Hwang and *Ce-Kuen Shieh [email protected], [email protected],
Quality of Service Mechanisms and Challenges for IP Networks
Quality of Service Mechanisms and Challenges for IP Networks Prof. Augustine C. Odinma, Ph.D. * and Lawrence Oborkhale, M.Eng. Department of Electrical, Electronic & Computer Engineering, Lagos State University
Disjoint Path Algorithm for Load Balancing in MPLS network
International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 13 No. 1 Jan. 2015, pp. 193-199 2015 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/
Figure 1: Network Topology
Improving NGN with QoS Strategies Marcel C. Castro, Tatiana B. Pereira, Thiago L. Resende CPqD Telecom & IT Solutions Campinas, S.P., Brazil E-mail: {mcastro; tatibp; tresende}@cpqd.com.br Abstract Voice,
Experiences with Class of Service (CoS) Translations in IP/MPLS Networks
Experiences with Class of Service (CoS) Translations in IP/MPLS Networks Rameshbabu Prabagaran & Joseph B. Evans Information and Telecommunications Technology Center Department of Electrical Engineering
Multi Protocol Label Switching (MPLS) is a core networking technology that
MPLS and MPLS VPNs: Basics for Beginners Christopher Brandon Johnson Abstract Multi Protocol Label Switching (MPLS) is a core networking technology that operates essentially in between Layers 2 and 3 of
IP Traffic Engineering over OMP technique
IP Traffic Engineering over OMP technique 1 Károly Farkas, 1 Zoltán Balogh, 2 Henrik Villför 1 High Speed Networks Laboratory Department of Telecommunications and Telematics Technical University of Budapest,
Implementation of Traffic Engineering and Addressing QoS in MPLS VPN Based IP Backbone
International Journal of Computer Science and Telecommunications [Volume 5, Issue 6, June 2014] 9 ISSN 2047-3338 Implementation of Traffic Engineering and Addressing QoS in MPLS VPN Based IP Backbone Mushtaq
QoS Performance Evaluation in BGP/MPLS VPN
1 QoS Performance Evaluation in BGP/MPLS VPN M. C. Castro, N. A. Nassif and W. C. Borelli 1 Abstract-- The recent exponential growth of the Internet has encouraged more applications, users and services
WAN Topologies MPLS. 2006, Cisco Systems, Inc. All rights reserved. Presentation_ID.scr. 2006 Cisco Systems, Inc. All rights reserved.
MPLS WAN Topologies 1 Multiprotocol Label Switching (MPLS) IETF standard, RFC3031 Basic idea was to combine IP routing protocols with a forwarding algoritm based on a header with fixed length label instead
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T
Implementing MPLS VPN in Provider's IP Backbone Luyuan Fang [email protected] AT&T 1 Outline! BGP/MPLS VPN (RFC 2547bis)! Setting up LSP for VPN - Design Alternative Studies! Interworking of LDP / RSVP
Multi Protocol Label Switching with Quality of Service in High Speed Computer Network
Multi Protocol Label Switching with Quality of Service in High Speed Computer Network Jitendra Joshi, Sonali Gupta, Priti Gupta, Nisha Singh, Manjari Kumari Department of Computer Science and Engineering
SBSCET, Firozpur (Punjab), India
Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based
A Fuzzy Algorithm for QoS-Based Routing in MPLS Network
A Fuzzy Algorithm for QoS-Based Routing in MPLS Network Nahid Ebrahimi Majd, Mohammad Hossien Yaghmaee Communication and Computer Research Lab.,Ferdowsi University of Mashhad Mashhad, Iran e-mails: {[email protected],
QoS Implementation For MPLS Based Wireless Networks
QoS Implementation For MPLS Based Wireless Networks Subramanian Vijayarangam and Subramanian Ganesan Oakland University, Rochester, Michigan Abstract : Voice has been the primary application in wireless
MPLS Multiprotocol Label Switching
MPLS Multiprotocol Label Switching José Ruela, Manuel Ricardo FEUP Fac. Eng. Univ. Porto, Rua Dr. Roberto Frias, 4200-465 Porto, Portugal INESC Porto, Campus da FEUP, Rua Dr. Roberto Frias, 378, 4200-465
MPLS - A Choice of Signaling Protocol
www.ijcsi.org 289 MPLS - A Choice of Signaling Protocol Muhammad Asif 1, Zahid Farid 2, Muhammad Lal 3, Junaid Qayyum 4 1 Department of Information Technology and Media (ITM), Mid Sweden University Sundsvall
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,
Management of Telecommunication Networks. Prof. Dr. Aleksandar Tsenov [email protected]
Management of Telecommunication Networks Prof. Dr. Aleksandar Tsenov [email protected] Part 1 Quality of Services I QoS Definition ISO 9000 defines quality as the degree to which a set of inherent characteristics
How To Share Bandwidth On A Diffserv Network
Proceedings of the 2007 IEEE International Conference on Telecommunications and Malaysia International Conference on Communications, 14-17 May 2007, Penang, Malaysia Bandwidth Sharing Scheme in DiffServ-aware
ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling
ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification
A Fast Path Recovery Mechanism for MPLS Networks
A Fast Path Recovery Mechanism for MPLS Networks Jenhui Chen, Chung-Ching Chiou, and Shih-Lin Wu Department of Computer Science and Information Engineering Chang Gung University, Taoyuan, Taiwan, R.O.C.
Analysis of QoS Routing Approach and the starvation`s evaluation in LAN
www.ijcsi.org 360 Analysis of QoS Routing Approach and the starvation`s evaluation in LAN 1 st Ariana Bejleri Polytechnic University of Tirana, Faculty of Information Technology, Computer Engineering Department,
Introducing Basic MPLS Concepts
Module 1-1 Introducing Basic MPLS Concepts 2004 Cisco Systems, Inc. All rights reserved. 1-1 Drawbacks of Traditional IP Routing Routing protocols are used to distribute Layer 3 routing information. Forwarding
Course Description. Students Will Learn
Course Description The next generation of telecommunications networks will deliver broadband data and multimedia services to users. The Ethernet interface is becoming the interface of preference for user
MPLS is the enabling technology for the New Broadband (IP) Public Network
From the MPLS Forum Multi-Protocol Switching (MPLS) An Overview Mario BALI Turin Polytechnic [email protected] www.polito.it/~baldi MPLS is the enabling technology for the New Broadband (IP) Public
Quality of Service for VoIP
Quality of Service for VoIP WCS November 29, 2000 John T. Chapman Cisco Distinguished Engineer Broadband Products and Solutions Course Number Presentation_ID 1999, Cisco Systems, Inc. 1 The QoS Matrix
Comparative Analysis of Mpls and Non -Mpls Network
Comparative Analysis of Mpls and Non -Mpls Network Madhulika Bhandure 1, Gaurang Deshmukh 2, Prof. Varshapriya J N 3 1, 2, 3 (Department of Computer Science and IT, VJTI, Mumbai-19 ABSTRACT A new standard
Bandwidth Management in MPLS Networks
School of Electronic Engineering - DCU Broadband Switching and Systems Laboratory 1/17 Bandwidth Management in MPLS Networks Sanda Dragos & Radu Dragos Supervised by Dr. Martin Collier email: [email protected]
A Review on Quality of Service Architectures for Internet Network Service Provider (INSP)
A Review on Quality of Service Architectures for Internet Network Service Provider (INSP) Herman and Azizah bte Abd. Rahman Faculty of Computer Science and Information System Universiti Teknologi Malaysia
Analysis of Link Utilization in MPLS Enabled Network using OPNET IT Guru
Analysis of Link Utilization in MPLS Enabled Network using OPNET IT Guru Anupkumar M Bongale Assistant Professor Department of CSE MIT, Manipal Nithin N Assistant Professor Department of CSE MIT, Manipal
4 Internet QoS Management
4 Internet QoS Management Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology [email protected] September 2008 Overview Network Management Performance Mgt QoS Mgt Resource Control
Enterprise Network Simulation Using MPLS- BGP
Enterprise Network Simulation Using MPLS- BGP Tina Satra 1 and Smita Jangale 2 1 Department of Computer Engineering, SAKEC, Chembur, Mumbai-88, India [email protected] 2 Department of Information Technolgy,
Testing Multi-Protocol Label Switching (MPLS) enabled Networks
Technical Paper Testing Multi-Protocol Label Switching (MPLS) enabled Networks Kevin Boyne, COO of UUNet mentioned at a recent talk at an MPLS conference at Virginia, USA that today s opportunity is moving
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks Nagaselvam M Computer Science and Engineering, Nehru Institute of Technology, Coimbatore, Abstract Business Enterprises used VSAT
Performance Evaluation for VOIP over IP and MPLS
World of Computer Science and Information Technology Journal (WCSIT) ISSN: 2221-0741 Vol. 2, No. 3, 110-114, 2012 Performance Evaluation for VOIP over IP and MPLS Dr. Reyadh Shaker Naoum Computer Information
MPLS Traffic Engineering in ISP Network
MPLS Traffic Engineering in ISP Network Mohsin Khan Birmingham City University, England ABSTRACT Multi Protocol Label Switching (MPLS) is an innovative and vibrant technology. The most famous applications
Integrating Internet Protocol (IP) Multicast over Multiprotocol Label Switching (MPLS) for Real Time Video Conferencing Data Transmission
Integrating Internet Protocol (IP) Multicast over Multiprotocol Label Switching (MPLS) for Real Time Video Conferencing Data Transmission Majid Ashraf Derwesh Department of Electronics and Communication
How To Understand The Benefits Of An Mpls Network
NETWORKS NetIron XMR 16000 NETWORKS NetIron XMR 16000 NETWORKS NetIron XMR 16000 Introduction MPLS in the Enterprise Multi-Protocol Label Switching (MPLS) as a technology has been around for over a decade
Performance Evaluation of VoIP using Shortest-Widest and Modified Widest-Shortest QoS Routing Algorithms
Performance Evaluation of VoIP using Shortest-Widest and Modified Widest-Shortest QoS Routing Algorithms Ala F. Khalifeh, and Ali H. El-Mousa Abstract Implementation of current real time services (of which
OPNET simulation of voice over MPLS With Considering Traffic Engineering
Master Thesis Electrical Engineering Thesis no: MEE 10:51 June 2010 OPNET simulation of voice over MPLS With Considering Traffic Engineering KeerthiPramukh Jannu Radhakrishna Deekonda School of Computing
HPSR 2002 Kobe, Japan. Towards Next Generation Internet. Bijan Jabbari, PhD Professor, George Mason University
HPSR 2002 Kobe, Japan Towards Next Generation Internet Bijan Jabbari, PhD Professor, George Mason University May 28, 2002 Overview! Scalability and Interoperability in Internet! Impediments in Deployment
Evolution of QoS routing in the Internet
Evolution of QoS routing in the Internet Olivier Bonaventure Dept. Computing Science and Engineering Université catholique de Louvain http://www.info.ucl.ac.be/people/obo June 4th, 2004 Page 1 Agenda Routing
Recovery Modeling in MPLS Networks
Proceedings of the Int. Conf. on Computer and Communication Engineering, ICCCE 06 Vol. I, 9-11 May 2006, Kuala Lumpur, Malaysia Recovery Modeling in MPLS Networks Wajdi Al-Khateeb 1, Sufyan Al-Irhayim
RSVP- A Fault Tolerant Mechanism in MPLS Networks
RSVP- A Fault Tolerant Mechanism in MPLS Networks S.Ravi Kumar, M.Tech(NN) Assistant Professor Gokul Institute of Technology And Sciences Piridi, Bobbili, Vizianagaram, Andhrapradesh. Abstract: The data
Router Scheduling Configuration Based on the Maximization of Benefit and Carried Best Effort Traffic
Telecommunication Systems 24:2 4, 275 292, 2003 2003 Kluwer Academic Publishers. Manufactured in The Netherlands. Router Scheduling Configuration Based on the Maximization of Benefit and Carried Best Effort
VoIP versus VoMPLS Performance Evaluation
www.ijcsi.org 194 VoIP versus VoMPLS Performance Evaluation M. Abdel-Azim 1, M.M.Awad 2 and H.A.Sakr 3 1 ' ECE Department, Mansoura University, Mansoura, Egypt 2 ' SCADA and Telecom General Manager, GASCO,
MPLS Concepts. Overview. Objectives
MPLS Concepts Overview This module explains the features of Multi-protocol Label Switching (MPLS) compared to traditional ATM and hop-by-hop IP routing. MPLS concepts and terminology as well as MPLS label
Routing architecture in DiffServ MPLS networks
Routing architecture in DiffServ MPLS networks Gonzalo Camarillo Advanced Signalling Research Laboratory Ericsson, FIN-02420 Jorvas, Finland [email protected] Abstract The Internet is currently
Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering
Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls
Industry s First QoS- Enhanced MPLS TE Solution
Industry s First QoS- Enhanced MPLS TE Solution Azhar Sayeed Manager, IOS Product Management, [email protected] Contact Info: Kim Gibbons, [email protected],, 408-525 525-4909 1 Agenda MPLS Traffic Engineering
Network Efficient QoS Routing for Multimedia Services in MPLS Networks
Network Efficient QoS Routing for Multimedia Services in MPLS Networks HahnEarl Jeon The Graduate School Yonsei University Department of Electrical and Electronic Engineering Network Efficient QoS Routing
Project Report on Traffic Engineering and QoS with MPLS and its applications
Project Report on Traffic Engineering and QoS with MPLS and its applications Brief Overview Multiprotocol Label Switching (MPLS) is an Internet based technology that uses short, fixed-length labels to
Multiple Fault Tolerance in MPLS Network using Open Source Network Simulator
Multiple Fault Tolerance in MPLS Network using Open Source Network Simulator Muhammad Kamran 1 and Adnan Noor Mian 2 Department of Computer Sciences, FAST- National University of Computer & Emerging Sciences,
QoS Strategy in DiffServ aware MPLS environment
QoS Strategy in DiffServ aware MPLS environment Teerapat Sanguankotchakorn, D.Eng. Telecommunications Program, School of Advanced Technologies Asian Institute of Technology P.O.Box 4, Klong Luang, Pathumthani,
Dynamic Network Resources Allocation in Grids through a Grid Network Resource Broker
INGRID 2007 Instrumenting the GRID Second International Workshop on Distributed Cooperative Laboratories Session 2: Networking for the GRID Dynamic Network Resources Allocation in Grids through a Grid
MPLS Pseudowire Innovations: The Next Phase Technology for Today s Service Providers
MPLS Innovations: The Next Phase Technology for Today s Service Providers Introduction MPLS technology enables a smooth evolution of core networks within today s service provider infrastructures. In particular,
Performance Evaluation of Quality of Service Assurance in MPLS Networks
114 Performance Evaluation of Quality of Service Assurance in MPLS Networks Karol Molnar, Jiri Hosek, Lukas Rucka, Dan Komosny and Martin Vlcek Brno University of Technology, Communication, Purkynova 118,
CS/ECE 438: Communication Networks. Internet QoS. Syed Faisal Hasan, PhD (Research Scholar Information Trust Institute) Visiting Lecturer ECE
CS/ECE 438: Communication Networks Internet QoS Syed Faisal Hasan, PhD (Research Scholar Information Trust Institute) Visiting Lecturer ECE Introduction The Internet only provides a best effort service
Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm
Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:
Cisco Configuring Basic MPLS Using OSPF
Table of Contents Configuring Basic MPLS Using OSPF...1 Introduction...1 Mechanism...1 Hardware and Software Versions...2 Network Diagram...2 Configurations...2 Quick Configuration Guide...2 Configuration
Gigabit Ethernet, QoS, and Multimedia Applications. Rivier College Course: CS575A, Advanced LANs Semester: Spring 2005 Professor: Dr.
Gigabit Ethernet, QoS, and Multimedia Applications. Rivier College Course: CS575A, Advanced LANs Semester: Spring 2005 Professor: Dr. Vladimir Riabov Prepared by: Jeff Corbit Date: 04/28/2005 Table of
for guaranteed IP datagram routing
Core stateless distributed admission control at border routers for guaranteed IP datagram routing Takahiro Oishi Masaaki Omotani Kohei Shiomoto NTT Network Service Systems Laboratories, NTT corporation
Performance Analysis of MPLS TE Queues for QoS Routing
Performance Analysis of MPLS TE Queues for QoS Routing Yihan Li, Shivendra Panwar Electrical and Computer Engineering Department, Polytechnic University, Brooklyn, NY C.J. (Charlie) Liu AT&T Laboratories,
MPLS in Private Networks Is It a Good Idea?
MPLS in Private Networks Is It a Good Idea? Jim Metzler Vice President Ashton, Metzler & Associates March 2005 Introduction The wide area network (WAN) brings indisputable value to organizations of all
APPLICATION NOTE 211 MPLS BASICS AND TESTING NEEDS. Label Switching vs. Traditional Routing
MPLS BASICS AND TESTING NEEDS By Thierno Diallo, Product Specialist Protocol Business Unit The continuing expansion and popularity of the Internet is forcing routers in the core network to support the
PRASAD ATHUKURI Sreekavitha engineering info technology,kammam
Multiprotocol Label Switching Layer 3 Virtual Private Networks with Open ShortestPath First protocol PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Abstract This paper aims at implementing
MPLS VPNs with DiffServ A QoS Performance study
Technical report, IDE1104, February 2011 MPLS VPNs with DiffServ A QoS Performance study Master s Thesis in Computer Network Engineering Azhar Shabbir Khan Bilal Afzal School of Information Science, Computer
ADAPTIVE RESOURCE ALLOCATION AND INTERNET TRAFFIC ENGINEERING ON DATA NETWORK
ADAPTIVE RESOURCE ALLOCATION AND INTERNET TRAFFIC ENGINEERING ON DATA NETWORK ABSTRACT Hatim Hussein Department of Electrical and Computer Engineering, George Mason University, Fairfax, Virginia, USA [email protected]
Multi-Protocol Label Switching To Support Quality of Service Needs
Technical Report, IDE1008, February 2010 Multi-Protocol Label Switching To Support Quality of Service Needs Master s Thesis in Computer Network Engineering - 15hp AMJAD IFTIKHAR AOON MUHAMMAD SHAH & FOWAD
MPLS Based Recovery Mechanisms
MPLS Based Recovery Mechanisms Master Thesis Johan Martin Olof Petersson UNIVERSITY OF OSLO May 2005 2 Foreword This thesis is part of my Candidatus Scientiarum studies in communication systems at the
Distributed Explicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks
Distributed Eplicit Partial Rerouting (DEPR) Scheme for Load Balancing in MPLS Networks Sherif Ibrahim Mohamed [email protected] Khaled M. F. Elsayed, senior member IEEE [email protected] Department
Multiprotocol Label Switching (MPLS)
Multiprotocol Label Switching (MPLS) รศ.ดร. อน นต ผลเพ ม Asso. Prof. Anan Phonphoem, Ph.D. [email protected] http://www.cpe.ku.ac.th/~anan Computer Engineering Department Kasetsart University, Bangkok, Thailand
1.1. Abstract. 1.2. VPN Overview
1.1. Abstract Traditionally organizations have designed their VPN networks using layer 2 WANs that provide emulated leased lines. In the last years a great variety of VPN technologies has appeared, making
QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS
Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:
Quality of Service Routing Network and Performance Evaluation*
Quality of Service Routing Network and Performance Evaluation* Shen Lin, Cui Yong, Xu Ming-wei, and Xu Ke Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 {shenlin, cy, xmw,
Factors to Consider When Designing a Network
Quality of Service Routing for Supporting Multimedia Applications Zheng Wang and Jon Crowcroft Department of Computer Science, University College London Gower Street, London WC1E 6BT, United Kingdom ABSTRACT
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012. Network Chapter# 19 INTERNETWORK OPERATION
Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Chapter# 19 INTERNETWORK OPERATION Review Questions ٢ Network Chapter# 19 INTERNETWORK OPERATION 19.1 List
POINT OF VIEW. MPLS A Strategic Technology. Executive Summary
MPLS A Strategic Technology Executive Summary Multiprotocol Label Switching (MPLS) is a comprehensive data networking technology that provides many benefits to enterprises and carriers. AT&T has had many
ICTTEN4215A Install and configure internet protocol TV in a service provider network
ICTTEN4215A Install and configure internet protocol TV in a service provider network Release: 1 ICTTEN4215A Install and configure internet protocol TV in a service provider network Modification History
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
MPLS-based Virtual Private Network (MPLS VPN) The VPN usually belongs to one company and has several sites interconnected across the common service
Nowdays, most network engineers/specialists consider MPLS (MultiProtocol Label Switching) one of the most promising transport technologies. Then, what is MPLS? Multi Protocol Label Switching (MPLS) is
PROTECTION ALGORITHMS FOR BANDWIDTH GUARANTEED CONNECTIONS IN MPLS NETWORKS WONG SHEK YOON
PROTECTION ALGORITHMS FOR BANDWIDTH GUARANTEED CONNECTIONS IN MPLS NETWORKS WONG SHEK YOON (B.Eng.(Hons), NUS) A THESIS SUBMITTED FOR THE DEGREE OF MASTER OF ENGINEERING DEPARTMENT OF ELECTRICAL & COMPUTER
Addressing Inter Provider Connections With MPLS-ICI
Addressing Inter Provider Connections With MPLS-ICI Introduction Why migrate to packet switched MPLS? The migration away from traditional multiple packet overlay networks towards a converged packet-switched
- Multiprotocol Label Switching -
1 - Multiprotocol Label Switching - Multiprotocol Label Switching Multiprotocol Label Switching (MPLS) is a Layer-2 switching technology. MPLS-enabled routers apply numerical labels to packets, and can
WHITE PAPER. Multi-Protocol Label Switching (MPLS) Conformance and Performance Testing
WHITE PAPER Multi-Protocol Label Switching (MPLS) Conformance and Performance Testing www.ixiacom.com 915-1838-01 Rev. C, January 2014 2 Table of Contents Abstract... 4 Introduction... 4 What is MPLS?...
MPLS VPN Services. PW, VPLS and BGP MPLS/IP VPNs
A Silicon Valley Insider MPLS VPN Services PW, VPLS and BGP MPLS/IP VPNs Technology White Paper Serge-Paul Carrasco Abstract Organizations have been demanding virtual private networks (VPNs) instead of
IP Core Transport Network
UDC 635.14:621.391 IP Core Transport Network VAkira Hakata VMasafumi Katoh VHaruo Yamashita VSatoshi Nojima (Manuscript received February 28, 2001) This paper proposes a next-generation IP core transport
QoS Switching. Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p (GARP/Priorities)
QoS Switching H. T. Kung Division of Engineering and Applied Sciences Harvard University November 4, 1998 1of40 Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p
MPLS Architecture for evaluating end-to-end delivery
International Journal of Scientific and Research Publications, Volume 2, Issue 11, November 2012 1 MPLS Architecture for evaluating end-to-end delivery Nikita Wadhera Lovely Professional University Abstract-
A Load Balancing Scheme for Congestion Control in MPLS Networks
A Load Balancing Scheme for Congestion Control in MPLS Networks Elio Salvadori, Roberto Battiti UniversitàdiTrento Dipartimento di Informatica e Telecomunicazioni via Sommarive 14, 38050 Povo (TN), Italy
