Slashdot Mirror


Ask Slashdot: How Can I Prove My ISP Slows Certain Traffic?

Long-time Slashdot reader GerryGilmore is "a basically pretty knowledgeable Linux guy totally comfortable with the command line." But unfortunately, he lives in north Georgia, "where we have a monopoly ISP provider...whose service overall could charitably be described as iffy." Sometimes, I have noticed that certain services like Netflix and/or HBONow will be ridiculously slow, but -- when I run an internet speed test from my Linux laptop -- the basic throughput is what it's supposed to be for my DSL service. That is, about 3Mbps due to my distance from the nearest CO. Other basic web browsing seems to be fine... I don't know enough about network tracing to be able to identify where/why such severe slowdowns in certain circumstances are occurring.
Slashdot reader darkharlequin has also noticed a speed decrease on Comcast "that magickally resolves when I run internet speed tests." But if the original submitter's ultimate goal is delivering evidence to his local legislators so they can pressure on his ISP -- what evidence is there? Leave your best answers in the comments. How can he prove his ISP is slowing certain traffic?

9 of 203 comments (clear)

  1. You can't really by Njovich · · Score: 3, Informative

    Traffic slowed by your ISP, and traffic slowed further down the chain - for instance by poor peering - are indistinguishable. With some help from hops further along like Netflix (or within the ISP) you may be able to pinpoint the exact problem. However, given that so many providers are capable of routing Netflix at acceptable speeds it also doesn't matter, it's obviously your ISP's responsibility.

  2. Alternatively: by Anonymous Coward · · Score: 5, Informative

    Find a free vpn service, like vpngate, and run your connection over to a site (other than netflix, due to geoblocking) that normally runs slow for you. If your speed sees an increase, then yes they are throttling traffic to certain websites. If your speed is the same or less then no your connection to the outside world is just shitty. That is the #1 benefit to vpns for the consumer imho. Unless it is a specific service they are degrading they can't tell who your vpn connects to, and either they throttle all vpns, which commercial users would frown upon, or they throttle none of them beyond regular bandwidth limits and you can find out if that is where the problem lies.

    1. Re: Alternatively: by saloomy · · Score: 4, Informative

      Not necessarily. The internet is comprised of a bunch of networks. If you are getting slow service to Netflix, it may be that you are traversing a saturated peer (maybe your ISP's peer, maybe their upstream provider's peer).

      When you use a VPN, you are routing to a different site, which might have no saturated peers in the chain. Then from that site, you have a decent link to a Netflix node.

      You are routing around using the VPN.

      Also, 3mbps isn't great for streaming. When you say it's slow to Netflix but fast for sites, consider the volume of traffic. Netflix needs 5mbps for HD content, so you probably do t have a slow connection to one site, just in general.

  3. fast.com by Anonymous Coward · · Score: 5, Informative

    https://fast.com

    This site uses the same servers as the Netflix streaming service so it should be a clear indicator. You should note though that 3Mbps isnâ(TM)t very fast when it comes to playing streaming video. An HD stream from Netflix can easily hit 7 or 8 Mbps.

    1. Re:fast.com by Sarten-X · · Score: 5, Informative

      It's disappointing that this is currently scored 0. This is the right answer for this scenario.

      With strong Net Neutrality laws, there are limits to how sophisticated ISP throttling can be and still pretend to be legitimate. With that essentially eliminated now, the only meaningful test is to use actual traffic. Netflix has preempted this need for their own services by creating fast.com to look identical, going to Netflix servers over the same ports and protocols as normal Netflix traffic. It will be subject to the same throttling, and thus allows you to measure the speed you get when working with Netflix.

      I'd love to see other services hosting similar tools, but for now Netflix is the only major company I know of offering their own user-accessible performance test.

      --
      You do not have a moral or legal right to do absolutely anything you want.
    2. Re:fast.com by Athanasius · · Score: 4, Informative

      I was going to post fast.com if no-one else had.

      There's also a list of other tests on https://www.eff.org/testyouris...

  4. you can... by johnjones · · Score: 4, Informative

    its not that hard

    but you have to have at least two connections to compare the traffic

    a study that was funded by a USA national science award does exactly this :

    simply download a app and run it

    http://bit.ly/2IAdbmD

    you can thank me on twitter if you like http://twitter.com/johnjonesname

  5. Use the Netflix app speed test... by ambrose.carracho · · Score: 4, Informative

    Many devices allow you to check your connection speed within the Netflix app. (I would presume HBONow offers a similar utility.) The Netflix Page explaining how to do this is here: https://help.netflix.com/en/no.... On the same Netflix page are their internet download speed recommendations for playing TV shows and movies: 0.5 Megabits per second - Required broadband connection speed 1.5 Megabits per second - Recommended broadband connection speed 3.0 Megabits per second - Recommended for SD quality 5.0 Megabits per second - Recommended for HD quality 25 Megabits per second - Recommended for Ultra HD quality Remember that these figures are per stream, so concurrent streaming to multiple devices is bandwidth additive.

  6. Matt's TraceRoute by jrumney · · Score: 5, Informative

    A good way to find where a connection is being slowed is to use MTR, or on Windows WinMTR. It's a combination of ping and traceroute that can show where the network becomes slow, or error rates become high between you are the server you are using.