Bandwidth throttling
   HOME

TheInfoList



OR:

Bandwidth throttling consists in the intentional limitation of the communication speed (bytes or kilobytes per second) of the ingoing (received)
data In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
and/or in the limitation of the speed of outgoing (sent) data in a
network node In telecommunications networks, a node (, ‘knot’) is either a redistribution point or a communication endpoint. The definition of a node depends on the network and protocol layer referred to. A physical network node is an electronic device ...
or in a
network device Networking hardware, also known as network equipment or computer networking devices, are electronic devices which are required for communication and interaction between devices on a computer network. Specifically, they mediate data transmission in ...
. The data speed and rendering may be limited depending on various parameters and conditions.


Overview

Limiting the speed of data sent by a data originator (a
client computer In computing, a client is a piece of computer hardware or software that accesses a service made available by a server as part of the client–server model of computer networks. The server is often (but not always) on another computer system, ...
or a
server computer In computing, a server is a piece of computer hardware or software ( computer program) that provides functionality for other programs or devices, called " clients". This architecture is called the client–server model. Servers can provide var ...
) is much more efficient than limiting the speed in an intermediate network device between client and server because while in the first case usually no
network packet In telecommunications and computer networking, a network packet is a formatted unit of data carried by a packet-switched network. A packet consists of control information and user data; the latter is also known as the ''payload''. Control inform ...
s are lost, in the second case network packets can be lost / discarded whenever ingoing data speed overcomes the bandwidth limit or the capacity of device and data packets cannot be temporarily stored in a buffer queue (because it is full or it does not exist); the usage of such a buffer queue is to absorb the peaks of incoming data for very short time lapse. In the second case discarded data packets can be resent by transmitter and received again. When a low level network device discards incoming data packets usually can also notify that fact to data transmitter in order to slow down the transmission speed (see also
network congestion Network congestion in data networking and queueing theory is the reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of ...
). NOTE: Bandwidth throttling should not be confused with rate limiting which operates on client requests at application server level and/or at network management level (i.e. by inspecting protocol data packets). Rate limiting can also help in keeping peaks of data speed under control. These bandwidth limitations can be implemented: * at (a client program or a server program, i.e. ftp server,
web server A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initia ...
, etc.) which can be run and configured to throttle data sent through network or even to throttle data received from network (by reading data at most at a throttled amount per second); * at (typically done by an
ISP An Internet service provider (ISP) is an organization that provides services for accessing, using, or participating in the Internet. ISPs can be organized in various forms, such as commercial, community-owned, non-profit, or otherwise private ...
). The (client/server program) is usually perfectly because it is a choice of the client manager or the server manager (by
server administrator :''This article concentrates on server administration in the context of computer gaming. For generic server administration, see system administrator. For the Dell OpenManage Server Administrator product see OpenManage.'' A server administrator, o ...
) to limit or not to limit the speed of data received from remote program via network or the speed of data sent to target program (server or client). The (ISP) instead is considered an in the USA under FCC regulations. While ISPs prey on the individuals inability to fight them, fines can range up to $25,000 USD for throttling. In the United States, net neutrality, the principle that Internet service providers (ISPs) treat all data on the Internet the same, and not discriminate, has been an issue of contention between network users and access providers since the 1990s. With net neutrality, ISPs may not intentionally block, slow down, or charge money for specific online content. Defined as the intentional slowing or speeding of an internet service by an
Internet service provider An Internet service provider (ISP) is an organization that provides services for accessing, using, or participating in the Internet. ISPs can be organized in various forms, such as commercial, community-owned, non-profit, or otherwise priva ...
(ISP). It is a reactive measure employed in communication networks to regulate network traffic and minimize bandwidth congestion. Bandwidth throttling can occur at different locations on the network. On a local area network (
LAN Lan or LAN may also refer to: Science and technology * Local asymptotic normality, a fundamental property of regular models in statistics * Longitude of the ascending node, one of the orbital elements used to specify the orbit of an object in spa ...
), a
system administrator A system administrator, or sysadmin, or admin is a person who is responsible for the upkeep, configuration, and reliable operation of computer systems, especially multi-user computers, such as servers. The system administrator seeks to en ...
("sysadmin") may employ bandwidth throttling to help limit
network congestion Network congestion in data networking and queueing theory is the reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of ...
and server crashes. On a broader level, the
Internet service provider An Internet service provider (ISP) is an organization that provides services for accessing, using, or participating in the Internet. ISPs can be organized in various forms, such as commercial, community-owned, non-profit, or otherwise priva ...
may use bandwidth throttling to help reduce a user's usage of bandwidth that is supplied to the local network. Bandwidth throttling is also used as a measurement of data rate on Internet speed test websites. Throttling can be used to actively limit a user's upload and download rates on programs such as
video streaming Video on demand (VOD) is a media distribution system that allows users to access videos without a traditional video playback device and the constraints of a typical static broadcasting schedule. In the 20th century, broadcasting in the form of ...
, BitTorrent protocols and other
file sharing File sharing is the practice of distributing or providing access to digital media, such as computer programs, multimedia (audio, images and video), documents or electronic books. Common methods of storage, transmission and dispersion include r ...
applications, as well as even out the usage of the total bandwidth supplied across all users on the network. Bandwidth throttling is also often used in
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, p ...
applications, in order to spread a load over a wider network to reduce local network congestion, or over a number of servers to avoid overloading individual ones, and so reduce their risk of the system crashing, and gain additional revenue by giving users an incentive to use more expensive tiered pricing schemes, where bandwidth is not throttled.


