How does your ISP actually enforce your Internet Speed


By Art Reisman, CTO, www.netequalizer.com

Art Reisman CTO www.netequalizer.com

YT

Have you ever wondered how your ISP manages to control the speed of your connection? If so, you might find the following article enlightening.  Below, we’ll discuss the various trade-offs used to control and break out bandwidth rate limits and the associated side effects of using those techniques.

Dropping Packets (Cisco term “traffic policing”)

One of the simplest methods for a bandwidth controller to enforce a rate cap is by dropping packets. When using the packet-dropping method, the bandwidth controlling device will count the total number of bytes that cross a link during a second.  If the target rate is exceeded during any single second, the bandwidth controller will drop packets for the remainder of that second. For example, if the bandwidth limit is 1 megabit, and the bandwidth controller counts 1 million bits gone by  in 1/2 a second, it will then drop packets for the remainder of the second.  The counter will then reset for the next second. From most evidence we have observed, rate caps enforced by many ISPs use the drop packet method, as it is the least expensive method supported on most basic routers.

So, what is wrong with dropping packets to enforce a bandwidth cap?

Well, when a link hits a rate cap and packets are dropped en masse, it can wreak havoc on a network. For example, the standard reaction of a Web browser when it perceives web traffic is getting lost is to re-transmit the lost data. For a better understanding of dropping packets, let’s use the analogy of a McDonald’s fast food restaurant.

Suppose the manager of the restaurant was told his bonus was based on making sure there was a never a line at the cash register. So, whenever somebody showed up to order food when all registers were occupied, the manager would open a trap door conveniently ejecting   the customer back out into the parking lot.  The customer, being extremely hungry, will come running back in the door (unless of course they die of starvation or get hit by a car) only to be ejected again. To make matters worse, let’s suppose a bus load of school kids arrive. As the kids file in to the McDonald’s, the remaining ones on the bus have no idea their classmates inside are getting ejected, so they keep streaming into the McDonald’s. Hopefully, you get the idea.

Well, when bandwidth shapers deploy packet-dropping technology to enforce a rate cap, you can get the same result seen with the trapdoor analogy in the McDonald’s. Web browsers and other user-based applications will beat their heads into the wall when they don’t get responses from their counterparts on the other end of the line. When packets are being dropped en masse,  the network tends to spiral out-of-control until all the applications essentially give up.  Perhaps you have seen this behavior while staying at a hotel with an underpowered Internet link. Your connectivity will alternate between working and then hanging up completely for a minute or so during busy hours. This can obviously be very maddening.

The solution to shaping bandwidth on a network without causing gridlock is to implement queuing.

Queuing Packets (Cisco term “traffic shaping”)

Queuing is the art of putting something in a line and making it wait before continuing on. Obviously, this is what fast food restaurants do in reality. They plan enough staff on hand to handle the average traffic throughout the day, and then queue up their customers when they are arriving at a faster rate then they can fill orders. The assumption with this model is that at some point during the day the McDonald’s will get caught up with the number of arriving customers and the lines will shrink away.

Another benefit of queuing is that wait times can perhaps be estimated by customers as they drive by and see the long line extending out into the parking lot, and thus, they will save their energy and not attempt to go inside.

But, what happens in the world of the Internet?

With queuing methods implemented, a bandwidth controller looks at the data rate of the incoming packets, and if deemed too fast, it will delay the packets in a queue. The packets will eventually get to their destination, albeit somewhat later than expected. Packets on queue can pile up very quickly, and without some help, the link would saturate. Computer memory to store the packets in the queue would also saturate and, much like the scenario mentioned above, the packets would eventually get dropped if they continued to come in at a faster rate than they were sent out.

TCP to the Rescue (keeping queuing under control)

Most internet applications use a service called TCP (transmission control protocol) to handle their data transfers. TCP has developed intelligence to figure out the speed of the link for which it is sending data on, and then can make adjustments. When the NetEqualizer bandwidth controller queues a packet or two, the TCP controllers on the customer end-point computers will sense the slower packets and back off the speed of the transfer. With just a little bit of queuing, the sender slows down a bit and dropping packets can be kept to a minimum.

Queuing Inside the NetEqualizer

