Quality of Service using Traffic Engineering over MPLS: An Analysis

Praveen Bhaniramka, Wei Sun, Raj Jain
Department of Computer and Information Science
The Ohio State University
2015 Neil Ave, DL395
Columbus, OH 43210
Telephone number: +1 614-292-3989
FAX number: +1 614-292-2911
Email address: bhaniram@cse.wustl.edu
wsun@cse.wustl.edu
jain@cse.wustl.edu

Abstract:

We compare the service received by TCP and UDP flows when they share either a link or a Multiprotocol Label Switching (MPLS) traffic trunk Since MPLS traffic trunks allow non-shortest path links also to be used, the total network throughput goes up with proper traffic engineering. If UDP and TCP flows are mixed in a trunk, TCP flows receive reduced service as the UDP flows increase their rates. Also, we found that in order to benefit from traffic engineering, MPLS trunks should be implemented end-to-end (first router to last router). If some part of the network is MPLS trunk-unaware, the benefits are reduced or eliminated.

 

Key topics:


1. Introduction

This paper presents an analysis of performance of TCP and UDP flows using MPLS traffic trunks.

MPLS stands for "Multiprotocol Label Switching" [4]. It's a layer 3 switching technology aimed at greatly improving the packet forwarding performance of the backbone routers in the Internet or other large networks. The basic idea is to forward the packets based on a short, fixed length identifier termed as a 'label', instead of the network-layer address with variable length match. The labels are assigned to the packets at the ingress node of an MPLS domain. Inside the MPLS domain, the labels attached to packets are used to make forwarding decisions. Thus, MPLS uses indexing instead of a longest address match as in conventional IP routing. The labels are finally popped out from the packets when they leave the MPLS domain at the egress nodes. By doing this, the efficiency of packet forwarding is greatly improved. Routers which support MPLS are known as "Label Switching Routers", or "LSRs".

Although the original idea behind the development of MPLS was to facilitate fast packet switching, currently its main goal is to support traffic engineering and provide quality of service. The goal of traffic engineering is to facilitate efficient and reliable network operations, and at the same time optimize the utilization of network resources. Most current network routing protocols are based on the shortest path algorithm, which implies that there is only one path between a given source and destination end system.

In contrast, MPLS supports explicit routing, which can be used to optimize the utilization of network resources and enhance traffic oriented performance characteristics. For example, multiple paths can be used simultaneously to improve performance from a given source to a destination. MPLS provides explicit routing without requiring each IP packet to carry the explicit route, which makes traffic engineering easier. Another advantage is that using label switching, packets of different flows can be labeled differently and thus received different forwarding (and hence different quality of service).

A Label Switched Path (LSP) is referred to as a path from the ingress node to the egress node of an MPLS domain followed by packets with the same label. A traffic trunk is an aggregation of traffic flows of the same class, which are placed inside an LSP [1,2]. Therefore, all packets on a traffic trunk have the same label and the same 3-bit class of service (currently experimental) field in the MPLS header. Traffic trunks are routable objects like virtual circuits in ATM and Frame Relay networks. These trunks can be established either statically or dynamically ( on demand ) between any two nodes in an MPLS domain.

A trunk can carry any aggregate of micro-flows, where each micro-flow consists of packets belonging to a single TCP or UDP flow. In general, trunks are expected to carry several such micro-flows of different transport types. However, as shown in this analysis, mixing different transport types can cause performance problems such as starvation and unfairness for certain traffic.

Figure 1 illustrates the relationships between the various abstractions we have described above.

  figure1

Figure 1: Relationships among Flows, Trunks, LSPs and Links

In this paper, we analyze the performance impact of mixing TCP and UDP traffic. The two transports have a very different congestion response. Specifically, TCP has congestion control and reduces its traffic in response to packet loss whereas, UDP has no congestion control and does not respond to losses. While it is possible to design UDP applications that are sensitive to congestion losses, very few such applications exist.

In the following section we describe the simulation model we have used. In section 3, we compare the results of different simulations conducted for 4 different scenarios and finally, we give some conclusions based on our simulations.


2. Network Topology

We used Network Simulator version 2 (ns-2) [3]for our analysis with new modules for label switching and CBQ (Class-based Queuing) [6]for trunk service.

figure2

Figure 2: Network Topology

In the simulations, the network topology shown in Figure 2 was used. It consists of six routers and six end-systems. The routers are MPLS capable. There are 3 flows. Source S1 sends UDP traffic to destination D1. Sources S2 and S3 send TCP traffic to destination D2 and D3, respectively(here n=3). The UDP source sends traffic at a given rate. The TCP sources are "infinite ftp" sources and send packets whenever its congestion window allows. The actual throughputs are monitored at the destination nodes.

The two TCP flows are different only in their packet sizes. The first TCP flow (TCP1) between S2 and D2 uses a MSS of 512 bytes. The second flow (TCP2) between S3 and D3 uses an MSS of 1024 bytes. Thus, the two flows are almost identical except for the packet sizes.

From Figure 2 we can see, there exist two parallel paths between routers R2 and R5, one (R2-R3-R5) of a high bandwidth (45 Mbps) and the other (R2-R4-R5) of comparatively low bandwidth (15Mpbs). The link delay of all the links in the network is 5ms.


3. Simulation Results

