Which queuing algorithm has only a single queue and treats all packets equally?
- FIFO
- CBWFQ
- WFQ
- LLQ
Answers Explanation & Hints:
FIFO queuing sends packets out an interface in the order that they had arrived and does not make a decision about packet priority. All packets are treated equally. |