Slashdot Mirror


Comcast Hinders BitTorrent Traffic

FsG writes "Over the past few weeks, more and more Comcast users have reported that their BitTorrent traffic is severely throttled and they are totally unable to seed. Comcast doesn't seem to discriminate between legitimate and infringing torrent traffic, and most of the BitTorrent encryption techniques in use today aren't helping. If more ISPs adopt their strategy, could this mean the end of BitTorrent?"

84 of 537 comments (clear)

  1. solution by imbaczek · · Score: 5, Informative

    here

    iptables -A INPUT -p tcp -dport $TORRENT_CLIENT_PORT -tcp-flags RST RST -j DROP

    it's not mine so don't blame me. it's ugly, don't blame me. if it doesn't work, don't blame me. blame Canada.

    1. Re:solution by Anonymous Coward · · Score: 4, Insightful

      But that would mean modifying all your routers -- which is [relatively] difficult for a large network. This solution is just an extra box plugged in at an appropriate point...

    2. Re:solution by S.O.B. · · Score: 4, Funny

      The ISPs advertise it as "Retarded Way of Doing Shit(TM)"

      --
      Some of what I say is fact, some is conjecture, the rest I'm just blowing out my ass...you guess.
    3. Re:solution by FrivolousPig · · Score: 4, Funny

      AOL of course

      --
      ~ All comments automatically moderated -1 since 2004 ~
    4. Re:solution by Anonymous Coward · · Score: 5, Informative

      Could someone please explain what the above command does, and how to revert back if there is a problem?
      It's supposed to silently drop (-j DROP) incoming tcp packets (-A INPUT -p tcp) that have the tcp-reset flag set (-tcp-flags RST RST) and whose destination port is that of the BitTorrent client (-dport $TORRENT_CLIENT_PORT). See the iptables(8). The iptables rule cited by the OP, as written, is syntactically invalid. Whoever originally wrote it probably meant to write this instead: iptables -A INPUT -p tcp --dport $TORRENT_CLIENT_PORT --tcp-flags RST RST -j DROP To roll back the rule, you replace "-A INPUT" ("append to the INPUT chain") with "-D INPUT" ("delete from the INPUT chain"): iptables -D INPUT -p tcp --dport $TORRENT_CLIENT_PORT --tcp-flags RST RST -j DROP All this having been said, using these iptables rules is not a good idea. TCP resets happen all the time for useful and legitimate reasons; dropping them won't do you any favors.
    5. Re:solution by PhoenixFlare · · Score: 3, Informative

      or that other than Comcast broadband there is only dail-up as an alternative.

      Yes, this is the case for a lot of us in the US. If you're lucky, you have one of the other megalithic cable providers as an alternative, and maybe a DSL provider or two.

    6. Re:solution by Anonymous Coward · · Score: 2, Funny

      Looks like instead of BT and sharing/seeding its time to go back to serious piracy with 0day ftp / irc botnets to hold my content. Here I was trying to play nice. I wondered why last week all my ratios went to shit with plenty of seeds.

  2. Why not charge by the GB delivered? by davidwr · · Score: 5, Insightful

    Wouldn't it be simpler for the telcos to charge per GB delivered in addition to the size of the pipe?

    Give all your customers your fastest residential speed. Set your rate so 90% of your customers don't exceed the "monthly allowance" for your low-end rate plan.

    For the other 10%, bill them on a pro-rated basis based on how much they use. If they use 2x the allowance, they pay 2x. If they use 100x, they pay 100x.

    To prevent runaway bills, allow customers to set their own "caps" and "throttle-down speeds" that would kick in after the cap was reached. If a customer never wanted to pay more than $20, he could set his "monthly cap" at 80% of what $20 would buy, and set the throttle-down rate low enough that he could never use up the remaining 20% even if he was maxing out his connection.

    This seems a lot simpler and fairer than traffic shaping by protocol.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Why not charge by the GB delivered? by EveryNickIsTaken · · Score: 3, Funny

      Wouldn't this be a monumental pain in the ass to administer and enforce?

    2. Re:Why not charge by the GB delivered? by longword · · Score: 5, Funny

      We just have to invent some kind of "computational" device to automate the process...

    3. Re:Why not charge by the GB delivered? by erroneus · · Score: 4, Insightful

      It might also be construed as profiting from illegal behavior.

      But at least if they were to do something like that, they'd move closer to returning to "common carrier" status. Any interruption or prioritizing risks their losing that status.

    4. Re:Why not charge by the GB delivered? by dpilot · · Score: 4, Insightful

      Do cable carriers even have common carrier status?

      If they do, throttling all bittorent is a clear violation.

      --
      The living have better things to do than to continue hating the dead.
    5. Re:Why not charge by the GB delivered? by atamido · · Score: 4, Insightful

      Wouldn't it be simpler to use transparent bittorrent caching? The cable modem endpoint lines would still be saturated, but their other lines would be fine. They would save bandwidth, and increase the quality of service.

    6. Re:Why not charge by the GB delivered? by Anonymous Coward · · Score: 3, Interesting

      Metered internet is the norm in Australia. Low-end plans give you around 5GB per month, high-end plans give you around 100GB per month.

      Given that traffic costs are 10-20 times lower in the US than in Australia, this would mean that US ISPs could easily offer "starter" plans with 50-100GB of downloads, and high-end plans with 1000+ GB per month.

      That way, big downloaders would pay for their usage, and there would be no need for shaping traffic and other nonsense.

    7. Re:Why not charge by the GB delivered? by timeOday · · Score: 4, Insightful

      This seems a lot simpler and fairer than traffic shaping by protocol.
      There's no need for fixed transfer limits. And shaping by protocol is the problem, not the solution, since the content (including the protocol) is really none of the carrier's business.

      Timesharing CPU schedulers have been solving this problem better for, what, 45 years now? You don't look at the filename of the executable somebody is running to see if you will schedule it. You don't suddenly kill their process if they exceed 60 seconds of CPU time. Instead, you simply de-prioritize "cpu hogs" - or in this case, bandwidth hogs. If you are a bandwidth hog, your "prime time" bandwidth should fall very low - lower than others who *only* use bandwidth at that time - but at 3am it should ramp up again, since you're only "competing" with other bandwidth hogs.

    8. Re:Why not charge by the GB delivered? by janrinok · · Score: 2, Informative

      The people who manage the Tor network specifically ask you not to use it for BitTorrent. Mind you, it confirms that you are downloading something illegal, because otherwise you would simply use Torrent as it is muchfaster than going via Tor.

      --
      Have a look at soylentnews.org for a different view
    9. Re:Why not charge by the GB delivered? by Crayon+Kid · · Score: 2, Interesting

      Not for transfers, only for tracker connections. And I wouldn't have to do this if the ISP's wouldn't force me too. They don't seem to care what I download via BT, only that I'm using it.

      --
      i ate crayons when i was a kid and now i have two braincells and the blue ones taste nicer
    10. Re:Why not charge by the GB delivered? by Znork · · Score: 2, Insightful

      "Wouldn't it be simpler for the telcos to charge per GB delivered in addition to the size of the pipe?"

      Sure it would be simpler. And even better, it'd give the local netbourhood thugs a really great business opportunity. Either you pay up to them, or they flood your pipe and you get to pay up to your ISP.

      Metered access is not something you want when anyone in the world can make your meter run.

    11. Re:Why not charge by the GB delivered? by wakingrufus · · Score: 2, Funny

      Hello Verizon

    12. Re:Why not charge by the GB delivered? by jumperboy · · Score: 5, Insightful

      Because, ultimately, the end user has little control over how much bandwidth they use. A Pandora's box was opened when the Internet was targeted as a way to deliver rich multimedia instead of text. Even the links featured on /. are usually a few bytes of content surrounded by many kilobytes of ads, spread over multiple pages. Compared to analog television and telephony, the quality of online video and voice communications is horrendous, but demand is only a tiny fraction of what it's going to be. The ISPs promote multimedia heavily when they sell connectivity, so they're just as culpable as the content providers. Throttling bandwidth at today's poor quality is not going to be a satisfactory solution for consumers. Increasing capacity is the only solution. I have a family of four, and when each of us want to experience the rich content we were promised (like VOIP, online productivity applications, video-on-demand, and streaming music), you're going to call us bandwidth hogs? I don't think so.

    13. Re:Why not charge by the GB delivered? by thanatos_x · · Score: 2, Insightful

      I have to say that sounds like a much better idea... Although no one wants to be marketed something with the idea of '30 gb transfer/month' or something. The average American doesn't understand this, and they want unlimited. They may never go over 10 gb, but they don't want 30, they want unlimited, even if the unlimited is 20 gb/month

      Also you'd have people saying 'I'm only using 40% of my bandwidth/month. I want a cheaper plan!', and the cable companies wouldn't want to give it to them since they are the most profitable customers.

      Theoretically your approach increases people's awareness of what they pay and allows for a more accurate use of marginal consumer/producer surplus. As I mentioned though I'm fairly certain they'd lose more by billing the average American less and the few massive p2p users more.

      Of course they could just upgrade the 'tubes' and then care less about p2p traffic, but that's a discussion for another slashdot story...and another...

      --
      I am not an expert. If I am misled in something, please correct me.
    14. Re:Why not charge by the GB delivered? by Anonymous Coward · · Score: 2, Informative

      Ok. Let's face it. I work at an ISP (in the US) and am in charge of blocking stuff, writing all the policies and making sure they adhere to our TOS and don't collide with the whole CALEA thing.

      What we use to do this in unimportant for this discussion. What is important is that noone on these board is acknowledging the issues that ISP's face when users run amok with BT on their network.

      As a result, this is what we do. We also inform the user this is what we do (openly) as part of our TOS, so since they agree to it, there is no cause for recourse. They can always go somewhere else.

      1. Block BT servers (cannot host, including trackers, as a server on our "residential" customer network).
      2. No caching. Caching is a legal issue since we are holding copies/replicas of files we don't have the rights to have on our systems.
      3. THROTTLE. Yes, we demote these protocols and provide a slower throughput. Since thousands of our users are college kids, they will use EVERY BIT we give them for whatever they want. What they don't have is the brain cells to understand how these (BT) applications work, we "think" for them. It reduces greatly the number of calls we get when they complain about throughput (shut down BT and see it works fine!).
      4. We demote certain "protocols" (regardless of port) as being less sensitive to time than others (you tube or streaming media takes precedence over BT, etc.).
      5. We don't BAN BT altogether, though sometimes I wish we would. The resources (thousands of momentary connections) it uses to download a very small amount of data is rather wasteful on routers and their CPU's for the gain it offers.

      We approach this differently for commercial customers. Since EVERY ISP in the US has a TOS for residential customers about NOT HOSTING files without an agreement, BT servers are also a cause to block, demote or ban altogether. It's also meaningful to note that we haven't received any more emails from HBO, Sony or the RIAA to ask for our users information, which was happening on a daily basis and thus our legal costs have dramatically reduced since we implemented this policy.

      Number of calls we are not getting due to bandwidth issues - 150 less per day
      Number of calls we get about BT not working - ZERO
      Number of customers we have lost - ZERO
      Cost for having a system that is capable of doing this - around 100,000.00
      Amount we can add to the subscribers monthly bill for doing this - ZERO

      ISP's have it upon themselves to decide this kind of thing and make the best choices as it relates to their "masses". What the subscriber can do is leave and go find another ISP if they don't like the one they have. One subscriber complaining he can't seed a file does not make a business case to open the network to the issues it creates.

      If you want to "host" files, get a commercial ISP connection. Problem solved.

    15. Re:Why not charge by the GB delivered? by davidwr · · Score: 2, Interesting

      Number of customers we have lost - ZERO Unless you have not lost any customers at all for any reason since implementing this you can't know this. You can't know a customer's mind and if you survey him he might lie.

      If you are an ISP of any significant size you lose customers every day for competitive and other "normal" reasons.

      You also don't know how many would-be customers rejected you when they read your policy.

      Finally, will you allow each and every one of your residential customers to convert to a commercial account on request, without any geographic or "are you really a business" or other restrictions?

      Is your commercial package actually affordable, i.e. no more than 5x the residential price for similar bandwidth? If your consumer price is $30 and your commercial is $300, that's not exactly a realistic offering for consumers.
      --
      Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  3. So THAT's what happened... by Nero+Nimbus · · Score: 5, Interesting

    I thought it might be some obscure router setting, but I've been having this problem for a few months. Since I barely download things anymore (re: Linux ISOs), it hasn't affected me nearly as much as it would have, say, 2 years ago. Still, this entire situation is pretty ridiculous. Comcast basically says "You can get this speed for $xx.xx a month! It's Comcastic!" but then they act like a bunch of little girls when somebody actually uses what they're paying for. For that reason alone, The guys in suits just want to be able to milk their current infrastructure for longer, and I don't have any sympathy for them. What I find funny about this is that broadband probably wouldn't have gotten as big as it is right now (At least in the U.S.) without warez. Stop and think about how many of your local broadband ISPs were pushing the ability to get music, movies, and games more quickly a few years ago. Comcast was doing that back before legal download services got big. It's like they baited us with the promise of more warez in less time, and now that we're locked in, they want to screw everybody.

    1. Re:So THAT's what happened... by QuietLagoon · · Score: 4, Interesting
      There is a looming problem with the amount of bandwidth available via the cable companies' aging infratstructures. Comcast has oversold the bandwidth its infrastructure can provide, now Comcast has to figure out how to deliver the promised bandwidth wile annoying the fewest (or only the least important) customers.

      Blocking BitTorrent traffic is an easy way to reduce traffic. It doesn't affect anything important (from Comcast's point of view).

      It is a short-sighted decision, at best, and is typical of Comcast's damn the customer approach to customer service.

    2. Re:So THAT's what happened... by FireFury03 · · Score: 4, Insightful

      This draws fairly interesting parallels with Tiscali and TalkTalk complaining about the Beeb's iPlayer here in the UK.

      They sold internet connections at lower than cost of the bandwidth, betting on the customers not using anywhere near their bandwidth entitlement. Then the BBC produced iPlayer, which is encouraging people to use up more of their bandwidth and thus causing the ISPs to make a loss. So the ISPs are demanding that the BBC pay them to cover the shortfall.

      To cut a long story short: the ISPs underpriced their connections and advertised them as "unlimited", were caught out when people actually tried to use what they had paid for and are now demanding that a third party bail them out of their mess. I certainly hope the BBC tell them to go screw themselves - I'm not going to be happy if part of my licence fee goes to propping up idiot ISPs who can't deliver on their commitments.

    3. Re:So THAT's what happened... by FireFury03 · · Score: 2, Insightful

      the trouble is of course that the providers marketing departments want to advertise unlimited but the bean counters know that a certain percentage of users will use far more traffic than most and therefore will be a loss rather than a profit.

      The obvious result is psuedo-unlimited services where there are no hard caps but they do everything in thier power to shaft heavy users who live in areas of high demand.


      Not only do high traffic users lose out, but in order to maintain a flat-rate across all users they have to either:
      1. charge stupidly high prices
      or
      2. massively oversubscribe the network

      If they do (1) then the low traffic users end up paying buckets of cash to subsidise the higher traffic users. If they do (2) then the network pretty much sucks for everyone.

      The answer is pretty simple - go switch to an ISP that has a sensible business model who is honest with it's customers, rather than one that's clearly run by a moronic marketting department who believe that misleading the customer is a Good Thing.

  4. ISP vs WAP by eddy · · Score: 2, Interesting

    Maybe it's the start of customers demanding an actual INTERNET Service Provider and not a Web Access provider, which most so called "ISPs" try for today. Subset-Internet Provider. Shit, SIP is taken too. Oh, well.

    One can dream.

    --
    Belief is the currency of delusion.
  5. Bitch, bitch, moan, moan by node159 · · Score: 5, Insightful

    God dam it so annoys me when the ISP's bitch and moan about the customers actually using the bandwidth they have signed a contract, and paid for to use.

    I have no sympathy for ISP that oversell their services and fail to invest profits in infrastructure.

    --
    GPLv2: I want my rights, I want my phone call! DRM: What use is a phone call, if you are unable to speak?
    1. Re:Bitch, bitch, moan, moan by gravij · · Score: 5, Insightful

      Yeah, except the contract (which the customer probably didn't bother to read) likely specifies that the customer isn't allowed to host servers on their connection (web, smtp, bittorrent, or otherwise).
      I'm not sure if bittorrent should count as a server. It doesn't fit into the traditional client server model at all. And if the only thing that makes it count as a server is the uploading of data then what about things like Skype or a multiplayer game?

      ISPs have got themselves into a bad spot by overselling and under cutting and the only way they can deal with it is by making their customers suffer...
    2. Re:Bitch, bitch, moan, moan by fredklein · · Score: 2, Interesting

      Yeah, except the contract ... likely specifies that the customer isn't allowed to host servers

      Define 'server'.

      If I telnet (I know) into my home PC from work, am I "running a telnet server"??

      Technically, YES. But I sincerely doubt the tiny amount of traffic on the few occassions I connect will bankrupt my IPS.

      If I FTP into my home PC from work, am I "running a FTP server"??

      Same as above. As long as it is for personal use (IE: I'm not running a PUBLIC FTP site, it should be allowed.

      If I connect to WOW, and download a patch using their downloader (which, due to the way it is made, also automatically uploads the bits of the file I already have to other people), am I "running a Bittorrent server"??

      How about if I constantly DL from Bittorent 24/7?... at 5kb/s? 50kb/s? 500kb/s?

      Does it matter WHAT I DL? What if I DL only overnight or duing working hours (when usage is low anyway?) What if I DL ONE CD (linux distro) during the busyist time of day, but then nothing for a week??

      Things like that matter when determining how much 'strain' is put on the network. But ISPs ignore all that and make it against their rules to even telnet into your PC over the connection you pay for.

  6. Most unpopular comment ever by saterdaies · · Score: 4, Insightful

    No one will like this suggestion, but I think it's a valid one. ISPs should start charging for bandwidth used just like electric, gas, and other utilities. Right now, they have "unlimited" plans. This gives ISPs a great incentive to try and control what you do online. It just doesn't cost the same to serve the user who just browses the web (at maybe 100k a page which happens sporadically as users have to take time to read the page) and the user who decides that they want to use their cable modem as a movie downloading service - or even legitimate uses like downloading a new Linux distro every week. ISPs shouldn't care how you use your connection - they should only care how much bandwidth you use. ISPs shouldn't even care whether your bittorrents are illegal or legitimate. That has no affect on them. The amount of data transfered does. So, for the sake of network neutrality, for the sake of our freedom to use the internet how we want to use it, we need usage fees.

    1. Re:Most unpopular comment ever by Nasarius · · Score: 5, Insightful

      And suddenly things like downloading videos from iTunes become a whole lot less attractive. Torrent-gobbling nerds aren't the only ones using a lot of bandwidth, and that will become more and more true in the near future.

      --
      LOAD "SIG",8,1
    2. Re:Most unpopular comment ever by echucker · · Score: 2, Interesting

      So if you want to charge for usage, do you charge just for down, or do you charge for up too?

    3. Re:Most unpopular comment ever by QCompson · · Score: 2, Insightful

      No one will like this suggestion, but I think it's a valid one.

      I don't like your suggestion. If telecoms begin to charge for the amount of bandwidth used, the way we all use the internet will be fundamentally changed. Many of the popular websites and attractions that have sprung up in the past few years (itunes, webcasts, youtube, etc) rely on heavy bandwidth usage. Personally, I don't want to be thinking about my monthly budget when checking out videos on youtube.

      Secondly, I have little doubt that the pricing plan that the telecoms introduce would be outrageous and overpriced, as there is no competition to speak of ($19.95 a month for 3 gigabytes of bandwidth! That's over 600 songs! $10.99 for each additional gig used).

    4. Re:Most unpopular comment ever by Anonymous Coward · · Score: 3, Insightful

      Adblock and Flashblock on the other hand get a lot more popular :P

  7. Phone companies and electrical companies do it by davidwr · · Score: 5, Insightful

    Metered billing is the easy part. In the long run, it's even easier than the cat-and-mouse game of fighting a particular popular protocol.

    The other features, like giving the customer control of monthly caps and throttling, will take a bit of work.

    One unintended side-effect is the effect on home users who run wireless networks. "Stealing" bandwidth from an inadvertently unsecured or under-secured wireless connection without permission will now be literally stealing, as the poor subscriber will be stuck with the bill. Expect a few prosecutions under theft or fraud statutes if this becomes commonplace.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Phone companies and electrical companies do it by h4rm0ny · · Score: 4, Insightful


      Little of which is the problem of the ISP. Internet access is now low in cost compared to most of our bills, but it's come to be regarded as a necessity by most of us. Therefore the market is ripe for a profit-hiking on the part of the telcos. But there are two things that prevent them all just simply bumping the prices up by a whopping margin. The first is that there may be issues in terms of price-fixing and anti-competitiveness if everyone just gets together and agrees to up prices. Secondly, there is the backlash from the customer at the sort of outrageous price increases that these ISPs would like.

      Confusing the issue by breaking things up and charging extra for service X, is a confusing and obfuscating way of adding artificial value to the service. Especially when with increasingly efficient and expanded infrastructure, bandwidth is getting easier to provide. We pay now for bandwidth and this system works. Establishing the idea that we have to pay extra according to certain types of traffic has no good basis in effort on the part of the ISPs. In fact, it takes additional effort to introduce this monitoring.

      It's about squeezing more money out of people and its based on collusion between ISPs. Customers should tell Comcast where to stick it.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    2. Re:Phone companies and electrical companies do it by networkBoy · · Score: 3, Insightful

      I'm not sure I understand your point.
      I pay my hosting bill based on three factors: Bandwidth consumed, disk space used, and CPU used. I can set up in my account panel limits on any of these three. Since I don't want my sites to go dead just because I exceeded my bandwidth I simply throttle my connection speed once the bandwidth hits 80%. Sure my site gets slower, but it's not down. Upstream and downstream bandwidth is set in the modem on most cable and dsl modems, so all you need is a user side app that lets you see where you are in the billable elements and choose how to deal with it: Kill the connection for the last couple days of the month, or slow it down. Set the defaults such that the average customer won't pass the 80% point (so a peak month results in no additional or a minimal bill), but a power user can up the limits as needed. The infrastructure is all there already, all you need is one additional application and you're done.

      Tiered plans that have a higher base price but allow more bandwidth are already available, and they change the plans almost monthly for their new customers or for "specials" so it's not like that's an issue either.

      All in all it's an ideal technical solution, and like a gp post mentioned, in the long run it's both cheaper and more honest than the current cat and mouse game.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  8. False advertising by KingSkippus · · Score: 4, Interesting

    Someone should sue Comcast for false advertising. I constantly hear commercials on the radio about how much faster their Internet connections are than DSL's, about how "the other guys" sell you slow connections and make you pay extra for higher speed connections, and all sorts of other crap.

    Of course, they don't bother telling you that if you get Comcast, you might not even be able to use your connection, or that they're going to play mommy and tell you what you can and can't do, and punish you for doing things they don't like.

    If they're going to do this kind of shit, the FCC and/or the FTC needs to make them disclose it in their commercials. It's a substantial factor in the decision whether or not someone might want to subscribe. And I'd love to see what happens to their subscription numbers when they have to say something like, "We will restrict or forbid some popular services you might want to use on the Internet. Oh, and we require you to use the browser that we prefer, even if you have a Mac and don't have access to it. And last, but not least, if you actually use the Internet, we'll cut you off entirely."

  9. Bittorrent encryption is flawed and too much. by PhrostyMcByte · · Score: 4, Insightful

    It is flawed because the ISP just needs to look at your HTTP usage and see you connect to a tracker. They can even get the port you are listening on from there! Even if you connect to the tracker via HTTPS, they can still see you connecting to a known tracker IP. Once they know you are on a tracker they can start limiting all traffic that looks like it's encrypted with RC4, because apparently this is identifiable.

    It is too much because you don't actually need strong encryption to stop traffic limiting. Simply adding some random padding and XORing the protocol with the torrent's infohash would be enough - it is a private key random enough that they couldn't check them all. The RC4 encryption was seriously over-thought, and what did it give us? Nothing, because apparently it is still identifiable as bittorrent (or at least as RC4 encrypted traffic).

    The only solution is to replace the current encryption and always connect to trackers via Tor or some other encrypted proxy. And even then it wouldn't be perfect, because it's plausible they could start limiting traffic on listening ports that get a lot of traffic.

    1. Re:Bittorrent encryption is flawed and too much. by Racemaniac · · Score: 3, Informative

      i also noticed that trackers are the current weak point of bittorrent. at my university, they blocked bittorrent by filtering the packets that request the peer list from the tracker, thus making it impossible to start any torrent since you'll never be able to get the peer list... (which i ofcourse circumvented by editing azureus so it replaces a char from the request to %## with ##the hexadecimal ascii, the same for the webservers that act as trackers, but the filter didn't catch it :p) if they can make the trackers part harder to see, bittorrent can become virtually unstoppable :)

    2. Re:Bittorrent encryption is flawed and too much. by drix · · Score: 2, Insightful

      So what we really need is an distributed, uncensorable, encrypted network that is really good at distributing small files.

      If only such a thing existed.

      --

      I think there is a world market for maybe five personal web logs.
  10. So don't use them. by lheal · · Score: 2, Insightful

    Find another ISP.

    But please, don't get the government involved. They'll bury the Internet providers under a mountain of red tape, until customer service will be the last thing on their minds.

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
    1. Re:So don't use them. by HoosierPeschke · · Score: 4, Insightful

      Find another ISP.
      I hate this line. I have two ISP providers I can even think of subscribing to. Comcast and AT&T. I'm too far away from the central hub for DSL (AND I LIVE IN A FSCKING SUBURB OF CHICAGO!!!). The government allowed this to happen. The government should fix this problem. I don't wish the the government to over step their bounds (which is where your second argument comes in, because we all know they'll screw it up). But please quit saying "find another ISP", the free market doesn't apply for most of us...
      --
      Mr. Universe: "They can't stop the signal, Mal. They can never stop the signal."
    2. Re:So don't use them. by asdfghjklqwertyuiop · · Score: 2, Insightful

      I have two ISP providers I can even think of subscribing to. Comcast and AT&T. I'm too far away from the central hub for DSL. The government allowed this to happen. The government should fix this problem.


      The government allowed what to happen? That only one ISP chose to put the infrastructure in your area for broadband?
    3. Re:So don't use them. by HoosierPeschke · · Score: 2, Informative

      Many cable systems operate as local monopolies in the United States, as only one cable company typically receives the right to serve a region as a result of a franchise agreement with a local government. For some franchises the agreement is explicitly exclusive; for others the local authority retains the right to franchise overbuilders but does not do so. In some areas that is changing as competition has been allowed to enter the market, including, in some cases, city run cable systems. The rise of Direct Broadcast Satellite systems providing the same type of programming using small satellite receivers, and of Verizon FiOS, have also provided competition to cable TV systems, opening the possiblity of cable television declining.
      From http://en.wikipedia.org/wiki/Cable_television_in_t he_United_States.

      By government, you didn't assume I meant the United States Government, did you?
      --
      Mr. Universe: "They can't stop the signal, Mal. They can never stop the signal."
    4. Re:So don't use them. by jsebrech · · Score: 2, Informative

      The government allowed what to happen? That only one ISP chose to put the infrastructure in your area for broadband?
      `
      That infrastructure was put there using government subsidies. It is simple too expensive to provide physical cabling to everyone except in dense metropolitan areas to be able to enter into that market as a new business (and what you see in the US is that only dense metropolitan areas get decent competition).

      Network cabling is just the same as electricity lines, water mains, gas mains, sewer system, and so on. It doesn't make economic sense to have more than one of them in your street, so it's up to the goverment to ensure that artificial competition is created on the one line that's there.

  11. Drop Comcast by GoldTeamRules · · Score: 3, Interesting
    I was a Comcast customer (AT&T@Home prior to that) for about 8 years. I live in Utah and recently switched to one of the municipal networks (based on the Utopia project and I won't name the exact ISP because I don't want to be accused of being a company whore), and I've never looked back.

    Now, I only get data from them. I'm not interested in TV or phone, but as far as data pipe, I'm saving $20/mo and the connection speeds are faster.

  12. UDP for no reset? by Dwedit · · Score: 2, Interesting

    So would moving the bittorrent protocol to UDP solve this specific problem? UDP doesn't have a reset bit. And you can always just stick something exactly like TCP on top of UDP to make it almost no different.

    1. Re:UDP for no reset? by _xeno_ · · Score: 4, Interesting

      That's great, until the ISP decides that they can block any UDP traffic that isn't DNS to their servers.

      Thankfully that will likely never happen since it would kill VOIP and many online game protocols use UDP. Killing UDP won't happen, since it would kill too many legitimate uses.

      A much better idea would be to simply make the connections look as much like HTTP over SSL as possible. They can't block that.

      This can, theoretically, already be done. (Sort of...) Since BitTorrent already runs over TCP and SSL (actually, TLS now) is simply a presentation-layer protocol, there's no reason BitTorrent can't be run over TLS.

      The problem is the "sort of." Since BitTorrent involves a lot more back-and-forth than HTTPS would (HTTPS would be small upload followed by large download), it's still almost certainly possible to block BitTorrent traffic that runs over TLS. There's really no way around this - the send/receive ratios for BitTorrent will always be different from HTTPS ratios.

      Besides, the ISP doesn't even really need that to throttle BitTorrent or P2P in general. All they really need to do is start blocking SYN packets from reaching their subscribers, or at the very least, throttle the number of SYN packets their subscribers can receive to, say, five every 30 minutes. About the only "legitimate" uses for subscribers accepting connections are active-mode FTP and various chat protocols. And even then, the only times chat protocols generally require the client to accept a connection is for direct peer-to-peer transfers, and the ISP won't care to kill those.

      --
      You are in a maze of twisty little relative jumps, all alike.
    2. Re:UDP for no reset? by TheRealMindChild · · Score: 4, Interesting

      No, it wouldn't help. I have had this issue with my ISP Atlantic Broadband for a good two months now. Incoming torrent connections are flat out blocked (you can open the port and test it, but once the first incoming torrent connection comes in, the port gets blocked). And while you tout UDP may be the answer, they do the exact same with KAD... first incoming KAD packet and the port is blocked.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    3. Re:UDP for no reset? by cpghost · · Score: 2, Informative

      So would moving the bittorrent protocol to UDP solve this specific problem? UDP doesn't have a reset bit

      IMHO that would be terrible and not advisable. UDP doesn't have flow-control; and you can easily get overwhelmed with misbehaving UDP clients endlessly sending layer-7 connection-request packets at a mind-boggling rate. Even ICMP source quench packets back to those misbehaving hosts won't help because they're often blocked on the path due to the increasingly firewalled nature of the backbones themselves.

      --
      cpghost at Cordula's Web.
  13. 24/7 modem users back in '80s = similar by davidwr · · Score: 5, Informative

    Because they are over-selling their product hoping that the customer will not expect to make full use of it. For the honest ISPs, yes.

    The telephone companies do the same thing. Dating back for decades, they've price the "unlimited local calling" plans knowing some users will under-utilize and some will over-utilize.

    When a shift in usage happens faster than they can adjust, as happened during the BBS era of the '80s and early '90s, their expenses go up and their revenue remains constant.

    Back in the '80s, telcos in some states put a dent in the problem by limiting the number of lines you could have in your house without paying higher "business" rates. Some multi-line BBS owners paid out of pocket, others charged their users or solicited donations, others reduced their number of lines.

    There was also talk of a "modem tax" but thankfully that never went anywhere.
    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  14. if it's an open inbound port, it's a server by davidwr · · Score: 2, Informative

    If you want to get hyper-technical, IDENT is a server, or rather, a service.

    Not much bandwidth there, but it violates the letter of a lot of ISP/customer contracts.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  15. Inflated fears. by delire · · Score: 4, Informative

    could this mean the end of BitTorrent
    What? Because if American ISP's unilaterally block bittorrent it would suddenly mean the end of the technology?

    As a guide,Europe has more internet users than the entire population of America itself. Oh, and then there's the other billion or so internet users in those other countries.

    America is certainly a fairly big country but it's far from being a lone influence of the world's technological development and trends.
    1. Re:Inflated fears. by FireFury03 · · Score: 2, Interesting

      ISPs in the UK are starting to moan about having to carry traffic too, even going so far as to suggest the BBC should pay them.

      The big ISPs are certainly complaining ("oops, we underpriced our product and are now making a loss - we'll demand that some random 3rd party bail us out of our mess"). Notably many of the smaller ISPs are now very explicit about their limits rather than selling everything as "unlimited". The smaller ISPs are showing that if you charge people appropriately and make it clear what they are paying for, even the high bandwidth users can be profitable customers.

      Hopefully the end result will be that all ISPs will stop misleading their customers by selling limited accounts as "unlimited".

      I don't think Europe is immune to profiteering by reducing the service standards so you can get by on a lesser investment.

      Indeed not - underprovisioning the network and deprioritising bittorrent seems to be a reasonably common bad practice. However, by provisioning the network correctly and setting the pricing model appropriately, the high bandwidth users can pay for their own bandwidth rather than being subsidised by everyone else.

  16. End of Comcast? by griffjon · · Score: 3, Interesting

    We can dream, can't we?

    --
    Returned Peace Corps IT Volunteer
  17. Eh by robinthecandystore · · Score: 2, Interesting

    Change your isp? If they start losing customers they may reconsider their business decision.

    1. Re:Eh by jZnat · · Score: 3, Insightful

      What ISP? There aren't any other ISPs other than Comcast in many areas of the US. In some areas, the only alternatives also do the same bullshit, so there's nothing you can do.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  18. If more ISPs adopt this strategy,shouldn't it mean by D4C5CE · · Score: 2, Interesting

    ...the end of a few of these ISPs?

    Unless there is a legal loophole allowing them to unilaterally change the terms of consumer contracts from Internet to Throttled Censornet, only customers having no other choice would stay with companies trying to force them back to the days of scary time- or traffic-based metering (especially given the risk of excessive traffic due to botnets these days) and/or walled gardens with little content exclusively picked at the mercy of one's provider.

  19. red herring pricing by davidwr · · Score: 2, Interesting

    *Plus total data volume at 0.1 cents per MB.*

    1 dolar for 10MB Check your math. That's $1/GB, or $4.50 for a DVD.

    See my other posts in this thread regarding pricing.

    Pricing should be set so less than 10% of the customers pay more, and only a small minority of that pay more than 3-4x more.

    One thing I didn't mention:
    No user should pay more than some maximum based on the size of the pipe, and that maximum should be significantly less than the per-GB fee low-end users pay.

    Let's do some math:
    There are 2592000 seconds in 30 days. Suppose for the sake of argument that 90% of users use less than the equivalent of 25920 seconds at the 6Mbps full speed, or around 20GB. That's a 1% utilization rate. Charge them $20, which happens to match the $1/GB rate you suggest. The real numbers may be higher or lower. If someone uses 40GB $40. You would think that at 24/7, this would be 2000 GB or $2000. But you already have an "unlimited business" plan specifically for companies that use full-throttle services and you only charge them $600/month for 6Mbps service. So, anyone using more than $600 worth of bandwidth will have their bill capped at $600/month.
    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:red herring pricing by fredklein · · Score: 2, Insightful

      That would just encourage people to share or re-sell connections.

      I buy a connection, assuming it's going to be maxxed out at 2000GB/month. I pay $600. I then provide my 4 neighbors a 500GB connection, for a rate of $400 each. (Note, this is a 20% discount off them buying direct from the ISP at $500!). I make $2000, I pay $600. Profit!

  20. Re:Is this strictly legal? by Ginger+Unicorn · · Score: 3, Informative

    well i live in britain and most ISPs do this. The only mainstream one i know of that doesnt is AOL who ironically are the best ISP in the UK in my opinion (for broadband anyway, and yes i feel dirty for saying it).

    --
    (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
  21. Around here... by Kjella · · Score: 3, Informative

    ...in Norway prices are high, but you get what you're paying for. I've been with three different providers (two DSL, one cable) over the last 4-5 years because of moving, and every time it'll run full speed 20+ hours a day. Nobody complains if I load it out 24/7, and if they did I'd take it up with the consumer protection agency that's got real teeth. Whatever weasel words they used in the contract won't matter, if you're not delivering they slap you around good. How the US companies get away with promising "unlimited" plans, disconnecting heavy users, throttling heavy traffic and deliver such shitty service I don't know. "The market" don't fix things in a mono/duopoly, and from what I gather most are stuck with at most one cable and one DSL operator. At least here the phone lines are for rent, so you can pick from several DSL carriers (but the network build-out is still controlled by one ex-state company).

    --
    Live today, because you never know what tomorrow brings
  22. Doesn't quite work by SIGBUS · · Score: 4, Informative

    It seems that they're now directly interfering with the connections, above and beyond sending RST packets. If I stop my client and then restart it, it will send for a while, then quit, even with the RST packets being dropped. I tested this by running a client on a backbone-connected server that I have. Aside from dropping the RST packets, I've been logging them as well, and they are being dropped. Since my server doesn't have any arbitrary restrictions or throttling, it's clearly something being done by or on behalf of Comcast.

    My choices:
    - Only seed torrents from my server
    - Switch to AT&T (yuck, and they'll no doubt be doing the same crap)
    - Switch to Speakeasy (the Best Buy deal gives me the creeps)
    - Switch to Covad (expensive)
    - Switch to a local fixed wireless provider (my employer has this, and it sucks for VoIP)
    - More cat & mouse games with Comcast

    --
    Oh, no! You have walked into the slavering fangs of a lurking grue!
    1. Re:Doesn't quite work by netcrusher88 · · Score: 5, Interesting

      Sorry, but you're wrong. If Comcast sends RST packets to both ends of the connection (and why wouldn't they?), it doesn't matter whether or not you're dropping them, it matters that the other guy isn't.

      --
      There's an old saying that says pretty much whatever you want it to.
    2. Re:Doesn't quite work by Repossessed · · Score: 2, Interesting

      At least you have options, my apartment has choice between Comcast and nothing at all (there's not even a phone line for dial-up). I have a strategy though.

      Everybody call Comcast, daily, to bitch about this. Eventually they'll realize that each phone call costs more than they'd save in a month per customer complaining.

      --
      Liberte, Egalite, Fraternite (TM)
    3. Re:Doesn't quite work by WilliamX · · Score: 3, Informative

      SBC has always engaged in port 25 blocking, from almost the start. I've run alternate port SMTP for business clients on SBC for years.

      SBC's President was one of the first to stand up against Net Neutrality and argue that popular site operators should be paying them, and has been long before the AT&T and BS acquisitions.

      And btw, you have the order all wrong.

      SBC bought AT&T for over 16 billion in Jan 2005, almost a year after merger talks with BellSouth went sour. In Dec of 2006 they bought Bellsouth (there was no merger, it was completely acquisition in both cases)

      SBC decided to take advantage of the AT&T brand and renamed itself.

      Bellsouth was the remaining partner in Cingular, NOT AT&T, and that acquisition enabled them to make the rebrand of all the services they owned as the AT&T brand they had already acquired.

      Nearly the entire modern AT&T board is nothing but the same former SBC board members, including the Chairman and CEO.

      AT&T itself before acquisition was opposed to Net Neutrality, but never as loudly and adamantly as SBC was before.

      Just making sure some facts are laid out in this discussion.

  23. Reminds me of Fight Club by HangingChad · · Score: 5, Interesting

    God dam it so annoys me when the ISP's bitch and moan about the customers actually using the bandwidth they have signed a contract, and paid for to use.

    We're the people who build and run these systems. Comcast...or anyone for that matter...can't win that fight. I've worked with you wankers for 15 years, you're clever, relentless, and infinitely creative in a mischievous kind of way. If Comcast closes off BitTorrent, you'll find another way to disguise the traffic. They'll figure it out after a while and you'll figure out something else or go somewhere else. It may be difficult some days to motivate you at work, but you'll drive yourself until the early hours of the morning figuring out how to get around whatever filters they put in place. I've seen this arms race take place in every type of communication technology out there and you've won every time. Telephones, mainframes, PC networks, the internet. The road of technology is littered with the bodies of people who underestimate the technical genius of people who don't like being regulated.

    We run your switches, your networks, firewalls, databases and your web sites. We are root and domain admins, we have the back door passwords to your routers. We run packet sniffers and Snort, know what a clever fella can do with xp_ extended stored procedures and javascript, we grew up on ping and tracert....we don't need no steeking GUI.

    You can work with us or spend your life on an endless treadmill fighting a losing battle. But one thing history should have taught you...

    ....do not fuck with us.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  24. I'm canceling. by visualight · · Score: 2, Interesting
    From Comcasts Terms of Service:

    We may change our prices, fees, the Services and/or the terms and conditions of this Agreement in the future. Unless this Agreement or applicable law specifies otherwise, we will give you thirty (30) days prior Notice of any significant change to this Agreement. If you find the change unacceptable, you have the right to cancel your Service(s). However, if you continue to receive Service(s) after the end of the notice period (the "Effective Date") of the change, we will consider that you have accepted the changes. You may not modify this Agreement by making any typed, handwritten, or any other changes to it for any purpose.

    I'm calling Monday and canceling on the grounds that this constitutes a Service Change, and too bad about their stupid term agreement. I live in Tacoma WA so I get to choose between multiple cable ISP's, DSL, etc. I give a damn about any fine print in a TOS agreement, I pay for an internet connection and I want what I pay for. They cannot be allowed to dictate what class of packet I can or cannot upload through the connection I pay for. Bandwidth yes, but that's not what they're doing here.
    --
    Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
  25. my comcast connection by DragonTHC · · Score: 2, Insightful

    I have comcast. My connection lately has been passing the speakeasy speed test at 20Mbit down, 2Mbit up.

    I use bit torrent to get game demos and betas, Linux distros, and to share music that I have composed and hold copyrights for.

    I can seed just fine. You have to find that sweet spot. (the point at which your upstream starts to impact your downstream). for me, it's about 80KBps.

    That being said, I am forced to use peer guardian 2 and alternative ports to see to it that my traffic gets to its intended location.

    Comcast has noticed that bit torrent defeats its "Power Boost" technology which bursts full bandwidth for the first 20 or so MB.

    With Bit Torrent, it's all the first 20 or so MB. so everyone that can seed that fast is allowed to.

    Bit Torrent is a legitimate technology. I has legal uses. I use it legally. Comcast wants to throttle it because they're losing money on it.

    --
    They're using their grammar skills there.
  26. Re:TOS: no servers at all by Shados · · Score: 2, Insightful

    This should have ended the discussion altogether (don't know if someone mentionned it before the parent though). For residential service, most ISPs say "No server". Of course, server is an overly broad term thats up to interpretation, but in this case it is used correctly I feel. Complain when they start throttling Youtube downloads or something.

  27. Re:Is this strictly legal? by Warbothong · · Score: 3, Interesting
    "In Europe this wouldn't work for more than a week or so."

    Evidently you've never heard of the "fair usage guidelines" which are mentioned in pretty much every broadband contract, yet aren't actually available to read if you want to see whether your usage is 'fair'. Personally I would say 'fair usage' would mean not exceeding the bandwidth I am paying for, whereas my ISP seems to think differently based on the emails I have received from them about getting put on a list of 'high usage users' and subsequently being put into a pool of other 'high usage' customers who have to share the same bandwidth during peak hours, causing daytime browsing to crawl (I just end up running MLDonkey at night for the distro ISOs I download, since I make sure my local Free Software User Group always has the latest releases of any popular distro available to burn)

    (I live in the United "CCTV Land" Kindom BTW)

  28. Business account by finkployd · · Score: 4, Interesting

    You want to run a server without hassle? get a business account. I have Comcast workplace at my home and I get 6m/768k with 6 static ip addresses and no port blocking or restriction on servers for $100/month.

    Look, I'm not totally happy about it, but this is how it works today. You want a restrictive, "client only" connection to the internet you can do that for $20-$60 a month. You want a real internet connection you are going to have to pay $100+ a month in most places (in the US).

    Frankly, I am hoping the ISPs finally just come clean and admit that their bottom tier service is client only, practically web/email only. There is a market for that and there is nothing really wrong with them selling it that way.

    Verizon's FIOS service supposedly has a comparably priced business tier as well, and they are laying fiber on my street as we speak. I might check that out when it lights up (although I generally find Verizon slightly more evil than Comcast).

    Finkployd

  29. suddenly killing processes by davidwr · · Score: 2, Insightful

    You don't suddenly kill their process if they exceed 60 seconds of CPU time. For those of you old enough to remember:

    ABEND 322
    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  30. Re:Renting? by dknj · · Score: 2, Insightful

    you don't. drill a hole, don't fuck it up, and patch it when you leave. or, if it's a house, put wall plates in the wall. if your landlord asks about it, say your ISP installed it. just make sure you can do a professional job, or get someone that does (cable/telephone companies tend not to ask if you are renting if its a house and you don't live in a neighborhood thats frequently rented out, i.e. college town).

    i have ran 100+ ft of cat5 through holes in my rented house before (ghetto method) and, most recently, left wall plates in my basement for future tenants/owners. as long as your walls look normal when you move out, you won't get charged. YMMV

  31. Reasoning and how they do it by cableguy411 · · Score: 4, Informative

    I would know the answer as to how and why they do it because I help set up the hardware that does it locally for my system. It doesn't affect all markets nor does it affect customers all of the time. They can do it because of the no server clause in the contract. It doesn't however have to be determined by someone that you're running a server. How it works is there is an actual piece of hardware that is placed into the routing of packets. It inspects the header bits of the packets and determines if the packets being sent are p2p or simply network/server traffic. If it is p2p traffic then the routing priority level for those packets matching those identified are dropped by one level. This is exactly the same way the voip works, but in opposite manner so as voip packets have a higher routing priority than any of the other user traffic. This being said it leaves us with a packet routing priority from top to bottom of user generated traffic looking like: VOIP, Network/HTTP, P2P. Looking at this it's easy to see why some people would experience 'throttling' as it's being called. Unless you can figure out a way to bypass traffic being generated to or from a bunch of private (ie individual ip's not registered with DNS)then your out of luck. This does still leave newsgroups untouched however since the traffic is being routed through a registered server. One more thing. Many of the Comcast systems are implementing what they have termed 'Powerboost'. It doesn't cost anything and it's being done at the server/CMTS level. There is no way to sign up for it or anything. It's either on, off, or hasn't been implemented in your area yet. The rollout of this has been detemined by network capacity for whatever fiber node you're being fed out of. In my current location we've implemented it in appx 90% of our nodes on the downstream and 60% of the nodes on our upstream channels. What this does is allows a user trying to push through large files use of the unallocated bandwidth above and beyond their provisioning rate. Some people here are consistently seeing more than 20Mb/s downstream and 2.4Mb/s per second upstream (being provisioned for 6Mb downstream and 512k upstream). However the servers will not allow that rate to be sustained. It holds a small percentage of the bandwidth available for other demand and keeps the total usage under X% capacity or else it will suspend the additional bandwidth to that user. ****Take notice I didn't say it allows the user to make use of all or even most of the unallocated bandwidth, but just more than they are provisioned for. This is being tightly controlled and regulated to make sure capacity and network stability are maintained while allowing bursts of up to and over 20Mb's. I wouldn't expect to see the number much more than about 20/22 Mb's though depending on the market. Some of the higher capacity/speed markets are running more than the standard 6Mb we're running here in my market. Those people might see something a little more out of powerboost, but don't bet on it for now anyways. Hope this helps, but I don't think it will resolve any of your difficulties any more than just an understanding would do.

  32. Common Carrier a myth.. by popeye44 · · Score: 2, Interesting

    This has been pointed out here before. Neither Comcast nor any other ISP has common carrier status.

    http://www.slyck.com/forums/viewtopic.php?t=36623 this describes that no or almost no ISP's have Common Carrier Status.

    --
    Inane Comments are Generously Disregarded
  33. Fraud is a weak manager's way of doing business. by Futurepower(R) · · Score: 5, Informative

    As someone said on the linked site, selling a service without mentioning that it is severely restricted is fraud.

  34. I call bullshit by kimvette · · Score: 2, Interesting

    Last year we had a discussion whether traffic shaping is good or bad, and ISPs made it pretty clear that they do not like P2P applications like BitTorrent. One of the ISPs that joined our discussions said: "The fact is, P2P is (from my point of view) a plague - a cancer, that will consume all the bandwidth that I can provide. It's an insatiable appetite.", and another one stated: "P2P applications can cripple a network, they're like leaches. Just because you pay 49.99 for a 1.5-3.0mbps connection doesn't mean your entitled to use whatever protocols you wish on your ISP's network without them provisioning it to make the network experience good for all users involved."


    Here's the thing:

      - You folks want common carrier status
      - You want subsidies from taxpayers instead of spending your own money on infrastructure
      - You advertise your services as always on and unlimited

    And yet, when customers actually take you up on that offer you want to reneg after the fact.

    When you advertise a service, accept payment for it, and refuse to deliver on it, that, my friend, is called fraud. Considering that you mail bills to your customers charging them for unlimited services, isn't each and every statement you mail one count of mail fraud? Isn't that what took down several mafia families, if the reference in The Firm is to be believed?
    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  35. Re:Fraud is a weak manager's way of doing business by Slow+Smurf · · Score: 2, Insightful

    They could stop giving in without a full court order.

  36. Charter's been throttling BitTorrent for years by jerkychew · · Score: 2, Interesting

    I've had Charter in Massachusetts for a couple years now, and BitTorrent has always been throttled. BitTorrent downloads take forever to download, if at all. I've tested this by connecting to the same trackers with the same client on my old work's Verizon 1.5Mb DSL (I'm running 6Mb Charter at home) and the downloads were exponentially faster on Verizon.

    It sucks because WoW updates and several of Microsoft's large downloads are sent via BitTorrent. I have to hunt and seek every time I want to update a new WoW installation.

  37. Yes, you're bandwidth hogs by lennier · · Score: 2, Insightful

    "I have a family of four, and when each of us want to experience the rich content we were promised (like VOIP, online productivity applications, video-on-demand, and streaming music), you're going to call us bandwidth hogs?"

    ? Is this a trick question or something?

    Yes, you're bandwidth hogs. The cable doesn't care what kind of content you're downloading, just how big it is. Deal with reality, and pay for how much you use, and this won't be a problem.

    Do you expect your car to take you places without paying for petrol? Why expect that Internet bits should be magically free? Unregulated, yes definitely, but there's a cost to move those bits and that's what you should be charged for.

    Asking for infinite data transfer on finite capacity media is like getting a car 'with free lifetime supply of petrol' built in for a fixed monthly rental and wondering why it comes with a restrictive contract that specifies that you can't drive it interstate.

    --
    You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC