QoS CoS Flashcards

(27 cards)

1
Q

What is the purpose of CoS (Class of Service) in QoS?

A

CoS is a Layer 2 marking found in the 802.1Q tag that classifies traffic for prioritization.

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

How many bits are used in the CoS field of the 802.1Q tag?

A

3 bits, allowing for 8 possible values (0–7).

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

Which CoS value is commonly used for voice traffic?

A

CoS 5

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

Where is DSCP marking located in the OSI model?

A

Layer 3 (IP header)

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

What DSCP value corresponds to Expedited Forwarding (EF) typically used for voice?

A

DSCP 46

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

What is the main difference between CoS and DSCP?

A

CoS is Layer 2 and uses 3 bits in the VLAN tag; DSCP is Layer 3 and uses 6 bits in the IP header.

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

What command enables CoS trust on a switch interface?

A

mls qos trust cos

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

What command enables global QoS on a Cisco switch?

A

mls qos

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

Which QoS model categorizes and marks traffic for differentiated treatment?

A

DiffServ (Differentiated Services)

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

Which QoS method drops excess traffic immediately?

A

Policing

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

Which QoS method buffers excess traffic for later transmission?

A

Shaping

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

What is a trust boundary in QoS?

A

The point in the network where incoming QoS markings (CoS/DSCP) are either trusted or overwritten.

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

What is LLQ (Low Latency Queuing) and why is it important in QoS?

A

LLQ is a queuing mechanism that combines CBWFQ with a strict priority queue for delay-sensitive traffic like voice.

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

What is CBWFQ (Class-Based Weighted Fair Queuing)?

A

CBWFQ allows traffic classification into classes with bandwidth guarantees based on weights and class maps.

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

What is WRED (Weighted Random Early Detection) used for?

A

WRED is used for congestion avoidance by randomly dropping lower-priority packets before a queue is full, protecting TCP flows.

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

In QoS, where is traffic shaping typically applied?

A

Traffic shaping is usually applied on egress interfaces to buffer excess traffic and send it at a controlled rate.

17
Q

In QoS, where is policing typically applied?

A

Policing is usually applied at ingress to drop or mark traffic that exceeds configured rate limits.

18
Q

What is the main difference between traffic shaping and policing?

A

Shaping buffers excess traffic, while policing drops or marks it immediately.

19
Q

What is the difference between DiffServ and IntServ QoS models?

A

DiffServ uses class-based marking and prioritization; IntServ uses per-flow resource reservation (e.g., RSVP).

20
Q

What does the ‘mls qos trust dscp’ command do?

A

It enables the switch to trust the DSCP value on incoming packets for QoS decisions.

21
Q

What mechanism is used to match traffic classes in CBWFQ or policing policies?

A

Class-maps using criteria like ACLs, DSCP, or NBAR are used to classify traffic.

22
Q

Which part of the IP header is used for DSCP marking?

A

The first 6 bits of the 8-bit DS field (formerly ToS byte) are used for DSCP.

23
Q

What is the purpose of a policy map in QoS?

A

A policy map defines actions (e.g., marking, shaping, policing) to apply to classified traffic.

24
Q

What is the purpose of a service policy in QoS?

A

A service policy is used to apply a policy map to an interface for enforcing QoS.

25
What is the purpose of a trust boundary in QoS design?
A trust boundary defines where QoS markings are trusted or overwritten, usually at the edge of the network.
26
What does WFQ (Weighted Fair Queuing) do?
WFQ automatically provides fair bandwidth allocation among flows based on weight and traffic volume.
27
Which queuing mechanism provides strict priority for voice traffic?
Low Latency Queuing (LLQ).