Scheduling, Strict priority scheduling, Weighted round robin priority scheduling – Allied Telesis AT-S63 User Manual

Page 152

Advertising
background image

Chapter 13: Class of Service

152

Section II: Advanced Operations

Scheduling

A switch port needs a mechanism that specifies the order of transmittal of
the packets from its eight egress queues. For example, should a port that
has packets in all its queues transmit all the packets from Q7, the highest
priority queue, before moving on to the other queues, or should it transmit
a few packets from each queue and, if so, how many?

This control mechanism is called scheduling. The AT-S63 Management
Software has two types of scheduling:

ˆ

Strict priority

ˆ

Weighted round robin priority

Note

Scheduling is set at the switch level. You cannot set this on a per-
port basis.

Strict Priority

Scheduling

A port set to this scheduling method transmits all the packets out of the
higher priority queues before transmitting the packets in the lower priority
queues. For instance, as long as there are packets in Q7 a port does not
handle any of the packets in Q6.

The value to this type of scheduling is that high priority packets are always
handled before low priority packets.

The problem with this method is that some low priority packets might
never be transmitted out the port because a port might never get to the low
priority queues. A port handling a large volume of high priority traffic may
be so busy transmitting that traffic that it never has an opportunity to get to
any of the packets stored in its low priority queues.

Weighted Round

Robin Priority

Scheduling

The weighted round robin scheduling method functions as its name
implies. The port transmits a set number of packets from each queue, in a
round robin fashion, so that each has a chance to transmit traffic. This
method guarantees that every queue receives some attention from the
port for transmitting packets.

To use this scheduling method, you need to specify the maximum number
of packets a port should transmit from a queue before moving to the next
queue. This is referred to as specifying the “weight” of a queue. In most
cases, you will want to give greater weight to the higher priority queues
over the lower priority queues.

Advertising