QoS Flashcards
Quality of Service
What is the command to configure a voice VLAN on a switchport
switchport voice vlan vlan
Jitter is defined as:
The variation in one-way delay between packets sent by the same application
Explain Random Early Detection (RED)
To prevent TCP global synchronization, once the amount of traffic in queue reaches a certain threshold, the device will start randomly dropping packets from select TCP flows.
Those TCP flows that dropped packets will reduce the rate at which they are sending traffic, but TCP global synchronization is avoided.
In standard RED, all kinds of traffic are treated the same, but with WRED (Weighted RED), you can control which packets are dropped depending on the traffic class
Which of the following are recommended standards for acceptable interactive video quality?
a) Delay: 30 ms or less
b) Delay: 150 ms or less
c) Jitter: 30 ms or less
d) Jitter: 50 ms or less
e) Loss: 1% or less
f) Loss: 2% or less
B, C, E
Which of the following is a negative effect of tail drop?
a) TCP sliding window
b) RED
c) WRED
d) TCP global synchronization
D
Which of the following is the default manner of forwarding queued packets?
a) FIFO
b) LIFO
c) LILO
d) FILO
A) FIFO
Which of the following is a congestion avoidance method that drops lower-priority packets if network congestion is detected?
a) WFQ
b) RED
c) FIFO
d) WRED
d) WRED
Define classification
Organizing network traffic into traffic classes, in order to be able to prioritize certain types of traffic
Name an L2 header field and an L3 header field that can be used to identify high/low priority traffic
L2: PCP (Priority Code Point) field of dot1q tag header (so only applicable when there is VLAN tagging)
L3: DSCP (Differentiated Services Code Point) field of IP header
IEEE 802.1p specifies that traffic with a PCP == 0 is:
Best-effort traffic. There is no guarantee that data is delivered or that it meets any QoS standard. This is regular traffic
IEEE 802.1p specifies that traffic with PCP == 3 is:
Critical applications traffic.
IP phones mark call signaling traffic (used to establish calls) as PCP-3. They mark the actual voice traffic as PCP-5
IEEE 802.1p specifies that traffic with PCP == 5 is:
Voice traffic. Specifically, the actual voice traffic, excluding the call signaling traffic.
IEEE 802.1p specifies that call signaling traffic is marked as PCP-?
PCP-3, critical applications traffic
IEEE 802.1p specifies that voice traffic is marked as PCP-?
PCP-5, voice traffic
IEEE 802.1p specifies that by default traffic is marked as PCP-?
PCP-0, best effort