Operation

A
computer network A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are ...
typically consists of a number of servers, which host data and provide services to clients. The Internet is a good example, in which
web server A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initia ...
s are used to host websites, providing information to a potentially very large number of client computers. Clients will make requests to servers, which will respond by sending the required
data In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
, which may be a song file, a video, and so on, depending on what the client has requested. As there will typically be many clients per server, the data processing demand on a server will generally be considerably greater than on any individual client. And so servers are typically implemented using computers with high data capacity and processing power. The traffic on such a network will vary over time, and there will be periods when client requests will peak or sent responses will be huge, sometimes exceeding the capacity of parts of network and causing congestion, especially in parts of the network that form bottlenecks. This can cause data request failures, or in worst cases, server crashes. In order to prevent such occurrences, a client / server / system administrator may enable (if available) bandwidth throttling: * at , to control the speed of ingoing (received) data and/or to control the speed of outgoing (sent) data: ** a client program could be configured to throttle the sending (upload) of a big file to a server program in order to reserve some network bandwidth for other uses (i.e. for sending emails with attached data, browsing web sites, etc.); ** a server program (i.e. web server) could throttle its outgoing data to allow more concurrent active client connections without using too much network bandwidth (i.e. using only 90% of available bandwidth in order to keep a reserve for other activities, etc.); :: examples: assuming to have a server site with speed access to Internet of 100 MB/s (around 1000
Mbit The megabit is a multiple of the unit bit for digital information. The prefix mega (symbol M) is defined in the International System of Units (SI) as a multiplier of 106 (1 million), and therefore :1 megabit = = = 1000 kilobits. The megabit ...
/s), assuming that most clients have a 1MB/s (around 10Mbit/s) network speed access to Internet and assuming to be able to download huge files (i.e. 1 GB each): ::* with bandwidth throttling, a server using a max. output speed of 100 kB/s (around 1Mbit/s) for each TCP connection, could allow at least (or even 10000 if output is limited to 10kB/s) (active connections means that data content, such as a big file, is being downloaded from server to client); ::* without bandwidth throttling, a server could efficiently serve only (100MB/s / 1MB/s) before saturating network bandwidth; a saturated network (i.e. with a bottleneck through an Internet Access Point) could slow down a lot the attempts to establish other new connections or even to force them to fail because of timeouts, etc.; besides this new active connections could not get easily or fastly their proper share of bandwidth. * at , to control the speed of data received or sent both at low level (data packets) and/or at high level (i.e. by inspecting application protocol data): ** policies similar or even more sophisticated than those of application software level could be set in low level network devices near Internet access point.


Application

