QoS Flashcards

1
Q

3 Cisco QoS Implementation Model

A

■ Best effort: QoS is not enabled for this model. It is used for traffic that does not require any special treatment.
■ Integrated Services (IntServ): Applications signal the network to make a bandwidth reservation and to indicate that they require special QoS treatment. [RSVP]
■ Differentiated Services (DiffServ): The network identifies classes that require special QoS treatment.[DSCP]

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

traffic descriptors are typically used for classification:

A

■ Internal: QoS groups (locally significant to a router)
■ Layer 1: Physical interface, subinterface, or port
■ Layer 2: MAC address and 802.1Q/p Class of Service (CoS) bits
■ Layer 2.5: MPLS Experimental (EXP) bits
■ Layer 3: Differentiated Services Code Points (DSCP), IP Precedence (IPP), and source/ destination IP address
■ Layer 4: TCP or UDP ports
■ Layer 7: Next Generation Network-Based Application Recognition (NBAR2)

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

3 Cisco Method of Marking Packets

A

■ Layer 2: 802.1Q/p Class of Service (CoS) bits
■ Layer 2.5: MPLS Experimental (EXP) bits
■ Layer 3: Differentiated Services Code Points (DSCP) and IP Precedence (IPP)

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

are traffic-conditioning QoS mechanisms used to classify traffic and enforce other QoS mechanisms such as rate limiting.

A

Traffic Shaping and Policing

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

Drop or re-mark incoming or outgoing traffic that goes beyond a desired traffic rate.

A

Policer

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

Buffer and delay egress traffic rates that momentarily peak above the desired rate until the egress traffic rate drops below the defined traffic rate. If the egress traffic rate is below the desired rate, the traffic is sent immediately.

A

Shaper

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

is a QoS mechanism responsible for distinguishing between different
traffic streams. It uses traffic descriptors to categorize an IP packet within a specific class.

A

Packet classification

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

deep packet inspection engine that can classify and identify a wide variety
of protocols and applications using Layer 3 to Layer 7 data, including difficult-to-classify
applications that dynamically assign Transmission Control Protocol (TCP) or User Datagram
Protocol (UDP) port numbers

A

Next Generation Network-Based Application Recognition (NBAR2)

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

Layer 3 QOS Marking that uses 3-bit field in TOC to give priorities in IP Packet.

A

IP precedence

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

is a deep packet inspection engine that can classify and identify a wide variety of protocols and applications using Layer 3 to Layer 7 data

A

NBRA2

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

NBRA2 two modes of operations

A
  1. Protocol Discovery - discover and get real time stat
  2. Modular QoS CLI (MQC) - matching a specific network protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Qos Mechanism that colours a packet by changing a field within a packet or frame header with a traffic descriptor

A

Packet Marking

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

Four Per-Hop-Behaviors for general use

A
  1. Class Selector (CS) - first 3bits are used as CS bit. Backward compatible with IP Precedence
  2. Default Forwarding (DF) - for best-effort service
  3. Assured Forwarding (AF) - used for guaranteed bandwidth service.
  4. Expedited Forwarding (EF) - used for low-delay service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Cisco IOS and shapers are based on :

A

Token Bucket algorithms

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

The policed traffic rate, in bits per second (bps)

A

Committed Information Rate (CIR)

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

The time interval, milliseconds, over which the committed burst (Bc) is sent.

A

Committed Time Interval (Tc)

17
Q

The maximum size of CIR token bucket , measured in bytes

A

Committed Burst Size (Bc)

18
Q

Token

A

Single token represents 1bytes or 8bits

19
Q

Token bucket

A

A bucket that accumulates token until a maximum predefined number of token is reached.

20
Q

Type of policers

A
  1. Single-rate two-colour marker
  2. Single rate three-color marker
  3. two rate three-colour marker
21
Q

Legacy queuing algorithm

A
  1. FIFO (first in, first out)
  2. Round robin (queues are serviced in sequence)
  3. Weighted round robin ( developed to provide prioritisation)
  4. Custom Queuing (CQ) - cisco implementation of weighted round robin)
  5. Priority Queuing (PQ) - set of 4 queues (High, medium, normal, low) are served In strict order
  6. Weighted fair queueing (WFQ) - automatically divides interface bandwidth by the number of flows
22
Q

Current recommended queueing algorithm

A
  1. Class-based weighted fair queuing (CBWFQ) - enable the creation up to 256 queues
  2. Low latency queuing - (LLQ) - LLQ is CBWFQ with priority queuing
23
Q

Cisco Implementation of Red :

A

WRED (weighted random early detection) - randomness of drops can be manipulated by traffic weights