To see the effect of MPLS traffic trunks, we analyzed four different scenarios with different intermixing of TCP and UDP flows. In each scenario, we vary the UDP rate and measure the throughput of the three flows. These scenarios and the analysis results are as follows.

The first case we analyzed is current IP with best effort shortest path routing without any trunks. All traffic in this case follows the high-speed path R2-R3-R5 and the alternative path R2-R4-R5 is unused. The results are shown in Figure 3.

  figure3

 Figure 3: Results with Normal IP routing

Notice that as the UDP flow increases its rate, the throughputs of both TCP flows decrease. When the UDP rate reaches 45Mbps, both TCP flows can send almost nothing because all the bandwidth of link R2-R3 is used by UDP. That is, the congestion-sensitive traffic suffers at the hands of congestion-insensitive traffic.

Notice also that the two TCP flows that are different only in their packet sizes get very different throughput. The flow with smaller packet size (TCP1) gets very small throughput. This is a known behavior of TCP congestion mechanism [3].

In this case we configured two trunks over the network in the following way. The first trunk carries UDP and TCP1 and follows the label switched path (LSP) R1-R2-R3-R5-R6 (high bandwidth path). The second trunk carries TCP2 and follows the path R1-R2-R4-R5-R6 (low bandwidth path). We vary the UDP source rate and observe the throughput for the various flows. The results are shown in Figure 4.

  figure4

Figure 4: Results using two trunks, with TCP and UDP mixed on one Trunk

Notice that there is a significant improvement in the throughput of the flows. This is because the low bandwidth link which was not being utilized till now is also being used. Hence, TCP2 which is directed on a separate trunk and follows the low bandwidth link is unaffected by the increase in the UDP source rate and hence shows an almost constant throughput. But, we also observe that as the UDP source rate increases, the throughput of the TCP1 flow mixed with it on the same trunk suffers. This is because the TCP flow cuts down its rate in response to

network congestion. Thus, we can say that use of separate trunks definitely improves the network performance but, is not sufficient to provide the Quality of Service which might be desirable for some applications. Thus, in order to guarantee the Quality of Service to a given flow, we need to isolate UDP flows and TCP flows in different trunks so that even if a given UDP flow increases its source rate, TCP flows are unaffected by this.

In this case, we use three isolated trunks, one each for the UDP and TCP flows, respectively. This is done using Class Based Queuing (CBQ) to guarantee bandwidth allocations for all the different trunks at the routers. By doing this, we essentially separate the UDP flow from the TCP flows and thus get the results shown in Figure 5.

figure5

 Figure 5: Results using a separate trunk for different flows

Here we see that the increase in the UDP source rate does not affect either of the TCP sources and both are able to get a fairly constant throughput. Thus, by isolating UDP and TCP flows, we can guarantee a given Quality of Service to sources which are responsive to congestion control also. Although this is achieved at the overhead of maintaining separate queues for each of the trunks at each of the routers. According to Li and Rekhter [1], the number of trunks within a given topology is within the limit of (N*(N-1)*C), where N is the number of routers in the topology and C is the number of traffic classes. This means the overhead is within a reasonable limit.

It is worth to note that although we use one flow in each trunk, this is not the general case. There could be multiple flows in a trunk. The simulations suggest that we should separate UDP flows from TCP flows using different trunks.

In this case we analyze a scenario where the trunks are not end to end. Specifically, the trunks are being initialized only from R2. In this case, the flows interfere with each other for part of the path since R1 does not distinguish between the various flows. The results are shown in Figure 6.

  figure6

Figure 6: Results using Non end-to-end trunks

The above results show that the network really cannot guarantee anything in such a case. This happens because at R1 the flows are treated identically and during periods of congestion the TCP sources reduce their source rates and this leads to very poor throughput for the TCP sources even though they are treated distinctly at R2. Thus, in order that this kind of a scheme be successful, the flows should be separated as soon as they share a common link in the network.


4. Summary

Simulation results show that the total network throughput improves significantly with proper traffic engineering. Congestion-unresponsive (UDP) flows affect the throughput of congestion-responsive (TCP) flows. Therefore, different types of flows should be isolated in different trunks in order to guarantee quality of service. For the above scheme to be effective, the trunks need to be end-to-end, otherwise the advantages of isolation in other parts of the network are eliminated or reduced significantly.


5. References

  • [1] Li, T., Rekhter, Y. "A Provider Architecture for Differentiated Services and Traffic Engineering (PASTE)", RFC 2430, October 1998
  • [2] Awduche, D.O., Malcolm, J., O'DEll, M., McManus, J. "Requirements for Traffic Engineering Over MPLS", draft-ietf-mpls-traffic-eng-00.txt, October 1998
  • [3] UCB, LBNL, VINnT Network Simulator - ns2, http://www-mash.cs.berkeley.edu/ns/ns.html
  • [4] Rosen, E.C., Vishwanathan, A., Callon, R. "Multiprotocol Label Switching Architecture", draft-ietf-mpls-arch-04.txt, Feb. 1999
  • [5] Eric C. Rosen, Y. Rekhter, "MPLS Label Stack Encoding", draft-ietf-mpls-label-encaps-03.txt, Sep. 1998
  • [6] Sally Floyd, Van Jacobson, "Link-sharing and Resource Management Models for Packet Networks", Feb. 1995