Quality of Service Flashcards
First-in First-out (FIFO Queuing)
Buffers begin to fill and the packets are queued up in the order in which they’re received
Classification, Marking and Queuing
Prioritizing some packets over others according to how they tolerate latency and loss
Policing and Shaping
Policing: To avoid queue delays, policing drops packets
Shaping: Stores in a queue until bandwidth is available. Does not drop packets.
Differentiated Services (DiffServ)
A QoS architecture that uses the TOS byte of the IP field to classify a packet
Per-Hop Behavior Groups
A description of the externally observable forwarding behavior. Classifying packets by priority.
Class Selector (CS)
Offers 8 different classes ranging from CS0 to CS7.
CS0 is the highest priority, default class, and is best-effort traffic. CS1 and LE are intended for lower effort traffic
Assured Forwarding
Allows you to specify not only the priority of a packet, but also the likelihood that it will be dropped while it’s waiting in a queue.
Use formula 8x +2y to find the DSCP value of any AF
example AF11 would be (8x1)+(2x1)=10
Expedited Forwarding
Single code point with the value 46. It’s intended for high priority traffic that should be bandwidth limited. An example would be VoIP.
Class Map
Can match packets according to a variety of criteria, such as IP address, protocol, port number, source mac address, packet length, DSCP value, or 801.1Q CoS value
Default class-map class-default matches all traffic
Policy Maps
Mark packets and perform policing, shaping, and queuing. They are applied to interfaces and applied either inbound or outbound traffic
Wireless QOS
WLC has 4 preset QOS profiles that define max DSCP values for wireless client traffic
Profile Purpose DSCP
Platinum Voice EF
Gold Video AD41
Silver Best Effort CS0
Bronze Background AF11
WiFi Multimedia (WMM)
Clients that support WMM can mark their WLAN frames with one of 4 WMM values
Access class WMM 802.11e Value Trans Cos
Voice 6 5
Video 5 4
Best Effort 0 0
Background 1 1
Single-Rate, Two-color Policing
Exceeding traffic is red and conforming traffic is green
Single-Rate, Three-color Policing
Adds yellow packets that are considered exceeding but still allowed. Uses 2 tokens instead of one:
The committed burst bucket (bc) and the excess burst bucket (be)
Two-Rate Policing
Define a CIR and a peak information rate (PIR). The CIR has a bc bucket and the PIR has a be bucket