Example of QoS
所在版块:技术の宅 发贴时间:2004-02-28 08:14

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
QoS works toward making policies or promises to improve packet delivery from a sender to a receiver.!, it includes prioritization, queuing, traffic shapping, traffic engineering, compression etc.

For a simple example, one solution under Different service (DiffServ) model can looks like: voice traffic and traffic from dean's office are given highest priority and garanteed high delivery (usually near 100%), telnet traffic, SNMP traffic and traffic from staffs' offices are garanteed second-highest delivery, www traffic third and others fourth.

!
class-map match-all voice_dean
match access-group 111
class-map match-all telsnmpsta
match access-group 122
class-map match-all www
match access-group 133
!
policy-map china
class voice_dean
bandwidth 1406
class telsnmpsta
bandwidth 328
class www
bandwidth 100
class class-default
bandwidth 50
!


So the problem is very clear: if your traffic falls into the lower priority, you are allocated much less bandwidth and make your facing a large rate of packet drops/queuing latency.

Usually QoS policy is implemented by admin/ISP, you will have almost no way to change it.
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

最新推出专栏《倾听索罗斯》 欢迎大家前来捧场!

Yeah!
 相关帖子 我要回复↙ ↗回到正文
HELP!!! Anyone know why the the speed is so slow? poial   (114 bytes , 186reads )
You can use a tool called pchar 香陵居士   (287 bytes , 119reads )
problem is still there poial   (302 bytes , 125reads )
The latency issue is a super-complex issue 香陵居士   (191 bytes , 115reads )
Thanks for the reply poial   (160 bytes , 119reads )
Example of QoS 香陵居士   (1149 bytes , 84reads )
thanks anyway poial   (41 bytes , 117reads )
perhaps you can isolate the problem SmellsLikeTeenSpirit   (163 bytes , 98reads )