packets in a queue for transmission.
6.4.1 FIFO- First IN First Out
The traffic for FIFO is transmitted in the order received, without regard bandwidth consumption. In FIFO all packets is treated equally. Packets are sent out an interface in the order. This method is default for all router interfaces.
6.4.2 WFQ – Weighted Fair Queuing
WFQ is an automated method that provides fair bandwidth allocation to all network traffic. WFQ breaks up the train of packets within a conversation to ensure that bandwidth is shared fairly between individual conversations and that
show queueing fair – display status of fair configuration
router# show run
Building configuration ...
service
!
hostname router
!
enable password 7 St3Yuxw1NBTq
!
interface fastethernet 0/0
ip address 192.168.98.63 255.255.255.0
!
interface serial 0/0 encapsulation ppp
ip address 10.0.0.2 255.255.255.192
fair-queue 64 128
!
83