Queuing and Scheduling

  • When network congestion occurs, the egress interface might not be able to send packets fast enough.

    In such cases, the device temporarily stores excess packets in one or more queues until they can be transmitted. This is known as queuing.

    Scheduling: In more advanced queuing methods, scheduling determines the order in which packets are sent. It allows prioritization of certain traffic types, which is essential in modern networks.

    We’ll now explore the different queuing methods, starting with the simplest: FIFO.

    Answer the question below