The NetEqualizer bandwidth shaper uses a combination of queuing and dropping packets to get speed under control. Queuing is the first option, but when a sender does not back off eventually, their packets will get dropped. For the most part, this combination of queuing and dropping works well.

So far we have been inferring a simple case of a single sender and a single queue, but what happens if you have gigabit link with 10,000 users and you want to break off 100 megabits to be shared by 3000 users? How would a bandwidth shaper accomplish this? This is another area where a well-designed bandwidth controller like the NetEqualizer separates itself from the crowd.

In order to provide smooth shaping for a large group of users sharing a link, the NetEqualizer does several things in combination.

  1. It keeps track of all streams, and based on their individual speeds, the NetEqualizer will use different queue delays on each stream.
  2. Streams that back off will get minimal queuing
  3. Streams that do not back off may eventually have some of their packets dropped

The net effect of the NetEqualizer queuing intelligence is that all users will experience steady response times and smooth service.

Notes About UDP and Rate Limits

Some applications such as video do not use TCP to send data. Instead, they use a “send-and-forget” mechanism called UDP, which has no built-in back-off mechanism. Without some higher intelligence, UDP packets will continue to be sent at a fixed rate, even if the packets are coming too quickly for the receiver.  The good news is that even most UDP applications also have some way of measuring if their packets are getting to their destination. It’s just that with UDP, the mechanism of synchronization is not standardized.

Finally there are those applications that just don’t care if the packets get to their destination. Speed tests and viruses send UDP packets as fast as they can, regardless of whether the network can handle them or not. The only way to enforce a rate cap with such ill-mannered application is to drop the packets.

Hopefully this primer has given you a good introduction to the mechanisms used to enforce Internet Speeds, namely dropping packets & queuing.  And maybe you will think about this the next time you visit a fast food restaurant during their busy time…

18 Responses to “How does your ISP actually enforce your Internet Speed”

  1. derek Says:

    wow i really learned something from this information. thanks alot. im loking to switch to cable internet in the future

  2. Mark Alexander Says:

    Hi Reisman! Its a very informatic post. I will check your post regular basis for more information!

  3. santhosh Says:

    very interesting topic and nice post

  4. Editors choice, the best of speeding up your internet. « NetEqualizer News Blog Says:

    […] How does your ISP actually enforce your Internet Speed […]

  5. Ben Whitaker Says:

    Comical yet memorable MacD analogy.

    Do you know if Microtik Routerboards queue or do they only drop packets? These are typically enforcing ratecaps where I live.

  6. Lavender Says:

    very informatic. thank you.
    i futher have a little curiousity that is there any hacking method to release the limitation from ISP. (maybe it;s illegal)

  7. Andrew Somerville Says:

    With Mikrotik it depends on the way they are configured. For example they can use a raw cap, prioritise certain traffic types or use per-connection queuing (or a mix of these).

  8. NetEqualizer News: January 2015 | NetEqualizer News Blog Says:

    […] How does your ISP actually enforce your Internet Speed […]

  9. NetEqualizer News: August 2015 | NetEqualizer News Blog Says:

    […] How does your ISP actually enforce your Internet Speed […]

  10. anon Says:

    THANK YOU! Very informative. Helped me.

  11. Riya Rai Says:

    Many ISP providers enhance the speed of their lease line and distribute it to many other user. Well is is very nice article, but how they increase the speed of lease line?

  12. netequalizer Says:

    Not sure we understand your question exactly. Perhaps you may be talking about how ISPs make it look like your line is faster than your true Internet speed by giving special treatment to speed test sites ?

  13. Anmol Singh Says:

    Very good information. My ISO provider is proving me 4mbps but some time I faces some internet drop problem.

  14. franehr Says:

    how is isp changing my internet speed, so how ? is there a computer? is there a software? where do they keep that computer? is it password protected? what is the name of the worker who is doing that… these are the real questions and not the ones above…so poor info/not helpful at all

  15. EA Says:

    Awesome! Thanks a lot for this information

  16. Steve Says:

    But what happens if i pay for broadband and not getting any ? I have download but upload i almost to zero and i keep getting network errors !? I’m on optics cable. On the Cable internet no such problems at all ! Does that mean that ISP does that intentionally ?

  17. netequalizer Says:

    Probably not intentionally just an overloaded circuit

  18. Tirso Familgan Jr Says:

    Thanks for the information


Leave a comment