Chap 14 - QOS (part 1) Flashcards
What are the 4 primary goals for implementing QOS?
- Expediting delivery for real-time applications
- Ensuring business continuance for business-critical applications
- Providing fairness for non-business-critical applications when congestion occurs
- Establishing a trust boundary across the network edge to either accept or reject traffic markings injected by endpoints
What are the 3 tools QOS uses to achieve it goals?
- Classification and marking
- Policing and Shaping
- Congestion management and avoidance
What are the 3 leading causes of quality issues?
- Lack of bandwidth
- Latency and jitter
- Packet loss
What are the 2 categories that network latency can be broken down into?
- Fixed latency
- Variable latency
What are the 3 Fixed latency causes?
- Propogation delay
- Serialization delay
- Processing delay
What is the 1 Variable latency cause?
Delay variation
What is Propogation Delay?
Propagation delay is the time it takes for a packet to travel from the source to a destination at the speed of light over a medium such as fiber-optic cables or copper wires.
What is the Refractive Index and which is worse, higher or lower?
- The ratio arrived at by the lack of vacuum conditions in a fiber-optic cable or a copper wire that slows down the speed of light
- The larger this value is the slower light travels
What is the speed of light?
299 Million meters per second
What is the formula for calculating speed of light through a medium?
- speed of light in a vacuum divided by the refractive index
What is the refractive index value of optical fiber?
1.5
What is the speed of light through a fiber cable with a refractive index of 1.5?
200,000,000 meters per second
What are 2 unknown variables to take into account when calculating average latency of a fiber circuit?
- Fiber does not always take the shortest path to the destination
- Components required for fiber optic cable (repeaters and amplifiers) may introduce additional delay
What is the ITU recommendation for the maximum amount of delay regardless of application type?
Should not exceed 400 ms
What is the ITU recommendation for real time traffic?
Should not exceed 150 ms
What is serialization delay?
the time it takes to place all the bits of a packet onto a link.
What is the formula for calculating serialization delay?
packet size in bits / line speed in bits per second
What is processing delay?
The fixed amount of time it takes for a networking device to take the packet from an input interface and place the packet onto the output queue of the output interface.
What 5 factors affect processing delay?
- CPU speed
- CPU Utilization
- IP Packet switching mode (process switching, software CEF, hardware CEF)
- Router architecture (centralized or distributed)
- Configured features on both input and output interfaces