Slashdot Mirror


FCC Chief Says Comcast Violated Internet Rules

Several readers sent in word that the FCC chairman, Kevin Martin, is calling for sanctions and enforcement actions against Comcast for resetting BitTorrent traffic. "Mr. Martin will circulate an order recommending enforcement action against the company on Friday among his fellow commissioners, who will vote on the measure at an open meeting on Aug. 1... Martin, a Republican, will likely get support from the two Democrats on the commission, who are both proponents of the network neutrality concept. Those three votes would be enough for a majority on the five-member commission."

68 of 174 comments (clear)

  1. BT Encryption by rukkyg · · Score: 5, Interesting

    Since so many people enabled BT encryption, this whole idea of theirs has really backfired. Now, even if they were to shape some traffic to try to keep BT traffic in the network, so many people will now keep this encryption on that it won't work as well as it would have if they would have, in the first place, worked with the technology instead of against.

    1. Re:BT Encryption by Craig+Ringer · · Score: 5, Interesting

      Such technology works even with encrypted BitTorrent. It doesn't need to know what's *in* the data streams, only that a given IP endpoint is communicating in patterns that match BitTorrent traffic. If such traffic is detected, spoofed RST packets can be sent to cause the host to treat the connection as half-open and respond with its own RST,ACK to close it completely.

      Perhaps the particular implementation ComCast uses is easily tricked by encrypted payloads. Don't worry - even if that's so, it won't last.

      Now, IP-level security like IPSec would do the trick, because you could identify fake RST packets by their lack of, or invalid, signatures. There is, however, no standard way to negotiate IPSec with a remote peer, despite the best efforts of the FreeS/WAN project.

      Thus, in a world where the routers along the way are fundamentally trusted to do their job and route packets, you're not going to have much luck protecting yourself against this sort of attack by your provider.

    2. Re:BT Encryption by ArcherB · · Score: 5, Insightful

      Thus, in a world where the routers along the way are fundamentally trusted to do their job and route packets, you're not going to have much luck protecting yourself against this sort of attack by your provider.

      That's why this is one of the few... VERY FEW cases where government is needed to step in and say, "you can't do that."

      --
      There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    3. Re:BT Encryption by computational+super · · Score: 4, Insightful

      I don't know... as much as I agree with the actual decision, it sends a chill down my spine to hear the FCC start defining the "internet rules".

      --
      Proud neuron in the Slashdot hivemind since 2002.
    4. Re:BT Encryption by tietack · · Score: 5, Insightful

      In this case, the FCC is saying that Comcast should not define the "Internet Rules" A case where they keep Comcast from regulating how their users communicate on the Internet.

    5. Re:BT Encryption by Anonymous Coward · · Score: 5, Insightful

      I gotta agree that the FCC is actually doing something it should do here. In this case Comcast was filtering there users and lying right to them about doing so. The users caught on and made a stink to the officials and they are doing as they have been asked.

      Now about the telco's...

    6. Re:BT Encryption by MikeBabcock · · Score: 5, Interesting

      As someone who still runs opportunistic encryption, I wish it would have worked out. It would be nice to have secure P2P connections for all sorts of traffic, whether its E-mail, chat, video conference or file transfers.

      Personally, I always thought an online registry system like dyndns would be an excellent way to distribute keys. Update your keying data to match your current IP address using a pre-negotiated certificate with a known entity or registrar. Its very similar to their registration of names to IP addresses.

      It wouldn't exactly be military grade security, but it would be a lot better than what we have now.

      --
      - Michael T. Babcock (Yes, I blog)
    7. Re:BT Encryption by Jonah+Hex · · Score: 4, Insightful

      I could not agree more, if they end up the defacto arbitrator over the internet, here in the US at least, I don't trust them not to fuck it up as badly as they have everything else in their purview. Well unless you can afford to pay them their lobbying dollars, then you get what your company wants.

      Jonah HEX

    8. Re:BT Encryption by brother.sand · · Score: 2, Informative

      How about if you set your iptables firewall to block the Comcast reset packet? From: http://www.zeropaid.com/news/9608/GUIDE%3A+Using+Linux+to+Beat+Comcast's+BitTorrent+Throttling If you are using Ubuntu or another non-Red Hat Linux derivative, then place the following in a file and execute that file as root. #!/bin/sh #Replace 6883 with you BT port BT_PORT=6883 #Flush the filters iptables -F #Apply new filters iptables -A INPUT -i lo -j ACCEPT #Comcast BitTorrent seeding block workaround iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #BitTorrent iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited Not so hard really. There's an iptables file on that page for the RedHat distros too.

    9. Re:BT Encryption by davegravy · · Score: 3, Insightful

      The FCC shouldn't have to define internet rules but does due to lack of competition. If there was as much competition for ISPs as there is for most products/services then companies that pull stuff like Comcast would simply go out of business.

    10. Re:BT Encryption by stewbacca · · Score: 2, Insightful

      companies that pull stuff like Comcast would simply go out of business.

      Not true at all. Tell Joe Q. Public that you offer high-speed Internet for $25 a month less than the competitor with the small detail like "we limit your P2P activity", Mr. Public takes the cheaper offer. Comcast can afford to offer the service for cheaper, because they are throttling the bandwidth (or whatever technical cost-cutting method they introduce). If anything, I could see how this could actually lead to MORE customers (just not savvy customers). Most Americans are cheap and there are more Internet users that have never even heard of P2P than users who actually use P2P.

    11. Re:BT Encryption by Craig+Ringer · · Score: 2, Informative

      Er, that blocks *all* TCP packets with the RST flag set that're destined to your BitTorrent port. That'll cause some interesting problems, though probably nothing worse than your tretcherous ISP is doing to you already.

      In particular, you might have to increase kernel limits on open TCP/IP connections, decrease connection timeouts, etc.

      Blocking RST packets with iptables is trivial, but an ugly hack at best. It also won't stop more thorough blocking methods like corrupting BT traffic (so your machine eventually blacklists the sender), injecting fake data packets, or simply dropping traffic.

    12. Re:BT Encryption by frieko · · Score: 5, Insightful

      Somewhat off-topic, but regardless of why they're doing it, why is Comcast allowed to send RST packets on your behalf? Isn't that basically impersonating you? Isn't that about as bad as FUCKinjecting random swearASSwords into my ./ posts?

    13. Re:BT Encryption by budgenator · · Score: 3, Insightful

      All the FCC has said is using arguably illegal techniques to send forged traffic to unsuspecting users and irregardless of existing network traffic fail to meet the standard of reasonable traffic management. This isn't that much different to a slum-lord committing arson by burning down his rat and cockroach infested buildings and claiming it's a reasonable pest control technique!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    14. Re:BT Encryption by Craig+Ringer · · Score: 2, Informative

      Yep. I have no idea why they're being permitted to get away with it. It's *way* more than "reasonable network management". Reasonable network management would include dropping packets, using ICMP destination host/port unreachable messages to ask the remote peer to terminate the connection, and many others things that are not forged RST packets.

      I don't even understand why they chose this method. ICMP destination-port-unreachable would do the job just as well, and with way less legal ambiguity.

    15. Re:BT Encryption by grandbastard · · Score: 3, Insightful

      Comcast inherently regulates how their users communicate on the internet. Users pay for a service and that service is provided. As long as there is an understanding of what that service entails and any limits, they can do whatever they want.

      What Comcast did wrong was to change the service and not inform their customers.

    16. Re:BT Encryption by osu-neko · · Score: 3, Insightful

      The level of faith Americans have in corporations is utterly astounding. I don't quite get why it's okay to have huge, powerful organizations dictate policy undemocratically merely because they're doing it to make a profit. How does making a profit make the unilateral actions of powerful entities so much more trustworthy? Why is government by corporate fiat so much better than government by elected representatives?

      If the FCC tells you what you can or can't do on the Internet, people are up in arms. When Comcast does it, people only grudgingly admit it might be a good idea for the FCC to tell them "don't do that". The mind boggles...

      --
      "Convictions are more dangerous enemies of truth than lies."
    17. Re:BT Encryption by Khyber · · Score: 2, Informative

      That doesn't work totally. It seems some RST packets work directly with the modem (at least with mine) and regardless of using iptables the modem itself will stop and reset.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    18. Re:BT Encryption by I+cant+believe+its+n · · Score: 3, Insightful

      What Comcast did wrong was to change the service and not inform their customers.

      No, Comcast actively engaged in sabotageing their customers communications.

      --
      She made the willows dance
  2. Interesting... by CauseWithoutARebel · · Score: 5, Insightful

    Martin said Comcast has "arbitrarily" blocked Internet access, regardless of the level of traffic, and failed to disclose to consumers that it was doing so.

    So, what sort of precedent might this set for other attempts to block access? Numerous states have attempted to block access, by law, to what they deem to be illegal content. Would a ruling like this tie the hands of companies like Comcast so that they're in a "damned if you do damned if you don't" position, or would one ruling likely supercede the other?

    Martin's order would require Comcast to stop its practice of blocking; provide details to the commission on the extent and manner in which the practice has been used; and to disclose to consumers details on future plans for managing its network going forward.

    I also find this amusing. Comcast is whining about it, but they're effectively been told off and punished for not disclosing to their customers what they were doing to paid services. It really says a lot about the company that they're complaining that they have to inform their customers before they make significant service changes.

    Hell if customers should be informed and able to make competent purchasing decisions... informed and self-interested customers would utterly destroy Comcast's entire business model.

    1. Re:Interesting... by garcia · · Score: 5, Insightful

      Would a ruling like this tie the hands of companies like Comcast so that they're in a "damned if you do damned if you don't" position, or would one ruling likely supercede the other?

      After all the government has given to the telecommunication companies, like Comcast, such as permitting monopolies (which Comcast is in many of its markets), I couldn't give a flying rats fucking ass what position they're in. As far as I'm concerned, they should be fined and then regulated to reduce cost to their subscribers (note: I'm not a Comcast subscriber but I have been one in the past and they are not in my market, we have Charter which is just as bad -- if not worse) for at least 15 years.

      If they don't like it, they can sell off their shares and get out of the business. Make it a lose-lose-lose situation for the bastards. I'm glad that the FCC commission wasn't swayed by the money I'm sure Comcast was trying to bribe them with.

    2. Re:Interesting... by Docboy-J23 · · Score: 4, Informative

      I've noticed that Comcast's approach to advertising also indicates an assumption that their customers are dim bulbs and don't know what's good for them. There are at least these two types of TV commercials:

      1) You, the customer, are a dim bulb and have no idea what our "Internet service" is. Just buy it. Whatever it is, we assure you that it's fast and you have no other choice.
      2) Our competitors are hapless morons.

      They may boil down to a couple more similar bases, but those two stand out in my mind. Moreover, telecommunications advertising is a dirty, competitive game.

    3. Re:Interesting... by Anonymous Coward · · Score: 2

      informed and self-interested customers would utterly destroy Comcast's entire business model.

      They've got a government-enforced monopoly in most areas they serve. This monopoly is in a necessity of modern life. What could customers possibly do about that in the short term? In the long term, it's pretty clear that their business model is as doomed as AOL's was.

    4. Re:Interesting... by Anonymous Coward · · Score: 4, Insightful

      Which government? The cable companies are lightly managed by the federal goverment - if you don't like having only a single cable company in your community you need to go after your state and local governments. Oh, and if you are not in a tier 1 city good look trying to attract a new overbuilder. I know its not popular on this site but economics will win out - (1) companies need to make profits and (2)you ultimately decide - you can choose to not purchase from the monopolist - while I would hate life without a broadband connection I can still get food, water, air and shelter without it...

    5. Re:Interesting... by Yungoe · · Score: 5, Interesting

      Hell if customers should be informed and able to make competent purchasing decisions... informed and self-interested customers would utterly destroy Comcast's entire business model.

      One of the traditional problems that has stopped self-interested customers from destroying Comcast's Business model has been the fact that they are the only high-speed service available. That is changing. The moment that Verizon offered Fios to my house, we switched. So far, I have yet to hear anyone say, "We are staying with Comcast." Further, I think that the blocking issue we are discussing here is only a symptom of the broader problem, that being deplorable customer service.

      Customers need not be up to speed on this particular issue. All they have to do is call the customer service department.

    6. Re:Interesting... by yuna49 · · Score: 2, Interesting

      Numerous states have attempted to block access, by law, to what they deem to be illegal content.

      Are you talking about American states? Can you point me to a story that describes this practice? In general state governments have no jurisdiction over telecommunications traffic that crosses state lines; then it falls into the FCC's jurisdiction.

      A state could pass a law that prohibits you from having child pornography on your computer, but I don't think it could pass a law prohibiting that traffic from entering the state.

      I'm not saying you're wrong; I'd just like to see some examples.

    7. Re:Interesting... by Hatta · · Score: 3, Insightful

      Moreover, telecommunications advertising is a dirty, competitive game.

      Just telecommunications?

      --
      Give me Classic Slashdot or give me death!
    8. Re:Interesting... by penguin_dance · · Score: 3, Interesting

      Yes, I think the real *crime* here is that Comcast is charging customers the same, but is not treating them the same.

      Which leads to the next question: Is there a class action suit pending? Because this reminds me of the NetFlix lawsuit. It was found that Netflix (which charged a flat monthly rate for movie rentals) was purposely slowing the deliver of movies to customers who had a fast turnaround. Chavez, who filed the lawsuit claimed you really couldn't rent unlimited movies as NetFlix advertisment claims and that they purposely throttled customers back to 12 movies a month so light users got preference. NetFlix's TOS even stated this, but they lost the lawsuit anyway and the Chavez who filed got $2,000, his lawyers got $2.5 million. Customers got a 1 month free upgrade. (woo hoo)

      --
      If you've never been modded as "flamebait" or "troll," you've never tried to argue a minority viewpoint here!
    9. Re:Interesting... by CauseWithoutARebel · · Score: 4, Interesting

      A state could pass a law that prohibits you from having child pornography on your computer, but I don't think it could pass a law prohibiting that traffic from entering the state.

      Pennsylvania is the most recent state I recall hearing about, but I know there have been others as well. So far, the attempts to initiate these blocks have been shut down in court battles, but if one should eventually stick, it could present some interesting challenges.

      As a hypothetical, the mere existence of 4chan is not illegal, nor is it inherently illegal to access it, but it has been blocked before by ISPs - notably in Europe, but it's a potential here as well - on the grounds that the content on 4chan is not acceptable to the communities those ISPs serve.

      A community or state may pass a law to block 4chan, deeming it inappropriate by the standards of the community, and this FCC ruling may wind up in contention with that blocking as the ISPs would need to notify their customers and ensure that complying with the community law wouldn't clash with the FCC's regulatory ruling.

      I can see the ruling going different ways. Existing demands to block content have already been ruled on, and the ruling has been that ISPs cannot be held responsible for not delivering illicit content into a community when a member of that community is actively requesting it, but legislators are a tricky bunch and continue to try and press laws that circumvent the court's findings. This FCC ruling would seem to throw yet another wrench in the gears.

    10. Re:Interesting... by Obfuscant · · Score: 2, Informative
      I think not. Townships rarely allow more than one cable / internet provider. Politicians prevent this from happening ...

      I have been on two local cable television advisory boards in two very different parts of the country. We followed these kinds of things closely.

      Every franchise agreement I've seen (and clearly, it isn't all of them) have been non-exclusive. There are technical and social standards that are set by the locality, and any company that wants to agree to meet those standards is free to sign the franchise agreement and start building.

      What keeps multiple companies from competing is not the nasty government creating a monopoly, it is the simple cost of building a system versus the payout from customers. As soon as two companies compete for the same pot of customers, the payouts cut in half, but the costs of wiring stay the same. (You have to cover the same area as the other guy, but you only get half the customers -- he's got the other half.)

      I think we can look at DSL/Cable as evidence of this. Once the telco's got the technology to use their existing wiring for phones as network (and even cable TV) pipes, they started offering that service. Their wiring was, for the most part, already in place. A few upgrades and bingo, they can access the same customers that cable has. If Verizon had to install all the wiring they are using to provide DSL, they simply could not compete.

      The buildout cost/return ratio was used many times when we would get complaints from "less citified" areas (less densely populated) when the cable company wouldn't wire their area. The cable co would trot out their numbers showing the return on investment in building hit zero right around two houses per "block" (1/10th mile). That's only about 1/3 or 1/4 of normal city density (in suburbs/small cities).

      simply by overstating actual "TV Tax" increases that would happen with a second cable company coming into play...

      You lost me on this one. In the US there is no "TV Tax", so I'm assuming you're talking about England or someplace where they do tax TVs. The franchise fee would not go up when a second system comes to town. If you subscribe to two services, of course you pay two fees.

  3. Is Martin acting within his bounds? by BadAnalogyGuy · · Score: 4, Interesting

    With Net Neutrality being a hotly debated issue at the moment, it seems a bit forward of Martin to act on either side of the issue. Comcast has not violated the law, and while it might be against Martin's view of the FCC's "principles", it cannot be held liable for actions that are not illegal.

    If he goes ahead with this action and Net Neutrality is struck down, Comcast would have a good lawsuit to bring against the FCC and Martin personally.

    1. Re:Is Martin acting within his bounds? by nenya · · Score: 4, Interesting

      Comcast hasn't violated any federal statute per se, but the FCC enforces its regulations--and its interpretation of those regulations--just as vigorously. Your point would be better directed at the fact that the FCC hasn't done a rulemaking on net neutrality.

      This, however, doesn't mean the FCC can't do this. Federal agencies frequently make rules through enforcement actions like this. The SEC does it all the time, and the FCC certainly has the ability to do so. Telling federal agencies they can't do something is largely a loser in court.

      This is especially true in this case, because judges are all cable customers, and cable customers almost all hate their providers. Not the best legal reasoning, but it's served the FCC very well for the past decade. Almost every time the cable industry challenges an FCC it actions, it loses.

    2. Re:Is Martin acting within his bounds? by BadAnalogyGuy · · Score: 2, Insightful

      I'd be surprised if there were provisions in the contract that insinuated that Comcast wouldn't shape traffic.

      Can you provide an excerpt that says as much?

    3. Re:Is Martin acting within his bounds? by daveatneowindotnet · · Score: 5, Funny

      Yeah that'd be like a company changing their service agreement without notifying their customers.

    4. Re:Is Martin acting within his bounds? by jeiler · · Score: 3, Interesting

      This in and of itself could be a good foundational precedent towards net neutrality. Martin's recommendation is precedent--combine that with Comcast's statement that issues with P2P throttling have "been firmly placed within the jurisdiction of the Federal Communications Commission, an administrative agency whose authority to regulate Internet broadband access companies' services is well-established."

      IANAL, but it looks like Comcast has hoisted itself on its own legal petard.

      --

      If you haven't been down-modded lately, you aren't trying.

      Sacred cows make the best hamburger.

    5. Re:Is Martin acting within his bounds? by value_added · · Score: 4, Informative

      Nicely done, but to elaborate further, the following excerpt from a better article on Ars Technica should help.

      But the precedent this could set has ramifications far beyond the narrow matter of Comcast's particular throttling scheme. Should the order go through, it would send a strong signal that the "four freedoms" outlined in the policy statement have teeth behind them, that these are more than "suggestions," and that the principles of openness and consumer choice will guide the FCC's approach to broadband. In case you're one of the few who don't have the principles committed verbatim to memory, here's a recap (emphasis added):

      • To encourage broadband deployment and preserve and promote the open and interconnected nature of the public Internet, consumers are entitled to access the lawful Internet content of their choice
      • To encourage broadband deployment and preserve and promote the open and interconnected nature of the public Internet, consumers are entitled to run applications and use services of their choice, subject to the needs of law enforcement
      • To encourage broadband deployment and preserve and promote the open and interconnected nature of the public Internet, consumers are entitled to connect their choice of legal devices that do not harm the network
      • To encourage broadband deployment and preserve and promote the open and interconnected nature of the public Internet, consumers are entitled to competition among network providers, application and service providers, and content providers
  4. Watch out for tiger woods by whtmarker · · Score: 5, Funny

    It's not bittorrent comcast needs to worry about. It's Tiger Woods

  5. Yeah, right. Unless... by straponego · · Score: 3, Funny
    Perhaps, Comcast, you have heard from my friend, Mr. McBribe?

    These days, any time the US govt. feints in the direction of possibly enforcing a law against a large corporation (energy, oil, telecom, software, any polluter)... it can safely be considered an RFB. Request for Bribe.

    If Comcast's unethical behaviour is altered for the better as a result of this, or they are at least seriously penalized, I will eat these words, and a friggin' Comcast van to boot.

  6. Remember Sony and the rootkit scandal? by davegravy · · Score: 5, Insightful

    Don't get too excited yet. "Penalty" could be a slap-on-the-wrist drop-in-the-bucket fine per infraction... something small enough that could reasonably be passed on to the customer.

  7. FCC v. FTC by Anonymous Coward · · Score: 5, Insightful

    Actually, this isn't entirely surprising. What we may be looking at here is less a fully-developed FCC position on net neutrality and more of a turf war between federal agencies.

    Both the FCC and the FTC have expressed concern about Comcast's activities. The FCC is concerned as the federal telecommunications infrastructure regulator. The FTC is concerned as the chief consumer protection agency. The FCC really doesn't want the FTC getting in the way of regulating the Internet, which the FCC has been struggling with since the 1996 Act was first passed (you try applying what is essentially a voice communications act to any IP network, let alone all of them!). By acting now, even arguably prematurely, the FCC has essentially staked a claim to the issue, signaling to the FTC to keep away.

  8. Re:wow, a sudden outbreak of commonsense? by Gewalt · · Score: 3, Interesting

    Nothing. This is another example of the Bush administration supporting their loyal Ma Bells by acting in a hostile manner towards the telco's competitors, the cable companies. This is not sudden, and it is definitely not driven by common sense.

    --
    Modding Trolls +1 inciteful since 1999
  9. Re:wow, a sudden outbreak of commonsense? by whoever57 · · Score: 4, Insightful

    What made these people suddenly behave 'consumer friendly'?

    Look at this, the FCC taking action --- don't look at the man behind the curtain listening to your phone calls, scanning your emails, etc. without a warrant.

    --
    The real "Libtards" are the Libertarians!
  10. Re:wow, a sudden outbreak of commonsense? by bsDaemon · · Score: 2, Informative

    Yes, because after all, this is clearly just an elaborate rouse to deflect the criticism of slashdot hoards and FCC /totally/ equals FBI+NSA.

  11. internet rules? by crankshot999 · · Score: 2, Funny

    I never knew that there were "internet rules" I imagine something like this happening... "You weren't being nice to the macbook, go stand in the corner with windows vista!"

    1. Re:internet rules? by rob1980 · · Score: 3, Funny

      There are plenty of internet rules. Don't post goatse/tubgirl pictures, don't say "first post" on a thread, don't badmouth Ron Paul, etc etc etc

    2. Re:internet rules? by BlackCobra43 · · Score: 2, Funny

      The first rule of the Internet is don't talk about the rules of the Internet.

      --
      I never spellcheck and I freely admit it. Save your karma for more worthwhile "lol erorrs" replies
  12. Make Sure to Say Thanks! by Waterppk · · Score: 3, Informative
  13. ... except when you want it by Craig+Ringer · · Score: 2, Insightful

    Hmm. I'm not convinced. What about VoIP? I *like* my low-latency reliable VoIP, and I like the fact that my ISP is able to prioritize it over bulk traffic like BT. Ditto small HTTP traffic bursts, DNS requests, etc.

    Rather than force all traffic to be treated equally, the more sensible approach would seem to be to provide incentives to flag bulk traffic as such.

    Here in Australia, for example, we have small download quotas - often 5GB or less, but up to 40GB or so for "premium" connections. ISPs also generally offer extra download allowances during off-peak times to encourage file-sharers etc to mostly hammer the network when nobody else cares. Why not treat all IP traffic with the IP TOS throughput flag set as low-priority traffic to be sent only if nothing else of a higher priority is waiting, and charge it to the off-peak allowance at all times?

    The only issue I really see with that is that ISPs might not feel the need to expand capacity when they're "only" dropping low priority traffic. However, that's when commercial incentives come into play - if they don't have the bandwidth, find a better one that does.

    Legislation will be counterproductive in the long run and will impair services like VoIP - and even basics like ensuring that DNS responses are fast. If legislation tries to include exceptions then they'll always be 5 years out of date and will be inconsistent around the world, so they won't really be much good.

    Making it in the end users' best interests to flag their bulk traffic as such just seems to make so much more sense. That's the direction where Internet QoS is headed already.

    1. Re:... except when you want it by imrehg · · Score: 5, Insightful

      Hmm. I'm not convinced. What about VoIP? I *like* my low-latency reliable VoIP, and I like the fact that my ISP is able to prioritize it over bulk traffic like BT. Ditto small HTTP traffic bursts, DNS requests, etc.

      One solution would be per-user bandwidth allocation - as it has been on the proposed list for ages now... Then all you have to do, is you yourself decide not to run BT when you are making a VoIP call... How hard is that? Yours is the responsibility and yours is the power to decide what is important for you, and not the ISP, which has no business whatsoever, deciding your preferences for you...

    2. Re:... except when you want it by nabsltd · · Score: 4, Informative

      Hmm. I'm not convinced. What about VoIP? I *like* my low-latency reliable VoIP, and I like the fact that my ISP is able to prioritize it over bulk traffic like BT. Ditto small HTTP traffic bursts, DNS requests, etc.

      Prioritizing (i.e., QoS) is OK, but what Comcast did wasn't any sort of QoS...it was forging packets to say "please permanently disconnect". I know that some people may define cutting off connections as QoS, but it isn't. QoS implies that every connection gets to send all of its data, eventually.

    3. Re:... except when you want it by slimjim8094 · · Score: 2, Insightful

      Or allow the user to define their QoS. Or let the user's equipment define the QoS. Or allow the option of turning it off.

      If their network damages one set of users when another set is using BitTorrent, it's not set up right.

      That and the fact that even if they did want to throttle BitTorrent to benefit VoIP, sending RSTs is not the way to do it. You just speed and queue-limit it like every other QoS implementation does

      --
      I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    4. Re:... except when you want it by deander2 · · Score: 2, Insightful

      so who gets to choose which bits are "good" bits and which bits are limited to the slow lanes? if i invent super-mega-new-tech-protocol that needs low-latency, reliable communications, do i need to register that with the telco-what-we-think-are-worth-while-apps-dept? what happens if they don't like it?

      because, you know, that's how cell phones work...

    5. Re:... except when you want it by slashgrim · · Score: 4, Informative

      Hmm. I'm not convinced. What about VoIP? I *like* my low-latency reliable VoIP, and I like the fact that my ISP is able to prioritize it over bulk traffic like BT. Ditto small HTTP traffic bursts, DNS requests, etc.

      This is not an issue of prioritization; this is a forced destruction of undesired (by ISP standards) streams.

      Besides your ISP more than likely uses hot-potato routing http://en.wikipedia.org/wiki/Hot-potato_routing which does its best to take the shortest path _out_ of their network regardless of increase in latency caused by taking a longer path once out of their network. Unless you have a SLA, you're getting the worst service available. Oddly, with hot-potato routing, you even have a chance of some streams taking a shorter path when the network gets more congested (depending on topology, of course).

      Also, congestion is hardly an issue with modern ISPs (in the US, tax dollars funded development of new optical backbones): http://www.wired.com/techbiz/media/news/2004/09/65121

      IMHO, if I purchase a "bulk" link, I expect all traffic to be treated equally and the ISP to not cancel streams. I do like you're idea of users flagging traffic as bulk but wonder about the implementation, incentive and enforcement details.

    6. Re:... except when you want it by joo110 · · Score: 2, Funny

      Then all you have to do, is you yourself decide not to run BT when you are making a VoIP call... How hard is that?

      Impossible, because answering a VoIP call would then require going to the computer and clicking the pause button on the bittorent client.

  14. The problem is not addressed by MikeRT · · Score: 3, Interesting

    Increasingly, ISPs are getting weasely with their terms of service. "Unlimited access" that's not unlimited, shafting entire protocols, etc. How about changing fair advertising laws and such to make it so that you cannot hide behind the fine print, but that you must give your customer either a print out or a web page the describes, bluntly, in itemized terms, what all of that legal gobbledeegook really means?

    Of course, if you had to publish a list that most high school graduates could grok in 10 minutes or less of reading, you'd undermine the position of the lawyer-as-secular-priest, and that's just unacceptable.

    You want proof that societies don't evolve? Just look at the fact that the role priests used to play has been taken over by lawyers. Where people used to take every question to the priest for divination, now it's taken to lawyers.

    1. Re:The problem is not addressed by u-235-sentinel · · Score: 3, Informative

      Increasingly, ISPs are getting weasely with their terms of service. "Unlimited access" that's not unlimited, shafting entire protocols, etc. How about changing fair advertising laws and such to make it so that you cannot hide behind the fine print, but that you must give your customer either a print out or a web page the describes, bluntly, in itemized terms, what all of that legal gobbledeegook really means?

      At times the company will also terminate your internet because you used too much bandwidth without telling you how much is acceptable and how much is not.

      They say only .001% of their customers are cut off.... so what are the odds of two people on the same block being terminated? how about three?

      Within 4 months of my family's account being terminated there were other's on our street also terminated. I'd like to take those odds to Vegas personally :-)

      Oh and all of us had signed up at the same time 5 years ago when it was advertised "Unlimited use for a flat monthly fee" not "Unlimited Access" which isn't the same thing.

      --
      Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
  15. Monopaliztion At It's Best by HEdwards2007 · · Score: 2, Interesting

    This is just another case of the major companies trying to monopolize on the average American. They are simply using the BitTorrent limits as an excuse to be able to regulate all network traffic that goes through their servers. They remind me too much of the Geek Squad. All up in you business and no need to be there :)

  16. Protocols not Illegal, Anti-competitiveness is by bill_mcgonigle · · Score: 5, Insightful

    So, what sort of precedent might this set for other attempts to block access? Numerous states have attempted to block access, by law, to what they deem to be illegal content.

    Comcast wasn't blocking illegal traffic - they were blocking traffic they felt was expensive to handle and a plausible threat to their video content business.

    On the first point, I use BitTorrent every few weeks and it's always to download FLOSS. I set my upload ratio to 3 to be reasonable but helpful. There's nothing illegal about this - compare with doing a Google search for My_Favorite_Song.mp3 and downloading it over HTTP.

    On the second point, the FCC has previously barred a DSL ISP (ILEC) from interfering with VOIP traffic as an anti-competitive measure.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  17. Priests v2.0 by __aarcfd8085 · · Score: 3, Funny

    You want proof that societies don't evolve? Just look at the fact that the role priests used to play has been taken over by lawyers. Where people used to take every question to the priest for divination, now it's taken to lawyers.

    Ah but you've forgotten our evolution is accelerating. All questions are directed to google.

  18. How is this not a denial of service attack? by ajrs · · Score: 4, Insightful

    I still can't figure out how sending a forged packet is not a denial of service attack. If I started putting forged packets on Comcast's network, wouldn't they treat it as a criminal matter? Why doesn't somebody report them to the FBI?

  19. Now how about the hidden speed cap? by SuperBanana · · Score: 2

    Now, what about the hidden speed cap? They "upgraded" everyone to "1 Mbit", but you only get that for a few minutes before the connection is horribly, horribly degraded. When the hidden cap hits, ping times go from 30ms to sometimes 1000ms, 3000ms, or more, and it doesn't go away until you almost completely stop doing ANY uploading.

  20. what is going on? by joshtheitguy · · Score: 5, Insightful
    Legal sanction and proposed disbarring for Jack Thompson, then the FCC actually moves in the direction of net neutrality completely ignoring the ideals of a large corporation.

    What is going on? Did I wake up in a parallel universe this week? Are we going to die?

  21. Won't work by Craig+Ringer · · Score: 4, Insightful

    That sounds nice, but it relies on ISPs not overselling capacity.

    You can get service with ISPs that don't oversell, and actually have enough upstream bandwidth to service all their customers downloading and uploading at max speed all the time. It costs 20-30 times as much, but it's available. After all, most ISPs operate at a contention ratio of between 10:1 and 30:1, where they have enough bandwidth for 1 fully utilized connection for every 10-30 signed customers.

    What might be a more reasonable compromise is for ISPs to reserve a fixed 64kbps or so per user. Even that, though, will quickly get expensive. They really need to be allowed to use QoS to provide acceptable performance for latency-sensitive applications while continuing to service bulk traffic - and doing it all cheaply.

    1. Re:Won't work by Anonymous+Psychopath · · Score: 2, Insightful

      What might be a more reasonable compromise is for ISPs to reserve a fixed 64kbps or so per user. Even that, though, will quickly get expensive. They really need to be allowed to use QoS to provide acceptable performance for latency-sensitive applications while continuing to service bulk traffic - and doing it all cheaply.

      If they did that, VoIP becomes more expensive to provide than standard telephone lines.

      Traditional telephone companies don't have a phone line reserved for every single customer. They know what their trunk usage patterns look like and provision accordingly. Very rarely, you might get an "all circuits are busy" message, when they have over-provisioned their trunks.

      You save money on VoIP because the over-subscription capability increases, making the service cheaper to provide. Over-subscription is a Good Thing that saves money. Over-provisioning is not.

      What we really need is an Internet-wide QoS policy. This could be implemented simultaneously with the transition to IPv6.

      But assuming that happens, the ISPs still can't trust users to flag their own traffic, because all the l33t gamers would quickly realize that their pings are lower when they flag all their traffic for the high-priority queues. Or worse, the user flags all their BitTorrent traffic as high priority because they want more bandwidth for themselves and don't care if they are screwing their neighbors.

      So that means that the ISPs have to put devices in place that they control that can effectively determine the traffic type and tag it accordingly. So they'd need either uber-fast deep inspection and packet modification engines ($$$) or they need the intelligence built into the devices installed at the customer premises ($$$). Both of these things are a lot more expensive than what's in use today.

      And then there's the maintenance issue. What happens when a new real-time protocol rolls out (e.g. Skype)? All the ISPs would have to modify their infrastructure to identify and tag the traffic, and if one ISP in the middle failed to do so it breaks the whole end-to-end QoS model.

      I've no doubt we'll get to a QoS-enabled Internet... one day. Might be a decade or two away though.

      --

      Eagles may soar, but weasels don't get sucked into jet engines.

  22. Likely to be disappointing by nenya · · Score: 3, Insightful

    If the FCC does move forward with this, Comcast is going to sue. Obviously.

    What's likely to make this disappointing is that if the case does get to court, it is almost certainly not going to be decided on substantive grounds. The real question is one of administrative law: does the FCC's "statement of principles" constitute a legally enforcable document? The FCC can't point to a specific statutory provision that gives it what it wants. And as it classified cable modem service as an "information service"--a classification which was upheld in 2005 in the Brand-X case--Comcast is exempt from all of the Title II provisions in the Telecommunications Act, including the common carrier requirements. The FCC is going to have to rely upon its "ancillary authority" under Title I, and the question to be resolved is not whether net neutrality is a good idea but whether the FCC has the authority to do this under the Administrative Procedure Act of 1946.

    Needless to say, unless you're an administrative law geek like me, this isn't going to be a very interesting case. But the FCC has largely trounced the cable industry in almost every conflict in the past ten years, so I'm optimistic.

    1. Re:Likely to be disappointing by Todd+Knarr · · Score: 2, Insightful

      Or the FCC could point to Comcast themselves to support the FCC's position. According to this report at DSLReports, Comcast is arguing before a Federal judge that plaintiffs in California don't have standing to sue Comcast over the throttling because the FCC has sole authority over matters like that. If Comcast does win that argument, then all the FCC has to do is point to Comcast's successful argument and say "They've won the argument that we do have authority over this, they don't get to argue otherwise now.".

  23. I am curious, how long before unlimited plans go by Shivetya · · Score: 2, Insightful

    away?

    I saw references to it going away on some blogs and even one or two news sites.

    think about it, the more restrictions that are placed on their being able to QOS types of traffic or such the more likely they will introduce hard caps by simple removing the unlimited as an option.

    I look at it this way, if I can get cheaper access with caps I will take it. I don't care to subsidize anyone. This isn't the government holding a gun to my head and as such if someone comes along as says "rate X for price Y" and its cheaper I'm there.

    It will be curious what happens in the market

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
  24. Comcast abused their power and the trust of Intern by funchords · · Score: 2, Insightful

    When Comcast bought up large systems to become the largest Cable MSO, it did not buy the Internet. Comcast has no right to change how the Internet works -- not one byte of it.

    How the world-wide Internet works is defined by all of us, through our participation and trust in the Internet Society and the Internet Engineering Task Force. To ensure interoperability and access for all, changes must be carefully deliberated and standardized there. The responsibility of operating the Internet in accordance with those standards is entrusted to companies providing access to it. It's not Comcast's job to change how the Internet works nor can it decide who or what gets preference upon it.

    I haven't seen anything other than the press reports about something to be circulated around the FCC. I am hopeful that when the details are released that it serves to preserve and protect the Internet from those who would abuse their power and change it.