A bandwidth intensive device, such as a
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
, might limit (throttle) the speed at which it receives or sends data, in order to avoid overloading its processing capacity or to saturate network bandwidth. This can be done both at the local network servers or at the ISP servers. ISPs often employ
deep packet inspection Deep packet inspection (DPI) is a type of data processing that inspects in detail the data being sent over a computer network, and may take actions such as alerting, blocking, re-routing, or logging it accordingly. Deep packet inspection is oft ...
(DPI), which is widely available in routers or provided by special DPI equipment. Additionally, today’s networking equipment allows ISPs to collect statistics on flow sizes at line speed, which can be used to mark large flows for
traffic shaping Traffic shaping is a bandwidth management technique used on computer networks which delays some or all datagrams to bring them into compliance with a desired ''traffic profile''. Traffic shaping is used to optimize or guarantee performance, impro ...
. Two ISPs, Cox and Comcast, have stated that they engage in this practice, where they limit users' bandwidth by up to 99%. Today most if not all
Internet Service Providers An Internet service provider (ISP) is an organization that provides services for accessing, using, or participating in the Internet. ISPs can be organized in various forms, such as commercial, community-owned, non-profit, or otherwise privat ...
throttle their users' bandwidth, with or without the user ever even realizing it. In the specific case of
Comcast Comcast Corporation (formerly known as American Cable Systems and Comcast Holdings),Before the AT&T merger in 2001, the parent company was Comcast Holdings Corporation. Comcast Holdings Corporation now refers to a subsidiary of Comcast Corpora ...
, an equipment vendor called Sandvine developed the network management technology that throttled P2P file transfers. Those that could have their bandwidth throttled are typically someone who is constantly downloading and uploading torrents, or someone who just watches a lot of online videos. If this is done by an ISP, many consider this practice as an unfair method of regulating the bandwidth because consumers are not getting the required bandwidth even after paying the prices set by the ISPs. By throttling the people who are using so much bandwidth, the ISPs claim to enable their regular users to have a better overall quality of service.


Network neutrality

Net neutrality Network neutrality, often referred to as net neutrality, is the principle that Internet service providers (ISPs) must treat all Internet communications equally, offering users and online content providers consistent rates irrespective of co ...
is the principle that all Internet traffic should be treated equally. It aims to guarantee a level playing field for all websites and Internet technologies. With net neutrality, the network's only job is to move data—not to choose which data to privilege with higher quality, that is faster, service. In the US, on February 26, 2015, the
Federal Communications Commission The Federal Communications Commission (FCC) is an independent agency of the United States federal government that regulates communications by radio, television, wire, satellite, and cable across the United States. The FCC maintains jurisdicti ...
adopted Open Internet rules. They are designed to protect free expression and innovation on the Internet and promote investment in the nation's broadband networks. The Open Internet rules are grounded in the strongest possible legal foundation by relying on multiple sources of authority, including: Title II of the Communications Act and Section 706 of the Telecommunications Act of 1996. The new rules apply to both fixed and mobile broadband services. However, these rules were rolled back on December 14, 2017. Bright line rules: * No blocking: broadband providers may not block access to legal content, applications, services, or non-harmful devices. * No throttling: broadband providers may not impair or degrade lawful Internet traffic on the basis of content, applications, services, or non-harmful devices. * No paid prioritization: broadband providers may not favor some lawful Internet traffic over other lawful traffic in exchange for consideration or payment of any kind—in other words, no "fast lanes." This rule also bans ISPs from prioritizing content and services of their own affiliated businesses.


Throttling vs. capping

Bandwidth throttling works by limiting (throttling) the speed at which a bandwidth intensive device (a
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
) receives data or the speed (i.e. bytes / kilobytes per second) of each data response. If these limits are not in place, the device can overload its processing capacity. Contrary to throttling, in order to use bandwidth when available, but prevent excess, each node in a proactive system should set an outgoing bandwidth cap that appropriately limits the . There are two types of bandwidth capping. A standard cap limits the
bitrate In telecommunications and computing, bit rate (bitrate or as a variable ''R'') is the number of bits that are conveyed or processed per unit of time. The bit rate is expressed in the unit bit per second (symbol: bit/s), often in conjunction ...
or speed of data transfer on a broadband Internet connection. Standard capping is used to prevent individuals from consuming the entire transmission capacity of the medium. A lowered cap reduces an individual user’s bandwidth cap as a defensive measure and/or as a punishment for heavy use of the medium’s
bandwidth Bandwidth commonly refers to: * Bandwidth (signal processing) or ''analog bandwidth'', ''frequency bandwidth'', or ''radio bandwidth'', a measure of the width of a frequency range * Bandwidth (computing), the rate of data transfer, bit rate or thr ...
. Oftentimes this happens without notifying the user. The difference is that bandwidth throttling regulates a bandwidth intensive device (such as a
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
) by limiting how much data that device can receive from each node / client or can output or can send for each response. Bandwidth capping on the other hand limits the total transfer capacity, upstream or downstream, of data over a medium.


