Crucial Points to Remember About QoS

  1. Best Effort follows the FIFO (First In, First Out) principle.

  2. Best Effort has no traffic prioritization and serves as the default QoS mechanism.

  3. QoS (Quality of Service) optimizes network resources to enhance data transmission and prioritize traffic based on type.

  4. Classification categorizes traffic by type and importance, such as voice, video, and data.

  5. Marking involves adding labels to packets based on their type.

  6. Queuing determines how an output interface processes and forwards traffic.

  7. Common Queue Types:

  • LLQ (Low Latency Queue): Ensures low delay for high-priority traffic.
  • CB-WFQ (Class-Based Weighted Fair Queuing): Allocates bandwidth fairly based on traffic classification.
  1. Policing drops packets exceeding the CIR (Committed Information Rate).
  2. Shaping buffers excess packets over the CIR instead of dropping them immediately.
  3. CIR (Committed Information Rate): The minimum guaranteed bandwidth a network provider commits to under normal conditions.
  4. RTP (Real-Time Protocol): Used for transmitting voice and video traffic.
  5. Header Compression reduces a 10-40 byte header to 1 byte, especially useful for low-speed links.

LinkedIn: :point_down:

1 Like