Hi,
a few answers please:
1) why SG have assigned queue 3 as default queue?
2) why SG matchs VoIP packets using 'lt' operator, and not using a regular access-list ?
3) from the byte-count standpoint everything looks as it was specified at the task - ratio between flows. But when we take into account that packets are of unequal size, we would encounter that:
ICMP packets will be serviced one at a time
VoIP packets will be serviced 320/64=5 at a round
and WWW transactions receives 640/160=4 packets at a time
It is obvious that packets proportion is 4:5:1
Why authors choose byte-count approach instead of packet-count ? Thank you for your feedback.