Court cases


''Comcast Corp. v. FCC''

In 2007, Free Press,
Public Knowledge Public Knowledge is a non-profit Washington, D.C.-based public interest group. Founded in 2001 by David Bollier and Gigi Sohn, Public Knowledge is primarily involved in the fields of intellectual property law, competition and choice in the dig ...
, and the
Federal Communications Commission The Federal Communications Commission (FCC) is an independent agency of the United States federal government that regulates communications by radio, television, wire, satellite, and cable across the United States. The FCC maintains jurisdicti ...
filed a complaint against Comcast's Internet service. Several subscribers claimed that the company was interfering with their use of peer-to-peer networking applications. The Commission stated that it had jurisdiction over Comcast's network management practices and that it could resolve the dispute through negotiation rather than through rulemaking. The Commission believed that Comcast had "significantly impeded consumers' ability to access the content and use the applications of their choice", and that because Comcast "ha several available options it could use to manage network traffic without discriminating" against peer-to-peer communications, its method of bandwidth management "contravene ... federal policy". At this time, "Comcast had already agreed to adopt a new system for managing bandwidth demand, the Commission simply ordered it to make a set of disclosures describing the details of its new approach and the company's progress toward implementing it". Comcast complied with this Order but petitioned for a review and presented several objections.


ISP bandwidth throttling


Canada

