Chapter 5. Implementing QoS


The rapid adoption of IP communications and the deployment of more complex and bandwidth-demanding applications led to a tremendous increase in network use. In a network with limitless resources, this would not be an issue. Although the technology is available to throw bandwidth and more powerful switching nodes at the problem, that is not always the best solution. A TCP session, for example, tries to use as much bandwidth as is available, to the detriment of other IP flows using the same links. Regardless of bandwidth, links can become congested due to various factors such as backing up failed paths in the network or handling the unpredictable traffic resulting from a security attack. At the same time, upgrading links and network nodes to handle higher bandwidths usually is an expensive proposition. Companies will try to make the most of the existent infrastructure and increase their return on investments (ROI). Concerted proactive measures can limit the probability that congestion will occur, but ultimately, traffic congestion is a fact of life in any network. Under such circumstances, the network operator must decide how to manage it and how to allocate the network resources based on traffic types. Congestion-management mechanisms should be considered regardless of the bandwidth available.

Networks provide a service to applications by transporting their data. Different application types have different expectations from this service; they demand a certain quality of service (QoS). These expectations are for the entire path of the traffic, making QoS an end-to-end concept. Applications such as interactive voice communications, audio, and video are sensitive to delay and delay variations (jitter), but they can afford to lose randomly a small percentage of the traffic. At the other end of the spectrum are the mission-critical applications that need reliable, no-loss data transfers.

The service level needs of any type of traffic can generally be quantified through a set of parameters such as the following:

  • Service availability, which represents the percentage of uptime for the service

  • Packet delivery ratio

  • Round-trip time

  • Jitter, which measures delay variations

For any given service, the target values for such parameters are listed in a service level agreement (SLA). The SLA can represent the internal network performance goals of an enterprise. It can also represent a contractual agreement between a service provider and its customers.

To meet the requirements of SLAs, the network has to be able to identify different types of traffic, to reserve bandwidth, to improve the loss characteristics, to avoid and manage congestion, and to prioritize the traffic. These functions are performed by routers and switches across the entire network in the context of an end-to-end QoS deployment model. Two such models are identified in the case of IPv4:

  • Integrated services (IntServ) (RFC1633) Rely on a signaling mechanism to reserve the necessary resource prior to forwarding the traffic across the network. This approach simulates the operational concepts of a circuit switched environment.

  • Differentiated services (DiffServ) (RFC 2475) Rely on policies that are defined on the network nodes and on packets being matched against and switched based on these policies.

Network elements leverage several mechanisms that enable them to support the implementation of these IP QoS models, as follows:

  • Classification and marking Classification is used to separate packets based on certain characteristics such as Source or Destination Address, predefined patterns of the 8 bits in the Type of Service (ToS) IP header field (IP precedence or differentiated services code point, DSCP) and higher-layer protocol information. The ToS field of a packet header can be overwritten by routers with a value relevant to the QoS policies defined in that network. This action on a packet is called marking.

  • Traffic conditioning (policing and shaping) The policing function enables the router to force inbound and outbound traffic to stay within a defined profile. Any traffic that does not observe the constraints of the profile is dropped. Through shaping, the router avoids downstream congestion by buffering traffic that does not fit a defined profile.

  • Congestion avoidance A mechanism that routers can implement to detect the possible buildup of congestion by monitoring the use of output buffers. If the buffers are getting full, the low-priority packets are dropped to save resources for the high-priority ones.

  • Congestion management The way the router handles an overflow of traffic. This functionality is implemented through various queuing algorithms.

Figure 5-1 schematically captures these mechanisms as they operate within a router.

Figure 5-1. QoS Mechanisms in a Router


These mechanisms are implemented the same way in both versions of IP. A number of books focus specifically on this topic, such as IP Quality of Service, by Srinivas Vegesna. Table 5-1 lists the QoS features supported by Cisco platforms both IPv4 and IPv6 along with layer 2 QoS features.

Table 5-1. QoS Mechanisms and Their Implementation in Cisco Devices

QoS Mechanism

Implementation Notes

IPv4

IPv6

Classification

Precedence

X

X

 

DSCP

X

X

 

Network-based application recognition (NBAR)

X

N/A

Marking

Class-based marking (CBM)

X

X

 

Committed access rate (CAR)

X

 
 

Policy-based routing (PBR)

X

X

Policing and shaping

Rate limiting

X

X

 

Class-based policing (CBP)

X

X

 

Generic traffic shaping (GTS)

X

N/A

 

Frame Relay traffic shaping (FRTS)

X

X

Congestion avoidance

Weighted random early detection (WRED)

X

X

Congestion management (queuing)

First in, first out (FIFO)

X

X

 

Priority queuing (PQ)

X

N/A

 

Custom queuing (CQ)

X

N/A

 

Flow-based weighted fair queue (FBWFQ)

X

X

 

Class-based weighted fair queue (CBWFQ)

X

X

 

Low-latency queue (LLQ)

X

X

 

Modified Deficit Round Robin (MDRR)

X

X

Layer 2 QoS

ATM

X

X

 

Frame Relay

X

X

 

Ethernet 802.1p (CoS)

X

X

 

Cable (DOCSIS)

X

N/A

Link-efficiency mechanisms

Compressed Real Time Protocol (cRTP)

X

N/A

 

Link fragmentation and interleaving (LFI)

X

X


Table 5-1 shows that in Cisco products only a limited number of IPv4 QoS features are not available for IPv6 at the time of this writing.

Because of the many similarities between IPv4 and IPv6 QoS, this chapter focuses on the few things that differentiate them today. This chapter covers the following topics:

  • A review of differences between IPv6 and IPv4 QoS

  • A discussion on the implementation of QoS for IPv6 over MPLS deployments

  • Examples of configuring IPv6 QoS in a native environment and in an MPLS-based environment

  • IPv6 QoS deployment considerations

It is assumed that the reader is familiar with fundamental concepts of IPv4 QoS. You can apply this knowledge directly toward deploying IPv6 QoS.




Deploying IPv6 Networks
Deploying IPv6 Networks
ISBN: 1587052105
EAN: 2147483647
Year: 2006
Pages: 130

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net