Slashdot Mirror


Time For Universal Data Plans?

theodp writes "Between multiple cell phones and their add-ons, high-speed Internet connections, and digital TV subscriptions, most households are paying for data delivery at least three times over, often paying the same provider twice. It's time for a universal data plan, [CNET columnist Molly] Wood declares. 'I want to pay once for data, I want that data to be unlimited, and I want to be able to use it in any fashion I choose.' Still, she has hopes that the-times-they-will-be-a-changin'. 'It's only a matter of time before regulators catch wind of just how many times we're being charged for the exact same thing.'"

18 of 245 comments (clear)

  1. I wish they would like money less by Bayoudegradeable · · Score: 5, Insightful

    I, too, wish I could pay once for my data stream. I, too, wish companies would just let me "pay once" for the service. And what are the chances in the U.S. of having telecoms wake up and declare, "Folks, we're just making too damned much money! It's time to think of customers, give them better services and charge them less. I hereby renounce all bonuses and profit!!"

    --
    Sig Registration Form 34c_766(a) submitted to Ministry of Signature Management. Approval pending.
    1. Re:I wish they would like money less by toppavak · · Score: 5, Insightful

      Well, if they're government-supported monopolies who also get their infrastructure subsidized it's only fair the tax-payers get something in return.

    2. Re:I wish they would like money less by ta+bu+shi+da+yu · · Score: 3, Funny

      The solution is so simple, I'm not sure why anyone didn't think of it before... just allow people to access the data only once.

      Wikipedia? You only need to go there once - you certainly don't want to pay for that article on Progressive Outer Retinal Necrosis more than once!

      New York Times? Nothing new there - you don't need to go back to it more than once.

      Bob's House of Fetish? Why would you want to browse there multiple times, you sicko?

      Amazon.com - precisely how many books do you really need to buy? There are only so many combinations of sentences that can be crafted in the English language; besides which, Amazon is so totally a "one-click" solution that there is no reason for you to need to access data there twice.

      Honestly, there are so many examples I could go on all night. But I won't, suffice it to say that I agree with the article's central thesis - say "no" to multiple charges for access to the same data multiple times! Allow an ISP to prevent you from browsing today so that you won't be charged tomorrow. It's got my vote!

      --
      XML is like violence. If it doesn't solve the problem, use more.
    3. Re:I wish they would like money less by raddan · · Score: 5, Insightful
      You can pay once for a data stream. It's called Internet service.

      Telephone and television are services on top of those data plans, and as such, they are extras. You pay extra for more. In an ideal world, that extra work is easy (just provide the "television" and "telephone" services on top of IP transports), but actually, because of a mixture of legacy systems (e.g., analog television) and QoS requirements (your telephone-over-cable connection is only pretending to be POTS), running these services is not so straightforward. It's fair to pay more for more services. "More is better", remember, and we pay more for better.

      Because TFA is filled with gems like:

      You're paying multiple times for "unlimited" data? Isn't that like multiplying by zero? Either way, you lose.

      which is obvious idiocy. So, translation: "we think we're paying too much".

      And, we are paying too much. But her argument is stupid.

  2. No outrage...no government action. by RandomFactor · · Score: 5, Insightful

    "Now, though, with the FCC breathing down carriers' necks about tiered usage plans, it's only a matter of time before regulators catch wind of just how many times we're being charged for the exact same thing"

    Granted we're paying multiple times as noted, but...

    Why would the government care to do anything about it? I can buy a song on cassette, album, cd, mp3... government hasn't regulated that. Why would it regulate multiple data-plan channels?

    --
    --- Mercutio was right.
  3. universal, yes, unlimited, no by yyxx · · Score: 4, Insightful

    I don't think "unlimited" plans ever made much sense because some people will abuse it. Costs are proportional to volume, so pricing should be too.

    Reasonably priced universal plans do, however, make sense. In Europe, you can get data plans for something like EU20 / month for 5Gytes with no restrictions on how you use it (cell phone, laptop, etc.). Some companies even give you multiple SIM cards for the same account.

    1. Re:universal, yes, unlimited, no by Hatta · · Score: 4, Informative

      Costs are proportional to volume

      Is that true? Does it cost the telcos less to have all those radios and towers sitting around not doing anything? I think the cost lies in building and maintaining the capacity. Once it's there, it's most cost effective (in a bits/dollar sense) to keep your network as close to saturation as possible. Costs are not in fact proportional to volume, and they shouldn't bill as if they were.

      --
      Give me Classic Slashdot or give me death!
    2. Re:universal, yes, unlimited, no by vlm · · Score: 4, Interesting

      Does it cost the telcos less to have all those radios and towers sitting around not doing anything

      Most gear has surprisingly variable power draw based on utilization. However the cost of power is so low, relative to the other fixed expenses, that its basically a rounding error. Its right up there with paying the landscaping crew to mow the weeds down, the outside plant maintenance (paint crew), and the snowplowing contract. Many people confuse the rather high power density and total draw of a "big data center" with the rather low power density and total draw of a POP.

      And yes it does cost them to have the gear sitting around doing nothing, because the interest on the bonds/loans accumulates no matter if they're selling or not.

      The expense is enough to discourage me from participating, so I don't. They have made a calculated business decision that they simply don't want/need me. I don't see any point in feeling insulted/vindictive/cranky about it. Some folks, however, respond to it angrily like they're being made fun of by a girl whom won't date them. Its just business and theres plenty of fish in the sea, so chill...

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    3. Re:universal, yes, unlimited, no by raddan · · Score: 4, Informative

      No, that's not true. Saturation with Internet protocols is extremely bad; likewise for radio signals. Many of you probably think that if you have a 100 Mbit connection that you should be able to use 100 Mbits. Sounds fair, right? Sadly, TCP suffers from something called "congestion collapse" when it hits roughly 40% of utilization, so a congestion-avoidance mechanism was introduced to constantly back-off your send rate (it's called "exponential backoff") to prevent this from happening. The only way to fix this is either to over-provision, or to impose heavy-handed QoS parameters. Not to mention-- what does "saturation" mean? If all of us get 5 Mbit plans, does that mean that our ISP needs 5n (where n is the number of customers) available bandwidth? What about upstream of them? What about upstream of that? Such a provisioning scheme is a fantasy.

      Wireless is in a similar, but slightly different boat: wireless is sort of like our old hub infrastructure, before switches were affordable. That essentially means that the network is like a bus, and that clients themselves need to handle collisions, which are frequent. Because of TCP's congestion avoidance mechanism, it can't tell the difference between a packet lost due to a collision and one dropped because of network saturation, so it does the same thing, it backs off. In wireless, the data link layer tries to address this (at least in the 802.11 protocols), but it is not terribly successful, and that is because there are all other kinds of problems with radio transmission, like the "hidden terminal problem", etc, that don't exist in "well-behaved" networks.

      Anyway, all of this means that as you add customers to a wireless network, your capacity may decrease. I'm not saying that telco prices are fair, but the economics of managing such a resource are not simple.

    4. Re:universal, yes, unlimited, no by Rich0 · · Score: 4, Informative

      Here is where your argument fails - how much capacity should BT have in the first place?

      If people use lots of bandwidth, then they get saturated, and then people browsing the web get annoyed at page load rates.

      So, they add more capacity. However, since there is no per-kb rate/etc on usage people just up their demand for bandwidth accordingly, so they're instantly at 100% capacity again.

      So, then you get into fights over what is and isn't network abuse and all that. ISPs try to filter torrents and all that nonsense, then that leads to encryption and a war of escalation in technology. It doesn't really resolve the problem.

      Instead, if you just charge a reasonable amount per gigabyte then usage is self-regulated. If you want to seed torrents all day, have at it. BT will even run dedicated fiber to your house if that is what it takes to keep you going. However, you'll pay for it, and if the price is worth it to you then by all means go.

      Unlimited plans usually translate into people who barely use the service paying for those who heavily use it.

      The key is to regulate so that telecoms end up charging reasonable usage rates. Maybe force them to charge the same rates for corporate and home users - no way they'll try to charge fortune 500 companies crazy rates...

  4. I too by dnaumov · · Score: 4, Insightful

    wish that radio spectrum wasn't finite and would allow for unlimited bandwidth and removal of traffic caps. However, reality begs to differ with my point of view.

  5. why? by maraist · · Score: 4, Insightful

    If I pay for electricity at home, why should I be forced to pay for it again at work.. Or at the mall. Or when I'm overseas.. That's not fair.. waaaaaaah.

    --
    -Michael
  6. Overage fees are the real killer by antifoidulus · · Score: 3, Insightful

    The real problem really isn't the data limits per se, but what happens when you go over them. It's really easy to accidentally go over your limit(for instance if you think you are on wifi but are actually on 3g), and when you do you have to pay out the ass. It would be nice if regulators forced providers to offer an option to block internet access until next billing cycle if you go over instead of only finding out after the fact that you now owe hundreds of dollars because you accidentally misconfigured your device.

  7. A universal plan wouldn't be difficult to deliver by bogaboga · · Score: 4, Interesting

    'I want to pay once for data, I want that data to be unlimited, and I want to be able to use it in any fashion I choose.'

    Here's what such a plan would feature: A monthly cost of $240. How about that?

  8. Beer by Hognoxious · · Score: 3, Funny

    Between multiple cell phones and their add-ons, high-speed Internet connections, and digital TV subscriptions, most households are paying for data delivery at least three times over, often paying the same provider twice

    Between going to the pub on Monday, then the supermarket on Tuesday, and the pub again on Friday, many imbibers are paying for beer three times over!

    Hope it's not for the same beer.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  9. No by Sycraft-fu · · Score: 4, Insightful

    Because you are paying for different infrastructure. When I pay for my Internet connection to my house, I'm paying for the cable connection that comes in, and the fibre connection that it converts to further up the line. The cable company maintains that physical network and it does cost money to do so. I'm then also paying for their connectivity, which is a fair amount given that it is a fairly high bandwidth line.

    For my mobile phone, I'm instead paying for the cell towers, and the equipment that drives them. I'm also paying for the lines and phone switches and so on further up the chain. There too, I'm paying for bandwidth for the provider though less in that case. The costs there are more the physical infrastructure.

    Saying that I should pay one bill because both services access the Internet is silly. They are different physical systems and in my case different companies. Even in the case of the same company, you need to account for the cost of all the infrastructure and support. It is not free to build and maintain a large network, wired or wireless. It is quite expensive in fact. You can't demand that you be provided with Internet in all forms just because you happen to pay for it in one form.

    Now, as far as cable TV goes, I can see some point there, but still it is a different thing. Different system, other than the final delivery to the customer, different hardware, different providers. Remember that cable isn't free to your cable company. They have to pay to carry many channels (though some, like shopping channels pay them). That's why sometimes you'll find a cable service that doesn't carry a given station, they get in a fight over rates. Cox here nearly cut ESPN off because of a rate fight.

    I can certainly see the argument that perhaps things should cost less than they do now, but this idea that you should only have to pay once is silly, especially when you are talking different formats. The money you spend on a HFC network is different from the money spent on a broadcast satellite is different from the money on a cell network. They all cost a lot to build and operate.

  10. Re:No. by Anonymous Coward · · Score: 3, Informative

    Uhm, yes nobody said profit motive is bad. But when the places in the US aren't really competing, well it sucks.

    In Japan things are more expensive in general (because quality is higher), but on the other hand I don't get people trying to triple-dip either.

    I can't blame a carrier charging separately for a mobile data and land-line data, because they are probably two different divisions, and anyway use different infrastructure. The whole "We need to charge extra for tethering", etc., is BS though. That comes from "Unlimited" really meaning "How much we can estimate they will use and allocate for." For a phone "Unlimited" = XX megabytes/month, and for a computer it would be XX + YY since computer users use more. I think it would actually be better when they simply charge per MB, because it would make price comparisons easier. Once people realize how much SMS messages and such cost per MB, there will be outrage.

    Back to Japan, I pay 3 data plans right now.
    1. (Sort-of data) My cell phone.
    2. My e-Mobile wireless broadband (Kind-of like MiFi). This works with my laptop, skype phone, ipod touch, whatever.
    3. My OCN/NTT/Flets (kind of like FiOS). This is 100Mbps to my house. I will cancel it soon, as soon as my 2-year contract is over.

    Really, I can use #2 for everything. The battery life isn't as good for VOIP as native mobile phone yet, so I pay for a real cell phone still. Other than that, I don't have to pay for data more than once if I don't want to, #2 I can take anywhere, and it's reasonably fast. If I had a newer phone with WiFi, I could even use it in place of a data plan.

    In TFA it talks about "mandatory" data plans. That's BS. Buy the phone on your own, and you have no mandatory plan. If you buy it from the carrier with a subsidy, well, that's because they want you to pay more per month - that's why they give you the subsidy (duh).

    At any rate, I can get all the data I want, anywhere I want for $50 a month. If I want to keep my fiber land line, you're talking $100 total. Voice is still separate in general, but if you want to use VOIP in a well supported way, you can get the WiFi blackberries from T-Mobile and try that method.

  11. The claims on the article are ridiculous. by GNUALMAFUERTE · · Score: 4, Interesting

    You are paying for bandwidth. "Unlimited" means as much as you can download in a month. A month has ~2592000 Seconds. At, let's say, 2 mbps, you can download ~632 GB per month.
    If you have 2 connections with the same characteristics, you can download up to ~1265 GB. I am not defending the ISPs, I am just saying the article is unreasonable. The internet is expensive. If the internet doesn't grow, or if it's not maintained, it dies. There is no central structure, just a lot of peers. Each spends money on laying fiber, buying routers, and administrating that infrastructure. ISPs spend money on the last mile. Then, they sell each other bandwidth. That's it. Real, pure bandwidth means a symmetrical and dedicated CIR connection. ISPs cut that bandwidth, and sell it in a different way. Buying a CIR link with a nice SLA is expensive. ISPs buy those links and sell them in different, cheaper ways. When you pay for an "unlimited" data plan, you are paying for an statistically calculated share of backbone bandwidth, plus the cost of the last mile, administration, etc. You will have to pay for all those costs eventually, one way or another. If you don't want to be metered, or don't want to pay for additional things like tethering, then buy your own real bandwidth and share it however you like.

    The real complain here is that ISPs are guilty of false advertising, and people have bought into that false advertising. They truly do believe you can get 10 mbps for 80 bucks a month. Guess what, there is no way you can actually get such a connection. You are paying for a 10mbps asymmetric MIR. A statistically calculated share of bandwidth. Of course, then they wonder why, oh why do they have to pay extra for a few MB on their mobile phone when they already have all the bandwidth in the world on their "unlimited" home broadband.

    The real complain here should be that ISPs are just charging way too much for extremely limited services, and that their prices don't scale up nicely. When you want to buy anything better than their usual plans (for example bigger upload bandwidth) they make you pay through the nose. Asking them to drop their prices and to scale up fairly when you want a little bit more is fair. But pretending that bandwidth is a free resource and that you already paid for it in your "unlimited" data plan is ridiculous.

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?