Konubinix' opinionated web of thoughts

Quality of Service

Fleeting

Quality of Service

queues

Quality of Service

Traffic types can be classified as delay-sensitive traffic, such as voice and video, and low priority or best-effort data. Normally, a maximum of eight queues is supported on the device port.

https://study-ccna.com/qos-queues-queuing/

the two most common ways for Cisco devices:

Priority Queues (PQs)
is intended for packets that require low-latency and low jitter processing. During periods of congestion, PQs will drop any oversubscription.
Class-Based Weighted Fair Queuing (CBWFQ)
is intended for non-time, loss, or jitter-sensitive bulk and transactional traffic. During times of congestion, each queue can specify a reserved bandwidth that is assured to be accessible for that class. Finally, queue depth can be set to ensure that a queue can handle traffic bursts.

https://study-ccna.com/qos-queues-queuing/

some of the available queueing methods:

First In First Out (FIFO)
Packets enter and exit the queue in the exact same order.
Weighted Fair Queueing (WFQ)
A hashing technique divides flows into distinct queues, with weights determining how many packets are served at once. Set IP Precedence and DSCP value to define weights.
Custom Queuing (CQ)
Multiple queues with customizable queue limits are used to classify traffic. The queue limitations are determined by the average packet size, maximum transmission unit (MTU), and bandwidth allocation percentage. Queue limitations (in bytes) are dequeued for each queue, resulting in a statistical estimate of the allocated bandwidth.
Weighted Round Robin (WRR)
 In the WRR algorithm, the weight of the queue is proportional to the number of packets sent from it (the higher the weight, the more frames are sent). The number of packets serviced during each visit to a queue depends on the percentages you configure for the queues.
Priority Queueing (PQ)
High, medium, normal, and low priority queues are used to classify traffic. High priority traffic is served first, followed by medium priority traffic, normal traffic, and finally low priority traffic.
Low Latency Queuing (LLQ
MQC is used to classify traffic. Classified traffic is routed to one of three queues: priority, reserved bandwidth, or default unreserved. The priority traffic is sent first (up to a specified policed limit during congestion), and the bandwidth guarantees are met, thanks to a scheduler that services the queues based on weights.
IP RTP Priority
The Frame Relay IP RTP Priority feature provides a strict priority queuing scheme on a Frame Relay PVC or Permanent Virtual Circuit for delay-sensitive data, such as voice.
Class-Based WFQ (CBWFQ)
MQC is used to classify traffic. Classified traffic is sent into reserved bandwidth queues or a default unreserved queue. The queues are serviced by a scheduler based on weights, ensuring that the bandwidth guarantees are met.

https://study-ccna.com/qos-queues-queuing/

Notes pointant ici