Slashdot Mirror


Net Neutrality and BitTorrent - No More Throttling?

Umaga's Purse writes "Will ISPs still be able to throttle BitTorrent traffic now that a significant proportion of it is legit? It's a tough question, especially for ISPs like AT&T (which agreed to run a neutral network in order to gain approval for its merger with BellSouth from the FCC). It's not just a problem for AT&T, though: 'ISPs that have made no such agreements may not need to worry about BitTorrent taking over their networks, but they do need to wrestle with the issue of how to handle it now that so many legal uses of the protocol are available. Do they want to irritate their BitTorrent-using contingent, or let BitTorrent flow unhindered at the risk degrading the experience of those who don't download torrents?'"

54 of 243 comments (clear)

  1. Which portion? by 3p1ph4ny · · Score: 4, Insightful

    Will ISPs still be able to throttle BitTorrent traffic now that a significant proportion of it is legit?

    Says who? Not that I disagree, but it would be interesting to read a study done on the matter...

    1. Re:Which portion? by SCPRedMage · · Score: 3, Interesting

      Says who?
      Says "Umaga's Purse", apparently.

      But for the record, there were ALWAYS legit uses for BitTorrent. It's just that they're legitimate POPULAR uses now.
      --
      My sig can beat up your sig.
    2. Re:Which portion? by boaworm · · Score: 4, Informative

      Blizzards World of Warcraft updater uses bittorrent to quickly distribute the frequent and obese patches to millions of users. That gives atleast 8 million legit users straight-up, even though this of course only counts for a fragment of the traffic itself.

      But as always, it comes down to the bucks, if your ISP allows unthrottled bittorrent traffic, YOU will pay the costs in the end, by higher fees. Or possibly, your ISP goes out of business :P

      --
      Probable impossibilities are to be preferred to improbable possibilities.
      Aristotele
    3. Re:Which portion? by mordors9 · · Score: 3, Funny

      Pr0n? And now even faster than ever... all is right with the world.

    4. Re:Which portion? by irc.goatse.cx+troll · · Score: 3, Interesting

      Blizzards World of Warcraft updater uses bittorrent to quickly distribute the frequent and obese patches to millions of users. I disagree with that statement.

      Blizzard undeniably uses bittorrent for the wow updater, yes, but me and all of my friends would argue the "quickly". It's dog slow and unreliable. No, its not a router issue or anything, we all torrent perfectly fine elsewhere (and if we were able to load the torrent in a good client like utorrent, maybe we wouldnt have a problem with this one). In the end a lot of people just close wow's uploader and wait until its up on fileplanet/filefront/etc.

      I don't know whos fault it is, but I just had to throw that in there.
      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    5. Re:Which portion? by Joe+The+Dragon · · Score: 2, Informative

      Linux downloads make up a big number of users as well.

    6. Re:Which portion? by Ruff_ilb · · Score: 2, Informative

      It's probably due to the fact that (at least as it seems to me) very few WoW users seed their torrents; they view it as a traditional patcher, and they download the material and then don't leave the thing running. Any torrent without any seeds is sure to move slower than a "healthy" torrent with a high seed:leecher ratio.

      --
      http://www.TheGamerNation.com/Forums
    7. Re:Which portion? by Mateo_LeFou · · Score: 2, Interesting

      I use bittorrent daily, to build up my music collection and to try out new software. And I haven't infringed copyright in years. Too bad you don't know me

      --
      My turnips listen for the soft cry of your love
    8. Re:Which portion? by Eskarel · · Score: 3, Informative
      The other problem is that it runs on the default bittorrent ports, which are very likely to be shaped.

      And of course the background downloader is actually throttled by blizzard so that it doesn't eat up your connection, even if you have a dial-up modem(I suppose it should be smarter than this, but blizz didn't really want complaints). The actual downloads on the day(at least up until the last few weeks) have always been quite snappy.

    9. Re:Which portion? by Anonymous Coward · · Score: 3, Interesting

      No, it's because it's an older version that doesn't have an upload limiter, so it saturates your uploads, which means the ACK packets for your downstream don't get through, which reduces the rate at which you can download as well.

      Apply that throughout the whole torrent and the net effect is a slower rate of block distribution.

      Blizzard have a constant HTTP seed providing blocks, so the torrent is never in an unseeded state, and at least one primary seed has a significant amount of bandwidth!

      Incidentally, I think artificial throttling of protocols beyond the user's control to a given speed which is less than a reasonable "breathing room" overhead, or deprioritisation of a protocol to an extent that degrades performance, is an abuse of QoS techniques, and should probably be prohibited under net neutrality rules. QoS is meant to increase the overall performance of a user's connection, and of the network as a whole as a result.

      Throttling should never be used as a method to increase contention or reduce costs - backend networks must continue to be expanded as traffic levels grow, or your whole branch of the internet will stagnate and be unable to keep up with growing demand.

      The trouble with abusive QoS is that it invites the traffic classification rules to be evaded by protocol masquerading, scrambling and encryption techniques, so that the user can once again return to the reasonable level of performance they believe they are paying you for; and that means that other, beneficial QoS techniques can no longer be used on that protocol by you or anyone else.

      In effect, abuse it and you lose it. Please don't abuse it.

      QoS is a good technology when used appropriately to maximise the performance of a connection and network while minimising latency, but a bad technology when clamping everyone's torrent down to 5 bytes an hour because you "can't afford the bandwidth".

      The Internet needs to continue to grow to maintain acceptable performance, and if you can't accommodate that at the rate you need to, your country will have a second-or-third-class backbone before you can even blink, and that's a competitive disadvantage for your whole country, and a national issue you need to deal with.

    10. Re:Which portion? by JohhnyTHM · · Score: 2, Interesting

      Blizzards downloader is a really crappy bittorrent client.

      It doesn't appear limit the upstream like most bittorrent clients do, which means that your downstream gets throttled.

      The best way to download the WoW patches is paste the .torrent into something like
      BitComet or uTorrent and let that handle the download instead. I find that the
      download rate at least doubles that way.

  2. This may be a dumb question, but... by VGPowerlord · · Score: 3, Interesting

    ...how does an ISP recognize BitTorrent traffic? As far as I can tell, it's really easy to change the port numbers used by the BitTorrent tracker and by the end user. I now that my uTorrent client is set to randomize a port and then use uPnP to ask my router to open it.

    So, if the tracker port number changes and the client port number changes, how is it being blocked?

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    1. Re:This may be a dumb question, but... by matts-reign · · Score: 3, Informative

      Software on their routers examines each packet going across the network, and if it looks like one from bittorrent, it'll be throttled accordingly. Encryption exists to beat this.

      --
      Waffles rock.
    2. Re:This may be a dumb question, but... by Shakrai · · Score: 5, Insightful

      ...how does an ISP recognize BitTorrent traffic? As far as I can tell, it's really easy to change the port numbers used by the BitTorrent tracker and by the end user. I now that my uTorrent client is set to randomize a port and then use uPnP to ask my router to open it.

      More to the point, I can set my BitTorrent client (Azureus) to encrypt all traffic. Currently I have it set to default to encryption and fallback to plaintext -- but it would be a simple matter to reject unencrypted connections.

      Throttling traffic is stupid. Build your network to support the load or stop selling "unlimited" service. My cell phone provider doesn't get to decide who I can talk or what I can talk about. Why should my ISP?

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    3. Re:This may be a dumb question, but... by DaHat · · Score: 4, Interesting

      Back when Napster was the horror of school network admins everywhere it was not uncommon to block the common Napster port. In response students would change the port to a more common one... such as say... 80 and be able to keep on downloading... that is until the admins spent a few more bucks or upgraded their existing equipment.

      Classifying network traffic based only on the port went out the window well over 5 years ago when modern packet shapers came to the market which were able to analyze the very contents of packets and classify them based on the type of service they contained rather than the port they used.

    4. Re:This may be a dumb question, but... by Gr8Apes · · Score: 2, Funny

      But your cell phone provider can degrade the quality of your call just a little bit to free up space, you just don't notice that much. What was that? I missed that last sentence, stupid &*%^^&*( Verizon!

      --
      The cesspool just got a check and balance.
    5. Re:This may be a dumb question, but... by Shakrai · · Score: 2, Insightful

      But your cell phone provider can degrade the quality of your call just a little bit to free up space, you just don't notice that much.

      Only on CDMA networks. On GSM using the TDMA air interface there's a finite number of slots. If I get one then it's mine to use as I see fit and you can't kick me off it.

      That said, the point I wanted to make was that perhaps the problem lies in selling as "unlimited" a finite resource. In the end it shouldn't matter if I use 100GB of bittorrent or 100GB of VPN to my office. If they don't have the capacity to be selling it as unlimited then perhaps they shouldn't be selling it as unlimited.

      I for one would rather be limited to a sane amount of traffic per month and have full speed downloads for my uses of bittorrent then have my usage degraded by a QoS scheme that thinks my neighbors packets are more important because they aren't bittorrent (even though he may use more bandwidth then me in the end).

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    6. Re:This may be a dumb question, but... by drinkypoo · · Score: 3, Insightful

      That said, the point I wanted to make was that perhaps the problem lies in selling as "unlimited" a finite resource. In the end it shouldn't matter if I use 100GB of bittorrent or 100GB of VPN to my office. If they don't have the capacity to be selling it as unlimited then perhaps they shouldn't be selling it as unlimited.

      Amen to that. In fact NO provider in the US will give you unlimited of anything but dialup and that only because it's too slow to be an issue and they don't even run the modem banks any more, they pay someone to send their users to the right places.

      Comcast cable limits you to 90GB (through human intervention, not automatically.) Hughesnet satellite limits you to 350MB/4 hours. Et cetera.

      Oh AND, your cellphone provider WILL terminate your service if you roam too often, which makes you unprofitable. So you're wrong about that anyway.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:This may be a dumb question, but... by Shakrai · · Score: 4, Insightful

      went out the window well over 5 years ago when modern packet shapers came to the market which were able to analyze the very contents of packets and classify them based on the type of service they contained rather than the port they used.

      Hence why my bittorrent client supports encryption. My two cents says that it's none of my ISPs business what my packets contain. It may be their business how much bandwidth I use -- but it shouldn't matter if that bandwidth is VoIP, bittorrent, HTTP or a VPN. 100GB is 100GB regardless of what protocol generated the traffic.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    8. Re:This may be a dumb question, but... by Shakrai · · Score: 2, Insightful

      Comcast cable limits you to 90GB (through human intervention, not automatically.) Hughesnet satellite limits you to 350MB/4 hours. Et cetera.

      And that I have another problem with. They shouldn't be able to advertise it as unlimited and use some fine print in the contract to restrict how much you can use. Be up front about it!

      Oh AND, your cellphone provider WILL terminate your service if you roam too often, which makes you unprofitable. So you're wrong about that anyway.

      That's a different animal and I think my example is still valid. Using QoS on bittorrent is akin to my phone company telling me what I can discuss on the phone. In the end it should only matter how much bandwidth you use.

      I just downloaded a 350 meg torrent last night. I left it running to bring it up to 1:1 ratio. Used 700 megs of bandwidth. Tell me, was that 700 megs of bandwidth any better or worse for them then if I had done a straight 700 meg download from kernel.org? Stop looking at the protocol and start looking at the raw bandwidth usage. It's none of your business what protocols I use.

      Just my $0.02.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    9. Re:This may be a dumb question, but... by teh_chrizzle · · Score: 5, Interesting

      there are a number of ways, from deep packet inspection (studying packets and throttling those that appear BT-ish) to just cutting the uplink speed for a naughty subscriber. i think i my ISP may have done that to me already, judging by my ratios.

      i do my own traffic shaping in my house with a linksys router running openwrt and x-wrt. i do all my BT stuff from a vmware machine dedicated to all things BT (a win2k workstation running uTorrent) and i told the QOS config to file all traffic to and from his internal IP as bulk. i also use QOS to give priority to all traffic to and from my VOIP telephone adapter.

      in case you are not a linksys firmware freak... putting openwrt on your router is like upgrading your PC to openBSD. loading x-wrt on your openwrt router is like installing KDE on your openBSD machine.

      the result is BT can leech and seed 24x7x365, the humans in the house can surf and game unimpeeded and phone calls suffer no jitter from MMORPGS or BT.

      i feel sort of like a hypocrite for being a net neutrality fanboy and using QOS inside my firewall... but at least i can trust myself to not degrade my access in favor of my own proprietary offerings.

      some may say i am a little too trusting, but i have known me for a long time... i think we can trust eachother.

      --
      sarcasm:
      -noun
      1. harsh or bitter derision or irony.
    10. Re:This may be a dumb question, but... by Dan+Farina · · Score: 4, Interesting

      This may work in an ideal world, but the fact is that different applications do have different needs, and to make the Internet useful for more things it is necessary to have different levels of service -- and I don't mean company A paying B for higher priority -- I mean apps VoIP, which requires moderate bandwidth but also low latency, for example, should get a higher priority than your bittorrent packet, which can build in in a queue before being unloaded to you after some VoIP is done. Similarly, Bittorrent shouldn't be throttled per se, but just relegated further back in the queue because generally one doesn't care about latency in the system, "just" throughput.

      A sensible approach to make you happy (maybe) would be to limit the amount of bandwidth at each QoS level defined. If you want to burn your 500mb/month of highest QoS on bittorrent then so be it. Make the lowest tier of QoS truly unlimited. or some scheme like that.

    11. Re:This may be a dumb question, but... by 99BottlesOfBeerInMyF · · Score: 2, Interesting

      My two cents says that it's none of my ISPs business what my packets contain. It may be their business how much bandwidth I use -- but it shouldn't matter if that bandwidth is VoIP, bittorrent, HTTP or a VPN. 100GB is 100GB regardless of what protocol generated the traffic.

      Agreed, but net neutrality is about something more important than the type of traffic, it is the source of traffic. Large network operators have an interest in throttling traffic types, especially if they offer a VoIP service using one protocol and you're using another. They don't, however, need to know what is in your packets if they know the originating AS happens to be their competitor. They can just degrade all the packets to and from that AS that match the profile to insure their own offering is more reliable. They can threaten to slow traffic to any given web service and not their competitor unless that service provider pays up. In my opinion, stopping that is the important part of net neutrality, more so than packet contents, since we can and should all be moving to ubiquitous encryption anyway.

    12. Re:This may be a dumb question, but... by Shakrai · · Score: 2, Interesting

      This may work in an ideal world, but the fact is that different applications do have different needs, and to make the Internet useful for more things it is necessary to have different levels of service

      I do understand that point and I do use QoS on my own connection to prioritize SSH packets (need low latency) over HTTP/Bittorrent traffic. I guess my point though is that the ISPs should have enough capacity to provide low latancy (i.e: there shouldn't even be a queue) delivery to every packet. If they can't do that because 10% of the users are using 90% of the resources on bittorrent then they need to consider why they are selling unlimited service -- not what those 10% of the users are doing.

      With the possible exception of a 911 call (or maybe Gov't/military operations) I'm not aware of a scheme in which users who pay more money get better access to the PSTN. If I obtain a timeslot/line/channel/what have you for my call then they don't get to tell me what I can do with it. If a timeslot isn't available then I have to try again later.

      All that said we probably do need a balance somewhere between my ideas and those that would just throttle bittorrent until it becomes useless. Still, I hope I've made my point :)

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    13. Re:This may be a dumb question, but... by whois · · Score: 4, Informative

      I used to have that opinion and in some ways I still do. As a user, I claim I want a fixed rate for passing data traffic, any data traffic I want. What I really want is a CIR (committed information rate) or Minimum rate I can pass data. If I truly had that and it was say 6Mb then I might be happy for a while.

      The problem is that none of us are paying what it costs the ISPs to deliver 6Mb download. We're still paying the same prices or less for what we were paying for ISDN 10 years ago, or DSL 3 years ago. Now companies are upgrading their pipes over and over, mainly the "last mile" so they can provide as much bandwidth as possible to the users.

      The problem is all this has to go through upstream "choke points" where 5000 people on 100Mbit connections to the internet all go through one or two Gigabit links (at least in our ISP, this is the case).

      You can say "upgrade" if you want, but you're not paying enough. So we look at other ways to make it work. We're not rate limiting usually, just "smoothing" the traffic. If one person is using 45Mbit for a while and nothing else is going on then fine.. but rarely is that the case. Usually if it's during peak hours we want to throttle back the 45Mbit torrenter and open up the bursty traffic. The torrent guy doesn't really notice (he's probably not even sitting at his computer, and it just takes a little longer to get the file) and it keeps the web browser people and the mail sending people from complaining.

      Having been on both sides of the fence several times I can say this:

      If you want real bandwidth, pay for it. Sprint doesn't throttle anyone and almost never lets their pipes get oversubscribed (at least not at the edge). They're massively expensive though.

      Don't want to pay for the cake but still want cake? Open an ISP that provides "true 10Mbit up and down to users, no gimmicks no rate limits no oversubscription" and market the hell out of it. Most people would say the business model would fail, but as a customer you know what you want, maybe you can make it work? :)

    14. Re:This may be a dumb question, but... by 99BottlesOfBeerInMyF · · Score: 3, Interesting

      Using QoS on bittorrent is akin to my phone company telling me what I can discuss on the phone. In the end it should only matter how much bandwidth you use.

      This isn't so, in general. QoS restricts traffic by type. So throttling bittorrent and prioritizing Web traffic is more like making sure regular voice on phones has priority over text messages, where that speed is less critical. The basic idea of QoS as it was initially conceived was to insure VoIP and video conferences did not lag, at the expense of a Web page loading a little more slowly or a bittorrent downloading a bit more slowly yet. This can be misused, say by degrading service on the ports used for one type of VoIP, and not on another, when your competitor offers their service on the one you're degrading. In general, however, encrypting packets makes this less important.

      What is a real concern and needs to be addressed by net neutrality legislation is assigning quality of service that is different for the same traffic type, but for a different origin. Assume everyone moves to strongly encrypted packets and network operators have no idea what is in a given packet. That still doesn't stop them from assigning higher priority to packets that originate from their own VoIP servers and low priority to packets transiting their network from an origin that hosts their competitor's VoIP service. Worse yet, it does not stop some network operator who has no relationship with anyone but peering networks from going to Google and telling them all packets originating from Google's IPs are going to be set to a a lower priority than packets coming from MSN and Yahoo, unless Google is willing to pay an extra fee, and then going and doing the same thing to MSN, then Yahoo. Net neutrality with regard to who, rather than what, is a lot more important, in my opinion, than this focus on traffic types. I fear it is being overlooked in the discussion of this topic in the news and what that bodes for the resultant litigation.

    15. Re:This may be a dumb question, but... by fluffy99 · · Score: 2, Insightful

      Having your router set to use uPnP is a security issue in my opinion. It's the first thing I turn off when I setup a modem/router. One one hand, it's a nice feature for the average user so that software can punch holes in the firewall as needed. On the other hand, malicious software/adware/spyware can punch a hole in your firewall at will.

    16. Re:This may be a dumb question, but... by billcopc · · Score: 2, Informative

      The problem with QoS is that it can be faked, trivially. Unless there's actual packet sniffing being done to identify traffic, which is rarely done (costly), you can simply hide your traffic on a "privileged" port. A certain nameless cable ISP throttles p2p traffic down to near-nothing, but users in-the-know just set their clients to use the VoIP ports, which are unrestricted. The result is a beautiful screw up where the lowest priority data eats up the highest priority band. I don't know if the cable phone users encounter any issues as a result of this workaround, but that's just what the cable company deserves for their antics. Had they let p2p traffic flow normally, managed through proper traffic shaping and prioritizing, there would be little incentive to piggyback on the VoIP ports and everyone would be happy. Well, everyone that matters anyway.

      --
      -Billco, Fnarg.com
    17. Re:This may be a dumb question, but... by Arker · · Score: 3, Informative

      That's very well thought out, well written, but still wrong.

      They're charging more than enough to provide the service they promise. That's not the problem.

      In Sweden I could get that 10Mb/s symmetrical connection you mention - for less than I'm paying in the US for the cheapest available ADSL connection. That's a market with far more regulatory overhead, and LESS effective subsidy as well. Here in the US we've already PAID the telecom companies, in the form of public subsidies, for end to end fiber optic across the country. The telecoms took the money and laid some dark fibre but never opened it up. They're creating artificial scarcity to keep their profit margins up.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    18. Re:This may be a dumb question, but... by smellotron · · Score: 2, Insightful

      I don't buy that argument. He claims that QoS becomes useless when the Internet Pipes are completely full, likening it to emergency vehicles on the road. However, QoS allows packet reording between streams, so there's no notion of "I can't get through because something's obstructing me". QoS really shines at maximum capacity, because the higher capacity results in more prioritizations necessary.

      Bricklin's second argument about buying more infrastructure instead of applying QoS is a bit of a tangent, as well. Maybe for a huge company like AT&T there's dark fiber sitting around providing a scarce resource, but all of the ISPs that aren't mega-corporations have to choose between paying big bucks for the bandwidth or applying QoS essentially for free. Besides, there's no reason that a company can't just do both. There's no mutual exclusitivity.

  3. Did I miss something? by 93+Escort+Wagon · · Score: 3, Interesting

    "Will ISPs still be able to throttle BitTorrent traffic now that a significant proportion of it is legit?"

    On what, exactly, are you basing this assumption that "a significant proportion" of BitTorrent traffic is legitimate?

    --
    #DeleteChrome
  4. Neither. by ookabooka · · Score: 2, Informative

    Do they want to irritate their BitTorrent-using contingent, or let BitTorrent flow unhindered at the risk degrading the experience of those who don't download torrents?

    Neither. Instead, focus on upgrading the infrastructure and giving people more bandwidth, the US is already behind pretty much the rest of the world. . .

    --
    If you are about to mod me down, keep in mind that this post was most likely sarcastic.
  5. Correct me if I'm wrong... by kailoran · · Score: 5, Insightful

    ...but I thought that net neutrality didn't make QoS illegal

    1. Re:Correct me if I'm wrong... by dgatwood · · Score: 4, Informative

      You are correct. Whoever asked this question clearly does not understand what network neutrality is about. To put it in terms that the person asking the question can understand: It is not about preventing degradation of BT, but rather about ensuring that BT can connect to all trackers with equally degraded quality. :-)

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    2. Re:Correct me if I'm wrong... by poot_rootbeer · · Score: 2, Funny

      Whoever asked this question clearly does not understand what network neutrality is about.

      And I don't blame them, as no one else really seems to agree on what the phrase "network neutrality" is supposed to mean, or even how it should be capitalized.

  6. Trade off by just_another_sean · · Score: 3, Interesting

    I would imagine the ISP would haev to use their best judgement, like any business. If they throttle/block BT and a bunch of people start leaving or complaining then they need to rethink it. If no one complains, sales don't drop and (*gasp*) someone actually compliments them on better respoinse times or faster connections then they have nothing to worry about.

    I guess the tricky part is at teh beginning when too big of a change may trigger a mass exodus. If they slowly start throttling it down and don't see much change in their business then they can keep that up until it becomes a problem.

    Personally I think if/when ISPs do this they could avoid a lot of hassles by explaining it to people up front, in plain English, instead of burying their right to throttle your "unlimited" bandwidth in a cryptic and massive Acceptable Use Policy.

    --
    Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
  7. It's obvious by JoeWalsh · · Score: 4, Insightful

    Throttle back some protocol that only a few of their customers have even heard of, or keep the average user from having a good experience. Hmm. Tough choice.

    Most users don't download torrents.

  8. Put in other words.. by wfberg · · Score: 3, Interesting

    "Will ISPs still be able to throttle WorldWideWeb traffic now that a significant proportion of it is legit? .. Do they want to irritate their BitTorrent-using contingent, or let WorldWideWeb flow unhindered at the risk degrading the experience of those who use e-mail and telnet only?'"

    --
    SCO employee? Check out the bounty
  9. Remember this one? by Stile+65 · · Score: 2, Interesting

    http://slashdot.org/article.pl?sid=07/01/20/011121 5&tid=217

    If Robert X. Cringely is right, then Google has indeed calculated well.

    --
    I claim first use of "Error No. 0B" - or "No. 0B error." It'll be the new ID 10T!
  10. Mutually Exclusive? by Anonymous Coward · · Score: 2, Insightful

    FYI - Just so no one gets their panties in a bunch. Prioritizing traffic, does not mean that BitTorrent is going to get hurt. It means that when the network is constrained, BitTorrent traffic will be given a lower priority. And, when the network is no longer constrained, it won't. Traffic engineering is not illegal under Net Neutrality. You just aren't allowed to sell the service of high priority queuing. Or, worse than that . . . You can't put every VOIP provider but your own into a low priority queue unless they are willing to pay a fee.

    So, high/low speed BitTorrents are not likely to be protected by Network Neutrality laws. They are not mutually exclusive.

  11. The easy solution: by Smidge204 · · Score: 3, Insightful

    Stop overselling your infrastructure by such ridiculous margins.

    Maybe if you could actually deliver what you charge for (or only charge for what you can deliver), people wouldn't get so easily pissed about "degraded" service.
    =Smidge=

  12. Value added by overshoot · · Score: 4, Insightful
    Or (just a notion here) -- they could cache Torrent traffic and speed up the traffic for their customers while reducing their external traffic load.



    All without doing anything squinky: just identify which torrents are hot, add one of their own. It's what BitTorrent does, after all.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Value added by _xeno_ · · Score: 2, Interesting

      My (possibly completely incorrect) impression of the problem ISPs have with BitTorrent is that it uses a lot of upload bandwidth at the last mile. Caching the data won't really help with that.

      As I understand it, most ISPs have tons of bandwidth within their own network, but have much less bandwidth on the last mile. Essentially the last mile might be a 50Mbsp down/10Mbps up link shared among 20 customers. (Like 57% of all statistics, those numbers were made up.) So they might sell the connection as a 6Mbps/1Mbsp asynchronous connection to all those customers based on the typical web surfing usage pattern, where it's unlikely that any given customer will be using all of the bandwidth they're allocated.

      If, instead, all of those 20 customers are participating in a BitTorrent swarm, they're completely saturating that last mile, and none of them can get the bandwidth they were sold. Worse still, if a mere 10 customers are able to flood the line, then the remaining 10 might actually get no access at all.

      In this case, caching the data won't help - the ISP can't send and receive the data from their hub down to the customer line in the first place. Caching it might reduce the load on their backbone, but, as I understand it, that's not where BitTorrent overloads the network in the first place.

      I know I have to keep my BitTorrent upload throttled to something like 50% of my max upload speed, or I can't do anything else, as BitTorrent overwhelms my available upload. Caching on the other end wouldn't help with that - I'd still be uploading enough to the local cache to overwhelm my own connection.

      --
      You are in a maze of twisty little relative jumps, all alike.
  13. Here's an idea by Jtheletter · · Score: 3, Insightful

    How about before the ISPs even think of throttling down BitTorrent or any other type of traffic - they make even a casual effort to throttle back the 95% of email that is spam? If bandwidth is so precious that they need to consider slowing down one kind of traffic, why not start with the kind that is known to be illegitimate. Considering all the BS that is crammed into EULAs these days I think it would be actually reasonable to include a clause that says if your PC gets hijacked and zombied and is spewing garbage then we're going to cut you off until you fix it. The ISPs can certainly implement some algorithms to detect likely zombied computers, cut them off and redirect them to a page explaining the situation and common tools/resources to help fix their boxes, then the user clicks some link to get their connection reevaluated to regain net access. I'm in favor of net neutrality and no traffic throttling but I think the hypocracy of these ISPs should also be addressed. If half the money spent lobbying for net neutrality were spent tracking down spammers and helping users to identify and fix trojaned PCs then spam would be on the decline, not doubling every 3 months. Or here's an idea, how about using some of the no-doubt tens of millions of dollars that's about to be spent to change all the Cingular signs back to AT&T signs on fighting spam and botnets? But no, better to let the problem fester and the spammers grow richer and better armed (digitally) than let the company logos go un-revamped. Farking rediculous. [/rant]

    --
    -- I'm not a pessimist, I'm a realist. It's not my fault that life sucks so much. --
    1. Re:Here's an idea by 99BottlesOfBeerInMyF · · Score: 4, Interesting

      How about before the ISPs even think of throttling down BitTorrent or any other type of traffic - they make even a casual effort to throttle back the 95% of email that is spam?

      Why? Spam doesn't take up a significantly large portion of internet traffic and is a lot harder to separate out of the mix, than bittorrent. Even zombies performing DDoS attacks don't generally make up much of the overall internet traffic, although the spikes they create are problematic.

      In reality, a number of large network operators don't want network neutrality. They want the opportunity to offer services and make sure competitors are unable to compete. They want to shake down companies individually by threatening to degrade their service and not their competitor's. They care about money; no hypocrisy there.

    2. Re:Here's an idea by QQ2 · · Score: 3, Interesting

      Interestingly enough there is actually an ISP in the Nehterlands that does this. XS4all.nl let's you do nearly anything on your own personal connection, including the hosting of servers. However, if you start to zobie out spam or virusses you are immidiately cut off. (they do however provide you with a proxy you can use and and verry good help in finding and removing any virusses or worms causing these problems So I guesse that if more ISPs where like xs4all.nl the entire net would be better off.

      Regards QQ2

  14. Backwards by CarpetShark · · Score: 2, Informative

    It's innocent until proven guilty, not guilty until proven innocent. Furthermore, ISPs are not self-appointed judges/juries/executioners. They have NO right to single out bittorrent for traffic shaping.

    On the other hand, they do have a right to make their networks perform as efficiently as possible for their customers, and for the good of the web in general. The problem is that there's a fine line between the two.

    For those wondering how ISPs filter bittorrent traffic... it's called layer 7 (or application layer) traffic shaping. Various other names, too. But it's nothing (very) new -- it's old enough, in fact, to be installed *FOR* ISPs, by default, by some upstream providers.

  15. I do work occasionally for some local isp's by codepunk · · Score: 3, Informative

    I commonly do work for some local isp's to throttle and even block bit torrent clients on their networks. Just a couple of bit torrent clients on the network can just about saturate the connections. The ISP take on it is rather simple, first of all serving content either via web server or p2p client is against usage policies. We attempt to block a user first and give him a call and tell him why, the second violation of the usage policy is suspension. The ASP does not care if they loose that user because the cases are few and far in between. Profit margins on the connections are razor thin anyhow loosing one of these users means increased profits not lost profits.

    --


    Got Code?
  16. Skynet by StikyPad · · Score: 2, Funny

    Oh come on, people.. first we allow Ma Bell to recombine like the T-1000 and now we stand idly by as she starts a neural network? Will nobody think of the children? On the playground? With the.. big.. mushroom thingy?

  17. Got it wrong by Spazmania · · Score: 2, Informative

    Net Neutrality is not about the type of traffic, its about the source of the traffic. They can still refuse to let you run servers on your residential line (peer to peer makes your machine a server). And they can disrupt your attempts to violate the contract by throttling BitTorrent if they so desire.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:Got it wrong by zimm0who0net · · Score: 2, Informative

      "An ISP may not block, impair, degrade, discriminate against or interfere with the ability of any person to utilize their broadband service to access, use, send, receive, or offer lawful content, applications, or services over broadband networks, including the Internet."
      Therefore, if you degrade my service (which is 100% bittorrent) and don't degrade your service (with is 100% VOIP) then you're in violation of Net Neutrality.
      Read the bill (the quote is from it). The notion of "every packet must be considered equal, regardless of source, destination or content" has generally been inferred from the phrase in the Net Neutrality bill.

  18. Re:Bandwidth Limiting by Dunbal · · Score: 3, Interesting

    If ISP's had to ENSURE bandwidth past their own networks was sufficient for what they were selling off - these questions would *never* be raised.


          I agree. Either give me exactly what I paid for (even if you have to adjust the price upwards), or advertise the REAL bandwidth (ie average connection speed), not some made up maximum theoretical speed if you're the only one on at 4:45 am. Overselling the service = selling something you don't have. That's tantamount to fraud if you advertise something you have no intention of providing.

    --
    Seven puppies were harmed during the making of this post.
  19. but you also allow Throttling Bittorrent traffic? by Findeton · · Score: 2, Insightful

    Here in Spain, i'm sure that if our ISPs did this, everyone would sign off their DSL connections. Why on earth would anyone want a broadband connection if they cannot download music and films from the p2p networks? I'm glad here in Spain 'piracy' is absolutelly legal whilst it's non-profit (ie. when you download a film and then sell it).

  20. Re:Important Message to ISP's: by muszek · · Score: 2, Funny

    1) Charge by the (giga)byte of any data traffic (ignore protocol)

    You've just made my list, pal.