Computer Network Traffic Shaping

From Computing and Software Wiki

Revision as of 14:58, 9 April 2008 by Younga3 (Talk)
Jump to: navigation, search

Traffic shaping (also referred to as packet shaping) is the technique of delaying and restricting certain packets traveling through a network to increase the performance of packets that have been given priority.


File:Toeknbucket.jpg


Contents

Implementations

Leaky bucket

A leaky bucket is a buffer used to store incoming/outgoing traffic. It then leaks out packets at a set rate slowing down incoming or outgoing traffic to a desired rate. Image:LeakyBucket.jpg

Token Bucket A Token bucket is like a leaky bucket except that is uses tokens which are added to the bucket at a set rate. The Speed at which it lets traffic pass through the bucket is determined by the number of tokens currently in the bucket. Tokens are rmoved from the bucket as traffic is allowed to pass through.

Costs and Benefits

Use's

ISP's Internet Service providers will use traffic shaping increase performance of traffic that depends on good delivery times. This includes VoIP and gaming. Doing this by slowing down traffic that does not depend on latency. An example of this would be Torrents. Often users have torrents running in the background so having there traffic slowed down causes little inconvenience.


References

http://www.h3c.com/portal/Products___Solutions/Technology/QoS/QoS/200701/195599_57_0.htm http://www.answers.com/topic/leaky-bucket?cat=technology

See Also

--Younga3 10:58, 9 April 2008 (EDT)Andrew Young

Personal tools