QoS Flashcards
(30 cards)
VOIP
Voice over IP, allows for phone calls over an IP network by connecting to a switch
Internal 3-port switch
interface on a IP phone, “uplink” connects to switch, “downlink” connects to PC, last port connects internally to the phone
voice vlan
Used to put traffic from IP phones into a special vlan with higher priority
Power policing
PoE supplies device with just enough power that it needs
Bandwidth
Overall capacity of a link
one-way delay
time traffic takes from source to destination
Jitter
Variation in delay between packets sent by the same application
Loss
The # of packets sent not reaching destination
Standard quality
One-way delay: 150ms or less
Jitter: 30 ms or less
loss: 1% or less
Classification/marking
Organizes traffic/packets into traffic classes (categories) to give priority
What is the PCP for in dot1q
Priority Code Point, used to prioritize traffic when using dot1q
DSCP
Differentiated Services Code Point, field in the IP header that can be used to identify high/low traffic
Default forwarding
Best effort traffic
Expedited Forwarding
Low loss/latency/jitter traffic (usually voice) (DSCP mark 46)
Assured Forwarding
set of 12 standard values
contains traffic classes (high = more priority)
Drop precedence (priority within classes)
Class Selector (CS)
set of 8 standard values, provides backward compatibility with IPP
Mark
When the PCP/DSCP value is checked for priority
Trust boundary
Defines where devices choose to trust QoS markings in received messages.
Queuing
When more traffic than a router can handle arrives, it is placed into queue and packets go FIFO.
tail drop
packets are dropped by the Router if the queue is full
TCP global synch
Can be triggered by tail drops, TCP windows shorten in order to get through the queue but all of them will slow down
Random Early Detection
Router drops certain TCP packets early in the queue to prevent global sync
Weighted Random Early Detection
Similar to RED but allows you to control which packets get dropped first
Scheduler
With multiple queues, scheduler decides which queue gets to go next