Slashdot Mirror


British ISPs Embracing Two-Tier Internet

Barence writes "Britain's leading ISPs are attempting to construct a two-tier internet, where websites and services that are willing to pay are thrust into the 'fast lane,' while those that don't are left fighting for scraps of bandwidth or even blocked outright. Asked directly whether ISP TalkTalk would be willing to cut off access completely to BBC iPlayer in favor of YouTube if the latter was prepared to sign a big enough cheque, TalkTalk's Andrew Heaney replied: 'We'd do a deal, and we'd look at YouTube and we'd look at BBC and we should have freedom to sign whatever deal works.' Britain's biggest ISP, BT, meanwhile says it 'absolutely could see situations in which some content or application providers might want to pay BT for a quality of service above best efforts.' PC Pro asks if it's the end of the net as we know it."

70 of 305 comments (clear)

  1. "above best efforts?" by Anonymous Coward · · Score: 5, Insightful

    "a quality of service above best efforts."

    WTF does that mean? If they can do better, then the "best efforts" wasn't actually the best effort, was it?

    How can you have a level of effort above the best?

    1. Re:"above best efforts?" by cbiltcliffe · · Score: 4, Insightful

      "Above best efforts" really means "above the best effort we are willing to put in, unless you pay us our extortion money."

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    2. Re:"above best efforts?" by LilBlackKittie · · Score: 2

      "Best efforts" might mean "best effort getting that traffic through our really congested upstream transit provider".

      Something with higher quality might be a direct private peering.

      Of course, it's not unknown that ISPs engineer congestion on those upstreams to force a private peering -- and you can bet your bottom dollar it won't be a "settlement free" peering.

    3. Re:"above best efforts?" by mikkelm · · Score: 5, Informative

      "Best effort" in networking terminology is the priority given to traffic that isn't specifically prioritised or limited. There's nothing wrong with what he's saying.

    4. Re:"above best efforts?" by jamesh · · Score: 4, Funny

      It means they are going to give 110%

    5. Re:"above best efforts?" by mrnobo1024 · · Score: 4, Funny

      No no, that's all wrong. Let me show you how it's done:

      "I just heard some sad news on talk radio - Apple co-founder/CEO Steve Jobs was found dead in his California home this morning. There weren't any more details. I'm sure everyone in the Slashdot community will miss him - even if you didn't enjoy his work, there's no denying his contributions to popular computing. Truly an American icon."

      Sheesh, trolls these days.

    6. Re:"above best efforts?" by dangitman · · Score: 2, Interesting

      "Best effort" in networking terminology is the priority given to traffic that isn't specifically prioritised or limited. There's nothing wrong with what he's saying.

      Except for the fact that it doesn't make any sense. How can it be the "best effort" if something can be prioritised ahead of it?

      Just because "networking terminology" is stupid, doesn't mean we have to accept it at face value.

      --
      ... and then they built the supercollider.
    7. Re:"above best efforts?" by 93+Escort+Wagon · · Score: 2

      "a quality of service above best efforts."

      WTF does that mean? If they can do better, then the "best efforts" wasn't actually the best effort, was it?

      How can you have a level of effort above the best?

      (In my best Sheldon Leonard voice) Dat's a nice Internet you'se gots dere - shame if somethin'... happened to it.

      --
      #DeleteChrome
    8. Re:"above best efforts?" by mysidia · · Score: 5, Informative

      Except for the fact that it doesn't make any sense. How can it be the "best effort" if something can be prioritised ahead of it?

      It makes perfect sense. When a QoS scheme is being designed; traffic is divided into classes, and (typically) each class is assigned to queues based on priority; each queue has a certain size.

      The class that is not associated with any priority queue at all is called "best effort". The reason it is called best effort, is, unlike other traffic classes -- there is no priority or reservation.

      Other traffic has priority in the form of something close to a guarantee; meaning, if prioritized traffic does not exceed the size of the priority queue, it is guaranteed to be delivered even in the face of congestion. Whereas the remaining traffic is just "best effort".

      The traffic that is best effort will be delivered if possible (in the face of congestion), but it might be dropped, best effort is weaker than guaranteed priority.

    9. Re:"above best efforts?" by GNUALMAFUERTE · · Score: 2

      It makes perfect sense, both within QoS terminology and in plain english.

      Example:

      "I will put my best effort into helping you build a house. My very best effort, I'll use most of my free time to help you, and I might even skip work a day or too to help you out".

      "I have signed a contract with you to finish building your house by July 23th. I've already allocated the necessary resources to make it happen by that date".

      There you go, "best effort", and a contract, which is by definition "above best effort".

      Same thing with the mail. Regular mail is "best effort". We'll do our best effort with the current resources to deliver your letter ASAP.
      Priority mail, OTOH, means dedicated resources to get certain subset of letter to their destinations within an allocated time.

      Not that I agree with this situation, just pointing out that language wasn't an issue.

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
    10. Re:"above best efforts?" by GNUALMAFUERTE · · Score: 3, Insightful

      It would be good if the bottom line wasn't pushed down, and if the upper classes were sold in a non-discriminatory way, at fixed prices. The problem is that it's not going to happen that way, it'll just turn into a sell-to-the-highest-bidder situation, where companies will be out-paying each other to get priority over each other's traffic. It'll be a way for ISPs to sell their stuff twice instead of increasing their capacity. Let's say now they charge you a dollar for 1GB of traffic through a 10mbps link, instead of increasing their capacity to sell you 10GB over a 100mbps link at $ 0.7, they'll just charge $1 for 1GB through a up-to-10mbps link, then charge you another dollar to prioritize your traffic over all the torrents and other crap, and then another dollar to prioritize you a bit more. They will be essentially charging you several times for what you are already getting now.

      Of course, they'll manage to screw over some people even worse, particularly anyone in need of low-latency communications (think VoIP, etc).

      --
      WTF am I doing replying to an AC at 5 A.M on a Friday night?
    11. Re:"above best efforts?" by Anonymous Coward · · Score: 2, Informative

      queue 0 - Best Effort
      queue 1 - Expedited Forwarding
      queue 2 - Assured Forwarding
      queue 3 - Network Control

      The way priorities work is you generally reserve a small % for Network Control messages. Usually this is between 1% and 10% of the link, depending on how big it is (obviously you don't want to use 10% of a 10gig link). This is for stuff like your routing protocols, which HAS to get through or else nothing works.
      Then you have three different priority queues. Queues 1 and 2 are reserved bandwidth queues, where you reserve a certain amount of bandwidth for traffic in those two priorities. Usually you'll have queue 2 reserved for a few select things like Voip or voice traffic which absolutely HAS to keep flowing. Queue 1 is usually used to manage other internal ISP services such as DHCP requests, although that's not always the case. Often this is where customer who pay for dedicated bandwidth have their traffic, although usually other shaping mechanisms are used to guarantee the bandwidth is available.
      This leaves you with the 'Best-Effort' queue, called such because it makes its Best Effort to get all the remaining traffic pushed through with whatever bandwidth is left.

      If you're operating a small network or an Enterprise network, as opposed to a Carrier-grade network, you usually don't need to mess around with it much. If you run SIP within your office, or have business applications which need a minimum bandwidth reservation, then you'll probably make use of one of the guaranteed bandwidth queues. A lot of larger businesses will use network control for network management, and then use queue 2 for things like SIP traffic, queue 1 for all business applications, and leave queue 0 for all the general internet traffic.

    12. Re:"above best efforts?" by thetoadwarrior · · Score: 2

      There are their best efforts for the customers and the best efforts for themselves and the two aren't the same.

    13. Re:"above best efforts?" by jimmypw · · Score: 3, Insightful

      It more likely means "the lines we aren't going to upgrade any more because we have people that sponsor their own lines". It annoys me. I Truly hope that no websites pay this ransom money.

    14. Re:"above best efforts?" by mysidia · · Score: 3, Informative

      That doesn't make any sense. If they are really making their best effort, it would be the same as guaranteed priority.

      You're missing the point. These are accepted industry terms, not subject to dispute by people who think they know something about computer networking. Suggesting there is something wrong with the terms is just equivalent to brandishing your own errors/lack of understanding:

      Quality of services clases impose constraints on the system, by assigning traffic to different queues with different sizes and latency/drop preferences. The priority queues are constraints, and not to be violated in order to deliver a packet. They are usually of a fixed size, so even some packets from prioritized streams can wind up dropped into lower priority classes.

      Best effort refers to the best effort to deliver packets in that class, without violating any constraints imposed on the system.

      Priority queues are constraints; packets in a higher priority queue cannot be dropped at a higher rate than allowed, for the purpose of delivering best effort packets.

      Best effort is basically near the very bottom. The only worse traffic class is called Less than best effort; typically applied to non-drop non-latency sensitive traffic such as bulk transfers, e.g. FTP, FXP, SMB, Peer to Peer networks, sometimes SMTP.

    15. Re:"above best efforts?" by nagnamer · · Score: 2

      But there are always more than a few that will say "Yeah, I hope nobody pays this ransom money so I can pay it and beat them hands down." And it always turns out there are more than a few of those idiots.

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
  2. Shouldn't governments impose balance? by Opportunist · · Score: 5, Insightful

    Didn't we elect them to make sure that the weak get protected so they don't get screwed over by those that could flex their muscles to browbeat them into submission?

    If governments do not serve that function anymore, why the fuck do they exist at all? I can let someone (financially, physically...) strong beat me up and make me surrender quite fine without paying a few dicks to keep a bunch of chairs from flying off planet with their fat asses.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Shouldn't governments impose balance? by betterunixthanunix · · Score: 5, Informative

      Clearly, you are misunderstanding the purpose of 21st century governments. The purpose of your government is to ensure that corporations and their shareholders become wealthier.

      --
      Palm trees and 8
    2. Re:Shouldn't governments impose balance? by Opportunist · · Score: 2

      Then it's time to get rid of them. They clearly do not serve the purpose they are supposed to and have to be replaced with a working product.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:Shouldn't governments impose balance? by shentino · · Score: 5, Insightful

      No, it's to ensure the people making them rich stay poor enough not to fight back.

      Part of being rich is being comparatively wealthy. If everyone became a millionaire, nobody would feel like one, because apart from the rampant inflation required to make such a thing a reality, part of the perk of being rich is having what other people can't. If everyone around you was just as wealthy, you wouldn't feel special.

      In a zero sum world where resources are finite, you cannot win without someone else losing.

    4. Re:Shouldn't governments impose balance? by Anonymous Coward · · Score: 5, Insightful

      If there are no other options, assuming there is no government-imposed monopoly in place, then petition companies to start offering service in your area. If enough people get pissed off with poor service then other companies will jump at the chance to fill the void.

      This is tremendously naive. Realistically, the chances of this happening are slim to none. Most consumers will just accept their fate and do nothing (despite the efforts of people trying to get them to stand up), leaving everyone else doomed.

      Why do I believe this? I've been stuck with a single ISP for years. If this truly happens, it does not happen in a reasonable amount of time, and I'd rather have a competent government do something about it than wait for a miracle.

    5. Re:Shouldn't governments impose balance? by mrnobo1024 · · Score: 3, Insightful

      Capitalism naturally weeds out situations that are unsatisfactory to the consumer. If you don't like your ISP with its two-tier Internet approach, use another. If there are no other options, assuming there is no government-imposed monopoly in place, then petition companies to start offering service in your area. If enough people get pissed off with poor service then other companies will jump at the chance to fill the void.

      99% of people are ignorant. When they see YouTube videos loading at dial-up speeds, they won't realize it's because it's being throttled - the media certainly won't tell them, especially NBC (now a subsidiary of Comcast). They'll just assume Google's servers suck and decide to instead watch some corporate-approved content at Hulu or something.

      The 1% of internet users who are savvy enough to know what's going on are an insignificant speck to capitalists. The costs of building last-mile Internet infrastructure are huge enough to ensure that no business will ever try to get in there unless they can expect to control a big fraction of the market.

      Capitalism is vulnerable to tyranny of the ignorant.

    6. Re:Shouldn't governments impose balance? by Anonymous Coward · · Score: 4, Interesting

      Well, if no other ISP is willing to give "Net Neutrality," and the ISPs can make more money by not offering it, why would any of them.

      If this happens, then the Net will become the next cable TV company.
      What you pay for is what they decide you will see.
      So much for freedom of expression and leveling the playing field.

      To recap, once one ISP can do this, they all will.

    7. Re:Shouldn't governments impose balance? by TubeSteak · · Score: 2

      I think Heinlein writes in one of his stories that governments exist to facilitate commerce.
      It's a very cynical worldview, but not without merit.

      --
      [Fuck Beta]
      o0t!
    8. Re:Shouldn't governments impose balance? by Rinnon · · Score: 2

      Most consumers will just accept their fate and do nothing (despite the efforts of people trying to get them to stand up), leaving everyone else doomed.

      Why do I believe this? I've been stuck with a single ISP for years. If this truly happens, it does not happen in a reasonable amount of time, and I'd rather have a competent government do something about it than wait for a miracle.

      It's a self fulfilling prophecy too. It's extremely hard to be motivated towards action when so many apathetic people around you won't lift a finger to help, even when they agree with you or believe in your cause. Everyone knows one person isn't enough to change a corporations ways, so even those who might have been moved to action see the frivolity of it, and end up doing nothing.

    9. Re:Shouldn't governments impose balance? by SuricouRaven · · Score: 2

      "assuming there is no government-imposed monopoly in place"

      What about a natural monopoly? It's possible for a monopoly to exist without a government imposing one. There are several situations where it can happen. For example, in the case where the cost of entry to a market is very high (Got to dig up roads and lay cables), once the first supplier has been set up it may no longer be economical for a competitor to follow as the potential market share will be lower

    10. Re:Shouldn't governments impose balance? by Opportunist · · Score: 2

      Unfortunately we're not in a capitalist free market system.

      In a (ideal) capitalist free market system, you would be absolutely correct. An ISP offering a (from the customer's point of view) flawed product would instantly cause another ISP to come into existence that offers a product the customer wants, the customer would identify the superior product, switch to it, the supplier offering the product the customer wants will thrive, the supplier offering a product that is not sought after will perish. This is the situation in an ideal capitalist world.

      Our world, unfortunately, hasn't been capitalist for a while now.

      The customer cannot fulfill his role in the capitalist system because this ability has been stripped from him. Governments should actually ensure that he can fulfill this role, but instead created regulations and laws (or did not enforce laws to enable him, since the customers as a not organized group are invariably in the weaker market position and hence need this support to enable them to fill this role sensibly) that increasingly takes this ability away, creating a system that favors the supplier in an undue and for the capitalist system very unhealthy way.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  3. Cheapest is Best by LilBlackKittie · · Score: 5, Insightful

    This is what the drive to the lowest price possible gets you: a broadband that loses the ISP money in an attempt to get that TV and billboard price-point of £5.99 per month. How does the ISP make money and remain competitive? Answer: more bites at the cherry! Phorm, getting content providers to pay... etc...

  4. Oof by Prikolist · · Score: 5, Insightful

    Not only does this kill small companies' as well as individual users' chances at internet presence, but what a great way to kill off any p2p protocols by dumping them whosesale into the 'slow lane'.

    --
    I think Linux isn't better than Windows hence in the slashdot realm I'm a troll
    1. Re:Oof by Nemyst · · Score: 2

      Everybody knows any P2P protocol is strictly used for pirating, so then it's alright!

      Those small companies and users are probably infringing something somewhere too, so they're all criminals anyways.

    2. Re:Oof by VortexCortex · · Score: 5, Insightful

      Everybody knows any P2P protocol is strictly used for pirating, so then it's alright!

      Those small companies and users are probably infringing something somewhere too, so they're all criminals anyways.

      Yargh! Those lilly-livered scallywags wot call themselves "Producers" are pedalin' stolen wares foisted from real Content Producers under legal duress! Aye! The true artisans be shackled and made to slave away in concerts and promo gigs to make ends meat.

      I say we smartly keel-haul the dirty bilge rats! Nay, lay siege and claim the bountiful media booty, make like Robin Hood with the lot of it, then scuttle the lot of 'em!

      Avast ye thick skulled brutes -- Will not the art-slaves still earn a living prostituting at promo parties, late night shows, and musical venues?

      (A cutlass twice sharpened slices doubly)

  5. Two very different things by SuperKendall · · Score: 3, Insightful

    I think absolutely, ISP's should be allowed to provide faster bandwidth for sites where companies have agreed to pay for delivering content to the consumer at faster transfer rates. Those companies are in effect subsidizing higher levels of ISP service for some content; there's nothing at all wrong with that.

    The second issue raised, where potentially a company could fork over enough money to block some other service - that's really bad, but I don't see it ever happening despite scare quotes like the ones the article provides. There's simply no way customers would put up with it, and the company being blocked could easily sue the company paying for the block. So who would actually do that?

    Remember that you are being frightened in order to be OK with giving over more control over an inherently open internet, to those that want to control content. It's under the guise of protecting you but the first thing you should do when someone says "I'm here to protect you from a horrible danger" is to be very suspicious and ask a lot of questions to find out if in fact there's really a credible threat.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Two very different things by sribe · · Score: 4, Insightful

      I think absolutely, ISP's should be allowed to provide faster bandwidth for sites where companies have agreed to pay for delivering content to the consumer at faster transfer rates. Those companies are in effect subsidizing higher levels of ISP service for some content; there's nothing at all wrong with that.

      And how exactly do they do that? They do it by delaying the packets sent by those who don't pay extra.

    2. Re:Two very different things by Anonymous Coward · · Score: 5, Interesting

      ...companies have agreed to pay for delivering content to the consumer at faster transfer rates.

      Does this mean consumers no longer have to contend with bandwidth and maximum download caps as long as consumers are willing to accept variable speeds? Otherwise, what good does it do me if YouTube wants to pay extra to feed me uncompressed HD quality video in real time if my internet connection can only accommodate a fraction of the required bandwidth and download allotment? For example, my ISP has tiered services. Let's say I'm on the lowest tier. YouTube has paid to have its content delivered at the fastest possible speed. So for as long as I'm surfing YouTube, my connection behaves as if it's on the highest tier. Did I understand you correctly?

      That's all well and good except for the fact that every consumer ISP (at least in the US) has pretty much oversold its available bandwidth. It's a zero sum game. In order for my connection to be temporarily upgraded when surfing YouTube, my neighbor's connection will have to be downgraded when he's surfing Vimeo (which didn't pay extra for content delivery in this hypothetical scenario) which may violate my neighbor's minimum level of service (unless of course ISPs downgrade that somewhere in the small print). Because let's be honest here, the extra money that ISPs will be collecting for this prioritized delivery isn't likely to go into upgrading infrastructure because we all know what the US telcos did with the tax payers' money that was earmarked specifically for upgrading infrastructure.

      EDIT: lol... the captcha for my post is "extort"

    3. Re:Two very different things by Nemyst · · Score: 3, Insightful

      First, they say they'll speed up service for X and Y.

      Slowly, your Internet service degrades for other sites. Wondering what's going on, you contact your ISP. They say X and Y's customers are using a lot of bandwidth and thus the infrastructure's getting throttled a bit for others. Nothing they can do about it.

      After a while, they announce a grand overhaul of their services so that they can better provide access to sites... but they only speak of X and Y. Turns out the upgrade was done for those and the rest is still on mostly the same thing bar negligible upgrades.

      Fast forward a little bit and you'll end up with sluggish access to all the sites that didn't pay. No, they never actually cut off a site or slowed it down on purpose - they just dedicated all their resources to them and let the rest fall to pieces. They have the incentive, they'll do it if they can.

    4. Re:Two very different things by Imrik · · Score: 5, Interesting

      I say we offer them the choice, they can be classified as common carriers and thus carry everything equally or they can discriminate and be responsible for everything that they carry.

    5. Re:Two very different things by chaboud · · Score: 4, Insightful

      Bingo!

      This is absolutely the most right-headed (and concise) statement of this problem that I've seen.

      All of these guys (congress and parliament included) should be in jail.

  6. Welcome to the Communications War by ideonexus · · Score: 5, Insightful

    The problem with a lack of net neutrality is that it takes multiple ISPs to carry the packets. So if YouTube agrees to pay for preferential treatment, they're going to have to pay every ISP in the world for it. So one ISP got their check, but the one next door didn't, so they stifle the traffic. What happens when my attempt to ping Google gets bounced out to Europe as occasionally happens?

    If we don't get Net Neutrality, we will have a war between ISPs discriminating against each other's traffic, and they will beg for the government to step in to resolve disputes. Once that happens, instead of the simple single rule of Net Neutrality, we will get a patchwork of situational regulations dictated by corporations through armies of lawyers representing their best interests.

    --
    i ~ Celebrating Science, Cyberspace, Speculation
    1. Re:Welcome to the Communications War by toriver · · Score: 2

      Not only that: Let's say some American content provider sends traffic across Comcast and pays them for the bandwidth. Comcast sends traffic further on to BT's customers and the networks involved are supposed to divvy up the cost between them.

      Now, if BT demands that the content provider (aka. Comcast's customer) should pay them when BT's customers request content from them, the concent provider is likely to argue that such payments should be deducted from what they pay to Comcast. Would Comcast approve? Me thinks not. But that would be the logical conclusion when a third-party asks for such "protection money".

      Or they would report BT to the feds for extortion. Which is what it would look like.

  7. Tipping point: whether websites buy into this by noidentity · · Score: 3, Interesting

    Like companies holding monopolies, the tipping point seems to be whether website owners pay ISPs to avoid getting slowed down. Here's hoping that affected sites put up an intro page on any ISPs that slow them down, explaining to the user that the site is slow not because of problems on the site's end, but rather that it's the user's ISP, the company he pays to get access to the internet, that is artificially slowing things down.

    1. Re:Tipping point: whether websites buy into this by westlake · · Score: 3, Interesting

      Here's hoping that affected sites put up an intro page on any ISPs that slow them down, explaining to the user that the site is slow not because of problems on the site's end, but rather that it's the user's ISP, the company he pays to get access to the internet, that is artificially slowing things down.

      That tells the user you can't afford life in the fast lane. That you are strictly second tier.

    2. Re:Tipping point: whether websites buy into this by Totenglocke · · Score: 3, Informative

      No, it tells the user that their ISP is using Mafia tactics and saying "Pay us for speed protection or something unfortunate might happen".

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
  8. Already here by mrsam · · Score: 3, Interesting

    There's an Akamai server on my ISP. www.foxnews.com resolves to it, traceroute reaches it two hops off the router on the other side of my DSL bridge, and the homepage loads up blazingly fast.

    On the other hand, my packets to www.cnn.com wander around a series of various tubes, until they find their way to Atlanta. www.cnn.com is noticably slower to load. traceroute shows that about twice as much latency accumulates, until it stops at CNN's router.

    FOX news is paying my ISP, indirectly through Akamai, for a higher tier of service for my ISP's customers. Their competition does not, and their tier of service is noticably slower.

    I try my hardest, but I can't think of a damn thing that's wrong here.

    1. Re:Already here by mikkelm · · Score: 4, Insightful

      The problem isn't really that content providers can have their applications hosted in end-user service provider networks. The problem is that the TalkTalk representative seems to be open to the idea of content providers paying them money to block out the competition entirely.

    2. Re:Already here by russotto · · Score: 4, Insightful

      Nothing's wrong with your scenario. Let's consider if the Internet were not a series of tubes, but more like trucks. Then your trucks to Fox News would get there, load up, and turn around faster because Fox News had a warehouse in your neighborhood. Your trucks to CNN take longer because they've got to get on the highway, head down to Atlanta, and head back to your neighborhood. That's not the proposal here. Suppose both NBC news and CNN were outside your neighborhood. The proposal here is that if NBC paid off your neighborhood association and CNN did not, any trucks coming into your neighborhood from CNN would be made to take the crappy two-lane road with traffic lights and a 25mph speed limit, whereas the NBC trucks would be allowed to use the highway.

    3. Re:Already here by Toasterboy · · Score: 5, Insightful

      Akamai is very different from a "two tier strategy".

      Akamai is all about having local data centers nearer to high traffic population centers. This has the side effect of relieving congestion on the main internet backbones by essentially doing local caching. You want the data, and it happens to be located on a server closer to you, which by coincidence does not have to bottleneck through the backbone as much, so you get better scaling and performance. This strategy is net positive because the internet as a whole benefits by reduced waste and the hosts can deliver content more efficiently with a better user experience.

      A two tier internet is something *very* different. That's taking the same pipe, and allocating priority to the rich and powerful at the expense of those who don't pay the premium; there is still the same amount overall of bandwidth available but they want to allocate less of it to you and more of it to companies that pay. How that will actually work is that those who pay more get internet hosting that works, and everyone else gets screwed with a broken, high latency, congested network. Oh, and the price for them will also go up while the service goes down.

      Everyone else should get really pissed off about this crap, once they figure out how bad the deal is for them.

      Let me put it this way: if this sort of thing is allowed, more advanced internet services developed over the next few years will only be possible when they are run by huge corporations with deep pockets, and all other innovators will be shut out in the cold. And that means you get to pay more for those services because there won't be any competion.

    4. Re:Already here by Anonymous Coward · · Score: 2, Insightful

      This is the thing i am really confused about. Youtube is mentioned, despite the fact that the whole of Youtube is transmitted over edge networks owned by Google. None of that stuff congests the general internet.
      They can't make BBC pay either. It is already paid for by the licence. It applies to both sides of the coin, all sides of the coin even. (hence why they can't even put up ads on the site, or have rentals or whatever)

      Already i can see this wasn't really thought out particularly well, and as a TalkTalk user, this severely pisses me off.
      You can't just throw "low low prices" at us, then whine years later because everyone is using you!
      Go whine to BT and government some more, it helped last time! It actually helped!

  9. Wrong by SuperKendall · · Score: 4, Interesting

    And how exactly do they do that? They do it by delaying the packets sent by those who don't pay extra.

    No, they locally cache the content providers data so that you don't have the round-trip of getting it over the "real" internet. Realistically it's far too much trouble to manage networks by doing anything to the traffic itself, which implies all kinds of expensive packet inspection. It's far simpler to improve performance by local caching or by QOS for traffic to specific destinations - that the user would want improved access for anyway...

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Wrong by dangitman · · Score: 2

      No, they locally cache the content providers data so that you don't have the round-trip of getting it over the "real" internet

      How do you locally cache content that is "live" or "streaming"? I think you are naively overlooking what they actually plan to do here, which is throttle content from non-partner websites.

      --
      ... and then they built the supercollider.
    2. Re:Wrong by 10101001+10101001 · · Score: 2

      It's far simpler to improve performance ... by QOS for traffic to specific destinations

      And on a saturated line, QoS translates into special-group A having their traffic get through while neutral-group B having their traffic dropped, even if there's inherently as many requests for A as B (inherently in that if A or B were alone, they'd both generate the same amount of traffic).

      that the user would want improved access for anyway...

      Users can already get what they want with a neutral, best-effort packet network. Such a network of user desired is already reenforced through regular router reconfigurations and companies buying up use of caching networks. The latter of which, btw, already places enough of an advantage and self-feeding loop that the idea that content providers can or should buy even further lock-in to maintain their position or effective lock-out to take bandwidth that would otherwise have gone to extant user demand is disgusting, at best. At worst, it's tantamount to rigging the self-correcting free-market nature of the internet. How is that remotely acceptable?

      --
      Eurohacker European paranoia, gun rights, and h
    3. Re:Wrong by Raptoer · · Score: 3, Informative

      They might also implement it via RED. As an outbound queue fills packets going into that queue start getting dropped. This is done to prevent TCP global synchronization, and is standard practice. But if you change the rules a little, saying that packets coming from payer X get into the queue more often than non-payer Y, you've effectively lowered Y's performance during congestion without impacting Y during non-congestion.

      Or it could be done via managing router queues. In order to route a packet you must inspect it anyways. Instead of having 1 outbound queue from a router you have two, three, or more. The outbound port sends from the high-priority queue more often, but still sends from the lower priority queues, or else to the hosts it appears to be congestion or a dead connection.

      It could also be done via policy based routing on the AS level. An AS is a set of routers divided from other routers by political divisions rather than any technological reasons (AT&T routers vs Verizon routers). Each AS communicates routes and speeds via BGP. You direct the payer packets towards the faster AS you're connected to, then send the non-payer packets over to the slower AS.

      There is no real way to speed up some packets without slowing down others, unless you literally build a whole new faster network, in which case why not put the other packets on there too?

    4. Re:Wrong by arkhan_jg · · Score: 2

      BIg ISP's already have equipment to perform realtime deep packet inspection on their user's traffic - it's cheaper to put everything through say, sandvine DPI equipment to throttle the hell out of P2P traffic than to buy in more capacity. *Every* mainstream British ISP throttles torrent traffic at least for part of the day, and they all have quotas - again, managed as part of the same equipment.

      Yes, providing akamai caches inside the ISP network in order to speed up access is one thing, but that's not what they're talking about. They're talking about using the DPI kit to put certain traffic at the top of the priority, and leave those who haven't paid the extortion fee down in the same slow lane they relegate P2P traffic to.

      --
      Remember kids, it's all fun and games until someone commits wholesale galactic genocide.
  10. Rename the product then... by ewhenn · · Score: 3, Insightful

    They shouldn't be allowed to sell "Internet access" then. If I'm paying for service, and I can't get to a site because my "ISP" has it blocked, then they aren't providing Internet access. They should be forced to advertise the service as a "Restricted web portal". Yeah, they might not like it, but it would be a lot closer to the truth.

    Side note: "TalkTalk" sounds cutesy. I have another cutesy for them: "Bye-Bye", as I cancel my service.

  11. The ISPs are playing a pretty ballsy game by Kjella · · Score: 2

    If they start trying to gang up on the content providers, what's to stop the content providers from ganging up on them? Oh yeah you want to offer Internet... bring say the top 5 companies like Google (search, youtube, docs), Facebook, Twitter, Amazon and eBay on board and hand ISPs the ultimatum - don't charge us or put us on second tier, or we will all block your ISP from using our services. The customers will scream bloody murder and complain that what you're delivering isn't the Internet, but your call. In fact, once you've pushed them together in an alliance maybe they find that they are in a position to charge the ISPs, not the other way around. After all, many people have more than one ISP to choose from but there's only one YouTube and one Facebook.

    --
    Live today, because you never know what tomorrow brings
    1. Re:The ISPs are playing a pretty ballsy game by Polyphagic · · Score: 2

      >If they start trying to gang up on the content providers, what's to stop the content providers from ganging up on them?

      Why gang up when you can purchase like, say, Comcast did NBC Universal? Shhh....it will all be over soon. Just like ripping off a bandage over the info artery.

  12. Great way to stifle innovation by saleenS281 · · Score: 4, Insightful

    If we allow this, it will effectively create yet another monopoly for those with the capital to be the highest bidder. I love google, but I also love knowing that they have to constantly be redefining themselves, or any college kid with a little bit of skill and luck can create competition from their dorm room. If the *next big thing* is so slow it's unusable because of the ISP's "preferential" treatment of those paying tariff's, it won't ever become the next big thing. And THAT will be yet another nail in the coffin of the downfall of mankind.

  13. Ah, capitalism at its finest by nashv · · Score: 2

    This is going to lead to situations like : "YouTube recommends ISP X for optimal viewing experience". And high traffic sites will probably end up extorting money from the ISPs. I know Facebook isn't going to pay anyone for access, for example.

    And pretty soon, websites will form unions and the ensuing partitioning of the Internet will give us consumer choices "ISP X offers about 50% of the Internet at this price, while ISP Y offers 75% of the Internet for only a few cents more.". Competition between ISPs will spiral out of control.

    Things are going to end up more complicated for the ISPs themselves - and if they had a shred of intelligence to them, they'd stop this moronic talk."

    --
    Entia non sunt multiplicanda praeter necessitatem.
    1. Re:Ah, capitalism at its finest by NoSig · · Score: 2

      You've got it backwards. That would be the absolutely best scenario the ISPs could ever in their wildest dreams imagine. They would all be selling a unique product and could charge for it as such. Right now they are all selling pretty much the same thing which there isn't much profit in. It's the difference between selling designer (=unique) handbags and plain plastic bags. The ISPs would love it all to be ungodly complicated because they can hire people to figure it all out, but their customers only have 5 minutes on a Wednesday to choose their ISP. You don't actually think that it would have to be so hard to figure out which mobile phone company would be the better deal, do you? It's complicated exactly to prevent you from figuring that out and this would be the same thing.

  14. wrong yourself by Anonymous Coward · · Score: 5, Informative

    I work for a company that is heavy involved (among other things) in just that sort of deep packet inspection technology. If you don't think that large ISPs are (or will shortly be) doing traffic shaping, you're a fool.

  15. Re:They keep using that phrase by Rennt · · Score: 2

    Don't be so quick with the witty movie quotes - "best effort" can mean different things. In networking "best effort" service comes with no guarantees. Above that you have your service level agreements.

    In common usage "best effort" is also something of a euphemism for "I'm not promising anything", so that fits too.

  16. U.K. consumer protection laws ... by aegl · · Score: 2

    I'd think that any company that advertised "internet access" and then blocked access to BBC iPlayer in favour of Youtube (or vice versa) would run into a wall of lawsuits from dissatisfied customers - who would win as U.K law takes a dim view of companies posting false or misleading advertisements.

  17. No, there is something very wrong... by KonoWatakushi · · Score: 5, Interesting

    "Best effort" is what we had for years without a tiered Internet. Using that label for a second tier is seriously disingenuous. Before, effort was made to ensure that pipes had sufficient capacity, and that congestion was the exception, and not the rule--that is "best effort". No longer.

    Relegating all second class traffic to a permanently congested and insufficient pipe can hardly be considered "best effort". There is no incentive for them to provide sufficient capacity for Internet services which compete with their own services. In fact, quite the opposite.

    The reason that the Internet was such a powerful engine for innovation, is exactly because it had excess capacity, and the ability to support new applications. If all Internet traffic is now to be relegated to the scraps of bandwidth remaining from so called "managed services", it is dead for all practical purposes.

    Sure, it will hobble along, but a tiered Internet can never provide the rich opportunities for innovation, or even competition with established services. That is why it is crucial that this not happen. Under a neutral Internet, there is every incentive to provide sufficient bandwidth so that it works well for everyone. Once you start carving it up, those incentives disappear, and the incumbent monopolies will prevail.

  18. Bad for small business by senorpoco · · Score: 2

    How can a small courier compete if the big guys are able to pay to have the speed limit changed for their vans? As with content delivery, the internet has allowed small companies to compete because content delivery is a level playing field, when the big boys can pay to leverage the medium itself everyone who can't afford to pay has their content devalued.

  19. What about the users? by Tomahawk · · Score: 2

    I know us customers generally mean nothing to businesses, but surely even ISPs can see that they are primarily there to allow us poor users to use their service to access to the big bad Internet. And by that, I mean _all_ of out. I'm paying my ISP for access to the sites _I_ want to access, not access to the sites that they, out of the goodness of their profits, they'll allow me to access.

    Perhaps they can run this another way - 3 tiers. I pay for 8mb broadband, so I get 8mb to any site - after all, that's what _I'm_ paying them for. Or, I take their _free_ package, which is paid for by the corporations, and thus can only access (quickly) those that paid to allow me access - if I'm not paying, I can hardly complain. That way, everyone wins.

    Or am I just making too much sense for these guys to comprehend?

  20. Everyone, Relax, Calm Down by BeanThere · · Score: 2

    Pause, and think about it for a minute. Does anyone REALLY think an ISP can afford to make 99% of the Web intolerable for its users, without immediately dying a horrible death in the market? No. It won't happen.

    This is just more irrational fear-mongering from those interests pushing for government control over the Internet under the guise of so-called 'Net neutrality', claiming power in order to solve a problem that doesn't exist under the guise of 'helping you'.

    The reasoning fallacy behind the promotion of 'net neutrality' is something like this: The market might be perfectly capable of providing everyone decent-speed, usable Internet (it's done a reasonably good job so far), but because it doesn't apparently recognize a legal 'right' to decent service, then "oh noes, panic, it means we won't get decent service". Wrong. The market will provide decent service because that is the very service they offer.

    Here's a car analogy. There are no laws dictating a car has to be able to go at least 50 miles per hour. But is there a crisis of car manufacturers trying to get away with selling very slow cars? No, not at all, in spite of such laws. How could this possibly be? Because if a car company started selling cars that could only go 30 MPH, nobody would buy them. "But, but, we need laws just in case they do! Government must regulate and control the whole thing!" ... nope. Calm down, relax, don't be taken in by such blatant hysteria-creating propaganda.

  21. Interesting post from a UK ISP owner in November by cheeseandham · · Score: 3, Insightful

    Two Speed Internet
    I would have thought it would be difficult in the UK as there is more competition. If Fred Bloggs finds his ISP slows down BBC iPlayer then he can change ISP pretty easily. What's the problem?

  22. excuse me, but youre talking like a moron by unity100 · · Score: 4, Insightful

    Pause, and think about it for a minute. Does anyone REALLY think an ISP can afford to make 99% of the Web intolerable for its users, without immediately dying a horrible death in the market? No. It won't happen.

    stop believing in the 'market' bullcrap. market is the foremost thing that is manipulated on this planet. there is more profit in tiering internet, and ALL isps will be doing it. there will be no problem of 'surviving' at all. it will just be 'standard industry practice', just like how things like these have been, in all other industries unless they were banned.

    as a simple example, you can look at how, for some reason, music album/cds are being sold from almost the same rates as records, despite technology changed a lot, manufacturing went to china taking the production cost to dimes, and many corporations seemingly competing in the field.

    where is cheaper music in the mainstream market ? where is the competition ?

    nowhere. this is what you will end up with internet too, if you keep believing that 'market/competition' bullshit. its something that doesnt apply in real world. it lives in econ 101, 102 books.

  23. Content providers, not ISPs, have power by DaveGod · · Score: 3, Interesting

    ISPs seem to be confused about who is en route to achieving monopoly powers.

    In the UK, consumers have a real choice of ISPs and negligible brand loyalty to any of them. iPlayer, Facebook, Google and YouTube on the other hand border on being a staple part of lifestyle. Most people I know also use iPlayer and I'm quite certain they'd all change ISP if theirs stopped delivering it. On that subject, TFA is on shaky ground about contract lock-in because ceasing to provide a significant service is a failure to deliver/material variation which renders the contract unenforceable, and, in my (limited) understanding of contract law, it is nigh on impossible to have valid terms in standard-form contracts to waive such rights.

    OK, ISPs could speed up certain companies and not others, and this could get to a point where they're not literally barring access but it's impractical for bandwidth heavy content to compete without doing so. But you're still going to have consumers who are more concerned about content and you're still going to have the 3rd party options like Akamai. The risk for consumers, as the article correctly points out, is the barriers that are created preventing new startups gaining traction.

    If it wasn't enough that people are already more bothered about the content than their ISP, all of those companies have various content-sharing and other agreements already, they are clearly not averse to forming agreements on other issues. The balance of power is forming overwhelmingly in the hands of the big content providers.

    ISPs should think twice. Some content providers are already showing signs of some monopoly power and by creating further barriers to competition the ISP is throwing itself towards an inevitable conclusion: the content providers charging the ISP.

  24. Re:Isn't it past time... by GameboyRMH · · Score: 2

    That's the problem, the Internet doesn't really route around censorship or damage or anything like that, that's little more than a bunch of hand-waving hippie-speak quite frankly, it's actually a highly centralized, highly hierarchical system that doesn't route well around anything short of total disconnection (when alternate routes are available). It's not a cloud, it's more like a tree, it's rooted in the US, you're on the outer leaves and anything that happens further in can screw you over.

    A 403,404 or "access denied, you have been reported" page from the Great Firewall when you try to access a website is as good as the real thing as far as the Internet is concerned. Of course a throttled connection is fine and dandy too.

    This is why we need a new Internet, the infrastructure and up must be replaced. It must be highly decentralized, p2p-oriented, with a logical and physical mesh topology, and have integrity controls and a karma system built into the protocols, sort of like Bittorrent. It should not only be difficult to control, it should actively resist control. Then the Internet really will route around censorship and manipulation like damage.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
  25. Packeteering by vanyel · · Score: 2

    How is this different from a protection racket? "we wouldn't want anything to happen to your packets now, would you? Pay us and we'll make sure they're safe..."