Slashdot Mirror


Comcast Finally Files Suit Against FCC Over Traffic Shaping

Following up on their threat last year to sue the FCC over sanctions imposed, Comcast has finally filed suit, stating that there are no statutes or regulations that support the FCC's authority to stop traffic shaping procedures. "First, let's recap: After months of proceedings, hearings, and investigations, the FCC concluded on August 1, 2008 that Comcast was discriminating against certain P2P applications using deep packet inspection techniques. These methods thwarted the ability of users to share video and other files via BitTorrent. 'Comcast was delaying subscribers' downloads and blocking their uploads,' declared then FCC Chair Kevin Martin. 'It was doing so 24/7, regardless of the amount of congestion on the network or how small the file might be. Even worse, Comcast was hiding that fact by making [affected] users think there was a problem with their Internet connection or the application.'"

353 comments

  1. Re:Republicans by GigaHurtsMyRobot · · Score: 4, Insightful

    Why are you directing this at Republicans when Democrats have a veto and filibuster proof control of the entire government?

  2. Not traffic shaping! by Just+Some+Guy · · Score: 4, Informative

    Following up on their threat last year to sue the FCC over sanctions imposed, Comcast has finally filed suit, stating that there are no statutes or regulations that support the FCC's authority to stop traffic shaping procedures.

    Traffic shaping is writing rules like "give ssh and http packets priority over ftp-data". This is good and something almost all ISP that care about good customer service already do. What Comcast was doing, aka packet forgery, was a deliberate attempt to disrupt certain types of transfer. NO good ISP does this, by definition.

    --
    Dewey, what part of this looks like authorities should be involved?
    1. Re:Not traffic shaping! by Aldenissin · · Score: 4, Funny

      ... NO good ISP does this, by definition.

      Well mine does, and it is absolutely COMCASTIC! My turtle is now a much faster... turtle.

      --
      Like a city whose walls are broken down is a man who lacks self-control.
    2. Re:Not traffic shaping! by BlueKitties · · Score: 1, Interesting

      Saying that big trucks must use the left lane is traffic shaping. Saying that these upload packets must go slower than these is also traffic shaping. However, they are "using" traffic shaping to control something else (e.g. "Trucks must go 10mph..." is obviously intended to make trucks avoid that road, but it's via traffic shaping.)

      --
      "Sorrow is better than laughter, for by sadness of face the heart is made glad." [Ecclesiastes 7:3]
    3. Re:Not traffic shaping! by Nickodeimus · · Score: 2, Interesting

      How do you figure that traffic shaping is good when the ISP has no idea what the traffic is used for? Case in point: I work for an IT shop that supports many physicians offices. one of the primary methods of moving data between offices and hospitals is through EMR applications that USE FTP. Who is the ISP to tell me that my FTP traffic is less important than Disney's HTTP traffic?

      It is not the ISP's place to make these decisions. Period. End of Story.

      Further, if they choose to make these decisions on "their network" then they should lose common carrier status. And while I admit I am not sure if they have this, they certainly cannot use it as a defence at all going forward since they are looking inside the packets and determining what they hold. They have just made themselves complicit in committing innumerable crimes ranging from spreading virii to transmitting child porn to terroism.

    4. Re:Not traffic shaping! by Achromatic1978 · · Score: 1

      Case in point: I work for an IT shop that supports many physicians offices. one of the primary methods of moving data between offices and hospitals is through EMR applications that USE FTP. Who is the ISP to tell me that my FTP traffic is less important than Disney's HTTP traffic?

      Yikes, what the fuck hospitals and doctors do you work for?

      Can we say major HIPAA violation? Clear text passwords, no data encryption for EMR?!?

      Jesus. At the shop I work at, SCP, IPSec ONLY, for all of our HIPAA-covered data (EMR, claim and benefits).

    5. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      "transmitting child porn to terrorism" (Corrected spelling)

      Another strike against terrorists!

    6. Re:Not traffic shaping! by MozeeToby · · Score: 5, Insightful

      Except that isn't what comcast was caught doing. To use your freeway analogy, it's more like Comcast put up a big sign that said "Trucks use this exit" except instead of an exit, it was a cliff. Whenever they detected P2P traffic, they sent a reset packet to both sides of the connection, severing it completely before any significant amount of data could be sent.

    7. Re:Not traffic shaping! by gad_zuki! · · Score: 5, Interesting

      >It is not the ISP's place to make these decisions. Period. End of Story.

      Actually it is, because it becomes the ISPs problem when my VPN, VOIP, gaming, etc time out because some guy doing bulk transfers is eating into all the bandwidth. Running a network involves priority and shaping. You may not even notice the shaping, because you can handle 150-200ms latencies with FTP, but the services I mentioned above will notice. Frankly, its networking 101.

      >They have just made themselves complicit in committing innumerable crimes ranging from spreading virii to transmitting child porn to terroism.

      I see youre as much as a lawyer as you are a network admin.

    8. Re:Not traffic shaping! by pha7boy · · Score: 1

      except that in case of roads, you have a choice. Most times, you don't have much of a choice in terms of internet providers. Break the local monopolies and stuff like that won't happen.

      --
      -- All this knowledge is giving me a raging brainer.
    9. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      How do you figure that traffic shaping is good when the ISP has no idea what the traffic is used for?

      My goal was to use a simple illustrative example. More sophisticated shaping uses token buckets and other structures that can prioritize interactive traffic over bulk traffic.

      Case in point: I work for an IT shop that supports many physicians offices. one of the primary methods of moving data between offices and hospitals is through EMR applications that USE FTP. Who is the ISP to tell me that my FTP traffic is less important than Disney's HTTP traffic?

      Traffic shaping isn't about importance. It's about responsiveness. Again, the idea is that interactive protocols like SSH, Jabber, etc. send relatively tiny amounts of time-sensitive data. Next up are bulkier protocols like HTTP that are still fairly interactive. Least sensitive are bulk transfers like FTP, P2P, and so on.

      Your transfers are important, and traffic shaping won't prevent them from going through. It will prevent each keystroke of my SSH session from taking 10 seconds to respond just because you happen to be using your connection at the same time I am. Put this in a computer context: would you run Folding@home at the exact same priority as your mouse driver, or do you enjoy having a responsive pointer (while still allowing your heavy background processes to run at full speed)? Modern OSes spend a lot of effort on traffic shaping, except they call it process scheduling.

      Your "common carrier" rant isn't applicable either. Shaping is not the same as filtering as it involves managing data flows and not rejection of unwanted traffic.

      --
      Dewey, what part of this looks like authorities should be involved?
    10. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      Yikes, what the fuck hospitals and doctors do you work for? Can we say major HIPAA violation? Clear text passwords, no data encryption for EMR?!?

      In fairness, the data could be pre-encrypted and login could be with a one-time password. Why you'd do want all that and still have to dick around with FTP's nightmarish unwillingness to be easy firewalled instead of just installing an SFTP server is beyond me, but you could do it if you really, really wanted to for some bizarre reason.

      --
      Dewey, what part of this looks like authorities should be involved?
    11. Re:Not traffic shaping! by MaerD · · Score: 1

      You're right. No *good* ISP does this. But if you're in an area where Comcast has been given a monopoly on cable service and your phone company can't/won't provide DSL (or FIOS), do they have the right to be a bad ISP?
      The market will regulate them, but only if others can provide service to the market.

      --
      I put on my robe and wizard hat..
    12. Re:Not traffic shaping! by Timothy+Brownawell · · Score: 3, Informative

      Case in point: I work for an IT shop that supports many physicians offices. one of the primary methods of moving data between offices and hospitals is through EMR applications that USE FTP. Who is the ISP to tell me that my FTP traffic is less important than Disney's HTTP traffic?

      Yikes, what the fuck hospitals and doctors do you work for?

      Can we say major HIPAA violation? Clear text passwords, no data encryption for EMR?!?

      Jesus. At the shop I work at, SCP, IPSec ONLY, for all of our HIPAA-covered data (EMR, claim and benefits).

      Meh.

      We use plain FTP for stuff that's legally protected like that, we just make sure that everything on the ftp server is pgp/gpg encrypted.

    13. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      But if you're in an area where Comcast has been given a monopoly on cable service and your phone company can't/won't provide DSL (or FIOS), do they have the right to be a bad ISP?

      Well, the FCC doesn't (or at least didn't) seem to think so, hence the fact that this article was written in the first place.

      --
      Dewey, what part of this looks like authorities should be involved?
    14. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      That's the funniest car analogy I've heard in quite some time. Bravo.

    15. Re:Not traffic shaping! by natehoy · · Score: 1

      You know, I'm a Comcast customer, and I use BitTorrent, and I agree with you - traffic shaping is a valid practice. Because I also use Vonage, and I understand that some packets are more important than others.

      What I find invalid about what Comcast did was they actually shut down my BitTorrent connections completely. I would have been perfectly OK with them throttling the connections, though I'm a little miffed because they ALREADY throttle my upstream connection at 128kbps anyway, which is the fastest upload speed available where I am located. But I'd be OK with them throttling BitTorrent at 56kbps (modem speeds) or even slower when demand is high.

      But they were simply disconnecting any connections made if deep-packet inspection revealed that the packets were BitTorrent. From my point of view, I saw connections being made, then going away.

      So definition of terms is important. "Traffic shaping" good, "complete denial of entire classes of service" bad.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
    16. Re:Not traffic shaping! by erroneus · · Score: 1, Interesting

      The answer to that problem is not "shaping" (or in this case, literally blocking and interfering with specific packets which is not shaping at all). The answer is building a better network and boosting the capacity. But as I understand it, the cable ISPs have control over the cable modems and can limit the over-all bandwidth being consumed by any one customer. (Yes, I know there are hacks that users can perform to overcome this, but that's beside the point... and the hacks can be detected and the user disconnected for violation of TOS.) With the individual user's max bandwidth limited, there should be no need for this shaping, unless, of course, their network simply can't support what they are selling.

      So the real answer is for Comcast to upgrade their network to accommodate heavy usage and to apply appropriate limits on individual peers to maintain good balance. Picking on individual protocols is not the correct answer.

    17. Re:Not traffic shaping! by hesiod · · Score: 1

      Can we say major HIPAA violation?

      Yeah seriously; I saw that and felt a facepalm moment. I work at a tiny hospital (25 beds) and still, anything we send off-premises is encrypted in some way, either by sFTP or VPN (usually the latter).

      Of course, one problem is the software vendors who don't give a crap about you violating HIPAA and don't try to work with you to stay secure. That's is one nice improvement in the recent HIPAA update, if I have been informed correctly: business associates are extended under the law, so that they have liability for their idiocy as well.

    18. Re:Not traffic shaping! by ichimunki · · Score: 3, Insightful

      Why, if we both pay for the same service level, should your packets get priority just because your protocol wants less latency? That means that you get the service you paid for and I don't. If you want more of the pipe more of the time, then you should pay for the privilege.

      --
      I do not have a signature
    19. Re:Not traffic shaping! by nabsltd · · Score: 1

      Put this in a computer context: would you run Folding@home at the exact same priority as your mouse driver, or do you enjoy having a responsive pointer (while still allowing your heavy background processes to run at full speed)?

      This comes down to "it depends on how much bandwidth/CPU power you have".

      I was doing completely normal computing the other day with no obvious speed issues, when I realized I was still running 4 instances of Prime 95 to stress-test the machine. Then, I fired up a game and couldn't even notice that anything was running in the background. This was on a Core i7 920 with hyperthreading enabled.

      So, Comcast could just increase the bandwidth they have to the rest of the world, and there would be no need for any sort of traffic shaping that anybody would notice.

    20. Re:Not traffic shaping! by trentblase · · Score: 1

      There is rarely any choice in the case of roads. If I don't like the way my city is maintaining the roads, what alternative do I have? Occasionally you will find a private turnpike or bridge, but usually there is a monopoly road provider.

    21. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      That is pretty good!...and you gotta admit, it gets rid of the big traffic....

    22. Re:Not traffic shaping! by Just+Some+Guy · · Score: 5, Insightful

      With the individual user's max bandwidth limited, there should be no need for this shaping, unless, of course, their network simply can't support what they are selling.

      There is no standard-issue ISP or backbone provider in the world that is not oversold. That's how they make money: by estimating the margins they need to maintain. If they oversell too much, their service will suck and customers will flee. If they don't oversell enough, they'll be paying much more per-customer for their capacity than their competitors and won't be able to stay in business.

      For example, suppose an ISP's historic utilization is 10% of their total customers' bandwidth if they were all to start downloading at once. If they buy enough bandwidth to support 5%, then downloads will take forever and everyone will hate it. If they go over 10%, though, they're throwing money down the drain. Suppose they paid for the full 100% of capacity. Customers won't faster speeds than if they bought 11%, because in either case they'd have enough to support actual demand.

      Oblig. car analogy: roads are built for average flow, not maximum possible demand. Otherwise you'd have an 8-lane freeway direct to your cul-de-sac. If your hometown overbuilds roads, then they've wasted tax money that could've been spent on other stuff (or not collected in the first place (that was hard to type with a straight face)).

      So all that is why we have traffic shaping. At 2AM when most people are asleep, you can slurp down all the torrented goodness that you can pull across your router. At 2PM, you can still get good speeds but with increased latency in exchange for better web browsing and quicker instant messaging. Traffic shaping seems like it would be bad, up until you're stuck using a connection that doesn't use it.

      --
      Dewey, what part of this looks like authorities should be involved?
    23. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      The Internet is not a big truck!

    24. Re:Not traffic shaping! by TheRealMindChild · · Score: 1

      Ah. So it's OK the my ISP throttle my usage of VPN, VOIP, gaming, etc, just so grandma can keep pumping out her botnet messages?

      The blade cuts both ways.

      Imagine you go to an all-you-can-eat buffet. Suddenly the owner comes out and one by one goes up to random tables and tells them they can only have x more plates before they are cut off.

      Aside from the fact that this was advertised as an all-you-can-eat-buffet, the poor looking family starts making a ruckus: We are poor and my family is starving. If food is running sort then we deserve a little more!
      A few tables down a mother stands up: You may be poor but my son is dying! He certainly needs more nourishment!
      On the other side of the restaurant a large, fat man gets up and yells: I patronize this establishment every day! My loyalty should count for something!"

      The problem illustrated here is that when deciding how to divide up the resources of many without considering their individual needs, you will end up screwing everyone out of what they think is fair. Some of them are justified. Others are greedy. The only way for it to truly work is give everyone an equal share and let them do with it however they see fit... and that's exactly what named ISPs are fighting against. At MY cost.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    25. Re:Not traffic shaping! by GooberToo · · Score: 1

      Ignoring the long list of foolishness that is your statement about using FTP to transfer confidential and legally protected patient information, none of that really matters.

      In traffic shaping, you're typically not limiting bandwidth but rather latency. Applications which require low latency (games, ssh, video conferencing, VoIP, etc), can be granted priority ensuring their packets are placed in front of bulk transfer protocols. The bandwidth remains the same but the overall user experience is improved. Only in situations where bandwidth limits are reached for extended durations will shaping (good implementation) actually compromise bandwidth. And in the end, even in that situation, its more important interactive users observe a low latency experience than it is for your FTP transfer, taking for example sixty seconds, to complete three seconds faster.

      And really none of that matters. What they want is to broker deals with specific providers such that data routed to/from those providers receive a richer experience. So if you go to CNN, you can start watching them in five seconds. For video content coming from AOL, suddenly you'll have to wait tens of seconds to start watching. And if the game you want to play isn't hosted on a "sponsored provider", suddenly the game will be unplayable. That most certainly is not the Internet anyone wants, save only for greedy, POS ISPs.

      Long story short, there is traffic shaping and then their is what ISPs want.

    26. Re:Not traffic shaping! by pavon · · Score: 4, Insightful

      Why, if we both pay for the same service level, should your packets get priority just because your protocol wants less latency? That means that you get the service you paid for and I don't.

      No it doesn't. If the network isn't saturated then giving his VoIP application higher QoS priority just means that some of your individual packets will be delayed by a few microseconds, but the total throughput will be almost identical. Furthermore, when the network is saturated, it is completely possible to give one application (like bittorrent) a higher throughput priority while another (like VoIP) a higher latency priority. Then his packets will only have a higher priority than yours if he is using less bandwidth than you are anyway.

    27. Re:Not traffic shaping! by Dishevel · · Score: 1
      As long as "That Guy" is not going over the amount of data stated in the contract he signed with the provider it is only the ISP's buisness to give you what they promised you. No one here is saying that he should get more speed than promised and steal it from you. But if they sell me a 6 down and 1 up "Unlimited Transfer Amount" account then I precede to use it...

      I just don't get how it is this guys fault. It is the ISP over promising and under delivering that is your problem.

      --
      Why is it so hard to only have politicians for a few years, then have them go away?
    28. Re:Not traffic shaping! by Just+Some+Guy · · Score: 3, Insightful

      Why, if we both pay for the same service level, should your packets get priority just because your protocol wants less latency?

      Because he's using latency-sensitive protocols and you're not. If you used them, the shaping would make your stuff more responsive, too.

      If you want more of the pipe more of the time, then you should pay for the privilege.

      Repeat after me: latency != bandwidth. You're both getting full use of the pipe. The only difference is that protocols that humans use are handled more quickly than protocols that computers use. If you send an IM, do you really want its packet queued up behind an emailed Powerpoint presentation of a dog peeing on something? If the email server takes an extra 1/1500th of a second to receive, no one will notice. If the IM client takes an extra 10 seconds to receive, you'll notice the heck out of it.

      --
      Dewey, what part of this looks like authorities should be involved?
    29. Re:Not traffic shaping! by erroneus · · Score: 0, Redundant

      So the argument you are offering is "everyone else does it"?

      That argument doesn't fly in any court. Not in traffic court for a speeding ticket and not in criminal court.

      And to have a fair discussion, we have to agree on certain things and one of the most significant ones is whether or not blocking specific protocols can be considered traffic shaping. I hold that it is not and cannot be considered shaping traffic. You are ignoring the fact that Comcast's activities were not merely prioritizing packets, but also forging packets to close communications between peers. This packet forgery is definitely not "traffic shaping" but is quite literally a DoS attack performed by the ISP.

    30. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      You don't work at a hospital with medical imaging or other diagnostic instruments, or aren't the person responsible anyway. This is very typical of such instruments, which in a competent environment live in their own little VPNd network, and Comcast never gets to know that it's FTP inside the encrypted packets.

    31. Re:Not traffic shaping! by jbezorg · · Score: 1

      Saying that big trucks must use the left lane is traffic shaping.

      Don't you know that the internet isn't a great big truck but a series of tubes?

      --
      I've lost all my marbles except one & It's fun to test angular & centripetal acceleration in my skull
    32. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      Did you even read my original top-level post where I pointed out the difference, and then someone replied that traffic shaping is bad, too, and then I replied to that thread? Your argument is precisely what I said in the first place.

      --
      Dewey, what part of this looks like authorities should be involved?
    33. Re:Not traffic shaping! by erroneus · · Score: 4, Insightful

      Oh and I forgot to address your car analogy... these are my favorites!

      When demand exceeds capacity, the roads are usually expanded to meet that capacity or additional roads are built to manage the capacity. What Comcast has been doing is not expanding the capacity of the road, but sending vehicles containing specific types of passengers on a detour that ends at the edge of a cliff violently killing them all.

    34. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Yeah but the issue being that guy doing large file transfers bought a connection with X by X bandwidth and he has a right to use it when he wants to.

      What Comcast should be doing instead of traffic shaping is to use their massive cash reserves to upgrade their infrastructure and not purchase some media company.

      Traffic shaping should only be used as a last resort when one of your peered connections or a leased line goes down and your overall bandwidth is restricted. It should not be used 24/7 because you're trying to feed 100 customers through a pipe that can only support 10 customers.

    35. Re:Not traffic shaping! by dgatwood · · Score: 1

      How do you figure that traffic shaping is good when the ISP has no idea what the traffic is used for? Case in point: I work for an IT shop that supports many physicians offices. one of the primary methods of moving data between offices and hospitals is through EMR applications that USE FTP. Who is the ISP to tell me that my FTP traffic is less important than Disney's HTTP traffic?

      HTTP traffic, no. VoIP traffic, maybe---not more important, but more time sensitive. QoS is reasonable for limiting latency for time-critical payloads. Apart from that, QoS should never occur. If an ISP is doing QoS to prioritize bulk traffic relative to other bulk traffic, it is doing something wrong. All bulk traffic should be inherently equal.

      --

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

    36. Re:Not traffic shaping! by CodeBuster · · Score: 4, Interesting

      One can infer roughly how Comcast really views their customers by observing their ads (i.e. the customer IS the turtle: slow, ignorant, stupid and docile).

    37. Re:Not traffic shaping! by mikael_j · · Score: 1

      Repeat after me: latency != bandwidth. You're both getting full use of the pipe. The only difference is that protocols that humans use are handled more quickly than protocols that computers use. If you send an IM, do you really want its packet queued up behind an emailed Powerpoint presentation of a dog peeing on something? If the email server takes an extra 1/1500th of a second to receive, no one will notice. If the IM client takes an extra 10 seconds to receive, you'll notice the heck out of it.

      Of course, this isn't what Comcast did, what they did was that when they detected a specific type of traffic they would send fake traffic to both hosts that were communicating, this fake traffic told both hosts that the connection had been reset. As others have pointed out, the car analogy would be to redirect all trucks onto an off-ramp that leads them straight off a cliff.

      /Mikael

      --
      Greylisting is to SMTP as NAT is to IPv4
    38. Re:Not traffic shaping! by QuantumRiff · · Score: 1

      I agree, I think the point others have been trying to make is that proper traffic shaping is fine, as long as the company is forthright about what it is doing. What Comcast was doing was straight out blocking, and in an extremely underhanded way, even when their pipes were not full, without any disclosure.

      I would be supportive of having the company knock your Cable modem down to 128k/s, enough to browse the web if you have to, but so painful, you wouldn't want to run over your bandwith cap again. (assuming the publish bandwith caps)

      --

      What are we going to do tonight Brain?
    39. Re:Not traffic shaping! by Chris+Burke · · Score: 5, Interesting

      Actually it is, because it becomes the ISPs problem when my VPN, VOIP, gaming, etc time out because some guy doing bulk transfers is eating into all the bandwidth. Running a network involves priority and shaping. You may not even notice the shaping, because you can handle 150-200ms latencies with FTP, but the services I mentioned above will notice. Frankly, its networking 101.

      Okay, does Networking 101 involve knowing the difference between latency-sensitive and bandwidth-sensitive connections, and appropriately prioritizing them based on their actual usage, not a-priori decisions based on packet type?

      E.g. VPN -- it may be latency sensitive and thus deserve priority if you're using the VPN for VNC or similar, or it may be as latency-insensitive and bandwidth-heavy as an ftp transfer, if what you're doing is an ftp transfer over VPN. In which case it causes as many problems for your VOIP users as any other file transfer, and giving it high priority will only make those issues worse.

      VOIP on the other hand should always be low bandwidth (I don't know how low, but your land line works perfectly with a single 64kbs T0 virtual circuit), but latency sensitive, so giving it high priority should mean that its packets get through quickly, but don't actually delay anything else for any significant period of time.

      Whereas streaming video is hypothetically latency sensitive, but very high bandwidth, so the solution there is not to prioritize the packets, but to have the client buffer up some data first, hopefully making it latency insensitive as long as the bandwidth stays fairly steady.

      Basically what I'm proposing here is an idea from Operating Systems 101, where they have to solve a very similar problem. Some apps require responsiveness but don't need much cpu, others require lots of CPU time but don't really care how quickly they get scheduled for it as long as on average they get lots of cpu time. Scheduling the low-CPU apps first gives them the responsiveness they need, but by definition doesn't significantly hinder the cpu-intensive ones. But as soon as the app no longer fits that definition and starts eating up too much CPU, it gets bumped down in priority. That's the basic idea of the multi-level feedback queue. The best part is its dynamic and based on real usage -- you can even tell the OS what kind of app you are to get put into your preferred queue right away, but if that turns out to be a lie, you get shifted to the queue you belong in automagically.

      Back when I took Networking 101, they never talked about any 'scheduler' ideas of any sophistication, and the QoS they did discuss was very simple and naive, seemingly from the basis that networking hardware wasn't up to the task. On the other hand they also talked about this kind of deep packet inspection as though it, too, was something that would be possible in the future but not yet.

      So... Now that we can do the packet inspection, can we now associate the packets with a connection, and do prioritization based on actual usage, and actual utilization?

      Which, by the way, is where the bullshit becomes really apparent wrt Comcast and how they actually do their shaping. They kill bittorrent et. al. at all times of day, regardless of actual network utilization at the time. Grandma Lolcat Lover causes more problems watching short videos during 'net prime time than a 20GB bittorrent at 5am. Comcast doesn't distinguish, because for them it's not about actually managing the network.

      --

      The enemies of Democracy are
    40. Re:Not traffic shaping! by Korin43 · · Score: 1

      Ok so the internet is this series of tubes. It makes a lot of sense for ISPs to send some liquids through different tubes and at different speeds (if a senator is sending an internet to someone, you want to put it in the fattest tubes so it gets there this week). The problem with Comcast is that the "P2P" tube drains into your garden, mixing eye patches and peg legs with your vegetables, instead of sending your delicious internet liquids to other people.

    41. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Many people take issue with my comment because of the methods used to transmit HIPAA protected data. I don't really feel the need to explain the architecture of the EMR application we deal with to you or my role in maintaining it because it's irrelevant to the disctussion

      You are ALL missing the point: IT IS NOT THE ISP's BUSINESS TO BE SHAPING TRAFFIC FOR IT'S CUSTOMERS! IT'S THE ISP'S JOB TO PROVIDE THE PIPE AND LET ME DO WITH IT WHAT I WILL!

    42. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      It was a poor example, but it would appear to me that they are a party to millions of instances of intra-state wire fraud every time they forge RST packets. They're lying--and doing so in a manner that provides them with immediate financial benefit.It's a bit loose...but works for me.

      You could probably even go for something under 18 USC 1030 (the time of investigation trivially covers the $5,000 in damages--I don't have citations handy, but it's well established that the permissible damages include any investigation or audit done as a result of a suspected intrusion) -- in the case of rejecting bit torrent, Comcast is irrefutably exceeding authorized access to a computer involved in interstate communication.

      Even if they had a contract with their customer "granting" such authorization, they couldn't claim to believe their customer was capable of granting such authorization in good faith (and last I checked my Tos with them, they don't. Sorry guys...no broadband ISP available other than comcast for less than $400 a month here).

      Now...as the law was intended--it wasn't supposed to be applied to that--my understanding is it was meant more for telco carriers (not that that *ever* stopped ambitious overreaching prosecutors)--but quite frankly, I'm sure somewhere there was a computer running bittorrent *and* skype (or for that matter email, although that would be unanticipated).

      The real problem is you couldn't find a DA in the entire country willing to take this up even if you handed them the evidence yourself.

    43. Re:Not traffic shaping! by broken_chaos · · Score: 1

      Traffic shaping (which is not what Comcast is actually reported to be doing) is like having a line for the buffet - at worst, it's a line that prioritizes people who haven't eaten yet, or who have eaten less. The person who's coming back for their tenth plate would be told to wait until the family of four who just arrived were finished serving themselves. What Comcast is actually doing is more akin to telling some of their patrons that there is no more buffet food (straight up lies), because they've already eaten a lot.

      Of course, like any analogy, it's imperfect.

    44. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Why is it that its necessary to insult and belittle people? What does it do to say that he's not a network admin?

      you are really no better. You do NOT shape the traffic unless you TELL the customer upfront -we shape and give QOS priority to x traffic. What you DO do is PROVISION properly.

    45. Re:Not traffic shaping! by DriedClexler · · Score: 2, Funny

      Except that isn't what comcast was caught doing. To use your freeway analogy, it's more like Comcast put up a big sign that said "Trucks use this exit" except instead of an exit, it was a cliff

      Please don't give me any ideas...

      --
      Information theory is life. The rest is just the KL divergence.
    46. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Or perhaps it becomes a problem when your VOIP, VPN, AND Gaming are all disrupted by Sandvine?

      When I had a comcast connection I was completely unable to play any game that involved a peer to peer setup. It made it almost impossible to download WoW updates because they use a p2p scheme to distrubute them. Vent was a nightmare.

      When an ISP's retarded networking policies disrupt my legitimate traffic (I did not torrent a single file on that comcast connection in the 1 and a half years I had it, and neither of my roommates had the techical know how to do so) it becomes THEIR problem.

      It's made even worse by the fact that they will flat out LIE to you when you call to ask what the problem is. I called CS several times AFTER finding out about what they were doing, and of course it was always a "problem with my line" or a "problem with my router" or some other nonsense. And of course, their technicians who came to the house several times had no clue how to fix the problem. The connection was godawful until I moved out of that house and got a different ISP in a different area.

      Needing to control your network traffic DOES NOT excuse ineptitude in it's implementation.

    47. Re:Not traffic shaping! by sumdumass · · Score: 1

      It's not just the medical software that doesn't seem to care. I recently was trouble shooting a credit card app that wouldn't go through the proxy. When capturing the packets, I noticed that all of the account information and card numbers were transmitted in clear text. Their support staff had no idea what I was talking about and swore their app was PCI compliant (even after it broke with a simple proxy server that is actually recommended in the PCI spec. I ended up having to email the packets to the programmer which was only an option after I suggested we talked to MasterCard directly on what PCI standards meant.

      The link has been encrypted but no proxy support to date. Ended up having to make the network less secure in order to make it work.

    48. Re:Not traffic shaping! by riceboy50 · · Score: 2, Interesting

      This just goes to show that prices should be in terms of usage, like other utilities. That is what ISPs are now. The sooner they begin to be treated as such, the better.

      --
      ~ I am logged on, therefore I am.
    49. Re:Not traffic shaping! by sumdumass · · Score: 1

      The problem you present is their problem. However, you are sold a certain speed and they shouldn't be able to limit anything to below that speed. Or are you happy paying for more then what you actually get? I mean you would be pretty pissed if McDonald's left you sandwich out of your order because they were too busy and under capacity at the time wouldn't you?

    50. Re:Not traffic shaping! by sjames · · Score: 1

      Shooting connections down (using forged packets) based on what protocol they are guessed to be using isn't traffic shaping, it's shooting connections down.

      Proper traffic shaping will drop individual packets here and there to control congestion and allow for fair allocation, but that's quite different. In that case, the connection stays up, it just moves more slowly.

      If they wanted to just regulate the traffic, they'd set up a token bucket system and let each user decide what to do with their tokens. Ideally, they would provide for borrowing when a particular account isn't using it's allocation.

      They don't want to do that because then people would see just how little upstream they actually allocate per customer compared to the (weasel word packed) promises marketing makes.

    51. Re:Not traffic shaping! by sjames · · Score: 3, Insightful

      If that was all they did, there would be little if any complaining. The problem was that they would just shoot down torrent connections and then denied that they did it.

    52. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      God are you ever a TWIT.

    53. Re:Not traffic shaping! by AaronW · · Score: 1

      Even bulk traffic should have some QoS enabled. I.e. under congestion http traffic should have higher priority over bittorrent with the possible exception of large http file transfers. Someone actively surfing the web should not be impacted as much as someone downloading a torrent or ISO image during times of congestion. I would argue that http traffic is more time sensitive than torrent traffic.

      --
      This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    54. Re:Not traffic shaping! by colinnwn · · Score: 4, Insightful

      At 2AM when most people are asleep, you can slurp down all the torrented goodness that you can pull across your router. At 2PM, you can still get good speeds but with increased latency in exchange for better web browsing and quicker instant messaging.

      I think that was the point, Comcast was shaping 24/7 when there was no need to. Also, I have no problem with traffic shaping at the protocol level (Voip over http), but I don't find it acceptable to do it on a service level (Comcast phone at home over Vonage).

      Traffic shaping is usually generically stated as a possibility in your contract (e.g. we may provide increased bandwidth to certain applications for best user experience). Instead they should spell it out (e.g. We will not oversubscribe our network beyond 10%. During times of network congestion greater than 70% of available bandwidth, we will prioritize in the following manner - Voip, http, unknown, email, ftp). Finally I think the providers should have a network status page so you can see the condition of their network and your link, and it shows you vaguely where the congestion is (your segment, their hub).

    55. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Are you certain of this statement? "There is no standard-issue ISP or backbone provider in the world that is not oversold."

      Our European friends frequently post about how different things are on their side of the pond. The fact is, the ISP can only oversell bandwidth because they pay off politicians, and we are to stupid to protest.

    56. Re:Not traffic shaping! by dgatwood · · Score: 1

      I would probably tend to make DNS lookups occur at the highest priority, followed by short requests (most HTTP requests, short mail messages, etc.), with longer HTTP or FTP uploads/downloads prioritized similarly to BitTorrent. Basically, the longer it takes, the less the user will generally care how long it takes.

      WIth such deeper shaping, however, must come a caveat: transfer speeds must be marketed based on typical continuous download speeds, not based on peak speeds. They don't rank cars by peak MPG while drafting a truck on a long interstate with a tailwind. Internet bandwidth should be rated similarly.... The Comcasts of the world would hate this. :-)

      --

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

    57. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      > No it doesn't. If the network isn't saturated then giving his VoIP application higher QoS priority just means that some of your individual packets will be delayed by a few microseconds, but the total throughput will be almost identical.

      Thing is, that's NOT what Comcast was sanctioned for. They were sanctioned for forging RST packets, killing BitTorrent connections.

      If they'd simply throttled things to a reasonable level, or performed ordinary QoS, we wouldn't be having this problem.

    58. Re:Not traffic shaping! by TheRaven64 · · Score: 1

      Because, for the most part, latency-sensitive protocols are relatively low bandwidth. Voice chat, for example, at GSM quality uses around 9Kb/s. Big downloads, which require a lot of bandwidth, are generally not latency sensitive at all. If it takes each packet in a 4GB download three seconds plus or minus one second to arrive then you won't even notice, but with the same conditions for VoIP traffic the call would be unusable. Putting bandwidth-sensitive and latency-sensitive applications into different channels generally benefits both.

      --
      I am TheRaven on Soylent News
    59. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      I LIKE TURTLES!!!

    60. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      Yep, completely certain. There may be specialy boutique ISPs that buy their calculated aggregate capacity, but that's an extremely niche market for customers like stock trading houses.

      --
      Dewey, what part of this looks like authorities should be involved?
    61. Re:Not traffic shaping! by Vancorps · · Score: 2, Interesting

      Bandwidth gets cheaper the more you have it. I can tell you that all the business accounts with these same providers have SLA agreements involving bandwidth and uptime which means that can't oversell that much. Then you also have companies like IO Data which don't oversell. They actually buy more bandwidth and more power than required to prevent problems such as these. They make plenty of money too.

      The reality is that they aren't expanding capacity. I put on a traveling show so I can speak from a little person experience on this. 3 years ago I had a show in Florida and I wanted a DSL line for it. They gave me a 6meg pipe. I wasn't happy as that was slower than I can get in rural parts of Vermont let alone the urban area that is Palm Beach. Well, last year I went to order more DSL lines since they don't offer faster DSL service yet and all they could offer me were 3meg circuits to the same damned location!

      Another example here in Scottsdale. I provided a fiber circuit for gigabit Internet to the premises knowing that I only needed 50meg at the time. 2 years later the max they can provide me is 80meg which admittedly you still need a gigabit interface for. Bottom line is that most ISPs are trimming important parts of their business to save money and make a bigger profit. This has put the majority of them in bad positions to provide us with the service we desire. It also keeps our costs up since upgrading after the fact is still mighty pricey since they only do it when they actually have to they lose the economy of scale since they are only buying 2 100k routers instead of 200 or 2000. In short, they suffer from the same short-sightedness as the rest of corporate America and instead of fixing the cause of the problem they only want to take steps to mitigate the problems at the cost of service and higher premiums. DPI is always going to cost more than simple routing.

    62. Re:Not traffic shaping! by KreAture · · Score: 1

      In other words, sabotage?
      So when users logged into for example ameibo.com to rent a movie they would be blocked from downloading their legally purchased or rented content. Does that mean that they did not really deliver "Internet" but "Comcastnet" ?

    63. Re:Not traffic shaping! by jbezorg · · Score: 1

      I guess I just don't understand the truck/internet symposium.

      --
      I've lost all my marbles except one & It's fun to test angular & centripetal acceleration in my skull
    64. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      I think the root of the problem is when an ISP sells a 40 meg connection to 100 people with 100 meg of colo backbone. Its like offering free food and then complaining when everyone takes you up on your offer. If I buy a 100 meg connection I would expect to be able to use 100 meg 24/7/365. Otherwise they need to specifically state that we are selling you, ie: a burst of 100 meg but your CIR (Using some Frame Technology wording here) is an average bit rate of say 20mbps or something less. And maybe even state which protocols (IE bit torrent) are considered discard eligible or given priority during a network congestion event). I would be perfectly happy to have my bit torrent traffic throttled during certain periods or given a lower priority; however, the key here is letting me know this up front when I purchase the service. What Comcast did violated customer faith and was an error on their part. Communication is key, when a communication company fails at this I think it is time they re-evaluate the business they are in.

      This is all my opinion, and is not meant to be flame bait funny or rude, but just MHO. If are highly offended then I will do pong to the death at noon.

    65. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Uh...The truck is not the internet. The roads are the internet. The truck is part of the traffic.

    66. Re:Not traffic shaping! by Praseodymn · · Score: 1

      Time Warner does it.. my p2p traffic almost always requires multiple router resets and much hand wringing. No one else in the apartment uses p2p, and none of them experience difficulty with the internet connection. How should I deal with this? I have no idea.

      --
      Sometimes, you can, you go to hell for the rest of your life! That's a true thing.
    67. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      That's the whole point of packet switched networks, and that's why the internet works in the first place.

      What comcast was doing, though, wasn't QoS - they were forging packets and then lying about it. That's a whole different ball game, one that could quite easily be construed as fraudulent.

    68. Re:Not traffic shaping! by aaandre · · Score: 1

      Good from customers' or shareholders' point of view.

      Corporations don't answer to customers but to shareholders. Customers are merely a part of the process of collecting money.

      If coming to your house with a bat was a more efficient method of collecting more money, they'd be doing it.

    69. Re:Not traffic shaping! by HomelessInLaJolla · · Score: 1

      When I walked from Georgetown, SC, to Savannah, GA I saw this turtle, about five miles outside of Savannah. It apparently had tried to cross the road and had been hit by a car. It was huge, probably about the size of a grown man's torso, maybe larger. As I walked by the turtle looked up at me and opened its mouth as if to say,"Heeeellllp me--look what they've done to me.". Its mouth was full of blood. That was an odd sight--all that red blood in the mouth of a primarily green turtle.

      Still... that's about how Comcast (and most large corporate empires) views their customers--turtles who, if they dare to try and cross the road, will end up with cracked shells and blood in their mouths.

      There are days when I am happy that I have given up all attachments to the corporate world.

      --
      the NPG electrode was replaced with carbon blac
    70. Re:Not traffic shaping! by Jaysyn · · Score: 1

      They weren't shaping, they were sending RSTs to P2P programs. Apples & Avocados.

      --
      There is a war going on for your mind.
    71. Re:Not traffic shaping! by Khyber · · Score: 1

      "Running a network involves priority and shaping"

      Any PROPERLY run network isn't oversold to hell and back to begin with so that it can be overloaded, and such bullshit is NEVER necessary.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    72. Re:Not traffic shaping! by Khyber · · Score: 1

      "If the IM client takes an extra 10 seconds to receive, you'll notice the heck out of it."

      Yea, you're telling me that you know when the person on the other side hits enter? If you're that psychic that why the hell are you even using IMs?

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    73. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Well mine does, and it is absolutely COMCASTRATED! My turtle is now a much faster... turtle.

      Fixed that for you.

    74. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      There is a difference between traffic shapping and traffic forging. Comcast was not prioritizing the traffic, they were changing the traffic and inserting forged packets that were not part of the stream. Take P2P out of the picture here, it actually has nothing to do with this case beyond it being the protocol targetted. If this was http traffic this would be like them sending you a 404 error every now and then rather than the web page to save bandwidth. The FCC would not have had an issue with them QOSing P2P but that is not what comcast was doing.

    75. Re:Not traffic shaping! by Macrat · · Score: 1

      One can infer roughly how Comcast really views their customers by observing their ads (i.e. the customer IS the turtle: slow, ignorant, stupid and docile).

      Don't forget the ones were the customers are drugged zombies "singing" monotone songs about how great Comcast is.

    76. Re:Not traffic shaping! by Bigjeff5 · · Score: 1

      Maybe because data is delivered over the internet via containers, called packets. These packets move individually along a path, change directions at certain points depending upon the destination, and they carry stuff.

      There are other vehicles on the net, which are essentially the same but don't have the capacity of an ordinary data packet. You could liken these to cars, and tend to have a shorter range or a purpose other than carrying large amounts of data (broadcast packets would be the former, various handshake packets would be the latter).

      The vehicle/highway analogy is nearly perfect for describing the way the internet works. It wouldn't work so well for describing say, token ring networks.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    77. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Correct about everything except that Comcast is not shaping just at peak times, BUT ALL THE TIME. The have another motive for packet shaping. Control the pipes your way and you control the way people get information.

    78. Re:Not traffic shaping! by Degrees · · Score: 1

      I placed a comment with the FCC regarding Comcast's practice. Details here. My complaint was later used as evidence in a law suit against Comcast.

      The gist of it is that after they sabotaged my connection, I called tech support, and tech support tried to shift the blame back to me.

      I would have been fine with them if 1) they had done actual traffic shaping, and throttled my connection to a consistent 500 Kbps out of the 6,000 Kbps they sold me, and 2) didn't lie to my face about the whole thing.

      Networking Failure Analysis 101 is asking "What changed?"

      What changed is that Comcast decided to take a crap on me the customer. That is their choice - but to lie to me and tell me it is my fault is heinous. And I hope the FCC tells them it is also criminal.

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
    79. Re:Not traffic shaping! by Just+Some+Guy · · Score: 1

      Interestingly, that's precisely what I said in the top-level post in this thread. People are complaining about traffic shaping because they're mad at Comcast, but what Comcast did had nothing to do with traffic shaping. People should quit confusing the two because one is good and useful and the other is borderline wire fraud.

      --
      Dewey, what part of this looks like authorities should be involved?
    80. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Repeat after me: latency != bandwidth. You're both getting full use of the pipe. The only difference is that protocols that humans use are handled more quickly than protocols that computers use.

      That is fascinating, and completely besides the point. Who is the one determining which protocols are deserving of 'latency-sensitive' and not? Presently that is Comcast, which is having its cake, eating it, and also some of yours too. You see this as pointless network bickering, I see it as the thin edge of the wedge. How long until ads with fantastic streaming video are being considered 'latency sensitive' and delivered to you FIRST before the rest of your webpage is done loading. Don't laugh champ, it just might happen.

    81. Re:Not traffic shaping! by Carl.E.Pierre · · Score: 1

      I sort of agree with this, but i should point out that utilities are limited resources, and need to be apportioned appropriately. Internet is different as it is not limited unless many people are using it simultaneously. Using my water at 5 PM limits the amount of water available in 2 hours, using my internet does no such thing.

      The above is why Internet prices have been falling as of late, but other utilities rarely change, and if they do, it is usually to increase. Remember that land lines are sort of a utility, but you are only ever charged extra when you call long distance.

      Also remember that Cell phones are the best analogues for Internet. More often than not, cell phones get a limited amount of minutes for the busy parts of the day, but the restrictions are lifted at night/weekend, perhaps a similar thing should be adopted for internet.

      Lastly, remember that this is NOT a bandwidth issue. Comcast already has a cap where they think it is economically feasible to start limiting users. This issue is more political than anything else as they throttle whether or not the user is an issue for their business or not.

    82. Re:Not traffic shaping! by falconwolf · · Score: 1

      Yikes, what the fuck hospitals and doctors do you work for?

      Can we say major HIPAA violation? Clear text passwords, no data encryption for EMR?!?

      FTP can be encrypted.

      Falcon

    83. Re:Not traffic shaping! by aevan · · Score: 1

      If I can type a paragraph to you in 15 seconds, and you do the same back...and we're having an engaging conversation that extends over the course of two hours... we're dropping from an 2 complete exchanges per minute to about one per minute. So yes, 10 seconds per message of extra delay would be noticeable.

    84. Re:Not traffic shaping! by falconwolf · · Score: 1

      Ignoring the long list of foolishness that is your statement about using FTP to transfer confidential and legally protected patient information

      Ignoring the rest of your post, an examination of the results of the results of googling ftp encrypted shows FTP can be secure. The first result is Encrypted FTP a secure FTP server and client. I don't know about your medical file but I bet mine could easily consume at least several megabytes, between the typed records (a couple of hundred pages alone), MRIs, CT Scans, and others. I know of no way to send them digitally that is faster than FTP, there might be but I don't know. Actually a few days ago I asked my health care coordinator at my doc's office if she received my medical records yet, which she requested from the hospital a few months ago. I see here again Thursday and ask again, because she didn't know.

      Falcon

    85. Re:Not traffic shaping! by sonicmerlin · · Score: 0

      Bandwidth caps are not justified. There has never been any real evidence presented as to the presence of unavoidable, costly network congestion.

    86. Re:Not traffic shaping! by angelbunny · · Score: 1

      This is simply untrue. Back in the late 90's before DOCSIS spec cable internet no one was limited and there was no pricing tiers. You paid for internet and you got the max speed the line could support at that given time, period. Sure at maybe 7pm at night you might get 100kB/s and at 3am in the morning you might get 500kB/s but my point is that even if the line is maxed out on the ISPs end it does not necessarily raise your ping time as long as you're not using more bandwidth that is available at the moment.

      So lets say the max speed of the cable line is 1000kB/s and everyone else is maxing out their net (19 other users). You have now 50kB/s to use for voip, gaming, or whatever you want. (50*20=1000) If your voip and gaming take over 50kB/s then your ping will jump up but if it does not then your ping will stay low.

      Lets say the gaming takes 10kB/s and the cmts is still 1000kB/s. If 100 users max out their lines at once then each user gets 10kB/s and your ping if fine. However, if there was 150 users maxing out their line at once you'd have between 6-7kB/s and since the game is 10kB/s your ping would jump up.

      The chance of the lines filling up so bad you can't play a video game is nearly impossible. Today on the 8 channel standard DOCSIS 3.0 setup the max is 300 down and 100 up. Now do the math and see how many users would have to max out their lines AT ONCE for your ping to spike up if your fps shooter ran at 10kB/s. (it is over 200,000 users on one cmts) Now put into fact that most nodes today have 2 to 5 users on them but out in some areas it hits up to 200+ users but rarely more.

      So unrealistically is it possible for your ping to spike up from your neighbors? yes. Is there anywhere in the entire country where this could happen currently? No.

      So your fears about your voip and gaming having 100ms+ ping times is impossible atm.

    87. Re:Not traffic shaping! by SuperDre · · Score: 1

      But the problem is, that FCC used their authority to stop Comcast even though there are no rules for what comcast did.. and without those rules FCC did something they weren't entitled to.. You and me may not like what comcast did, but if there aren't any regulations about it then there isn't much that FCC can do until there are, but they did and that's why they are getting sued....

    88. Re:Not traffic shaping! by plague3106 · · Score: 1

      no data encryption for EMR

      Um, how do you know they aren't encrypted before its sent via ftp?

    89. Re:Not traffic shaping! by Binkleyz · · Score: 1
      Maybe I've missed something obvious.

      Yes, normally, FTP is an insecure protocol, with known weaknesses including a clear-text password.

      I would have to assume, however, that the actual CONTENT that was being transmitted was encrypted prior to transmission.

      Is there something about the data we're talking about that would make it somehow impossible to encrypt?

      I do realize that the original poster didn't actually say anything about it one way or the other, but I'd have to assume that any hospital with a legal or compliance department would be ensuring that any data that would be covered under HIPA would be sujbect to that laws data security standards (See here ).

    90. Re:Not traffic shaping! by petermgreen · · Score: 1

      ets say the gaming takes 10kB/s and the cmts is still 1000kB/s. If 100 users max out their lines at once then each user gets 10kB/s and your ping if fine. However, if there was 150 users maxing out their line at once you'd have between 6-7kB/s and since the game is 10kB/s your ping would jump up.
      Thats not generally how packet switched networks work, typically the switches and routers don't care what user a packet came from just when it arrived and which link it is to be sent out on. It is possible to make them care about the source but this adds a LOT of complexity.

      If a link is maxed out then the queue at the switch/router will fill up and latency for everyone using that link will increase by the length of said queue. This will happen regardless of whether the maxing out is caused by a load of users or by a handful. You can reduce this by using shorter queues but that increases the chance of packets getting lost if there is a sudden spike of packets.

      It also means what bandwidth a user gets will depend on how agressive they are at taking it. This is one of the big issues with both bittorrent and download managers, both get a larger than fair slice of the bandwidth by using multiple TCP connections in paralell.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    91. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Fuck you nigsausage!

    92. Re:Not traffic shaping! by u-235-sentinel · · Score: 1

      Following up on their threat last year to sue the FCC over sanctions imposed, Comcast has finally filed suit, stating that there are no statutes or regulations that support the FCC's authority to stop traffic shaping procedures.

      Traffic shaping is writing rules like "give ssh and http packets priority over ftp-data". This is good and something almost all ISP that care about good customer service already do. What Comcast was doing, aka packet forgery, was a deliberate attempt to disrupt certain types of transfer. NO good ISP does this, by definition.

      What's amazing is that people generally are oblivious and think whatever Concast tellls them is ok and good for us all.

      Might as well believe what our politicians tell us also.

      --
      Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
    93. Re:Not traffic shaping! by u-235-sentinel · · Score: 1

      One can infer roughly how Comcast really views their customers by observing their ads (i.e. the customer IS the turtle: slow, ignorant, stupid and docile).

      Don't forget the ones were the customers are drugged zombies "singing" monotone songs about how great Comcast is.

      I think they call those people employees these days ;-)

      --
      Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
    94. Re:Not traffic shaping! by Anonymous Coward · · Score: 0
    95. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      actually he is right in a sense, if they claim they should be able to analyze the traffic on their network. The claims made by ISP's about not being responsible for users on their networks accessing porn and put out virii is that they are not responsible for the traffic going over their network, and that they supply the connection and are not out to police content.

      As soon as they start "policing" content (shaping traffic , analyzing packets to see where they are coming from and possible types of info they may contain) they are admitting that it may be possible for them to find out where this other bad info is coming from. They are also admitting that they ARE interested in policing their networks.

      If they want to do this then they should be responsible as an accessory to the crime of one of their user's downloading child porn, or an accessory in helping to spread the newest virii.

      Can't have it both ways, if you say you are doing this in the best interest of the customer, I am certain that most user's would welcome this measure as long as it meant that Comcast will also be responsible for keeping that crap off their networks. And if it was found to be hosting child porn on a server on their network then they would be responsible for bringing it down, and would also need to pay a fine for it being there inthe first place.

      my 2 cents

    96. Re:Not traffic shaping! by davester666 · · Score: 1

      Doesn't ComCast own the internet?

      --
      Sleep your way to a whiter smile...date a dentist!
    97. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      Full disclosure: I work for a cable broadband provider handling support escalations, phone provisioning and all sorts of general annoyances. Not Comcast, mind you.

      What makes you think your uses of your connections are more important than the guy next door? What if he pays for the tier above yours? Is his use more important than yours now? You aren't guaranteed a certain latency, hell to be honest you aren't even guaranteed a certain speed. I know it's a cop-out, but stop whining and feeling so self-entitled.

      I wouldn't knock someones understanding of networking because I'm willing to bet you have no fundamental knowledge of how cable infrastructure works.

    98. Re:Not traffic shaping! by Anonymous Coward · · Score: 0

      You're a scrub.

    99. Re:Not traffic shaping! by visible.frylock · · Score: 1

      Whereas streaming video is hypothetically latency sensitive, but very high bandwidth, so the solution there is not to prioritize the packets, but to have the client buffer up some data first, hopefully making it latency insensitive as long as the bandwidth stays fairly steady.

      But buffering funds terrorism!

      --
      Billy Brown rides on. Yolanda Green bypasses Gary White.
    100. Re:Not traffic shaping! by Impy+the+Impiuos+Imp · · Score: 1

      Until you start starving and panicking because the stores run out of food within 24 hours.

      Although we're now overstretching the analogy, in this case, with P2P, for every packet for a legal transfer, there are what, 100? A billion? packets tied to the complete set of House Season 5 DVDs and whatnot.

      So it would be more akin to finding out that one out of 20 stors is suddenly empty after 24 hours, but so is the trunk of the guy's '78 Eldorado he's selling burned DVDs of Twilight from.

      I now humbly await my troll mod for comparing not paying for House out of a guy's trunk to not paying for House because you DL'd it from BitTorrent.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    101. Re:Not traffic shaping! by StikyPad · · Score: 1

      The real problem I have with Comcast (as an ISP -- I've never had cable TV) hasn't been packet forging or customer service, but price gouging. Now I qualify that by saying it's a company's goal to make money, and there's nothing inherently evil with making a profit, but it's also extremely frustrating to be paying $65 for 8Mbit service in one part of the country while people in other areas are paying that much for 50Mbit service. IMO, if there's any legislation on this, and as interstate commerce it's clearly under the domain of the Federal government, they should ban the practice of charging customers more just because they live in another state or city. There's no reason they should be charging $20 for a 12Mbit connection in one area while charging $65 for an 8Mbit connection in another, except that they clearly set their prices based on regional competition, which is nonexistent in some areas. I don't expect all areas to have equal bandwidth, as it's neither practical to roll out service everywhere, nor fair to delay expansions in heavily metropolitan areas, but I do expect to be charged a reasonable rate based on the service they actually provide, not on the service compared to what the phone company's DSL does or does not provide, especially when service providers are granted regional monopolies.

    102. Re:Not traffic shaping! by StikyPad · · Score: 1

      Oh, they do.. you just need to know where to look. ;) I had a technician troubleshooting an intermittent connectivity problem (after repeated calls, of course, and loads of documentation with pingtool), and he actually used my PC to log in to a page that showed the status of all nodes, along with subscriber data such as current connection status, average connection time, month-to-date and year-to-date usage statistics, MAC addresses and internal network topography, and of course their name, address, and phone number. (Un)fortunately, they used a 3 letter login & password, and while my browser didn't store the password, it stored the username... which was also the password.

  3. Write the regulations by Anonymous Coward · · Score: 0

    Then tell them to shut up! The FCC makes the rules.
    While they are at it, the FCC needs to forbid commercial content on cable from being or appearing louder than the program content.

    Also, I already know what channel I am watching,they also need to forbid banners and advertisements from being displayed on my screen, interfering with my program viewing.

    Hey, let's go back to the days of NO Commercials at all. I am paying for content already. Infomercials need BANNED too.

    1. Re:Write the regulations by Anonymous Coward · · Score: 0

      I really hope this is a joke.

      Do you actually think you're paying for the content on TV? Maybe a small portion of your money goes to the networks and the channels, but a vast majority of it goes to maintaining the infrastructure, providing you with shitty service, and giving Comcast execs piles of money to bathe in.

      Advertisements rake in a hefty portion of the money that keeps channels afloat, and without them you would not be able to watch television at all.

    2. Re:Write the regulations by Anonymous Coward · · Score: 0

      I would love a "no fucking logos" law. Commercials, there's pros and cons and obvious enough reasons to have 'em around, whereas the logos are pure unadulterated we're-burning-this-image-into-your-mind-so-you-will-crave-our-wares bullshit.

      Unfortunately, since it's not the kind of thing that really sways an election, the rules set by the FCC will be primarily controlled by the people who run it and the powerful people around them. Until the US elections system allows you to vote on issues as well as people, that probably won't change. And I guess the tech isn't quite there for that yet.

    3. Re:Write the regulations by Anonymous Coward · · Score: 0

      Advertisements rake in a hefty portion of the money that keeps channels afloat, and without them you would not be able to watch television at all.

      The government would never allow that to happen as its probably the only reason we aren't seeing a full revolt. If there was no TV people just may figure out how badly they've been getting screwed since the 50's.

  4. Comcast could be right, except by CastrTroy · · Score: 3, Insightful

    Comcast could be free to throttle. Except that the initial cost of building the "Comcast owned" networks was paid for by tax payers. Also, because they acted dubiously, and pretended that it wasn't them that was throttling, but instead some connection problem, or other problem with the application. Throttling is ok, provided you have a choice of choosing another provider (internet providers usually have a monopoly, or at best, duopoly, in most areas) and that they make it completely clear to the customer what they are throttling. Throttling all instances of a specific type of traffic, even when there is no congestion going on, is really not what anybody wants.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    1. Re:Comcast could be right, except by dissy · · Score: 4, Informative

      Comcast could be free to throttle.

      This is what a lot of people, and comcast, are not seeing.
      No body at all (except comcast) has said they can't throttle!

      Comcast wants to be free to do 'thing A', because there are no laws against doing 'thing A'
      And they are right. And they CAN do 'thing A' and no one said otherwise.

      Problem is, comcast is actually doing 'thing B' which is totally different and unrelated.

      The FCC told them they can't do 'thing B' because it is not legal.
      Comcast replies "But but but, 'thing A' is legal! we should be able to do it!" as if that was relative to anything at all.

      Obviously, 'thing A' is traffic shaping and throttling. 'thing B' is packet forgery and spoofing.

    2. Re:Comcast could be right, except by Anonymous Coward · · Score: 0

      in other words: straw man argument.

  5. Comcast sucks Cheney's balls by linzeal · · Score: 2, Interesting

    The only reason Comcast gets my money is because they were granted a monopoly for Cable in my area. IMHO, we really need to start talking about taking away cable and in some places fiber monopolies.

    On another note it would be way cool to be able to have whichever company's box has the broadcast channels on it that you associate with your home town, in my case New York and San Francisco. Do particular broadcast company stations have monopolies as well for geographic areas? I'm pretty damn sick of monopolies, we need to go antitrust hopefully with this administration before its too late.

    1. Re:Comcast sucks Cheney's balls by ari_j · · Score: 2, Interesting

      I don't think broadcast stations have monopolies, really. Since they have to get their broadcast feeds from the networks, it's hard to imagine the networks granting more than one station franchise (or however it's administered) in a given geographical area. And as long as you have more than one network with a local station, it's not really a monopoly.

      As to cable companies ... sigh. I hate those bastards. Mine spent time and money mailing and broadcasting about how much my bill would go up if they gave in to the Fox affiliate's ridiculous demands for a penny per day more to keep Fox on their cable line-up that, if spent more appropriately, could have reduced my bill by quite a bit. Instead, I just canceled and am saving $75/month by having cable internet but no TV. I don't watch $75 worth of TV in a year, much less a month. And they recently sent out a flier advertising improved cable services with modestly increased prices ... with about a 10% reduction in bandwidth at every level.

    2. Re:Comcast sucks Cheney's balls by Trepidity · · Score: 3, Insightful

      IMHO, we really need to start talking about taking away cable and in some places fiber monopolies.

      The Economist, a pro-free-market newsmagazine, proposed something like that recently:

      With broadband networks, the role of the state has less to do with limiting handouts than increasing choice. Fibre-optic networks can be run like any other public infrastructure: government, municipalities or utilities lay the cables and let private firms compete to offer services, just as public roadways are used by private logistics firms. In Stockholm, a pioneer of this system, it takes 30 minutes to change your broadband provider.

      Unfortunately, I doubt there are very good prospects for this: the business model of the telecom firms depends inherently on rent-seeking enabled by lack of competition.

    3. Re:Comcast sucks Cheney's balls by pha7boy · · Score: 1

      since local stations are owned and operated by large corporations, and since large corporations are governed by media laws, ergo you can't have more then two "ABC" stations in the same market. That would constitute an unfair advantage. It's the reason why broadcast stations have "monopolies" in local markets.

      --
      -- All this knowledge is giving me a raging brainer.
    4. Re:Comcast sucks Cheney's balls by linzeal · · Score: 1

      The broadcast companies only allow one station in a geographic area to carry their broadcasting. Why can't I watch a station on the other side of the country, who am I hurting? Is it so local advertising stays local? I have two TIVOs and a Myth boxen and have not paid attention to a commercial in years anyways. I'm sure I'm not the only one here in such a situation as wanting to watch another city's stations than I am in currently.

    5. Re:Comcast sucks Cheney's balls by Just+Some+Guy · · Score: 3, Interesting

      On another note it would be way cool to be able to have whichever company's box has the broadcast channels on it that you associate with your home town, in my case New York and San Francisco. Do particular broadcast company stations have monopolies as well for geographic areas?

      I live equidistant to Omaha, NE and Sioux City, IA. The FCC has declared that my city is part of Sioux City's viewing area. No matter what we tried, the FCC would not allow us to get Omaha channels from Dish Network, even though Omaha is much larger than Sioux City, has more interesting news, and is actually in the same state I live in.

      So, no. What you're asking for is unthinkable to the FCC, and they will talk to you like a kindergartener with air-spread tapeworms if you have the audacity to ask them to let you do it.

      --
      Dewey, what part of this looks like authorities should be involved?
    6. Re:Comcast sucks Cheney's balls by rawr_one · · Score: 1

      Find the venture capital required to provide an infrastructure to compete with Comcast/AT&T/whoever and have fun competing. You're looking at a whole crapload of money, and if you think you can get ahead in the cable/fiber game simply by telling people that your company is nicer than the other companies, you are sorely mistaken.

    7. Re:Comcast sucks Cheney's balls by Anonymous Coward · · Score: 0

      I'm pretty damn sick of monopolies

      Could that be because they are very economically harmful and rob the consumers of all the benefits of a free market?

      A fundamental paradox of capitalism is this: all companies must compete for dominance, but no company is ever allowed to win.

    8. Re:Comcast sucks Cheney's balls by RagnarIV · · Score: 1

      See the true issue is that those lines you're getting your cable television and internet through are owned by Comcast and they won't lease the lines like Telephone companies do. So in order for another cable provider to come in they would have to purchase your area from Comcast, which of course Comcast will never do.

    9. Re:Comcast sucks Cheney's balls by QuantumRiff · · Score: 1

      City of Ashland, OR has had this exact system for almost a decade. The city laid the fiber, you choose your TV company, ISP, and internet speed. http://www.ashlandfiber.net/

      --

      What are we going to do tonight Brain?
    10. Re:Comcast sucks Cheney's balls by sjames · · Score: 1

      I don't think broadcast stations have monopolies, really. Since they have to get their broadcast feeds from the networks, it's hard to imagine the networks granting more than one station franchise (or however it's administered) in a given geographical area. And as long as you have more than one network with a local station, it's not really a monopoly.

      Actually, they do based on geography. At one time on DirecTV, I had east and west coast feeds of each network. They did that by selecting an affiliate station on each coast and providing that. If I missed a show in my time zone, I could catch it 3 hours later on the west coast feed for that network.

      Unfortunately, as a result of a big lawsuit, they must now provide ONLY the affiliate for the area the customer lives in (based on zip codes apparently). So they carry feeds for each local channel in each region of the country and are barred legally from offering another region's stations. No more west coast feed.

      Naturally that drives up costs since they must now carry hundreds of channels to provide network television rather than just 10.

    11. Re:Comcast sucks Cheney's balls by Locke+Digitalus · · Score: 1

      I'm in complete agreement. Of course, I'm biased -- I live in a community where the only option around is Comcast. Adelphia used to offer competition, but Comcast bought them out and "gradually" began increasing the monthly fee, decreasing the quality of service, and making me generally unsatisfied but helpless. I get the feeling there's a joke in there, somewhere. I have no alternatives and it's very frustrating.

      --
      ...@...D
    12. Re:Comcast sucks Cheney's balls by Anonymous Coward · · Score: 0

      Do particular broadcast company stations have monopolies as well for geographic areas?

      Yes, they do. I have two CBS stations and two ABC stations, one set from Topeka and one from Wichita. When duplicated content is on, the cable company has been forced by FCC rule to blank out the non-local copy, meaning I have to watch the version from Topeka. The ones from Wichita just turn blue.

    13. Re:Comcast sucks Cheney's balls by Khyber · · Score: 1

      "No matter what we tried, the FCC would not allow us to get Omaha channels from Dish Network, even though Omaha is much larger than Sioux City, has more interesting news, and is actually in the same state I live in."

      Then grow a pair, save some cash, and sue the fucking FCC for putting you in danger by depriving you of relevant potential natural disaster information. Let's see how they like that shit.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    14. Re:Comcast sucks Cheney's balls by MisterSquid · · Score: 1

      I live equidistant to Omaha, NE and Sioux City, IA.

      You have my deepest sympathies.

      --
      blog
    15. Re:Comcast sucks Cheney's balls by Just+Some+Guy · · Score: 1

      It's nice here! Real estate is relatively cheap, the city is nice, quality of life is outstanding, and my kids go to the Montessori public school for free. There's not a lot you could improve on.

      --
      Dewey, what part of this looks like authorities should be involved?
  6. Re:Republicans by dwiget001 · · Score: 4, Informative

    On top of your great observation, the article blurb specifically states: "..."First, let's recap: After months of proceedings, hearings, and investigations, the FCC concluded on August 1, 2008 that Comcast was discriminating against certain P2P applications using deep packet inspection techniques...." Now, IIRC, we had a Republican administration in the White House at that time and a Democrat majority in the House and Senate. So, who was responsible for the August 1, 2008 conclusion by the FCC? Why, the Republican administration, of course. Sure, there may have been members of the House and Senate (various committees) that helped push or prod it along, but it was the Republican administration, which the FCC falls under, that gets the majority of the credit here. I believe the grand parent is a bit myopic.

  7. Re:Republicans by Shakrai · · Score: 4, Insightful

    Do you need any more proof that the government needs strong regulative powers?

    This is stupid one-sided political trolling. Why don't you take your partisan blinders off and ask yourself who it was that supported telecommunications deregulation back in the 90s? My memory is a little hazy but I'm pretty sure he was a Democrat who had a fondness for cigars and centrist (some would say "corporatist") domestic policy.

    One could also make the counter-argument -- that it's the very involvement of government that gives Comcast their monopoly in the first place. Ever ask yourself why you can't just find some investors and start up a cable company to compete with them?

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  8. Re:Republicans by CannonballHead · · Score: 5, Insightful

    Because it is always the other party's fault, no matter what the problem is, when it started, or who started it.

  9. Re:Republicans by babywhiz · · Score: 1

    I think he was trying to give an example of why gov regs are good. ;x

  10. Re:Republicans by Just+Some+Guy · · Score: 5, Insightful

    Why was that modded down? I don't see how either party is involved, except that Bush appointed the FCC Chairman who shot down Comcast. If anything, wouldn't that be one of the (possibly few) good that he did?

    --
    Dewey, what part of this looks like authorities should be involved?
  11. Re:Republicans by sparhawktn · · Score: 1

    No this has nothing to do with government regulations it has to do with the business practices the business is doing. Which is why the FCC stepped in. Comcast in their terms of agreement are too vague and too heavy handed. Comcast is using this to "say" they are trying to maintain the network bottom line is Comcast got caught with their hand in the cookie jar and now are trying to blame the government for stepping in hoping their customers have forgotten or gotten used to their business model. If Comcast wants to block certain content that is their prerogative BUT they must disclose this and stop selling "unlimited" services and then trying to pull a Bill Clinton and "define" unlimited in stupid ways.

  12. Dear Comcast, by Anonymous Coward · · Score: 5, Insightful

    Dear Comcast:

    FUCK YOU.

      - a former customer

    1. Re:Dear Comcast, by Anonymous Coward · · Score: 0
      We need more people to say this...

      ...because every time someone does, my comcast connection gets faster!

    2. Re:Dear Comcast, by Anonymous Coward · · Score: 0

      Dear Comcast:

      FUCK YOU.

        - a former customer

      I second this....

    3. Re:Dear Comcast, by Anonymous Coward · · Score: 0

      I so concur...

      http://web.mac.com/soundranger/BlogDartanyan/Media-Journ/Entries/2009/6/6_I_got_your_digital_transition_right_here._.html

      I feel much better now.

  13. Regional Monopolies by janeuner · · Score: 1

    Regional Monopolies are either utilities subject to intense regulation, or are subject to the Sherman Anti-Trust Act.

    Where's your Attorney General now? Seriously....where is he/she??

  14. Re:Republicans by Anonymous Coward · · Score: 5, Interesting

    Comcast forges RST packets and intercept DNS requests using man in the middle attacks. This not only disrupts legitemate use of peer to peer technology but corporate VPN access for people working from home. If you or I were to do the same thing, we could be arrested and charged as felons under the DMCA and other "hacking" laws. Comcast is a criminal organization, its time for them to be held to account for the federal felonies that they are committing. Unfortunately, the limited liability of the America corporate system ensures that these felons will never serve jail time even in the unlikely event that something is done to stop their crimes.

  15. Makes sense to me by WindBourne · · Score: 1

    Comcast is currently looking for lots of content to buy. They will then need to be able to cut WAY back on competing companies to force those companies to pay Comcast as well as their ISP. Now, lets see what the dems will do.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  16. In a perfect world... by whisper_jeff · · Score: 5, Interesting

    In a perfect world the FCC will rip Comcast apart. Seriously. When Comcast is looking to buy a content provider like Vivendi or Disney, rather than investing money into infrastructure improvements, then something is entirely, completely off kilter and needs to be corrected. First, while I know that big companies are in business to make money, Comcast should not be in a financial situation to buy a company the size of Disney nor Vivendi. Second, and more importantly, if they are going to operate as a service provider, they should invest profits into ensuring they are able to be the best service provider they can. But, of course, they don't have to because they don't really compete with anyone so they can be a sub-par service provider who over charge for their service and make stupid amounts of money.

    With luck, the FCC will get pissed and make an example of Comcast. I know it won't happen, but I can hope.

    1. Re:In a perfect world... by TooMuchToDo · · Score: 1

      This, This, This! Support your local municipal broadband provider!

    2. Re:In a perfect world... by pha7boy · · Score: 1

      it is not the job of the government to tell a company how to invest it's profit. Unless you re-write the laws to make cable a "utility" you can't govern the way they provide service. The most government can do (and should do) is prevent a company from having a local monopoly. Have Comcast compete with Cox and Verizon and see how fast this type of bullshit goes away.

      --
      -- All this knowledge is giving me a raging brainer.
    3. Re:In a perfect world... by sohmc · · Score: 1

      What most people mistake is that when a company buys another company, it's because they have gobs of money that's burning a hole in your pocket. This may be the fact of some companies (specifically google) but for most companies, they buy other companies because they believe long-run, they will survive. As I've been learning in my MBA class, companies often go into tremendous debt to buy other companies and it's usually because they need a new revenue stream. This is no different than an average person: as you get older, the more money you want to make because of various expenses. Again, Google is the exception to the rule. They just have loads of money they can piss away. They probably could buy the United States if they wanted.

      --
      We don't live in Shouldland.
    4. Re:In a perfect world... by whisper_jeff · · Score: 1

      Replying to my own post to correct something - Viacom, not Vivendi. Mixed up my big "V" content providers... Point remains the same though.

    5. Re:In a perfect world... by Anonymous Coward · · Score: 0

      In every area I've lived in (3 areas in various parts of the country, east to west coast), municipal broadband was either non-existant or cost an arm and a leg to provide those *extra* services.

      In my specific case right now, the only municipal broadband provider works only via land-mounted satellite dish (ie: requires line-of-sight) and, therefore, has 2-3x the cost of my cable or DSL provider.

      From what I can gather (I used to work at the ISP), the only reason they stay in business is because they have a few friends that own business and use them as clients.

    6. Re:In a perfect world... by Anonymous Coward · · Score: 0

      Seriously. When Comcast is looking to buy a content provider like Vivendi or Disney...

      I missed yesterday's discussion on this, but I had a brief vision that would make Lovecraft and Giger crap themselves if they were still around. Imagine if you will, Comcast buys Sony, or at the very least their entertainment division. The horror... the horror...

      Oh, and Comcast needs to get smacked down HARD for their conduct over the years. Maybe they can serve as an example to the next corporate raider who thinks it's a good idea to defraud the public.

    7. Re:In a perfect world... by Anonymous Coward · · Score: 2, Interesting

      With luck, the FCC will get pissed and make an example of Comcast. I know it won't happen, but I can hope.

      How about a fraud investigation with charges brought for their packet forging?

    8. Re:In a perfect world... by Anonymous Coward · · Score: 0

      Actually, in a perfect world, the FCC will do nothing and let Comcast "win".

      Comcast gets on it's high horse until Google decides to redirect all Comcast traffic to a "We're sorry...but Comcast is evil page. Please change providers if you want to use Google's services." Comcast screams bloody murder to the FCC, but the FCC reminds them that they "won" and they (and everyone else) is free to "shape network traffic".

      Comcast's users drop Comcast like a hot potato.

      I can dream can't I?

    9. Re:In a perfect world... by turtleAJ · · Score: 0

      First, while I know that big companies are in business to make money, Comcast should not be in a financial situation to buy a company the size of Disney nor Vivendi.

      What is this bullshit?
      Why the fuck not?
      Where's the ceiling?
      And why?
      Isn't this capitalism?

      Please... help me out... because I can't understand your reasoning.

      Didn't kMart buy Sears? SEARS for fucksake!

      The USA thrives on having companies, big and small, go through their life cycles... if it ends in death, so be it.
      "Saving" GM and Chrysler was bittersweet... we can still buy a ZR1 and a Viper ACR... yet shit.
      If they fucked up, then that should have been the end of them.

      Yet putting a ceiling on how big a company can get is truly fucked up.
      When will google be broken up? (or is that the reason they keep everything in Beta?)

    10. Re:In a perfect world... by falconwolf · · Score: 1

      What most people mistake is that when a company buys another company, it's because they have gobs of money that's burning a hole in your pocket.

      The problem here is that if ComCast has gobs of money it wants to invest, it should spend it on what the government gave it gobs of money to do, build-out broadband. If they don't want to do that then they can give the taxpayers' money back.

      as you get older, the more money you want to make because of various expenses.

      As you get older your expenses should go down relative to your income, except maybe health insurance. While your income should continue rising your housing expense, which should be the highest living expense, should stay the same until the mortgage is paid off. If you buy a home when you're 30 and take out a 30 year mortgage then your home should be paid off when you're 60. After that all you have to be concerned about is maintenance and repairs. And maybe remodeling.

      Falcon

    11. Re:In a perfect world... by sonicmerlin · · Score: 0

      Ah...let me join you in that dream world. It's as warming as a hot fire inside a cozy house in the middle of winter.

  17. Common carrier status.... by kidgenius · · Score: 0, Offtopic

    Doesn't this go back to the telco's being granted common carrier status, by their claim that they don't know what's going over their lines, therefore they aren't responsible for things like people using the telephone to commit crimes, or other things like child porn, etc? Kind of like how the gun makers provide a means of harm being done, but are free from the actions the individual takes? So, if they are shaping traffic, they obviously know something about what's on their lines, therefore they should not allowed to have common carrier status anymore, right? I'm sure if the FCC threatened to revoke their common carrier status, Comcast et al would pipe down quicker than you could blink an eye.

    1. Re:Common carrier status.... by R2.0 · · Score: 1

      "I'm sure if the FCC threatened to revoke their common carrier status, Comcast et al would pipe down quicker than you could blink an eye."

      That would work great - if indeed Comcast had common carrier status. In the US, data services are generally exempt from common carrier regulation.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
  18. Re:Republicans by ari_j · · Score: 3, Informative

    Yes. The Republican administration took regulatory action against Comcast's pervasive and dishonest traffic shaping, so it's very appropriate to snidely tell Republicans that they are idiots for ... well, apparently for not regulating enough. I honestly can't figure out what the OP is trying to get at. It's either some deep magic breed of sarcasm I'm not fluent in, plain stupid, or both.

  19. Re:Republicans by Shakrai · · Score: 5, Insightful

    I think he was trying to give an example of why gov regs are good. ;x

    No, he was trying to pander to the left-leaning partisan audience with mod points. Why else would he aim his comment at Republicans? Are all Republicans opposed to all forms of regulation? Are all non-Republicans automatically in favor of them?

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  20. And they haven't stopped by Anonymous Coward · · Score: 0

    Comcast is still screwing with P2P traffic. When I use a P2P client to download a torrent, invariably it reaches a point where my internet connection slows to a crawl, then stops. Then nothing connects, neither my browser, email or P2P client. I have to toggle the power on the cable modem, and after it reboots and reconnects, everything is peachy for a few hours until it happens again. This doesn't happen with any other internet activity, even when I stream large video files for an extended time. Just with P2P downloads, even small ones.

    1. Re:And they haven't stopped by Timothy+Brownawell · · Score: 1

      My wireless router had a bug where it would hang after seeing some large number of connections (memory leak?), which went away after a firmware update. Perhaps your cable modem has a similar issue?

    2. Re:And they haven't stopped by turbidostato · · Score: 1

      "When I use a P2P client to download a torrent, invariably it reaches a point where my internet connection slows to a crawl, then stops. Then nothing connects, neither my browser, email or P2P client. I have to toggle the power on the cable modem, and after it reboots and reconnects, everything is peachy for a few hours"

      Blame the router: that's typical symptom on P2P over cheap routers of congestion problems with the connection-tracking table,.

    3. Re:And they haven't stopped by ekgringo · · Score: 1

      I was going to suggest the same thing. I switched my Linksys to the DD-WRT firmware (http://www.dd-wrt.com/) and now everything works much smoother.

    4. Re:And they haven't stopped by PitaBred · · Score: 1

      Seconded. The default firmwares on Linksys routers are notorious for filling up memory when p2p'ing. I'd be curious to see if the grandparent was running a router as well as the modem, or the modem directly into the computer. I'm running DD-WRT now and I haven't seen any problems with it since I switched.

  21. Go FCC by C_Kode · · Score: 1

    Go FCC, snuff out Comcast.

  22. Re:Republicans by Anonymous Coward · · Score: 0

    Yeah. Proof that the Government won't overstep it's bounds, pick winners, and play favorites. *cough* Government Motors, Chrysler, & the Unions *cough*

  23. Re:Republicans by Chris+Mattern · · Score: 1

    You mean like the strong regulative powers that handed Comcast the data provider monopoly it enjoys in many places?

  24. I have a philosophy ... by neonprimetime · · Score: 5, Informative

    ... a Republican is a Democrat is a Politician ... they're all the same

    Lack of government regulation can be bad. Some government regulation is good. Massive amounts of government regulation is bad.

    who here disagrees?

    1. Re:I have a philosophy ... by MightyMartian · · Score: 1

      I think it rather depends on what the regulations are supposed to do. If it's to create a level playing field, which I think network neutrality legislation would do, then that's a good thing. It means players, regardless of size or of who they ultimately pay to get on the Internet have a certain baseline performance.

      The trouble is that the big Telcos have managed to intentionally confuse two related but quite separate issues; QoS and neutrality. No reasonable party is saying that there shouldn't be some sort of methods invoked to assure that the physical bandwidth of any company is equitably divided (the old 1/2 1/4 1/16 rule...), or that during periods of heavy congestion that some reasonable steps be taken to assure the overall network remains stable and accessible for all users.

      But what the big guys really want is the capacity to essentially charge end points for preferential treatment, or even worse, when rolling out a service, to give it an unfair advantage over potential competition (ie. a Telco rolling out a search engine and crippling bandwidth bound for Google, Yahoo, etc.).

      Both concepts use the same underlying technologies, but the intentions are quite different (one is, as I said, QoS, the other is simply a form of predatory behavior).

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    2. Re:I have a philosophy ... by clesters · · Score: 1

      My god, somebody who is intelligent on the interwebs!!!?

      Are you lost?

    3. Re:I have a philosophy ... by Anonymous Coward · · Score: 0

      > Lack of government regulation can be bad. Some government regulation is good. Massive amounts of government regulation is bad.

      Great. Very tidy, very concise. Now all we need are applicable definitions for "lack of," "some," and "massive amounts," but really, how hard could that possibly be?

    4. Re:I have a philosophy ... by ColdWetDog · · Score: 1

      ... a Republican is a Democrat is a Politician ... they're all the same

      It's a little more complex than that.

      --
      Faster! Faster! Faster would be better!
    5. Re:I have a philosophy ... by RepelHistory · · Score: 1

      ... a Republican is a Democrat is a Politician ... they're all the same

      Well that's not an overhasty generalization at all, is it? I know "Boooooo all politicians are the same it's all corrupt" flies over well with the mods, but come on. One of the major problems with American politics is that the parties aren't the same at all, more specifically that they can't agree on anything. That's why we have large majorities being fillibustered on every single piece of legislation (I admit this does seem to be a constant no matter which party is in power). In a two-party systm that's elected in the way ours is (first past the post with single-membered districts that are chosen by partisan bodies), the two parties will inevitably drift farther apart until they are at their ideological extremes. If all politicians were the same we certainly wouldn't be having the extreme partisan bitterness that we're seeing in the last month or so.

    6. Re:I have a philosophy ... by Anonymous Coward · · Score: 0

      Lack of government regulation can be bad. Some government regulation is good. Massive amounts of government regulation is bad.

      Great. Very tidy, very concise. Now all we need are applicable definitions for "lack of," "some," and "massive amounts," but really, how hard could that possibly be?

      This is Slashdot, so such definitions are easy:

      "lack of" = "no government regulation when I think that there should be".

      "some" = "the amount of regulation that I think is correct".

      "massive amounts" = "much more than the amount of regulation that I think is correct".

      See? How hard was that?

  25. Common Carriers by overshoot · · Score: 3, Informative

    Further, if they choose to make these decisions on "their network" then they should lose common carrier status. And while I admit I am not sure if they have this

    They don't.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Common Carriers by rnturn · · Score: 1

      So Comcast is getting to be nothing more than a faster form of the original AOL: they'll decide what you see, they'll decide where you can go.

      Comcast is the monopoly cable company where I live. No thanks. The other major alternative is ATT. They're not much better. There is a wireless alternative but they're clueless and have to figure out why nobody's taking them up on their business-class-service-with-multiple-fixed-IP-addresses-but-no-you-cannot-run-servers option. (I doubt they're long for this world.) It almost makes you want to set a UUCP network again.

      --
      CUR ALLOC 20195.....5804M
    2. Re:Common Carriers by im_thatoneguy · · Score: 1

      They might not have Common Carrier status but they do have a monopoly on cable access in most places--enforced by local governments.

      Personally I want Comcast. Of all the cable companies in my area they are dramatically better. But that's not to say they aren't slimy.

  26. Re:Republicans by mcgrew · · Score: 5, Insightful

    No, he was trying to pander to the left-leaning partisan audience with mod points.

    If he's a karma whore he's not very good at it; there are a LOT of Republicans here. I think what he was trying to point out was that the last administration was one that viewed the government as "always the problem", and face it, the Republicans deregulated, deregulated, and deregulated some more. Of course there were exceptions, but on the whole they're mostly for deregulation.

    Not all regulation is good, not all deregulation is bad; what you need is effective regulation.

  27. One little problem with that by overshoot · · Score: 4, Insightful

    I'm sure if the FCC threatened to revoke their common carrier status, Comcast et al would pipe down quicker than you could blink an eye.

    That might be viable, except that Comcast has never had common-carrier status.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:One little problem with that by MaerD · · Score: 1
      Explain, please.

      From ye olde wikipedia:

      A common carrier is a business that transports people, goods, or services and offers its services to the general public under license or authority provided by a regulatory body.

      Which has been held to include telecommunication companies, and has been used for ISPs. Comcast certainly claims to provide service (cable, internet, and phone) to the general public under license from a regulatory body. Heck, just like the phone companies they have been granted a license to be a monopoly cable utility in various areas.

      I would really like to know why you believe they don't qualify.

      --
      I put on my robe and wizard hat..
    2. Re:One little problem with that by Anonymous Coward · · Score: 0
      Would it not then be a violation of your privacy. After all no one along the line of the postal service have a right to read your mail (checking for content).

      What if video and such was part of your business? What if it is music or a movie or other protected work and you are engaged in a legal transfer? Inspecting it and 'reading' is is a violation of the protected work.

      My point is that if they admit intercepting and analyzing your packages who to say they are not copying them and reselling them for profit?

  28. Federal Wiretaping Laws?!?!? by Anonymous Coward · · Score: 0

    I know net neutrality is still being messed around with in courts, and in this scenario Comcast has grounds to do what they are doing. However, what about the Federal Wire Tap Act? They are intercepting and modifying data without the user's consent. Although, I have a feeling that some place in the jungle of the Comcast TOS, there is legalese that lets them do this, but is it still right?

    Just goes to prove that EVERYONE needs to be critical of their ISPs TOS and practices. Buyer Beware!

    1. Re:Federal Wiretaping Laws?!?!? by Anonymous Coward · · Score: 0

      You can't enforce illegal clauses in contracts. IANAL, but use your friggin head

    2. Re:Federal Wiretaping Laws?!?!? by MaerD · · Score: 1

      Although, I have a feeling that some place in the jungle of the Comcast TOS, there is legalese that lets them do this, but is it still right?

      Just goes to prove that EVERYONE needs to be critical of their ISPs TOS and practices. Buyer Beware!

      Wait, what?
      I'm lost. First you argue that this should fall afoul of the wiretapping act, then you argue the TOS could let them out? Would you argue that your phone company (assuming that is also not Comcast, now that they offer VOIP) could avoid wiretapping laws?

      Heck, your cellphone carrier is not allowed to read your text messages without following the same procedures that apply to listening in on a voice call, why should your ISP be able to declare "We are allowed to inspect every packet and read your email"?

      --
      I put on my robe and wizard hat..
  29. Comcast's Case Must Not Be So Great by Nom+du+Keyboard · · Score: 1

    Comcast's case must not be so great if it has taken them this long to file it. One would think that their case will also be much weaker under the current administration than the last one. What Comcast seems to fail to realize is that they are an effective monopoly in much of the area that they serve and monopolists aren't allowed to just go out and do as they please.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:Comcast's Case Must Not Be So Great by Enkrypter · · Score: 1

      What Comcast seems to fail to realize is that they are an effective monopoly in much of the area that they serve and monopolists aren't allowed to just go out and do as they please.

      You can do anything you want with enough money, lawyers, and lobbyists; and they have a lot of all three!

      --
      "If God can do it for 10% why can't the US Government?"
  30. Re:Republicans by Anarke_Incarnate · · Score: 0

    The government's strong regulatory powers GOT US HERE. If Comcast did not have legal monopolies on cable where it operates, competition would force this to change. The government has your back the same way that any bunch of thieves do. As long as it suits them, they will.

  31. All about: Higher Margins by StCredZero · · Score: 1

    Comcast is doing this for one reason: so it can continue to vastly oversell it's network. "Unlimited" = "Unlimited because we hope you're all grannies who check their email once in awhile."

  32. Re:Republicans by Anonymous Coward · · Score: 0

    Why don't you take of your partisan blinders and look at how the free market treats consumers.

    The last 3 places I have lived at had only 1 cable company "choice".

    Why do you think that is? Some nonsensical bullshit about democrats that you will try to pass off as an argument?

    No, it's because when governments look the other way, the free market rapes consumers.

    I'm sure you will go on believing your discredited bullshit, making half assed non-arguments in its defense...

  33. Bad Plan by overshoot · · Score: 4, Interesting

    Comcast has finally filed suit [CC], stating that there are no statutes or regulations that support the FCC's authority to stop traffic shaping procedures.

    Consider that the only thing keeping hordes of State regulators from insisting on much stricter requirements (and even open access to that "last mile") is Federal preemption. If the FCC doesn't have the authority to do it, the States do.

    Biting the hand that shields you. Smooth move, Comcast!

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Bad Plan by Anonymous Coward · · Score: 0

      More like "Smooth Criminal".

    2. Re:Bad Plan by VGPowerlord · · Score: 1
      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  34. Common carrier status. by Anonymous Coward · · Score: 0, Interesting

    >stating that there are no statutes or regulations that support the FCC's authority to stop traffic shaping procedures

    But there are... It's called "common carrier status." The FCC should say "Fine, go ahead. Now you no longer have common carrier status."

    1. Re:Common carrier status. by Anonymous Coward · · Score: 0

      Wrong. Comcast does not have common carrier status nor do they want it. The FCC specifically defined broadband cable modem service as an âoeinformation serviceâ but not a âoetelecommunications serviceâ, so that it is not subject to mandatory common carrier regulation. This is exactly what Comcast wants as they can then exclude competing ISPs from sharing the infrastructure. FCC decision was overturned momentarily but then was upheld by the Supreme Court.

  35. Perhaps the FCC is the wrong government entity by erroneus · · Score: 1

    The FCC doesn't regulate the internet... not yet anyway. However, the problem described does seem to illustrate some very deceptive business practices on Comcast's part. So perhaps the FTC or the Justice Department are more appropriate government entities to address the problem.

  36. what are you a democrat? by Anonymous Coward · · Score: 0

    It's Comcast's hard earned money, they should be able to expand their monopoly as far as they can without government interference.

    1. Re:what are you a democrat? by Attila+Dimedici · · Score: 3, Insightful

      It's Comcast's hard earned money, they should be able to expand their monopoly as far as they can without government interference.

      You are absolutely correct, except for the fact that Comcast HAS a monopoly because of government interference.
      The answer to problems created by government regulation is not more regulation.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    2. Re:what are you a democrat? by Torodung · · Score: 1

      The answer to problems created by government regulation is not more regulation.

      Interesting bias, but utterly wrong in this case. The answer to severe problems created by dopey regional and local government "regulations" (I would term them franchise agreements, absent of any regulation and loaded with exclusivity) has always been Federal oversight and, if that fails, Federal regulation.

      Has been that way since the Civil War.

      Also, see this:

      http://en.wikipedia.org/wiki/Commerce_Clause

      Federal "regulation" is a Constitutionally mandated solution to this sort of nonsense.

      --
      Toro

    3. Re:what are you a democrat? by Anonymous Coward · · Score: 0

      It's Comcast's hard earned money, they should be able to expand their monopoly as far as they can without government interference.

      You are absolutely correct, except for the fact that Comcast HAS a monopoly because of government interference.

      The answer to problems created by government regulation is not more regulation.

      In all seriousness, if not the monopoly-granters, who then can take on such a large entity?

      I'm not trying to put words in your mouth, but the only thing I can think of that can affect Comcast's bottom line to that extent is a national grassroots movement to boycott their services, which would only effectively grant AT&T full monopoly status practically everywhere.

      You seem like a smart guy, can you please answer my question? I'd really appreciate your input :)

    4. Re:what are you a democrat? by Attila+Dimedici · · Score: 1

      The system of local franchise agreement was created by the Federal government. The fact that it was dopey was a result of the hodgepodge of local governments all doing things a little bit differently.
      I suspect that fixing the mess that the government made of cable TV (and now Internet) will require additional Federal regulation. However, we should look for regulation that will increase competition rather than regulation that merely increases the power of government (by regulating and protecting the incumbent monopolies).

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    5. Re:what are you a democrat? by diamondsw · · Score: 1

      > The answer to problems created by government regulation is not more regulation.

      And neither is it a lack of regulation. Like any complex system, it needs revisions, not complete scrapping.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    6. Re:what are you a democrat? by Anonymous Coward · · Score: 0

      i see that you are new to the bureaucracy

    7. Re:what are you a democrat? by copponex · · Score: 4, Insightful

      This is nonsensical.

      The solution to bad government regulation is effective government regulation. Countries all over the world have effectively run networks that are under the control of the people through democratic action, not subject to the skew of the profit desires of some private entity.

      There are some things that cannot operate in a totally free market, like banking, health care, and utilities. The reason is because modern societies require these things to operate, and they should not be left to the wild swings and herd mentality of the market. Nor should my ability to get health care be affected by someone else's incentive to deny me health care. Nor should a banker be allowed to repackage bad debt as good debt through collusion with another company and sell it to me. Nor should a private company be my only option for local utilities service.

      Let me put it like this: if there's a free, unregulated market for MP3 players, that's fine. Duke it out. Screw your customers. Worst case scenario, they have a broken MP3 player and they don't have the money anymore.

      If there's a free unregulated healthcare market, don't be surprised if you end up with corporations who don't care if children die of leukemia if they can get out of providing care on a technicality. They have no obligation to do the right thing, and their shareholders only know of a single value: profit. Worse case scenario: you are dead, or at least bankrupt for the rest of your life.

      Internet access probably falls somewhere in the middle.

    8. Re:what are you a democrat? by Burz · · Score: 1

      The answer to problems created by government regulation is not more regulation.

      This is one of the more dumbed-down and destructive libertarian slogans being regurgitated by pro-corporate toadies.

      A "100% pure" (read: extremist) de-regulated market cannot produce a cable TV or ISP period. So yes, the answer to abuses created by monopoly conditions is indeed government regulation of an industry that government made possible.

      As consumers we have zero power in this market. As citizens we have a chance to rectify an intolerable situation.

    9. Re:what are you a democrat? by Attila+Dimedici · · Score: 1

      Cable TV and ISP's would exist even if the government had not granted regional monopolies to certain companies. It would have taken slightly longer for cable to get rolled out, but there is enough money to be made to support more than one cable TV provider in most areas.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    10. Re:what are you a democrat? by Attila+Dimedici · · Score: 1

      Nor should a private company be my only option for local utilities service.

      You are absolutely right, you should have the ability to choose between several private companies.
      If it wasn't for government intervention in medical care (Medicare and Medicaid) in the first place, health care costs would not have skyrocketed the way they did. Before the institution of Medicare and Medicaid, health care costs rose at the same rate as inflation. Immediately after the institution of Medicare and Medicaid, health care costs bean rising much faster than inflation. And my question is, what are you going to do when the people making those decision are the government, so there is no longer anybody to turn to to challenge their decisions?

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    11. Re:what are you a democrat? by copponex · · Score: 1

      Before the institution of Medicare and Medicaid, health care costs rose at the same rate as inflation. Immediately after the institution of Medicare and Medicaid, health care costs bean rising much faster than inflation.

      Do you have a citation for this? As far as I can tell, health care costs have doubled since 2000. Medicare and Medicaid were started in the 60s. Could it be that insurance companies were invested too heavily in the stock market to make extra profits, and were then forced to overcharge their customers and deny procedures in order to cover their ass? Sounds like a likely scenario to me.

      And my question is, what are you going to do when the people making those decision are the government, so there is no longer anybody to turn to to challenge their decisions?

      This of course depends on a healthy democracy, who are willing to participate in the governance of themselves. Right now, if you have coverage with BCBS, and they deny your coverage, you can sue and hopefully get treatment before it's too late, if you win the case at all. In every other country with a single payer system, you just go to a doctor and get treatment. In most countries you don't even have to fill out any paperwork. And they pay about half of what we do, and have the same life expectancy.

      I fail to see how this helps your side of the argument.

    12. Re:what are you a democrat? by Dragonslicer · · Score: 1

      And my question is, what are you going to do when the people making those decision are the government, so there is no longer anybody to turn to to challenge their decisions?

      In theory, there is somebody to challenge government decisions, and they're called voters. Of course, in theory, the free market solves everything...

    13. Re:what are you a democrat? by Torodung · · Score: 1

      I agree.

      Time for some regulation that levels the playing field and gives the consumer some choices, and allows the consumer to choose the winners with their patronage. Clamping down on a fundamentally unfair monopolistic system with increased Federal bureaucracy would akin to how we handled Ma Bell before the breakup. It didn't work.

      Good luck getting sense out of this Congress, though. We're going to have to visit the voting booth before we get what is needed.

      --
      Toro

    14. Re:what are you a democrat? by falconwolf · · Score: 1

      There are some things that cannot operate in a totally free market, like banking, health care, and utilities.

      There is no free market in any of those. Banks, if they are federally chartered need to follow Federal Reserve and FDIC regulations. State chartered banks have to follow the regulations of the states they are located in. The biggest mortgage companies implicated in the banking crisis are Fannie Mae and Freddie Mac and both were created by guess who??? The Government.

      There is no free market in health care either, and hasn't been since WWII at least. Back then the government passed laws with price and wage controls. Among them were restrictions on how much businesses could pay employees. they were not allowed to pay more than a set amount. However so employers could attract employees they were given tax breaks for offering benefits such as health insurance. So now, if an employer can afford it, because of the tax breaks it's cheaper to get employer sponsored health insurance than it is to buy your own insurance. That is no free market.

      Utilities like power companies are an example of natural monopolies. In many places possible competitors are barred from using the right of way or easement. I could not lay cable, phone, or powerlines in a right of way the incumbent provider uses. So if for example I wanted to start a wind farm and owned the land for it, I could not run my own powerlines in the right of way so I could deliver electricity to those willing to buy it from me. That is no free market.

      If there's a free unregulated healthcare market, don't be surprised if you end up with corporations who don't care if children die of leukemia [msn.com] if they can get out of providing care on a technicality.

      Ah, competition. If one insurer won't offer good insurance another will. People always complain about the competition of outsourcing but refuse to acknowledge the same thing can drive their own cost down too. To them competition is always bad.

      Falcon

    15. Re:what are you a democrat? by copponex · · Score: 1

      There is no free market in any of those. Banks, if they are federally chartered need to follow Federal Reserve and FDIC regulations.

      The reason they are federally regulated is because before the creation of the FDIC and the rules of the Great Depression, there were bank panics every ten years during the 19th Century. You can read about them - the panics of 1819, 1825, 1837, 1847, 1857, 1866, 1873, 1884, 1890, 1893. This was before the move to a fiat money system, so don't try scapegoating that.

      Your comments about Fannie Mae and Freddie Mac are not only factually incorrect, but entirely misleading. The sub-prime mortgages were popularized in the private market before Fannie and Freddie joined in the fun. This is not to say they were well run, but they were not any worse off than other participants in the whole mess. In fact, given the most recent data, Fannie and Freddie are faring better than private mortgage holders.

      Your comments about health care are fine in theory, as is all economics, because it's based on the fairy tale of "all else being equal." There are dozens of western countries who have found a non-market solution to the health care problem, they are living just as long, they are paying less, and their people are happier with their care than we are with ours. In a vacuum, the free market can solve everything, just like communism. As learned elsewhere, if you can't disprove an argument in your own head, that means the argument is an extremely poor one.

      Duplicating infrastructure is simply stupid. Even the founders understood this, so they gave government the power to make roads and manage interstate commerce. The main reason is because the amount of monopolies that would spring up would be tremendous, because you would then be asking the question of "How much are you willing to pay for running water and sewage?" versus "How much does it cost your local government to provide running water and sewage?" With the first question, if 20% of the society can afford $100 a day, and 80% of the society can only afford $1 a day, what is the incentive for the company to run sewage to the poorest members of society? What is the damage done to that society as a result? If a society next door provides all the same services to everyone for $1 a day, how long do you think it would take before they are far surpassing their stupid neighbors in life expectancy, education, and general health? The answers to these questions aren't hard to arrive at.

      Ah, competition. If one insurer won't offer good insurance another will. People always complain about the competition of outsourcing but refuse to acknowledge the same thing can drive their own cost down too. To them competition is always bad.

      If there were some mechanism to have a fall back private insurer, this might make sense, but as far as I'm aware insurance companies will not give you insurance if you have a pre-existing condition, meaning there's no way to get well once you are out of the loop. It's their goal, therefore, to throw you out of that loop once you get expensive, which is usually when you need insurance the most.

      Again, you are only burdening your society if you make each generation relearn from the same mistakes. We evolve as a society not when everyone starts from zero, but from when you start with the lessons of the previous generation as a guide. There is no free market reason why Blue Cross couldn't bonus their top employees millions of dollars until the company was bankrupt, and then throw all of their customers into the street with no coverage and no refund of the money they've paid in. This means that your well-being is dependent on the lack of greed from a human being who never has to confront you face to face.

      This is an important thing to remember about the free market theory. It depends on equality, which is why Adam

    16. Re:what are you a democrat? by falconwolf · · Score: 1

      There is no free market in any of those. Banks, if they are federally chartered need to follow Federal Reserve and FDIC regulations.

      The reason they are federally regulated is because before the creation of the FDIC and the rules of the Great Depression, there were bank panics every ten years during the 19th Century.

      There is still no free market in banking. Also the Glass-Steagall Act of 1933, during the Great Depression, introduced more regulations as did the Banking Act of 1933 or Second Glass Steagall Act.

      In fact, given the most recent data, Fannie and Freddie are faring better than private mortgage holders.

      There is no data there about commercial banks, not is there comparisons between different banks. All that link of yours is about is "loan modifications by Fannie Mae and Freddie Mac", copy and paste. Try again.

      There are dozens of western countries who have found a non-market solution to the health care problem, they are living just as long, they are paying less, and their people are happier with their care than we are with ours.

      Yea, they're so happy many of them come to the US for surgery and treatments. 24% of Canadians waited 4 hours or more in the emergency room." And let's see about cancer mortality: "Breast cancer mortality in Canada is 9 percent higher than in the United States, prostate cancer is 184 percent higher, and colon cancer among men is about 10 percent higher." Let's see about test rates, from the same link:

      • Nine out of ten middle-aged American women (89 percent) have had a mammogram, compared to fewer than three-fourths of Canadians (72 percent).
      • Nearly all American women (96 percent) have had a Pap smear, compared to fewer than 90 percent of Canadians.
      • More than half of American men (54 percent) have had a prostatespecific antigen (PSA) test, compared to fewer than one in six Canadians (16 percent).
      • Nearly one-third of Americans (30 percent) have had a colonoscopy, compared with fewer than one in twenty Canadians (5 percent).

      Duplicating infrastructure is simply stupid.

      Oh I agree, as far as physical infrastructure is concerned. I didn't say otherwise either. I've actually argued ownership of infrastructure should be separated from ownership of services it can deliver. I live in Minneapolis and I wouldn't have a problem if the city installed fiber to the door then allowed, key phrase here; different entities whether businesses, charities, or coops; to use the fiber to offer subscribers internet access, phone service, or TV. I've posted links to news about a group of communities in northeastern Utah who did this which I support. Private businesses can use the infrastructure the local governments built to compeat with each other.

      "How much are you willing to pay for running water and sewage?"

      I have no problem with local governments running water and sewage. I actually oppose privatizing water. I however do not want the federal government controlling any of it.

      I disagree with other libertarian positions too, for instance many libertarians advocate privatizing roads. However I oppose that, I however think local and state government should do more and the federal government less.

      If there were some mechanis

  37. The proper response to this news by desertfoxmb · · Score: 3, Insightful

    The proper response to this news is not to push for regulation. It's Comcast's network they can do what they like with the data so long as what they are doing is part of the customer agreement the user signed up for. The proper response to this news is to push for anti-trust prosecution against Comcast, Time Warner, et al who are running monopolies in their markets and force competition. Whether that is in the form of forcing them to allow unrestricted usage of their network (for a fee of course) by competitors a la the power grid or some other form. It is not data shaping that is really the issue. It is lack of competitive choice for customers.

    --
    Fred
    1. Re:The proper response to this news by whoever57 · · Score: 1

      The proper response to this news is not to push for regulation. It's Comcast's network they can do what they like with the data so long as what they are doing is part of the customer agreement the user signed up for.

      That would be true if there were genuine competition, but there isn't.

      --
      The real "Libtards" are the Libertarians!
    2. Re:The proper response to this news by falconwolf · · Score: 1

      The proper response to this news is not to push for regulation.

      That would be true if cable and phone companies had not been given $200 Billion in subsidies. Conditions, like building out broadband and open access, should be applied.

      It is lack of competitive choice for customers.

      Agreed, but how many cable, fiber, phone, and power lines can the Easement carry? And how many businesses can muster the finances needed to lay them? The only solution I can see is separating the ownership of the infrastructure from ownership of the services it can deliver.

      Falcon

    3. Re:The proper response to this news by MobyDisk · · Score: 1

      You misunderstand. The regulation is what established the monopoly in the first place. The municipalities made laws stating that there can only be one cable provider. So it does not make sense to sue the cable provider for being the only one.

      The solution is to change the government regulation. There needs to be only one provider of cable wires, but multiple providers of cable service. Just like with power: there are many power companies providing power in a given area, but only one company who maintains the lines. I should be able to use AOL, or Toad Net, or Joe's ISP over my cable lines.

      If you remember, a decade ago, this is how things were. There were these really old lines that used to be used for analog telephones -- remember those? Back before cell phones? And every ISP had a "phone number" that you could "dial" to connect to them. It was slow, but the system was using the right model. We need to get back to that.

  38. !packet shaping by pak9rabid · · Score: 4, Informative

    That's all fine and dandy, except what Comcast was doing wasn't packet shaping. What they were doing was actively manipulating traffic (inserting reset flags onto P2P packets to disrupt connectivity). That's a big no-no that they should suffer for dearly.

  39. HALP by Anonymous Coward · · Score: 0

    I have Comcast :( What do I do?

  40. Re:Republicans by causality · · Score: 4, Insightful

    Because it is always the other party's fault, no matter what the problem is, when it started, or who started it.

    If only each person who said "that other party is to blame" would instead say "the two-party duopoly is to blame" we might actually have real reform.

    --
    It is a miracle that curiosity survives formal education. - Einstein
  41. Re:Republicans by Anonymous Coward · · Score: 0

    My memory is a little hazy but I'm pretty sure he was a Democrat who had a fondness for cigars and centrist (some would say "corporatist") domestic policy.

    Cigar? check. Excellent b-b-b-but Clinton, sir. You win!!!

  42. Read Common Sense - not so common anymore by dsginter · · Score: 3, Interesting

    Of the Origin and Design of Government in General, with Concise Remarks on the English Constitution

    Although the prose is a bit dated, this is some remarkably "back to basics" thinking that could do some people a lot of good. I quote:

    Society in every state is a blessing, but Government, even in its best state, is but a necessary evil; in its worst state an intolerable one: for when we suffer, or are exposed to the same miseries BY A GOVERNMENT, which we might expect in a country WITHOUT GOVERNMENT, our calamity is heightened by reflecting that we furnish the means by which we suffer

    --
    More
    1. Re:Read Common Sense - not so common anymore by MightyMartian · · Score: 3, Interesting

      The problem with any sort of Libertarian position is that, from everything we can tell, no human society has ever functioned like that. We can talk about theoretical governments (like Plato did, he pretty much being the guy that gave us the first concise definitions of major governing models), but I think it's important to look at the reality of the human condition.

      We need governments. More to the point, if we didn't have them, we would create them. We're social animals, are basic instinct is organize into dominance hierarchies. What the Enlightenment thinkers who troubled themselves with politics tried to reason out was a balance between the human nature to form governments and the philosophical notion that people deserve and need a certain amount of liberty to achieve their aspirations as individuals and as groups.

      Saying "governments are evil" is as about as sensible a position as declaring "art is evil". To be sure, both can be used to evil ends (and for those of us just coming out of the 20th century, we have an era when every possible evil any government could commit seems to have been committed by some government). At the same time, governments can produce beneficial things, as the ultimate agent of our species' need to work collectively.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    2. Re:Read Common Sense - not so common anymore by dsginter · · Score: 2, Informative

      We need governments. More to the point, if we didn't have them, we would create them.

      That is entirely the point of Common Sense (though I can see how my out of context quote can and most certainly be misconstrued). I should have posted the following, in addition:

      In order to gain a clear and just idea of the design and end of government, let us suppose a small number of persons settled in some sequestered part of the earth, unconnected with the rest; they will then represent the first peopling of any country, or of the world. In this state of natural liberty, society will be their first thought. A thousand motives will excite them thereto; the strength of one man is so unequal to his wants, and his mind so unfitted for perpetual solitude, that he is soon obliged to seek assistance and relief of another, who in his turn requires the same. Four or five united would be able to raise a tolerable dwelling in the midst of a wilderness, but one man might labour out the common period of life without accomplishing any thing; when he had felled his timber he could not remove it, nor erect it after it was removed; hunger in the mean time would urge him to quit his work, and every different want would call him a different way. Disease, nay even misfortune, would be death; for, though neither might be mortal, yet either would disable him from living, and reduce him to a state in which he might rather be said to perish than to die.

      Thus necessity, like a gravitating power, would soon form our newly arrived emigrants into society, the reciprocal blessings of which would supersede, and render the obligations of law and government unnecessary while they remained perfectly just to each other; but as nothing but Heaven is impregnable to vice, it will unavoidably happen that in proportion as they surmount the first difficulties of emigration, which bound them together in a common cause, they will begin to relax in their duty and attachment to each other: and this remissness will point out the necessity of establishing some form of government to supply the defect of moral virtue.

      --
      More
  43. Re:Republicans by TubeSteak · · Score: 1

    Just to be clear, your first paragraph is talking about Federal Government, while the 2nd paragraph's discussion of monopolies should be talking about Local Government. Though frequently the monopoly is handed out by non-governmental organizations like the developer who is building the community.

    --
    [Fuck Beta]
    o0t!
  44. Re:Republicans by Attila+Dimedici · · Score: 4, Insightful

    Why don't you take of your partisan blinders and look at how the free market treats consumers.

    The last 3 places I have lived at had only 1 cable company "choice".

    Why do you think that is?

    Because the government has encouraged there to be only one cable company in most areas. I don't know what the current laws are, but I remember when cable was being rolled out. Different cable companies would apply for the franchise to operate in a particular area (if it was an area that was lucrative enough that more than one was interested), then the local government would grant a monopoly to one of them. I remember some major scandals when it was discovered that some local officials were accepting what amounted to bribes to grant the local franchise to one company or another.
    So, to reiterate, the answer to your question as to why in most areas there is no competition among cable providers is that the government set it up that way.

    --
    The truth is that all men having power ought to be mistrusted. James Madison
  45. Re:Republicans by clesters · · Score: 1

    " The last 3 places I have lived at had only 1 cable company "choice". "

    That is because the local government in the last 3 places you lived had a franchise agreement with the cable provider. That means the government IS the reason you have no choice, which pretty much makes your argument poop.

  46. Actually, the time has come... by TheReaperD · · Score: 5, Insightful

    'Unless you re-write the laws to make cable a "utility" you can't govern the way they provide service.'

    Actually, I believe the time has come to re-categorize internet providers as utilities. Most ISPs operate as either a monopoly or duopoly, have municipal districts and are considered to be an essential service for both business and home. All of these are common traits for a utility. It's time to start treating them as such.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
    1. Re:Actually, the time has come... by Foobar+of+Borg · · Score: 1

      Actually, I believe the time has come to re-categorize internet providers as utilities. Most ISPs operate as either a monopoly or duopoly, have municipal districts and are considered to be an essential service for both business and home. All of these are common traits for a utility. It's time to start treating them as such.

      Indeed. Internet service used to be a luxury, just like the telephone was when it first came out. Now, it is as much of a utility as phone service, perhaps even more of a utility since phones are starting to become obsolete.

    2. Re:Actually, the time has come... by Anonymous Coward · · Score: 0

      It seems to me that it should work like this: The government provides infrastructure, private business provides services.

    3. Re:Actually, the time has come... by sabt-pestnu · · Score: 1

      > Most ISPs operate as either a monopoly or duopoly

      This deserves some qualifiers:

      The people providing broadband service to residences or business sites are as you describe: Comcast, Verizon, QWest; DSL, Cable, and Fios.

      ISPs providing things like co-location service are not so much the monopoly or duopoly. Yet they, too, qualify for the description "ISP".

      Some alternatives exist to wired broadband, but it has its own problems like "being subject to weather", "birds nesting in the antennas", etc.

    4. Re:Actually, the time has come... by TheReaperD · · Score: 1

      This deserves some qualifiers:

      The people providing broadband service to residences or business sites are as you describe: Comcast, Verizon, QWest; DSL, Cable, and Fios.

      ISPs providing things like co-location service are not so much the monopoly or duopoly. Yet they, too, qualify for the description "ISP".

      Some alternatives exist to wired broadband, but it has its own problems like "being subject to weather", "birds nesting in the antennas", etc.

      My apologies, you are correct. I was referring to the incumbent wired broadband internet providers you described. I as not intending to suggest that co-location and web host companies should be made utilities. ISP is sometimes too broad a term to use.

      The wireless options in my area are too much of a joke to mention. They are better than dial-up but, that is not saying much. Their coverage area is also really small.

      --
      "Be particularly skeptical when presented with evidence confirming what you already believe." -
    5. Re:Actually, the time has come... by Anonymous Coward · · Score: 0

      Damn, spotted the spelling and grammar errors after I posted. That's what I get for posting in the middle of the night when I should be asleep. It sucks that you can't edit after posting.

      Posted as AC to prevent mod point trolling.

  47. Lets see by Anonymous Coward · · Score: 0

    Comcast claims that it's method of traffic shaping using fraudulent reasons is legal?

    If a judge does anything but laugh this out of court he should be given shock therapy.

  48. Re:Republicans by Anonymous Coward · · Score: 0

    Interesting but wrong.

    I can get my choice of FIOS or Cable in houses near the apartments I rent.

    The apartments I rent have been bought off by the cable companies. It's really just that simple.

    Before someone says... well go rent something else, you should know that all apartments sell out to a cable company.

    In short, while what you say may be in true in some places, it is not true for apartments.

  49. A long time ago Macauley addresed this thus: by Anonymous Coward · · Score: 0

    ... Second, and more importantly, if they are going to operate as a service provider, they should invest profits into ensuring they are able to be the best service provider they can. But, of course, they don't have to because they don't really compete with anyone so they can be a sub-par service provider who over charge for their service and make stupid amounts of money. ...

    "I believe, Sir, that I may with safety take it for granted that the effect of monopoly generally is to make articles scarce, to make them dear, and to make them bad."

    Comcast is doing nothing to disprove his theory.

  50. Re:Republicans by Dishevel · · Score: 1

    Do you think that things would be no different if local governments were not handing out protected monopolies to cable companies? If the federal government did not begin the telecommunications monopoly? If you want to see more regulation then fine. Do not though make the mistake of thinking that this problem is caused only by a lack of regulations. There may be some blame to spread from existing regulations themselves fucking you in the ass from good ole "Uncle" Sam.

    --
    Why is it so hard to only have politicians for a few years, then have them go away?
  51. Re:Republicans by GooberToo · · Score: 4, Insightful

    Not to mention, the writing on the wall is, if they want the right to be non-regulated despite deep inspection on the data they carry, they clearly are responsible for the data which they carry. Seems they are begging to fall under telephone regulations; which they absolutely don't want. Either they are a transparent pipe or they are going to be held responsible for inspecting, routing, prioritization, and monitoring all traffic they carry. Seems they want to have their cake, eat it, and all the while rape your mother with no price to pay. Hopefully Congress will grant the power to the FCC to remind ISPs the privileges they've already been granted.

  52. Troll-tastic! by R2.0 · · Score: 1

    Aside from the title troll (Cheney? WTF?), your faith in the current administration is almost touching in its naivete.

    Think I'm wrong? It's entirely possible. But consider this - Comcast waited until a change of administration to fight a ruling that went against them. Sound familiar? http://en.wikipedia.org/wiki/United_States_v._Microsoft.

    Everyone here bitched about MS getting off with a slap on the wrist because of the change in administration, replete with details about campaign contributions, etc. Think maybe lightning will strike twice?

    --
    "As God is my witness, I thought turkeys could fly." A. Carlson
    1. Re:Troll-tastic! by Anonymous Coward · · Score: 0

      He pry doesn't have great faith in any administration going antitrust but it seems that democrats are more likely than republicans to take a swing at it. Bush/Cheney raped this country for the 'good' of the corporations so well it nearly bankrupted everyone.

      BTW, you have not been here long if you think a bit of profanity in the title is a troll, oh I see 500k I'm sorry. Why don't you go back and suck on your anime mommy's titties at 4chan.

  53. Re:Republicans by Stevecrox · · Score: 1

    At the end of the day who cares about what political party caused the problem. The real issue is if the current government is capable of solving the problem. Maye the Democrats did de-regulate the industry and cause the current issue. But do the Democrats aknowledge and have a plan on how the fix the mess?

    Take the current credit crunch; a lot of the problems were caused by a short term bonus environment which encouraged excessive risk taking. I'm a lot more interested in hearing a UK party actually come up with a workable regulation system to discourage that, than hearing the Tories take cheap shots at Labour about Brown and Darling's inability to do anything to fix the issue.

    Then again I'm so tired of insulated Westminster politicians out of touch with anything not to do with the City (term describes London's Financial Sector) I'm looking in to see if I can afford to join the Pirate party and stand in my local area. I won't win but maybe the local MP will pay more attention to certain issues.

  54. "Best Effort" by Miros · · Score: 1

    I feel as though many home broadband connections and business connections are really at the mercy of these shenanigans because there are no SLAs or anything like that, everything is "best effort" delivery. The ISP is promising to try to bring you network connectivity, but they are not promising much beyond that.

    I've also been a little afraid of where net neutrality could go. I agree with it 100% in principal, but if congress says that the ISPs cannot essentially shape or prioritize traffic without the approval of the federal government (lets not kid ourselves, that's what it would really end up doing) we could just end up giving the lobbyists even more power over what kinds of content get to our doorsteps. I think the expansion in power behind something like a properly functioning net neutrality law would open the door to the federal government direct restricting the use of things like P2P networks.

  55. Re:Republicans by Old97 · · Score: 1

    Not ALL Republicans are anything but Republicans. However, if you aren't aware that the Republican party makes a lot of noise about how bad government regulation is then you aren't paying attention. It's a key part of their platform. The clear tendency has been for the Republicans to claim to want less regulation and the Democrats to advocate more. Now I question the sincerity and consistency of most of the politicians of both parties, but if you run across Joe Sixpack and he identifies himself as a Republican, ask him what he thinks about "government regulation".

    --
    Very often, people confuse simple with simplistic. The nuance is lost on most. - Clement Mok
  56. Qualification vs. Status by overshoot · · Score: 1

    I would really like to know why you believe they don't qualify.

    They may well qualify -- but in the USA, common-carrier status (at least for telecommunications) isn't automatic. The company has to apply and be granted CC status (which is not without liabilities). Comcast never has.

    And, no, IANAL and can't give you a source.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:Qualification vs. Status by MaerD · · Score: 1

      The company has to apply and be granted CC status (which is not without liabilities). Comcast never has.

      This is not something I was aware of. I also understand not being a common carrier should mean that they can't argue "but we don't know what goes on in those packets", which I understood was the common argument for why ISPs could get away with carrying usenet groups that were more questionable.

      --
      I put on my robe and wizard hat..
    2. Re:Qualification vs. Status by Anonymous Coward · · Score: 1, Informative
    3. Re:Qualification vs. Status by linuxrocks123 · · Score: 2, Informative

      *sigh*, the persistence of belief in this dated misinformation is more than annoying.

      Please see http://www.slyck.com/forums/viewtopic.php?f=9&t=36623

      --
      vi ~/.emacs # I'm probably going to Hell for this.
  57. Insightful? Give me a break! by Frequency+Domain · · Score: 5, Insightful

    One could also make the counter-argument -- that it's the very involvement of government that gives Comcast their monopoly in the first place. Ever ask yourself why you can't just find some investors and start up a cable company to compete with them?

    And the answer is found in Econ 101 - significant barriers to entry (massive infrastructure requirement) and the inefficiency of duplicating expensive infrastructure. It's the same reason that you don't find duplicate toll roads paralleling each other. This type of system naturally gravitates to a monopoly - whoever gets there first has a huge advantage over latecomers, and can drive them out of business by undercutting their prices, after which "hello monopoly pricing!"

    Partisan politics doesn't enter into it until you get one group of people who have as their religion "free market always bad" facing off against another group whose religion is "free market always good". The truth of the matter is that it varies from business to business, product to product. Adjust policy accordingly - if the system has high barriers to entry or increasing returns to scale, regulate it to level the playing field and/or protect consumers. If it has low barriers to entry and decreasing returns to scale, let competitors duke it out in the free market.

  58. oh man... by Anonymous Coward · · Score: 1, Funny

    As a law student who is taking a communications law class fall semester, I must say...

    I think I found a good topic for the required paper...

  59. hmm... 10% by Anonymous Coward · · Score: 0

    Way Off topic, the previous posters signature, but this is a pet peeve. The 10%, for god, people always talk about is but ONE of the THREE tithes in the bible, so three tithes at 10% == 30%. so maybe the government has it right and some people should study their biblical history more. Regards, Yeah Yeah.. I'm a chicken...

  60. Re:Republicans by whoever57 · · Score: 3, Informative

    Comcast forges RST packets and intercept DNS requests using man in the middle attacks.

    To be fair, Comcast does allow you to opt out of the DNS redirection and they processed my request for this quite quickly.

    --
    The real "Libtards" are the Libertarians!
  61. Re:Republicans by toadlife · · Score: 1

    It took two to tango in the late 1990's, as the Repubs had a majority on congress during that time. Deregulation was the thing to do in the 90's. Everyone was partaking in the deregulation kool-aid.

    --
    I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
  62. FCC should sue back using RICO by swschrad · · Score: 1

    Comcast was actively snooping traffic and munging it up. denying it. and conspiring with other companies to block net neutrality. that is racketeering and corruption and organization. RICO. like the mob.

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
  63. Re:Republicans by roguetrick · · Score: 1

    And as much as I'm a card carrying independent and hate the duopoly, they'd be just as wrong.

    --
    -The world would be a better place if everyone had a hoverboard
  64. How to get an article removed/rewritten by Galestar · · Score: 2, Insightful

    Since it is so completely incorrect and misleading. Comcast doesn't do traffic shaping. They send tcpip reset packets.

    --
    AccountKiller
  65. Re:Republicans by JorDan+Clock · · Score: 5, Insightful

    No, that's not fair. Most customers are unaware of these practices. Just because they let people opt-out when they get caught doesn't mean they're justified to any degree.

  66. Re:Republicans by dgatwood · · Score: 3, Insightful

    I've heard that theory put forth by libertarians many times, and it is as wrong now as it has been every other time. There are two very fundamental problems with that theory:

    • The damage that could be done by allowing anybody to spend a few bucks and dig up roads, driveways, and right-of-way areas that the city or homeowner has to pay to repair is nontrivial. The reason for these limits is that installing new cables is a very invasive process for residents. It's not about limiting competition. It's about limiting disruption.
    • Even if you completely opened it up to competition, very few communities would ever successfully have competition.

    That last one bears explaining. A few years ago, I watched a new cable company try to set up shop in a small university town of about 10,000 people. Here's what happened.

    The original cable company is an entrenched business. Regardless of monopoly status, it has been around for years and owns all its own lines. It has no debts because the lines are paid off already. Therefore, its only costs are buying the service from upstream, line maintenance (minimal), handing payments (most of which is done by mail sent to/from a regional office somewhere), and sending people out to connect/disconnect customers and swap out cable boxes. In short, it is largely a cash cow, and has huge profit margins built in.

    The new company has to put in tens or hundreds of thousands of dollars worth of cable, equipment, etc. It now has a huge debt. It also has to compete with the existing cable company. It must either do so by providing more channels or undercutting them on price. Unfortunately, because of the construction debt, it must make a certain amount of profit just to stay in business.

    The result is that the new company undercuts the entrenched company and makes them angry. The entrenched company undercuts them far enough that they cannot compete and still pay off their construction debt. In spite of taking over a third of the entrenched company's business, after five years, the new company is still hemorrhaging money. Thus, it gives up, declares bankruptcy if needed, and sells all of the new equipment to the entrenched cable company. The entrenched cable company then raises rates to make up the money it lost while competing with the now defunct new company, all the while enjoying the lower maintenance costs of the new equipment that it bought for pennies on the dollar.

    And this, my friends, is what inevitably occurs when a business with such huge startup costs tries to compete in a fixed-size market. There is truly no way to prevent this except to take the startup costs out of the picture, either by the government giving a colossal grant to the cable company to cover its infrastructure costs or by the government building the infrastructure to begin with and leasing it out to multiple competitors.

    The only way telecom competition can work is if the infrastructure provider and the data provider are not the same company---if the infrastructure provider leases access to the data provider on a nondiscriminatory basis. The government is an ideal builder of infrastructure because it can afford to build it and run it at cost instead of making a profit. Therefore, the ideal form of telecom competition is one in which the government rolls out the fiber and leases fiber access to half a dozen telcos. Everywhere that has done this has seen incredible competition in the telecom space. Most communities that have not done this have little to no competition even if they are completely willing to allow multiple telcos or cable companies to do business in the area. At best, they have partial competition in which the government forces the incumbent telcos to lease access to the lines (e.g. DSL competition).

    --

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

  67. Re:Republicans by billcopc · · Score: 1

    How about I redirect your car's fuel line to my own tank until you opt-out, huh ? It's fair, right ?

    --
    -Billco, Fnarg.com
  68. A fair way to handle traffic shaping by zmollusc · · Score: 4, Insightful

    It seems to me that if the ISP has the right to shape traffic/ force resets etc, the customer should have the right to shape payments.
    If I sign up for 'up to' 10 Mb broadband, I should be paying 'up to' £Amount per month with the actual amount paid decided by me based on my own criteria, just like the amount of bytes i get is decided by the ISP based on their criteria.
    Let the ISP ring MY 'customer support' (during hours I decide to provide it) to cry about how I have shaped their monetary stream down by 90% from what they signed up for.

    --
    They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
    1. Re:A fair way to handle traffic shaping by Anonymous Coward · · Score: 0

      There is no reason why the customer can't have that right. A bilateral contract is two sided with both sides free to set their own terms and consideration. They are providing a service and you are providing your money. Technically, you both have the right to add any terms you need, but both have to agree (you to their offer or they to yours).
       
      That's the kicker though. They are free to say no to your offer to decide the payment amount based on your criteria just as you have every right to say no to their service and keep your money.
       
      If you've signed up then you already agreed to the terms as written by them.

    2. Re:A fair way to handle traffic shaping by seekertom · · Score: 1

      We pay according to goods actually received...I love it! c'mon over and run for prez! thanks for lis'nin' seekertom

    3. Re:A fair way to handle traffic shaping by freedom_india · · Score: 1

      Pro-rate the payment according to the service.
      Send a certified notice to comcast corporate office stating Your Terms of Service. State that in the absence of any response from Comcast within 7 days, these terms form the modification to the contract you originally have with Comcast.
      This puts comcast on defensive in a court of law when it sues you for full payment.
      Monitor the traffic and speed.
      When comcast sends you a bill for full amount, send a counter-claim in exact same template to concast stating this is the amount comcast must pay for defeciency of service and that you are deducting this amount from the amount you need to pay. Send your bill, and a check to cover the same.
      Comcast will either do two things:
      1) They will close out your account for non-payment.
      2) Send your account to a collection agency.
      Get a justice of peace to sign a judgement against Comcast for its non-payment. At this point, you have served comcast your money.
      Proceed until Small Claims Court and get a default judgement against these morons.

      --
      "Doing what i can, with what i have." ~ Burt Gummer
    4. Re:A fair way to handle traffic shaping by RhadamanthosIsChaos · · Score: 1

      I think this summed up that position fairly well: http://penny-arcade.com/comic/2009/5/1/

      A perfectly valid position, too, IMNSHO

      --
      +++OUT OF CHEESE ERROR+++ REDO FROM START +++
  69. Re:Republicans by Anarke_Incarnate · · Score: 1

    How do we have different companies for other items like phone service? Wait.......I know, we don't. I mean it is not like you can call Verizon and say "Bye, going to AT&T."

  70. Holy CRAP!!!! by ReverendDC · · Score: 1

    This is similar to going to each person's house, looking over their shoulder while they are looking at their morning paper over coffee (does anyone do this anymore), and crossing out articles they don't like with a black marker. Then they turn around and blame the newspaper for it's horrible printing methodology. Censorship is censorship by any definition. The RIAA has already gotten a bunch of people to court by IP address obtained through legal means. There is no need for an ISP to be censoring data in any way, shape or form. Comcast, just stop trying to screw your customer base over. PLEASE! This goes for you, TIME WARNER, as well. AND YOU Verizon. A little for Cox Communications, although they are WAY better than the previous three mooks. I have said it before, but cable companies need regulation like electric, water, and garbage companies. This is what having a virtual monopoly does for your freedoms. The government actually got it right for once. Republican, Democrat, who cares?!?!?! JUST GET IT RIGHT!

  71. Re:Republicans by El+Torico · · Score: 4, Insightful

    Not all regulation is good, not all deregulation is bad; what you need is effective regulation.

    Actually, you need effective regulators. No more kickbacks, incompetence, and laziness.

    --
    In the land of the blind, the one-eyed man is usually crucified.
  72. Re:Republicans by Anonymous Coward · · Score: 0

    Care to back up your assertion with the "real" answer, Steinberg?

  73. Re:Republicans by DrLang21 · · Score: 2, Interesting

    I've seen this before between a medical device manufacturer and the FDA. The manufacturer sued the FDA over some rules they made up and won in court. The FDA responded by sending their most detail oriented auditor they had and cited them on violation after violation until the company went out of business from the cost of dealing with it. I don't know if the FCC has that level of authority over the industries they regulate, but I would not be surprised to see a similar reaction.

    --
    I see the glass as full with a FoS of 2.
  74. Re:Republicans by Ozlanthos · · Score: 1

    Couldn't agree more. My only problem with that reasoning is when the other party is so intent to regulate that we descend into a nanny-state. Worse yet being that in order to provide even a perception of increased safety, the nanny-state has to tax ALL of us (not just the pussy-asses who don't know to jump upon the desk of their "oppressors" and bitch until the situation was rectified) have to be taxed 9-ways-to-Sunday in order to PAY FOR IT!!!!

    -Oz

  75. Re:what are you a moran? :) by kinkozmasta · · Score: 1

    The answer to problems created by government regulation is not more regulation.

    And how do you propose the problem get solved? I see two options: a) Remove the monopolies granted to the cable and other ISPs (I presume your solution) or b) Set up a better system of rules the providers have to play by and actually enforce them. Neither is perfect, but both require government intervention and regulation. There is no way around it.

    In option (a) the government must interfere (again) to "open" up the playing field so to speak. However, it is unclear what that even means. There is only so much pipe to go around (unfortunately). Are you going to let every Tom, Dick and Harry dig holes all over the roads so that every start-up company can own their own infrastructure, so that we can really have a true market place? If not how are you going to allocate the resources? By letting the companies do it? The ones that already took tax payer dollars and would rather buy Disney than spend it on infrastructure improvements? If so what price do they get to sell it for (market value? what's that if they already own all of it?). Leading to the question of why would they even sell it to anyone else? Presumably some rules would need to be set for all these things (who would do that?).

    At least in option (b) the rules are set up front. Theoretically they are more transparent because it's an explicit statement of, "these are the rules", and we would potentially get a say in the process. If politicians say one thing about the rules but do something else at least you can not vote for them in the future. I realize this is a small consolation, but the other alternative is a monopolistic company (again how do you get rid of the monopolies without government intervention?) with control and then you don't even have that option.

    Either way some kind of government regulation, like it or not, would have to be in place, even for a "deregulated" ISP market.

  76. Re:/. Standards by Anonymous Coward · · Score: 1, Funny

    And yet they're veritable geniuses compared to ACs.

  77. Re:Insightful? Give me a break! by Shakrai · · Score: 1

    And the answer is found in Econ 101 - significant barriers to entry (massive infrastructure requirement) and the inefficiency of duplicating expensive infrastructure.

    Neither one of which has stopped the wireless industry from rolling out no less than four different networks across large portions of the United States. That's not even counting the regional players either. Am I supposed to believe that T-Mobile can find it profitable to roll their own network to compete with AT&T and Verizon but some upstart couldn't do the same with cable in my community if the local government would let him try?

    whoever gets there first has a huge advantage over latecomers, and can drive them out of business by undercutting their prices

    What makes you think it's all about price? Verizon has come out and said that they don't intend to compete on price with regards to FIOS. And they don't have too -- many people are perfectly willing to pay the money they are asking for the service they are offering. You wouldn't do business with an ISP that promised not to mess with your traffic and have hours of downtime just because they cost a few bucks more than Comcast?

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  78. Re:Republicans by jcnnghm · · Score: 1

    That's actually a local government problem. In the very republican area that I live in, we don't require ridiculous franchise agreements, so we do have a second cable company which competes against Comcast. In addition to that, we had Fios installed years ago, and were offered TV as soon as it was available, so we can get internet, tv, and phone bundles from three seperate companies. The end result is lower rates, higher speeds, and better perks.

    --
    You don't make the poor richer by making the rich poorer. - Winston Churchill
  79. Precisely. by Moryath · · Score: 5, Insightful

    What Comcast was doing is not, and never has been, "traffic shaping."

    What Comcast did was fraud, the equivalent of stealing the mail out of someone's mailbox or a Fedex/UPS employee walking off with your package.

    1. Re:Precisely. by Anonymous Coward · · Score: 1, Funny

      Actually, I was downloading my WoW updates, you self-righteous douchemonger. If I break the law, either send my ass to jail or sue me. But don't just claim I broke the law when you have no fucking proof, you cum guzzling gutter slut pig whore.

    2. Re:Precisely. by Bigjeff5 · · Score: 1

      ...you cum guzzling gutter slut pig whore.

      Damn, we sure have come a long way from "draggle-tailed guttersnipe", haven't we?

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    3. Re:Precisely. by Anonymous Coward · · Score: 0

      What Comcast did was fraud, the equivalent of stealing the mail out of someone's mailbox or a Fedex/UPS employee walking off with your package.

      So if I were to tell you not to send that letter in the priority mail box that grantees your package next day and tell you to use a mail box that's standard shipping and they'll get it in 2-3 days. That isn't considered stealing because all I did was redirect your package to a slower route rather on a faster one. So I'm not breaking any laws and no one's stealing your package, it's just going a slower path.

      If they were stealing you would have already filed a law suit against them

    4. Re:Precisely. by Anonymous Coward · · Score: 0

      If Comcast was really sending RST to both sides of a connection, they are merely copying what the Chinese already do. I am so proud that America is catching up with the rest of the world.

    5. Re:Precisely. by cyphercell · · Score: 1

      somewhere around here I saw a sig regarding nerd rage...

      indeed!

      --
      Under the influence of Post-Cyberpunk Gonzo Journalism
  80. Re:Insightful? Give me a break! by Chris+Burke · · Score: 1

    Neither one of which has stopped the wireless industry from rolling out no less than four different networks across large portions of the United States.

    Yeah, remember that part where he said you have to view different businesses differently?

    Wireless is very different than cable. Smacking oneself in the face with the obvious relevant ways is left as an exercise for the reader.

    --

    The enemies of Democracy are
  81. Anonymous Coward by Anonymous Coward · · Score: 0

    My immediate thought was to the customer service reps that had to field the calls on this from irate customers, some of whom are probably pretty IP savvy. I used to work for a guy in an IT department that used to tell us to traffic shape (i.e., allow only every third packet) to sites that were somehow threatening to his position. The most glaring example of this little general in action was blocking a site that other departments in our company used to process work orders. Having had to take the calls from level one and two support techs that had troubleshot the issue and had people who said it worked fine from their home connection, while KNOWING that this was being done purposely. . . it was extremely sad. The complicity from level three engineers that willingly participated in this immature and unilateral idiocy was astonishing. But since they didn't have to field the calls from users, it was all just a big joke to them.

    I wonder how much customer support reps knew about this? In either case, how much time was wasted taking people through troubleshooting steps because of something that was done on purpose?

  82. Re:Republicans by Shakrai · · Score: 5, Interesting

    and face it, the Republicans deregulated, deregulated, and deregulated some more. Of course there were exceptions, but on the whole they're mostly for deregulation.

    You won't get any argument out of me that the Republicans fucked up and dug us a hole that will take the better part of a generation to dig out of. I'm just tired of left-leaning partisans wielding the GWB administration as a shield to deflect any and all criticism of the current government. Here's the typical conservation with one of them:

    "I'm worried about the national deficit and how much it's going to rise under Obama."
    "When George W. Bush took office he had a SURPLUS. Then he passed his TAX CUT FOR THE RICH and now we have a huge deficit. Republicans can't claim to be the party of fiscal responsibility any longer"

    Umm, yeah, and how does that relate to my current concerns?

    Not all regulation is good, not all deregulation is bad; what you need is effective regulation.

    I don't have a problem with all regulation. It's clearly called for in some instances. I just don't think it's fair to blame the free market for the likes of Comcast when Comcast isn't operating under anything that remotely resembles a free market.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  83. their business internet is not affected by this... by e40 · · Score: 1

    I got it recently. Yes, it's more expensive (16 Mbps up and 2.5 Mbps down, 5 static ips is $100/mo), but it's much faster than the advertised speed. I get 6 Mbps up, and I have no trouble seeding my torrents.

  84. Re:Four networks? Give me a break! by colinnwn · · Score: 1

    no less than four different networks across large portions of the United States.

    They duplicated infrastructure in densely populated areas because it was financially worth it and capacity was needed. For telecom considerations, wireless has a pretty low infrastructure requirement. In less populated areas, there is a lot of transparent roaming going on. So there isn't really 4 networks across large portions of the US.

    What makes you think it's all about price?

    That wasn't his larger point. A rational incumbent economic actor in a high cap industry will dramatically reduce prices if an interloper tries to deploy a similar product. People will be less inclined to switch and the expected profitability and customer penetration can't be met for the interloper, forcing their withdraw. And for the record, I'd love to pay more for FIOS, or Uverse, or any other high speed option to cable. No company seems particularly interested in serving my neighborhood.

  85. Re:Republicans by TheRaven64 · · Score: 0, Troll
    Why are you finding this difficult to understand. Republicans are evil. Everything that is wrong with the world (not just America, and certainly not just things that they have influence over) is the fault of the Republicans. Or Microsoft.

    Incidentally, am I the only one that thinks a republican sounds like someone who is a publican again?

    --
    I am TheRaven on Soylent News
  86. Re:Republicans by Big+Boss · · Score: 1

    Very few areas have a system like the poster is talking about. Look up the UTOPIA project for one example I am familiar with, though can't get. The government builds the network and leases space on it to all comers for the same prices. In reality, you end up able to choose from many different providers for internet, phone, and even TV. It's working very well. It's much like the government building the roads and charging people to use them via taxes and such. We can choose to have our packages delivered by FedEx, UPS, USPS, whatever. It works well taken on the whole.

  87. Re:Republicans by rantingkitten · · Score: 1

    Are all Republicans opposed to all forms of regulation?

    No, but it certainly seems like a lot of the loudest conservatives (note: not all conservatives are Republicans and vice versa, but people rarely make the distinction, same with liberals / Democrats) are always shouting about limited government, free capitalism, let the free market solve all our problems, and so on. Really, you need only tune into some conservative talk radio to hear these themes ad infinitum -- think Hannity, Boortz, Limbaugh, Cain, Beck, Levin, and whoever else. When your exposure to conservative ideals comes from these guys, it's easy to think that their constant pounding of the Laissez Faire Drum is a huge plank of the Republican platform. Of course, there is some truth in that, but it's not "all".

    It's usually accompanied by lines like "Do you really think the government can do anything right?", but the people asking are usually happy to be protected by a government-run police, fire, and military force, drink from the municpial water supply, drive on state-constructed roads, use cellphones and GPS and other things made possible by NASA, eat food and take medicine knowing it's been inspected by the FDA and they don't need to personally inspect the farm / pharmacy, live and work in buildings that won't collapse because they've been built to government-approved codes, and so forth. Seems a strange position to take, if you ask me.

    Okay, tangent over. Back to our regularly-scheduled slashdot.

    --
    mirrorshades radio -- darkwave, industrial, futurepop, ebm.
  88. Re:Republicans by CannonballHead · · Score: 1

    I agree, I think certain things are definitely the fault (whether good or bad) of parties. And some the fault of both, and some the fault of neither.

    But the knee-jerk reaction for any "bad" thing is "It was the previous President"/"It was the other party"/"It was the previous Congress." .. presuming, of course, your party is not the one in control previously :)

  89. Because that's how utilities work. by Estanislao+Mart�nez · · Score: 1

    So the argument you are offering is "everyone else does it"?

    No, that is not the argument, that is the consequence of the argument.

    Public utilities of all kinds oversell their capacity: telephone companies, ISPs, the power company, the roads, water service, etc. Why? Because, as GP said, given that most people aren't using it all the time, the most efficient use of resources is to build just enough infrastructure to provide decent service most of the time.

    1. Re:Because that's how utilities work. by petermgreen · · Score: 1

      From most utilities we first world citizens expect good service more than just "most of the time". The power companies don't make judgements that your computers are more or less important than my electric shower. Despite this loss of power due to overloading is extremely rare in most first world countries because the power company has a good idea of the demand at a given price point and invests in sufficiant infrastructure to cover that demand.

      The real problem is that the ISPs have advertised and sold unlimited internet at prices that don't come close to paying for someone to really use their link at maximum a significant proportion of the time.

      You will notice that roads have a similar problem for similar reasons. The roads at rush hour get congested or even gridlocked because rather than selling the limited space to those who can afford it they make it a free for all.

      If you are going to have traffic shaping it should be up to the customer which of thier traffic they want to pay high priority prices for and which of thier traffic they want to send on the slack capacity, not based on a value judgement of thier content by the local monopoly/duopoly communication providers.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    2. Re:Because that's how utilities work. by Naturalis+Philosopho · · Score: 1

      If you are going to have traffic shaping it should be up to the customer which of thier traffic they want to pay high priority prices for and which of thier traffic they want to send on the slack capacity, not based on a value judgement of thier content by the local monopoly/duopoly communication providers.

      While I agree in principle with this statement, it falls down in practice due to the fact that the internet's value comes not only from having your traffic prioritized the way that you want it but also by having the people with whom you're communicating having speedy connections as well. If they aren't configured exactly the way that you want them to be, then your connection with suffer as well if you're both being shaped by different priorities. The only way to maximize the speed/value equation is to build out enough bandwidth that prioritization becomes a marginal factor. Most of us here know how cheaply that can be done and therefore don't feel that we need to resort to tiered plans/individual prioritizations to get what we've already paid our tax dollars to get anyway. Remember, that 100Mbs plan from Verizon costs them the exact same amount to deliver as their 40Mbs plan does. People are already paying for higher max theoretical bandwidth, I see no reason other than corporate greed as to why we should pay again to have our packets delivered in a timely fashion no matter what tier we're on.

  90. Re:Republicans by Anonymous Coward · · Score: 0

    Republicans also killed Jesus.

  91. Re:Four networks? Give me a break! by Shakrai · · Score: 1

    For telecom considerations, wireless has a pretty low infrastructure requirement.

    And? The cable company doesn't have to write a check with nine zeros on it to the US Treasury in order to establish themselves. Not having worked for the accounting department at AT&T or Comcast I can't attest as to which one is more expensive but I'd wager that whatever money the wireless carrier saves by not having to string wires is offset by the amount of money that they had to pay to obtain licenses for the frequencies that they operate on.

    So I would again ask why it's necessary for local Governments to guarantee a monopoly to the likes of Comcast and Time Warner? If the barrier to entry is as high as you say it is then why do the cable companies willingly operate under such a system? Do they enjoy paying franchise fees or do they get something out of the arrangement?

    A rational incumbent economic actor in a high cap industry will dramatically reduce prices if an interloper tries to deploy a similar product.

    Such behavior may very well be illegal and would seem to be easier to address than the clusterfuck that we have now. In any event that doesn't directly answer the question -- why is government complacent with the cable monopoly? They don't (at least in my area) franchise the power company or the telephone company. Only the cable company is singled out for this treatment. Why?

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  92. Re:Republicans by dgatwood · · Score: 1

    We kind of do have that ability in the wireless world. The big difference is the infrastructure cost. You can drop one cell tower for $75,000-$200,000, depending on location, and it can potentially service a 25-30 mile radius. If you stick it on the roof of a building, you can have it up in days. In rural areas, fiber is going to cost you on the order of $16,000 per mile, so if you have one customer at the edge of that 30 mile radius, it's going to cost half a million dollars to reach that one customer. It's easy to see why having multiple wired providers has a lot more trouble with infrastructure costs than wireless, and even with wireless (where competition is theoretically allowed everywhere), there are still many places that are not covered by all of the major wireless providers, and some places that are not covered by any of them....

    This just further illustrates why the government should build out wire line infrastructure. If companies want to augment that with their own, fine, but municipal infrastructure should be ubiquitous instead of just being in a handful of cities and towns as it is now.

    --

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

  93. Re:Republicans by Kagura · · Score: 1

    Sometimes you fill up your tank too much and gasoline falls on the ground, or else Comcast can install a drain on the ground without your permission to catch this gasoline. Then they try to sell it back to you. That's a better analogy... You got a 404'd domain so you weren't going to get anything anyway. Comcast is making a potential sale by offering to sell you the domain that didn't exist anyway (gasoline that wouldn't have been used anyway because it was on the ground).

  94. Re:Republicans by brkello · · Score: 1

    Uh, Dems really don't. The number may be 60, but not all of those can really be considered Democrats. Unless it is ok that they talk and back a Republican candidate during the RNC.

    --
    Support a great indie game: http://www.abaddon360.com
  95. Re:Republicans by Shakrai · · Score: 1

    No, but it certainly seems like a lot of the loudest conservatives (note: not all conservatives are Republicans and vice versa, but people rarely make the distinction, same with liberals / Democrats) are always shouting about limited government, free capitalism, let the free market solve all our problems, and so on.

    If you tune to some of the loudest leftists (note: not all leftists are Democrats and vice versa) you will hear them shouting things that would have made Karl Marx cringe. The rich only got rich on the back of the poor, Wall Street is responsible for every single thing that goes wrong in this country, "General betray us", etc, etc, etc.

    When your exposure to conservative ideals comes from these guys

    Do you judge liberalism by the likes of Michael Moore? No? Then why judge conservatism by the likes of Sean Hannity and Rush Limbaugh?

    It's usually accompanied by lines like "Do you really think the government can do anything right?"

    Can it though? In my area we have a mixture of private garbage collection and municipal. Some communities have municipal service and some have private service. Follow the two trucks around for a few minutes one day to see the difference between the private sector and the public sector. The private guys haul ass -- the municipal guys prod along and are lucky to cover half the ground that the private guys do. You know what makes it even more pathetic? The muni guys are paid nearly three times as much.

    but the people asking are usually happy to be protected by a government-run police, fire, and military force, drink from the municpial water supply, drive on state-constructed roads, use cellphones and GPS and other things made possible by NASA, eat food and take medicine knowing it's been inspected by the FDA and they don't need to personally inspect the farm / pharmacy, live and work in buildings that won't collapse because they've been built to government-approved codes, and so forth. Seems a strange position to take, if you ask me.

    I don't think it's strange at all. Some of what you just listed could be accomplished more efficiently by the private sector (municipal water). NASA didn't set out to deploy GPS -- it set out to keep us competitive with the Russians. It's great that we got some civilian applications out of that investment but don't kid yourself into thinking that's why we spent the money.

    As far as the FDA goes, I don't trust them at all and many people would argue that they've done more harm than good. They've turned the process for approving new drugs into a bureaucratic nightmare and have denied dying people the right to take experimental medicines even though they are fully aware of the risks of doing so. Given the events of the last few years I think I'd trust an organization like the Underwriters Laboratories more than Uncle Sam. My UL approved outlet and appliances have yet to burn my house down. My FDA approved peanut butter and drugs on the other hand....

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  96. Re:Republicans by brkello · · Score: 1

    Uh, this is Slashdot. If anything, it has conservative leanings. Really, Libertarian, which has things in common with both sides, but tend to come off as more conservative on this issue. So I really doubt he is pandering...probably trolling. If you wanted to pander to the left, you would be posting on digg.

    --
    Support a great indie game: http://www.abaddon360.com
  97. Re:Four networks? Give me a break! by colinnwn · · Score: 1

    So I would again ask why it's necessary for local Governments to guarantee a monopoly to the likes of Comcast and Time Warner? If the barrier to entry is as high as you say it is then why do the cable companies willingly operate under such a system? Do they enjoy paying franchise fees or do they get something out of the arrangement?

    I don't agree with the local monopoly of cable companies, but I understand how it came about. It was considered the same as a utility. At the time building distribution infrastructure was one of the most capital intensive industries out there. Now maybe wireless licensing is more expensive than stringing cable overhead. But I think you answer your own question. They know the approximate rate of cable adoption, and they can manage the costs of buildout and franchise fees, in exchange for the monopoly market. Companies don't like it when you move their cheese, unless they feel like you are replacing it with something cheesier.

    why is government complacent with the cable monopoly? They don't (at least in my area) franchise the power company or the telephone company. Only the cable company is singled out for this treatment. Why?

    Well until recently electrical companies had monopolies in TX, and until not terribly long ago local landlines did too, in a state with a raging pro-market Republican/Libertarian bent. I'd say it is probably just a matter of more effective lobbying by the cable company to your local government.

  98. Re:Republicans by Anonymous Coward · · Score: 0

    Sure, I can ask that. It's very fucking simple.

    "Can I get a group of people together and busy myself with working out an individual agreement with every last land owner in the area such that I could run my own cable lines through their property?"

    "Is it feasible?"

    "Oh, crap, no, it will cost a fucking fortune."

    It's only by government that the very possibility of having water lines, power lines, and telecommunication lines that any of us could have any of it; all it would take is a bunch of greedy bastards who, within their clear right to do so, decide that they won't sell access to their property without vast sums of money.

    The end.

    (But oh, that's right, we have to ignore the good government can do because there's no way it could ever do things better than the private sector, which has an absolutely sterling record over the years).

  99. Fascists by Anonymous Coward · · Score: 0

    What do you mean by "more proof?" Maybe you will find proof some day and convince me. But Government regulation (cable franchises) caused this problem. I understand you're saying that government can solve the problems that it created (I'm skeptical that it can solve it, but let's assume you're right), but I think that if you don't use government to create the problem in the first place, then you don't need government to solve it.

    Without government, this problem doesn't exist. Do we get some other problem, which then makes us go begging government to solve that too? Maybe. But nobody has shown that.

    And yes, the Republicans and Democrats love to give us the worst of both worlds: have government create a problem and then don't solve it. I understand your anger. I think you are right to flame Republicans (though why you left that other party out of your flame, I'm not sure). So star voting against them for a change! Voting beats internet flames every time. The Clinton/Bush/Obama years can end, if we choose, but people have fucking got to start voting. McCain and Obama totally dominated the last presidential election, and that reflects very poorly on people's pretenses of unhappiness. When push came to shove, everyone agreed: 4 more years of the same, please.

  100. Re:Republicans by dougisfunny · · Score: 1

    We did not invent the Republicans. The Republicans are from Jersey. The Republicans are constantly finding Jeeves.

    --
    This is not the funny you're looking for.
  101. Re:Republicans by Anonymous Coward · · Score: 0

    RICO!!!

  102. Re:Republicans by DigiShaman · · Score: 3, Interesting

    To be fair, Comcast does allow you to opt out of the DNS redirection and they processed my request for this quite quickly.

    Same here, I opted out (via modem's MAC address) and had my request processed in just a few days. It still doesn't make it right however.

    What's next? pop-up Ad/Tracking software that runs in the system tray? And if there is little to no software activity running, it kills your connection until it's re-established? I mean, at what point do the ISPs start treating our connection as though it's only to be used for entertainment purposes? Screw what the Internet was *supposed* to be used for. You use it how we say you use it Mr-Mindless-Zombie consumer you!

    --
    Life is not for the lazy.
  103. Re:Republicans by aaandre · · Score: 1

    Divide and conquer is the main reason for having a two-party duopoly.

    As long party fans's energy is focused against the other party (and fans), their "teams" can do whatever they want.

    Circus for the people, unlimited power for the powerful (true fact: no accountability == unlimited power).

  104. Anon by Anonymous Coward · · Score: 0

    ROLFMAO! You know I worked for an ISP when the Net Neutrality bill was introduced. I tried to get as many people knowledged in the facts and what it would do. Now that Net Neutrality didn't pass it was only a matter of time before something like this came up. Oh and BTW Comcast will win this. The Net Neutrality bill did not pass, and would never have passed based on the Bill that it was sneakly pushed into. I can not find a link to the original bill though.

    http://en.wikipedia.org/wiki/Network_neutrality

    http://www.savetheinternet.com/

  105. Re:Republicans by Khyber · · Score: 2, Insightful

    No, the duopoly IS at fault, here. Our founding fathers specifically warned AGAINST letting the democratic system devolve into a two-party system.

    Once it came down to Republicans and Democrats as the majority parties, America started going to shit. It's always white or black, no shades of grey.

    --
    Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  106. Re:Republicans by Khyber · · Score: 1

    I live in an apartment.

    I have Verizon, Earthlink, Comcast and Time Warner Cable options available to me for internet service.

    What the fuck are you talking about?

    --
    Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  107. Re:Republicans by adolf · · Score: 0

    [citation needed]

  108. Re:Republicans by skine · · Score: 1

    The Republicans are constantly finding Jeeves.

    I thought the Al Gore rhythm killed Jeeves.

  109. Re:Republicans by b4upoo · · Score: 1

    And look which party is trying to stop national health care. There is no defense of the Republican party. The very notion that they are willing to let people die so that they might feel a bit more secure makes me want to get a rope. As for Comcast I want to set those creeps on fire before I hang them. Give me band width or give me death!

  110. Re:Insightful? Give me a break! by b4upoo · · Score: 1

    Nations are exactly the same. Whoever gets a technology edge first can gain total control and keep other nations in poverty forever. The New World was a huge store house of natural resources and the second great advantage was a low population count. Given that edge we could kick other nations around for a couple of centuries. But now the great store house i not full, the population is way too large, and worse yet we no longer have the habits that cause great scholars to prosper. Other nations now have greater wealth, high quality scholars and worse yet are used to suffering a bit to get the job done. We are in deep trouble.

  111. Re:Republicans by rpgdude · · Score: 0

    My memory is a little hazy but I'm pretty sure he was a Democrat who had a fondness for cigars and centrist (some would say "corporatist") domestic policy.

    My memory is a little hazy too but I'm pretty sure Newt Gingrich is a Republican.

    http://en.wikipedia.org/wiki/Telecommunications_Act_of_1996

    I didn't realize he liked cigars.

  112. Re:what are you a moran? :) by Attila+Dimedici · · Score: 1

    a) Remove the monopolies granted to the cable and other ISPs (I presume your solution) or b) Set up a better system of rules the providers have to play by and actually enforce them.

    What makes you think the new, expanded rules will be better, they will just concentrate more power in the hands of the people who screwed it up in the first place.

    In option (a) the government must interfere (again) to "open" up the playing field so to speak.

    No, all the government has to do is allow competitors in. If you want to put in wires or cable or fiber optics, you need to get permission from whoever owns the land. If the incumbent has wires or cables or fiber optic in public right of way, you can put wires or... there too. If you need to dig, you need to put things back the way they were when you started.

    At least in option (b) the rules are set up front. Theoretically they are more transparent because it's an explicit statement of, "these are the rules", and we would potentially get a say in the process.

    You mean like those bills in Congress that it is "unreasonable" to expect Congressmen to read and understand before they vote on them?

    --
    The truth is that all men having power ought to be mistrusted. James Madison
  113. Re:Republicans by Dragonslicer · · Score: 1

    if you run across Joe Sixpack and he identifies himself as a Republican, ask him what he thinks about "government regulation".

    Then ask him why he thinks what he does. See if he has an answer other than "because Fox News says so".

    Of course, it should also be noted that there are plenty of Democrats whose only reason would be "because Republicans are evil". Blind allegiance without rational thought is in no way monopolized by any one group.

  114. Re:Republicans by horatio · · Score: 1

    Comcast forges RST packets and intercept DNS requests using man in the middle attacks.

    This is where my problem is - Comcast is committing fraud by doing this and then denying/obfuscating/lying to their customers about it. I don't necessarily think new laws or regulations are the answer. I think we should prosecute them under existing fraud statutes. Blaming your customer or their personal equipment when they call and complain that things aren't working, knowing full well the customer's equipment is not at fault? This is fraud. I'm a libertarian who thinks we have too much government. But the moment you as an individual intentionally mislead, attempt to defraud, or otherwise deceive a party to which you have an agreement or contract, I expect you to be prosecuted and pay dearly for this.

    I believe this especially when it comes to situations like Comcast where they have a significant portion of knowledge about the technical details of the network that is not accessible to the vast majority of their customers. Comcast uses this divide in the knowledge and technical skill to mask their activities and further the deception.

    --
    There is very little future in being right when your boss is wrong.
  115. Re:Republicans by Dragonslicer · · Score: 1

    Do you judge liberalism by the likes of Michael Moore? No? Then why judge conservatism by the likes of Sean Hannity and Rush Limbaugh?

    I'm pretty sure that was the point. If you judge a group by the loud and obnoxious extremists, you greatly mischaracterize the majority of the group. Not all conservatives or Republicans are insane or drug-addled, and not all liberals or Democrats are annoying, whiny asshats.

  116. Re:Republicans by Dragonslicer · · Score: 1

    take medicine knowing it's been inspected by the FDA

    I'm pretty sure Limbaugh is quite appreciative of the FDA.

    Sorry, I couldn't resist.

  117. Re:Republicans by Dragonslicer · · Score: 1

    From a certain perspective, it makes sense though. There's a limit to how many wires you can run in to everyone's homes. Having a different company close off and/or tear up your street every month to place new wires isn't feasible either. Because of these limitations, it's pretty much impossible to have anything close to a free market in telecommunications service. Whether or not governments handled it well in the first place is definitely debatable, but like other infrastructure elements such as roads and sewers, a certain amount of government control is the only reasonable outcome.

  118. Re:Four networks? Give me a break! by Shakrai · · Score: 1

    But I think you answer your own question. They know the approximate rate of cable adoption, and they can manage the costs of buildout and franchise fees, in exchange for the monopoly market.

    And you don't think that cable network would still be expanded even without the benefit of the monopoly? In the modern era where people want high speed internet access and 200 channels to zone out with? Somehow I suspect someone would be there to service that market even without the promise of a Governmental monopoly. Whatever arguments could have been made for it in the past don't really seem to apply to the modern world.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  119. Re:Republicans by Tuoqui · · Score: 1

    Yeah...

    The FCC should just do what the rest of the government does and invoke Sovereign Powers junk that lets them say 'Sorry you cant sue the government'.

    --
    09F911029D74E35BD84156C5635688C0
    +2 Troll is Slashdot's way of saying groupthink is confused
  120. Re:what are you a moran? :) by kinkozmasta · · Score: 1

    No, all the government has to do is allow competitors in.

    That is called government regulation. There is a limited amount of resources. Who are they going to let in? How much do they get to buy in for? How are they going to take away the bandwidth/infrastructure that the current ISPs already have? What are the new rules that they all play by now? No rules? Who's going to stop the richest player from buying everything up and become an even worse monopoly?

    you need to get permission from whoever owns the land

    In most cases this is the government. In the cases it's not, what happens when one individual or small group owns a critical piece of land and only allows Big Monopoly with lots of money through?

    If you need to dig, you need to put things back the way they were when you started.

    And what about all the major roads and public areas that laying these cables will displace while they are being put in? Are you just going to allow them to be torn up any time a new competitor wants in? How will people get to work?

    You mean like those bills in Congress that it is "unreasonable" to expect Congressmen to read and understand before they vote on them?

    What's your point? Regardless of whether a member of Congress understands what he/she votes for is irrelevant. If you don't like what they propose or vote for you can cast your own vote to replace them. While most of your options may not be appealing you at least have the option, unlike under corporate control. Have you tried voting Comcast out of your neighbourhood lately?

    Cable just isn't the type of thing you can have a "free" market on. Large portions of the cable must be placed on public property and the inconvenience to everyday activities is too great to allow anyone access to tear up the land whenever they want. The government has to be involved. Sticking your head in the sand and wishing it would go away won't solve the problem.

  121. Re:Four networks? Give me a break! by colinnwn · · Score: 1

    And you don't think that cable network would still be expanded even without the benefit of the monopoly?

    No, they would. After a sufficient period of having a hissy fit, stopping all investment, threating that their service would degrade because they couldn't possibly eek out a profit with competition, once they decided the local politicians weren't going to give in, and they would have to compete for customers, they would start expanding again. Perhaps even faster once real competition shows up on the scene.

    You will need some regulation to prevent companies from coming in and abusing the public right of way. Perhaps both legacy and newcomers will need to pay right of way fees to keep it under control.

  122. Re:Four networks? Give me a break! by Shakrai · · Score: 1

    You will need some regulation to prevent companies from coming in and abusing the public right of way. Perhaps both legacy and newcomers will need to pay right of way fees to keep it under control.

    Hey, I've never said that some regulation isn't required. You just have to be weary of regulatory capture that results in companies like AT&T abusing the right of way with the full force of the law backing them up. To me the ideal balance would be somewhere between "you must negotiate with each landowner over the placement of each utility pole" and "we can put whatever we want on your property and your only choice is to bend over and take it"

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  123. Re:Republicans by Anonymous Coward · · Score: 0

    It's also likely in violation of US Patent 6044402. As long as we're going to have such silly patents, we should at least punish Comcast with them.

  124. Re:Republicans by Anonymous Coward · · Score: 0

    YES! The FCC chairman who went after Comcast was a Republican. His name is Kevin Martin and he was one of the few (the only?) good things Bush did. Kevin liked to fight for the consumer NOT for big business.

    Sadly he resigned when Obama was elected.

  125. If they oversell too much, by falconwolf · · Score: 2, Insightful

    their service will suck and customers will flee.

    Not if that's the only choice for broadband. In most places people do not have a choice whom thy get broadband from. They either get it from a monopoly or they don't get broadband.

    If they go over 10%, though, they're throwing money down the drain.

    You're missing a key word here, specifically an adjective. That adjective being "taxpayer", which modifies "money". Taxpayers gave cable and phone companies $200 Billion in subsidies to build out broadband. But all these businesses did was pad their bottom lines, line their pockets.

    Either they deliver what they were paid for, or they return the money and get out of the way of those who will provide what they refuse to.

    Falcon

  126. Re:Republicans by seekertom · · Score: 1

    "Why are you directing this at Republicans when Democrats have a veto and filibuster proof control of the entire government?" For my 2 cents... ALL govt activities are the results of BOTH PARTIES working in collusion (hope that's the right word). NOTHING is ever done in dc unless BOTH PARTIES want it, in spite of how they try to play the blame-card for the public's consumption. America will be a far better place when we ALL recognize this and do something to change it, like maybe firing all the players and starting up a new team! thanks for lis'nin' seekertom

  127. Re:Four networks? Give me a break! by colinnwn · · Score: 1

    Personally I would like the local government be required to obtain and maintain right of way poles and underground ducts, and they have authority to approve right of way use, and police abuse of the right of way between landowners and utilities. Approving use can be required to be done in a fair and non exclusionary way.

    I sure don't want non essential utilities able to have any en-masse control of right of way acquisition. There's virtually no way to prevent abuse.

  128. Re:Republicans by roguetrick · · Score: 1

    The statement I replied to was a black and white statement. The Party system has certainly NOT created every problem the government has.

    --
    -The world would be a better place if everyone had a hoverboard
  129. Re:Republicans by roguetrick · · Score: 1

    Don't got it, but I know parliamentary systems experience many of the same problems. Breaking the duopoly is no panacea.

    --
    -The world would be a better place if everyone had a hoverboard
  130. Re:Republicans by phoenix321 · · Score: 1

    No, I ask Joe Sixpack about the government upholding binding contracts between any businesses or private persons or punishing those who constantly violate the rules.

    A company that sells Internet access and made a contract with Joe Sixpack damn well needs to enable him to access the Internet, not "The Web", not "authorized websites run by trusted partners" but the thing they promised in ads and contracts.

    That is no regulation but fraud prevention. And IF they have it in long legalese on page 35 of their 60-page "acceptable use terms agreed upon after reading the first letter", it's still fraud, because a reasonable person, a group of peers if you will, probably thinks that, too.

    And I seriously doubt Joe Sixpack will make a liberal argument for the right to scam. Honest contracts for trivial services don't have 30 pages in arial-condensed 4pt and honest contracts don't include clauses that make the other contract partner puke or clench their fists. As I don't drink beer, I can only guess what Joe Sixpack thinks about it, but I have the impression that honesty, truth and fair-pay-fair-service are pretty high on his list of priorities.

  131. The Economist by falconwolf · · Score: 1

    IMHO, we really need to start talking about taking away cable and in some places fiber monopolies.

    The Economist, a pro-free-market newsmagazine, proposed something like that recently:

    Thanks for the link, I missed that issue.

    The "Economist" is a Free market, and liberal (libertarian in the US), publication which is why they may propose that. Cable, and fiber, owned by the same company that offers the service it is capable of is a monopoly and opposes free markets.

    Falcon

  132. I don't think broadcast stations have monopolies, by falconwolf · · Score: 1

    really

    Really they do. Where I live channel 9 is a Fox station and I can not broadcast on that frequency. Or any other frequency for TVs, without paying millions of dollars to buy a license, if anyone will sell me theirs.

    Since they have to get their broadcast feeds from the networks, it's hard to imagine the networks granting more than one station franchise

    That does not matter. I couldn't start broadcasting even if I wanted to make my own shows. Since I used trains and model railroads before I will again. If as a model railroad enthusiast I wanted to start a model railroad channel and broadcast it, I could not legally without a license. Forget the equipment, that's pretty cheap, the cost is in the license. And the scarcity is an artificially imposed one [pdf].

    Falcon

  133. Re:their business internet is not affected by this by angelbunny · · Score: 1

    You mixed up and down. (so you know)
    Also, the reason you're getting more is because 1 to 3 weeks ago (depending on your area) comcast upgraded the entire countries speed tiers. The normal 8/1 is now 16/2 (basic home internet) at $45 a month. They also added a cheaper tier which is like 1/384 or something of that nature. The top tier is now 50/10. So if you where paying for 16/2 then you're probably now paying for approx 24/5 but I do not have the exact speeds memorized.

    If I was you I'd switch from the business line to the 50/10 for the same price. The only difference between retail and business is 1) business has better tech support on the phone and 2) static IPs. Business users are also suppose to get priority above home users but the truth is the type of modem you have decides priority in the end so someone currently paying for 50/10 which requires a docsis 3.0 modem will have higher priority than a business 24/5 user with a docsis 2.0 modem. If you switched to a docsis 3.0 modem for your business line then your priority would be same or greater than the 50/10 user. However, even in the most congested of areas with the new docsis 3.0 network changes you should never see a slowdown currently.

  134. health care by falconwolf · · Score: 1

    In every other country with a single payer system, you just go to a doctor and get treatment. In most countries you don't even have to fill out any paperwork. And they pay about half of what we do, and have the same life expectancy.

    And there is rationing as well as waiting periods. "When Canadian Member of Parliament Belinda Stronach needed breast cancer surgery herself in 2007, she went to a California hospital and paid cash." "When Robert Bourassa, the premier of Quebec, needed cancer treatment, he went to the US to get it."

    If Canada's health care is so great why are Canadian members of government coming to the US for surgery?

    Meanwhile here in the US I as a student with no insurance had an accident and was Medivaced by helicopter from the accident scene to the hospital. I spent about a month in the hospital, some of that tyme in a coma. I was then transfered to a rehab house where I lived several more weeks. Afterwards I went to the hospital I was originally taken to for therapy twice a week for several more weeks. All together my medical bills, which none of the medical personnel or facilities were guarantied to be paid for, came to more than $120,000. Despite not being able to pay I got all that medical care anyway.

    Falcon

    1. Re:health care by Anonymous Coward · · Score: 0

      In every other country with a single payer system, you just go to a doctor and get treatment. In most countries you don't even have to fill out any paperwork. And they pay about half of what we do, and have the same life expectancy.

      And there is rationing as well as waiting periods. "When Canadian Member of Parliament Belinda Stronach needed breast cancer surgery herself in 2007, she went to a California hospital and paid cash." "When Robert Bourassa, the premier of Quebec, needed cancer treatment, he went to the US to get it."

      If Canada's health care is so great why are Canadian members of government coming to the US for surgery?

      And there isn't rationing in the US right now? The difference is that Belinda Stronach would have gotten the surgery in Canada in a medically useful time-frame (perhaps not as soon as she wanted though), but a US citizen without either health insurance or money to pay out-of-pocket wouldn't be able to get the surgery. Unless of course they were on Medicare or Medicaid, but I suppose you would be against the very existence of such programs. Unless there was some specific treatment that wasn't available in Canada, but was available in the US (unlikely but possible) the same could be said for Robert Bourassa.

      Oh and by the way, both of them could have done the same thing by going to the UK instead of the US. The UK has private for-profit healthcare providers, as well as a government-run system. Most probably, the main reason why they didn't go to the UK has to do with the difference in travel costs, not the difference between the level of medical care in the US and UK.

      Meanwhile here in the US I as a student with no insurance had an accident and was Medivaced by helicopter from the accident scene to the hospital. I spent about a month in the hospital, some of that tyme in a coma. I was then transfered to a rehab house where I lived several more weeks. Afterwards I went to the hospital I was originally taken to for therapy twice a week for several more weeks. All together my medical bills, which none of the medical personnel or facilities were guarantied to be paid for, came to more than $120,000. Despite not being able to pay I got all that medical care anyway.

      Falcon, the treatment was provided to you wasn't because of "The Market". It was provided to you because hospitals are required by law in the US to stablize and treat emergency cases until hospitalization is no longer medically required, regardless of the of the patient to pay. If that wasn't a legal requirement, many hospitals wouldn't have let you on their property, as few modern hospitals are non-profit.

  135. Just give me internet then leave me be... by kulawend · · Score: 1

    All I want is unlimited, unrestricted, fast, and reasonably priced internet. Why can't any of these ISPs just give that to me and then leave me be so I can use the internet in peace? Why must my ISPs continually screw me until year/s later when the contract is finally over?

  136. Re:Republicans by Burpmaster · · Score: 1

    No this has nothing to do with government regulations it has to do with the business practices the business is doing. Which is why the FCC stepped in.

    You're right! We don't need no stinkin' government regulations. We just need to make sure the government regulates business practices. While we're at it, let's keep government out of our Medicare!

  137. Re:Republicans by Burpmaster · · Score: 1

    I think you missed the point. He clearly was referring not to politicians, but to all the ordinary "government is the problem" Republican-voting citizens. This is an example where regulation is a good thing. Something those people should take note of. Nothing a Democrat did will disprove that point.

  138. Re:Republicans by NotBornYesterday · · Score: 1

    National healthcare as proposed is not the best option, and we shouldn't adopt it here in the US because it would bankrupt us. There are better alternatives that keep costs minimal while ensuring good care, which is a big part of the question. It would be less problematic to have taxpayers subsidize the uninsured if the cost of doing so were lower, and the government-sponsored option coexisted with the private sector. Now if you really want to cut healthcare costs, support tort reform. Both Dems and Repubs are to blame for lack of progress there (that's what happens when you have a government full of lawyers, elected by lawyers' money), although Repubs are the the biggest opposition.

    --
    I prefer rogues to imbeciles because they sometimes take a rest.
  139. Don't read me I'm not relevent by Anonymous Coward · · Score: 0

    They are assholes yadda yadda....

    What I want to know is assuming they get away with screwing me and mine on the whole, is there a way to choose which of my tabs are taking up my bandwidth how much in what priority? Is there a way to cap bandwidth locally on my machine for a browser or a a torrent client? Nothing to hoity toity just trying to let my "perfectly legal" streaming content get brought to my machine slowly whilst my browser is other places.

  140. Re:their business internet is not affected by this by e40 · · Score: 1

    I have DOCSIS 2.0. 3.0 is not in my area yet. Will be by the end of the year. I already checked with several people, including the install guy.

  141. Re:I don't think broadcast stations have monopolie by ari_j · · Score: 1

    If your inability to broadcast on channel 9 means that your local Fox station has a monopoly, then the butcher shop at 108 W. Main has a monopoly since I can't open my own butcher shop at that address.

    Your inability to afford a license to broadcast is perhaps a valid criticism of the regulation framework that exists, but it does not mean that there is a monopoly on broadcast television any more than the barriers to entry for pharmacy, including licensing, mean that the place across from my office has a monopoly in the field.

    You really aren't describing a monopoly at all, is the point. You're describing things that may be worth complaining about, but nothing truly exclusive.

  142. Re:their business internet is not affected by this by natehoy · · Score: 1

    I contacted the local Comcast office about going with a commercial account back when I telecommuted. I figured I'd get the Business account and get better speed, since the best of the Residential accounts is limited to an advertised 256K up which is really closer to 120K in reality.

    I could have really used the speed for telecommuting. Even with a traffic-shaping-capable router, trying to upload a >1MB file while on my Vonage line took upwards of a half hour, and sharing my desktop was pretty much impossible even if I dedicated my Internet connection to it.

    Comcast told me they wouldn't sell me the contract because I'm in a residential-zoned area. Customers in residential areas are limited to residential accounts.

    I'm currently on their $50 3MB plan. I could spend an extra $15 a month to go with 5MB download, or an extra $25 to go to 7MB, but I've still got the same anemic upload speed and the 250GB/month cap. So I fail to see the point of those plans - 3MB down is really more than I need even when watching YouTube.

    DOCSIS 1.1 is the only standard they technically support unless you rent one of their cable modems ($10 a month). You can GET a DOCSIS 2.0 modem on your own, but they won't recommend any brands that work with their Axxis gear, and they won't state whether even the major brands will negotiate a DOCSIS 2 connection with them.

    I'd go with a competitor, but Comcast has none, or at least I've not been able to get a clear answer out of FairPoint as to whether DSL is available here (they seem to be imploding after purchasing all the landlines up here, and asking them a question is almost as productive and pleasant as using a Magic 8 ball while being pummeled with a baseball bat).

    Having said all that, Comcast has been really great here about maintaining really good latency. Their predecessor, SusCom, obviously built out a good backbone. And I understand that to some extent the fact that their bandwidth sucks contributes to the fact that they can keep latency low.

    --
    "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  143. this sucks by Anonymous Coward · · Score: 0

    Right then lets put it like this

    How many pissed off users of Comcast are SHAREHOLDERS of said company quite a few i would wager then the answer is rather simple
    Withdraw your stake in the company ie drop the shares flog them back to Comcast for MORE than you paid if enough people do it the effect will be felt in the required places

  144. Re:Republicans by Anonymous Coward · · Score: 0

    Have the government, acting as our representatives (perish the thought) declare the infrastructure as paid in full by the taxpayers (we already have, and then some) and nationalize the whole darn thing. Then open it up to nonexclusive lease to the data providers. Not to the highest bidder, just flat rate nationwide. Then the competition will be leveled.

    Meh. Fat chance of that happening. Nice to dream though.

  145. Re:Republicans by AlamedaStone · · Score: 1

    and face it, the Republicans deregulated, deregulated, and deregulated some more. Of course there were exceptions, but on the whole they're mostly for deregulation.

    You won't get any argument out of me that the Republicans fucked up and dug us a hole that will take the better part of a generation to dig out of. I'm just tired of left-leaning partisans wielding the GWB administration as a shield to deflect any and all criticism of the current government. Here's the typical conservation with one of them:

    "I'm worried about the national deficit and how much it's going to rise under Obama."

    "When George W. Bush took office he had a SURPLUS. Then he passed his TAX CUT FOR THE RICH and now we have a huge deficit. Republicans can't claim to be the party of fiscal responsibility any longer"

    Umm, yeah, and how does that relate to my current concerns?

    I think the reality-based conclusion to your phantom left-leaning partisan's argument is closer to: "... and so this administration has to spend massive amounts of money now on social investments and new regulation that will hopefully pull us out of the economic nosedive handed to us by a corrupt Republican-ruled government." You may disagree with that strategy, but don't dismiss the argument.

    I think the empty rhetoric laced with outright lies is tiresome too. This particular tactic is still paying off for the GOP, and unfortunately a large portion of the public is still buying it. Setting up strawmen to joust doesn't solve the problem though, even when it feels good.

    Of course we're all concerned with the deficit, and I'm no economist, but I don't see many alternatives to the current plan. We're spending as a means to curb the most devastating aspects of the current economic crisis. Projections from late last year suggested we'd still be dropping like a stone in an empty well, but we seem to be headed for recovery. Maybe with a little forethought and oversight we can manage the deficit too - but not with 10+% unemployment.

    Also, as much as I hate Comcast and its ilk, they have little to do with the economic climate that resulted from massive deregulation, nor was comcast mentioned in mcgrew's comments. Fed rate massaging combined with deregulation of the housing and lending markets are clearly closer to (if not at) the top of the culprit list. I'm not really sure why you bring up Comcast at all, actually. It's a non sequitur in this discussion.

    --
    "All these years believing you're the signified monkey, only to find out you're just a big hunk of nobody cares."
  146. Re:Republicans by Anonymous Coward · · Score: 0

    I can't believe you haven't been moderated up. Cigar->sex->Clinton BAD! is a meme I was sick of 10 years ago, and it has not improved with age. The dude was both deft and smart, and we'd be lucky to have more like him, despite his centrism.

  147. Re:Republicans by Sinterklaas · · Score: 1

    And this, my friends, is what inevitably occurs when a business with such huge startup costs tries to compete in a fixed-size market. There is truly no way to prevent this except to take the startup costs out of the picture, either by the government giving a colossal grant to the cable company to cover its infrastructure costs or by the government building the infrastructure to begin with and leasing it out to multiple competitors.

    The only way telecom competition can work is if the infrastructure provider and the data provider are not the same company---if the infrastructure provider leases access to the data provider on a nondiscriminatory basis.

    An alternative is to force the companies to lease their lines at a modest cost (where the price is set by a government agency). This has worked very well in some EU countries, where they wanted to convert government utilities to a free market.

  148. FTP by falconwolf · · Score: 1

    any hospital with a legal or compliance department would be ensuring that any data that would be covered under HIPA would be sujbect to that laws data security standards

    "FTP Today considers its services "HIPAA Ready," and proper use of the tools we provide should meet your needs of HIPAA compliance, however you should consult your own attorney in that regard."
    xTy Technology: "When enabled, the encryption strength of our products meets (exceeds) the HIPAA data encryption requirement.
    "FTP Voyager Secure is a fully HIPAA compliant FTP client."

    Falcon

  149. Re:I don't think broadcast stations have monopolie by falconwolf · · Score: 1

    If your inability to broadcast on channel 9 means that your local Fox station has a monopoly, then the butcher shop at 108 W. Main has a monopoly since I can't open my own butcher shop at that address.

    OK, so can I broadcast on another frequency? Without spending millions of dollars to buy a license? I can't, not without the FCC unleashing agents to shutdown the broadcast. The incumbents have a monopoly on broadcasting.

    Your inability to afford a license to broadcast is perhaps a valid criticism of the regulation framework that exists, but it does not mean that there is a monopoly on broadcast television any more than the barriers to entry for pharmacy, including licensing, mean that the place across from my office has a monopoly in the field.

    There are no regulations, or laws that I know of, that prevents 10 different people from opening pharmacies in a cluster next to each other. But the FCC will not allow 5 radio or tv stations to broadcast next to each other. Heck the FCC shuts down pirate radio stations even though they do not interfere or bother others. I can broadcast with a 5 watt transmitter and not cause any problems, yet if I continue I'll have a visit by the police if not the FCC.

    You really aren't describing a monopoly at all, is the point. You're describing things that may be worth complaining about, but nothing truly exclusive.

    They are exclusive. A fox radio station has an exclusive license to broadcast on a given frequency, and only so many broadcasters are allowed within a give area. But by your definition even though courts have ruled MS is a monopoly it is not because there are alternatives to MS software.

    Falcon

  150. Re:Republicans by billcopc · · Score: 1

    Sure, except I paid for the damned gasoline, it's mine regardless of where it falls.

    If an ISP fucks with the bits coming down your line, the service you paid for, well I think we have the right to fuck back, because we "own" those bits.

    --
    -Billco, Fnarg.com