Quality of Service Flashcards

1
Q

First-in First-out (FIFO Queuing)

A

Buffers begin to fill and the packets are queued up in the order in which they’re received

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Classification, Marking and Queuing

A

Prioritizing some packets over others according to how they tolerate latency and loss

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Policing and Shaping

A

Policing: To avoid queue delays, policing drops packets

Shaping: Stores in a queue until bandwidth is available. Does not drop packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Differentiated Services (DiffServ)

A

A QoS architecture that uses the TOS byte of the IP field to classify a packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Per-Hop Behavior Groups

A

A description of the externally observable forwarding behavior. Classifying packets by priority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Class Selector (CS)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Assured Forwarding

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Expedited Forwarding

A

Single code point with the value 46. It’s intended for high priority traffic that should be bandwidth limited. An example would be VoIP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Class Map

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Policy Maps

A

Mark packets and perform policing, shaping, and queuing. They are applied to interfaces and applied either inbound or outbound traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Wireless QOS

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

WiFi Multimedia (WMM)

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Single-Rate, Two-color Policing

A

Exceeding traffic is red and conforming traffic is green

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Single-Rate, Three-color Policing

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Two-Rate Policing

A

Define a CIR and a peak information rate (PIR). The CIR has a bc bucket and the PIR has a be bucket

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Class-based Weighted Fair Queuing (CBWFQ)

A

It can create up to 256 queues for 256 different classes. Not good for delay-sensitive traffic such as voice. For the size of the queue, you have 2 choices: tail drop and WRED