Answer:
The WFQ (Weighted Fair Queuing) scheduling is a circular order a round roubin strategy in ascending order depends on weights.
Assume the three classes weights are 0.5, 0.25, and 0.25 respectively.
If same weight have for two or more classes then give highest order is the first preference class.
The sequence order that the three classes served is :1 2 1 3 1 2 1 3….
Another possible sequence order that the three class are: 1 1 2 1 1 3 1 1 2 1 1…
Step-by-step explanation: