- Bandwidth throttling
Bandwidth throttling is a method of ensuring a bandwidth intensive device, such as a server, will limit ("throttle") the quantity of data it transmits and/or accepts within a specified period of time. For website servers and web applications, bandwidth throttling helps limit network congestion and server crashes, whereas for
ISP 's, bandwidth throttling can be used to limit users' speeds across certain applications (such as BitTorrent), or limit upload speeds.A server, such as a
web server , is ahost computer connected to a network, such as theInternet , which providesdata in response to requests by client computers. Understandably, there are periods where client requests may peak (certain hours of the day, for example). Such peaks may cause congestion of data (bottlenecks) across the connection or cause the server to crash, resulting indowntime . In order to prevent such issues, aserver administrator may implement bandwidth throttling to control the number of requests a server responds to within a specified period of time.When a server using bandwidth throttling has reached the allowed bandwidth set by the administrator, it will block further read attempts, usually moving them into a queue to be processed once the bandwidth use reaches an acceptable level. Bandwidth throttling will usually continue to allow write requests (such as a user submitting a form) and transmission requests, unless the bandwidth continues to fail to return to an acceptable level.
Likewise, some software, such as
peer-to-peer (P2P) network programs, have similar bandwidth throttling features, which allow a user to set desired maximum upload and download rates, so as not to consume the entire available bandwidth of his or her Internet connection.ee also
*
Bandwidth cap , often used by Internet providers
*Bandwidth management
*Traffic shaping
*Rate limiting External links
* [http://zedomax.com/blog/2008/09/23/linux-web-server-hack-how-to-write-automated-load-balancing-script/ Bandwidth Throttling Script] - A free Bandwidth Throttling script for Linux Web Servers
* [http://www.netequalizer.com/ NetEqualizer] - A Linux-based traffic shaping tool used by businesses and universities
* [http://www.netlimiter.com/ NetLimiter] - Traffic shaper and monitor for Windows
* [http://bandwidthcontroller.com/trafficShaperXp.html Traffic Shaper XP] - A freeware traffic shaper for Windows
* [http://www.homeqos.com/ HomeQOS DU SuperController] - A shareware program for Windows
* [http://lartc.org/ LARTC] - Website for the 'Linux Advanced Routing and Traffic Control' project
* [http://shaper.netshadow.at MasterShaper] - A Free software web interface for Linux Traffic Shaping & QoS
* [http://monkey.org/~marius/pages/?page=trickle trickle] - A userspace traffic shaping tool for Linux & BSD
* [http://intrarts.com/throttled.html Throttled Pro] - A traffic shaping tool for Mac OS X and FreeBSD
* [http://www.visolve.com/squid/squid24s1/delaypool.php Squid Delay Pools] - Squid Proxy Server Delay Pools
Wikimedia Foundation. 2010.