Module 9: QoS Concepts Flashcards
Name three types of congestion points for network traffic.
- Aggregation - Where multiple traffic streams combine into a single path.
- Speed mismatch - When traffic moves between links with differing bandwidths.
- LAN to WAN - The transition from a local area network to a typically slower wide area network like the Internet.
What is Quality of Service (QoS)?
A technique for prioritising the flow of traffic in congested networks.
What is Delay in terms of network traffic?
Delay, or latency, is the time it takes for a packet to travel from the source to a destination.
What is fixed delay?
The specific amount of time a process takes, such as the process of placing a bit on the transmission media.
What is variable delay?
The unspecified and variable amount of time a process takes, such as how long a packet is queued before being transmitted on a link.
What is Code Delay? Is it a fixed or variable delay?
The fixed amount of time it takes to compress data at the source before transmitting to the first internetworking device, typically a switch.
What is Packetisation Delay? Is it a fixed or variable delay?
The fixed time it takes to encapsulate a packet with all the necessary header information.
What is Queing Delay? Is it a fixed or variable delay?
The variable amount of time a frame or packet waits to be transmitted on the link.
What is Serialisation Delay? Is it a fixed or variable delay?
The fixed amount of time it takes to transmite a frame onto the wire.
What is Propagation Delay? Is it a fixed or variable delay?
The variable amount of time it takes for the frame to travel between the source and the destination.
What is De-jitter Delay? Is it a fixed or variable delay?
The fixed amount of time it takes to buffer a flow of packets and then send them out in evenly spaced intervals.
What is Jitter?
The variation in the delay of packets received.
True or false?
At the sending side packets are sent at a variable rate.
False. They are sent in a continuous stream with the packets evenly spaced apart.
True or false?
Removing the delay in sending traffic also removes the jitter.
False. Both delay and jitter need to be controlled and minimised to support real-time and interactive traffic.
What is Packet Loss?
The loss of packets during transmission.
What can cause packet loss in an otherwise connected transmission?
Congestion in network devices such as switches and routers may fill up their memory, causing them to drop packets.
Why might QoS mechanisms be important on frequently congested devices?
In order to ensure that time-sensitive packets, like real-time voice and video, will not be dropped. Instead the network devices will drop non time-sensitive packets, such as email and web browsing, which can be resent without as much impact.
Which type of traffic tends to consume a large portion of network capacity?
Data
Which type of traffic requires at least 384 Kbs of bandwidth?
Video
Which type of traffic is unpredictable, inconsistent, and bursty?
Video
Which type of traffic can be predictable and smooth?
Voice
Which type of traffic cannot be retransmitted if lost?
Voice
Which type of traffic must receive a higher UDP priority?
Voice