1)
Quality of service:
It is a kind of packet traffic control mechanism based on which either we can differentiate the performance or provide predictable performance to applications, sessions or traffic aggregates.
Need for the QOS:
Packet scheduling algorithm determines the order, in which backlogged packets are getting transmitted
Packet scheduling algorithm are work-conserving. The scheduler transmits packets as long as there are packets waiting.
There are many packets which are waiting because many scheduler may not transmit.
Few important famous packet scheduling algorithm are listed below -
FIFO (First in first out)
Static priority
Earliest deadline first
Fair queueing
Weighted round robin / Deficit round robin
Comments
Leave a comment