QoS Flashcards
When does congestion occur ?
When a router or switch receives more traffic than it can forward.
What is FIFO queuing?
When a packet is stored and forwarded in the same order it was received.
What happens when the buffer fills up?
All subsequent traffic is dropped.
What is DiffServ?
Differentiated services - QoS architecture which populates TOS field with a DSCP value. This value is then used to match traffic to a PHB group.
What is a PHB group?
An arbitrary collection of values or factors which impact forwarding behaviour. These can include buffer size and bandwidth.
What is a class selector?
8 tier class model which maps to the DSCP field
What are the Class Selector code points?
CS0 LE CS1 CS2 CS3 CS4 CS5 CS6 CS7
Which of the 3 Code Selectors has the highest priority
CS0
CS1
LE
CS0 - considered best effort. The other 2 are considered undesirable.
What is the DSCP binary value of the CS0 code point?
000000
What is the DSCP binary value of the LE class selector?
000001
What is the DSCP binary value of the CS1 class selector?
001000
What is the DSCP binary value of the CS2 class selector?
010000
What is the DSCP binary value of the CS3 class selector?
011000
What is the DSCP binary value of the CS4 class selector?
100000
What is the DSCP binary value of the CS5 class selector?
101000
What is the DSCP binary value of the CS6 class selector?
110000
What is the DSCP binary value of the CS7 class selector?
111000
What is AF (assured forwarding)?
PHB group which allows you to prioritise traffic and drop probability during congestion.
How many classes does assured forwarding have?
12
What are the 12 AF classes?
AF11 AF12 AF13
AF21 AF22 AF23
AF31 AF32 AF33
AF41 AF42 AF43
Which AF class is of highest priority and most likely to be dropped?
AF43
Which AF class is lowest priority and least likely to be dropped?
AF11
Which AF class is lowest priority and most likely to be dropped?
AF13