In 2008, the
Canadian Radio-television and Telecommunications Commission The Canadian Radio-television and Telecommunications Commission (CRTC; french: Conseil de la radiodiffusion et des télécommunications canadiennes, links=) is a public organization in Canada with mandate as a regulatory agency for broadcast ...
(CRTC) decided to allow
Bell Canada Bell Canada (commonly referred to as Bell) is a Canadian telecommunications company headquartered at 1 Carrefour Alexander-Graham-Bell in the borough of Verdun in Montreal, Quebec, Canada. It is an ILEC (incumbent local exchange carrier) in ...
to single out
peer-to-peer Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the network. They are said to form a peer-to-peer ...
(P2P) traffic for bandwidth throttling between the hours of 4:30 p.m. to 2 a.m. In 2009, the CRTC released a guideline for bandwidth throttling rules. In 2011, following a major
complaint In legal terminology, a complaint is any formal legal document that sets out the facts and legal reasons (see: cause of action) that the filing party or parties (the plaintiff(s)) believes are sufficient to support a claim against the party ...
by the Canadian Gamers Organization against Rogers for breaking the 2009 rules already in place, the CRTC created an addendum to their ITMP policy, allowing them to send the complaint to their Enforcements Division. The Canadian Gamers Organization in their submissions alluded to filing a complaint against Bell Canada. On December 20, 2011, Bell Canada announced they would end throttling by March 31, 2012 for their customers, as well as their wholesale customers. On February 4, 2012, in an effort to get out of trouble with the CRTC (which had continued its own testing and had found additional non-compliance and demanded immediate compliance), Rogers announced 50% of their customers would be throttle-free by June 2012, and 100% of their customers would be throttle-free by the end of 2012. Unfortunately for Rogers, this did not mollify the CRTC Enforcements Division. ISPs in Canada that throttle bandwidth: * Acanac: No * Altima telecom: No *
Bell Canada Bell Canada (commonly referred to as Bell) is a Canadian telecommunications company headquartered at 1 Carrefour Alexander-Graham-Bell in the borough of Verdun in Montreal, Quebec, Canada. It is an ILEC (incumbent local exchange carrier) in ...
: No *
Cogeco Cable Cogeco Inc. is a Canadian telecommunications and media company. Its corporate offices are located at 1 Place Ville-Marie in Montreal, Quebec. The company is structured into three strategic business units (SBU); Cogeco Connexion, Breezeline ( ...
: No * DeryTelecom: Yes (Netflix) * Distributel: Yes *
Bell MTS Bell MTS Inc. (formerly Manitoba Telecom Services) is a subsidiary of BCE Inc. that operates telecommunications services in Manitoba. Originally established as Manitoba Government Telephones after the Government of Manitoba purchased the Manito ...
: No (Only with unlimited data mobile devices) * Oxio: No *
Rogers Cable Rogers Cable Inc. is Canada's largest cable television service provider with about 2.25 million television customers, and over 930,000 Internet subscribers, primarily in Southern & Eastern Ontario, New Brunswick and Newfoundland and Labrador. R ...
: Yes (Netflix) (Android) *
SaskTel Saskatchewan Telecommunications Holding Corporation, operating as SaskTel, is a Canadian crown-owned telecommunications firm based in the province of Saskatchewan. Owned by the provincial government, it provides wireline and wireless communicat ...
: Yes * Primus Telecom: No *
Shaw Shaw may refer to: Places Australia *Shaw, Queensland Canada * Shaw Street, a street in Toronto England *Shaw, Berkshire, a village * Shaw, Greater Manchester, a location in the parish of Shaw and Crompton * Shaw, Swindon, a suburb of Swindon ...
: Yes (25% of the traffic) *
Xplornet Xplore Inc. is a Woodstock, New Brunswick-based rural internet service provider. It is the largest rural focused broadband service provider in Canada. History Xplore Inc. was founded in 2004 under the name Barrett Enterprises. In 2011, Barrett ...
: Yes, and also prioritizes VoIP *
TELUS Telus Communications Inc. (TCI) is the wholly owned principal subsidiary of Telus Corporation, a Telecommunications in Canada, Canadian national telecommunications company that provides a wide range of telecommunications products and services ...
: Yes(2% of the traffic) * EastLink: Yes – The public statement was "Confidential". * Sunwire Cable: No * Sunwire DSL: No * Teksavvy Cable: No * Teksavvy DSL: No * Teksavvy DSL MLPPP: No * Talk Wireless Inc.: Yes * Internet Lightspeed Cable: No * Internet Lightspeed DSL: No * Internet Lightspeed Bonded (MLPPP): No


Europe

In April 2011, the
European Union The European Union (EU) is a supranational union, supranational political union, political and economic union of Member state of the European Union, member states that are located primarily in Europe, Europe. The union has a total area of ...
launched an investigation into Internet service providers' methods for managing traffic on their networks. Some ISPs, for instance, restrict access to services such as
Skype Skype () is a proprietary telecommunications application operated by Skype Technologies, a division of Microsoft, best known for VoIP-based videotelephony, videoconferencing and voice calls. It also has instant messaging, file transfer, debi ...
or the BBC iPlayer at peak times so that their users all receive an equal service. The EU's commissioner for the digital agenda,
Neelie Kroes Neelie Kroes (; born 19 July 1941) is a retired Dutch politician of the People's Party for Freedom and Democracy (VVD) and businessperson who served as European Commissioner from 22 November 2004 to 1 November 2014. Kroes studied Economics at ...
, said: "I am absolutely determined that everyone in the EU should have the chance to enjoy the benefits of an open and lawful Internet, without hidden restrictions or slower speeds than they have been promised." The Body of European Regulators for Electronic Communications (Berec) will examine the issues for the EU, and will ask both businesses and consumers for their views. The EU published the results of its investigation at the end of 2011. New laws mean that ISPs are prohibited from blocking or slowing down of Internet traffic, except where necessary.


Singapore

In Singapore,
net neutrality Network neutrality, often referred to as net neutrality, is the principle that Internet service providers (ISPs) must treat all Internet communications equally, offering users and online content providers consistent rates irrespective of co ...
has been the law since 2011. November 2010, defined by the Infocomm Development Authority (IDA). But despite the law, the majority of the ISPs do throttle bandwidth. ISPs in Singapore that throttle bandwidth:


United States

In 2007,
Comcast Comcast Corporation (formerly known as American Cable Systems and Comcast Holdings),Before the AT&T merger in 2001, the parent company was Comcast Holdings Corporation. Comcast Holdings Corporation now refers to a subsidiary of Comcast Corpora ...
was caught interfering with peer-to-peer traffic. Specifically, it falsified packets of data that fooled users and their peer-to-peer programs into thinking they were transferring files. Comcast initially denied that it interfered with its subscribers' uploads, but later admitted it. The FCC held a hearing and concluded that Comcast violated the principles of the Internet Policy Statement because Comcast's "discriminatory and arbitrary practice unduly squelched the dynamic benefits of an open and accessible Internet and did not constitute reasonable network management." The FCC also provided clear guidelines to any ISP wishing to engage in reasonable network management. The FCC suggested ways that Comcast could have achieved its goal of stopping network congestion, including capping the average user's capacity and charging the most aggressive users overage (going over a maximum) fees, throttling back the connections of all high capacity users, or negotiating directly with the application providers and developing new technologies. However, in 2008,
Comcast Comcast Corporation (formerly known as American Cable Systems and Comcast Holdings),Before the AT&T merger in 2001, the parent company was Comcast Holdings Corporation. Comcast Holdings Corporation now refers to a subsidiary of Comcast Corpora ...
amended their Acceptable Usage Policy and placed a specific 250 GB monthly cap. Comcast has also announced a new bandwidth-throttling plan. The scheme includes a two-class system of "priority-best-effort" and "best-effort" where "sustained use of 70% of your up or downstream throughput triggers the BE state, at which point you'll find your traffic priority lowered until your usage drops to 50% of your provisioned upstream or downstream bandwidth for "a period of approximately 15 minutes". A throttled Comcast user being placed in a BE state "may or may not result in the user's traffic being delayed or, in extreme cases, dropped before PBE traffic is dropped". Comcast explained to the FCC that "If there is no congestion, packets from a user in a BE state should have little trouble getting on the bus when they arrive at the bus stop. If, on the other hand, there is congestion in a particular instance, the bus may become filled by packets in a PBE state before any BE packets can get on. In that situation, the BE packets would have to wait for the next bus that is not filled by PBE packets". US cell phone ISP's have also increasingly resorted to bandwidth throttling in their networks.
Verizon Verizon Communications Inc., commonly known as Verizon, is an American multinational telecommunications conglomerate and a corporate component of the Dow Jones Industrial Average. The company is headquartered at 1095 Avenue of the Americas ...
and
AT&T AT&T Inc. is an American multinational telecommunications holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. It is the world's largest telecommunications company by revenue and the third largest provider of mobile ...
even applied such throttling to data plans advertised as "unlimited", resulting an FCC complaint against Verizon. Though AT&T had told its customers throttling was a possibility, the FTC filed a lawsuit against the company in 2014, charging that the disclosure was insufficiently specific. A nation-wide study of video streaming speeds in 2018-2019 found major wireless carriers throttling a majority of the time, including when traffic was light, and with significant discrepancies between video services.


Uruguay

Antel ANTEL ( es, Administración Nacional de Telecomunicaciones, lit=National Administration of Telecommunications) is Uruguay's government-owned telecommunications company, founded in 1974 as a separate legal entity after spinning off the telecommuni ...
has a state-enforced monopoly forcing consumers who require non-wireless Internet access (i.e. ADSL or fiber – cable Internet is outlawed) to purchase it directly from Antel. Its practices provide insight into the probable behavior of ISPs in markets that have little or no competition and/or lack balancing regulations in the interest of consumers. All of Antel's Internet access plans for consumers are either capped or throttled. Capped plans are typically marketed under the brand "flexible". On such plans once a user reaches a data tier (e.g. 5 GB) additional data usage is billed at a rate of approximately 5 $US/GB. Once a second tier is reached (e.g., 15 GB), Internet services are suspended until the start of the next billing cycle. Throttled plans are typically marketed under the brand "Flat Rate" (for ADSL) and "Vera" (for fiber.) Such plans allow full bandwidth on the connection (e.g. 20 Mbit/s down on the Vera fiber plan) from the beginning of the billing month but are restricted to a percentage of the contracted transmission rate (e.g., to 2Mbit/s down, or 10% of the advertised speed) once a data tier (e.g. 150 GB) is reached. Full bandwidth capability is restored at the beginning of the next billing month.


Metrics for ISPs

Whether aimed at avoiding network congestion or at pushing users to upgrade to costlier Internet plans, the increasingly common capping and throttling practices of ISPs undoubtedly have an effect on the value proposition of the plans they offer. For consumers to be able to make an informed decision when choosing an Internet plan, ISPs should publish their capping and throttling practices with the necessary level of detail. While the net effect of some throttling and capping strategies can be hard to compare across ISPs, some basic metrics that are of interest for any kind of throttled/capped Internet connection are: * Maximum monthly payload: This is the amount of data that an Internet connection would be able to carry in a hypothetical setting assuming no bottlenecks external to the ISP. In the example Antel 20Mbs fiber connection (see ''Uruguay'' above), the maximum monthly payload in that hypothetical setting would be reached by running the connection at 20Mbs for the first 150 GB, and at 2Mbs for the rest of the month. Thus the maximum monthly payload of that connection is 60,000 seconds * 2.5 MB/s + 2,532,000 seconds * 0.25 MB/s = 783 GB (about the size of a large laptop disk drive in 2013.) * Maximum utilization percentage: This is the ratio of the maximum monthly payload of a throttled Internet connection to the maximum unthrottled monthly payload of the same connection. In the example Antel fiber 20Mbs connection the maximum unthrottled monthly payload of that connection is 2,592,000 seconds * 2.5 MB/s = 6,480 GB. Thus the maximum utilization percentage of that connection is 783 GB / 6,480 GB = 12% * Throttling percentage: This represents how much the maximum monthly payload of an Internet connection gets reduced by the ISP's throttling policy. It is calculated simply as 1 − maximum utilization percentage. In the example Antel fiber 20Mbs connection it is 1 − 12% = 88% * Equivalent connection bandwidth: This is the bandwidth of an unthrottled Internet connection whose maximum monthly payload is the same as the maximum monthly payload of the throttled connection in question. This can be calculated as unthrottled connection bandwidth * throttling percentage. In the example Antel fiber 20Mbs connection the equivalent connection bandwidth is 20 Mbs * 12% = 2.4 Mbs * Cost per unit payload: The ultimate metric of throttling's effect on an Internet connection's potential value to a customer is the cost per GB (or TB in the case of fast connections) carried assuming perfect utilization of the connection. It is calculated by dividing the monthly cost of the connection by the maximum monthly payload. In the example Antel fiber 20 Mbs connection it would be US$36 / 0.783 TB = US$46 per TB. By comparison, if the same 20Mbs connection weren't throttled by the ISP it would have a cost per unit payload of US$36 / 6.48 TB = US$5.6 per TB * Unthrottled connection cost: This is how much it would cost the customer to offset the effect of throttling by aggregating throttled Internet connections from the ISP. It is calculated by dividing the monthly cost of a throttled connection by the throttling percentage. In the example Antel fiber connection the cost of building an unthrottled 20Mbit/s fiber Internet connection by aggregating 20Mbit/s throttled ones would be US$36 / 12% = US$300 per month


User responses

Although ISPs may actively throttle bandwidth, there are several known methods to bypass the throttling of a user's bandwidth, if the throttling is focused on a particular protocol. These methods, nicknamed "workarounds", include: *
Virtual private network A virtual private network (VPN) extends a private network across a public network and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. The b ...
(VPN) – Generally costs a monthly fee to rent, but offers users a secure connection where data cannot be intercepted. * Force Encryption – Free method that works for some users. * Seedbox – A dedicated private server, usually hosted offshore, that offers high speed upstream and downstream rates and often storage for a relatively high monthly cost. * SSH Tunneling –
Tunneling protocol In computer networks, a tunneling protocol is a communication protocol which allows for the movement of data from one network to another. It involves allowing private network communications to be sent across a public network (such as the Internet ...


See also

* Bandwidth management * Rate limiting


References

{{Reflist, 2 Broadband Data transmission Net neutrality