Slashdot Mirror


Can Apps Really Damage a Cellular Network?

schnell writes "In FCC filings earlier this year, T-Mobile described how the behavior of one Android IM app nearly brought their cellular data network to a breakdown in one city. Even more interesting, the US carrier describes how just the 300,000 unlocked iPhones on their network caused massive spikes in data usage. T-Mobile is using these anecdotes as evidence that mobile carriers should be able to retain control over the applications and devices on their network to ensure quality of service for all users. Do they have a point?"

71 of 309 comments (clear)

  1. No. by Timmmm · · Score: 2, Insightful

    Clearly the most they can do is continually use up as much bandwidth as possible. If the networks aren't prepared for that, then that's their own fault.

    1. Re:No. by dov_0 · · Score: 2, Informative

      Seriously don't know why you guys put up with so much crap from your telcos. We never hear anything like this in Australia? If we want to use unlocked phones, we use them. If we want to use certain apps we use them. What's that got to do with the carrier as long as we stick within the limits of our data allowance?

      --
      sudo mount --milk --sugar /cup/tea /mouth /etc/init.d/relax start
    2. Re:No. by Monkeedude1212 · · Score: 2, Insightful

      If the bandwidth isn't unlimitted, they should stop selling these "unlimitted" plans.

      This equates to me boasting that I could win a hot dog eating contest and then requesting that the contest be limitted to one hot dog.

    3. Re:No. by amicusNYCL · · Score: 2, Insightful

      What's that got to do with the carrier as long as we stick within the limits of our data allowance?

      Exactly. If they can't deliver a certain level of service, then don't advertise it. I'm not on T-Mobile, but my data plan is clearly marked "unlimited". To me that means, oddly enough, that there aren't any limits on my data usage. If there was a limit, it wouldn't be unlimited. Likewise, if someone has a 1GB plan, then they should really be allowed to transmit that 1GB however they please. If that's not the case, then it needs to be clearly spelled out in the agreement.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    4. Re:No. by TubeSteak · · Score: 4, Insightful

      Clearly the most they can do is continually use up as much bandwidth as possible.

      You sir, are wrong.
      And it's obvious you didn't RTFA.
      TFA isn't just talking about bandwidth, it's talking about connections.
      Poorly coded apps that refresh too often will kill a cell tower.

      --
      [Fuck Beta]
      o0t!
    5. Re:No. by protactin · · Score: 5, Informative

      That's not true.
      UMTS signalling traffic is actually a big worry too.

      Setting up and tearing down radio resource connections all the time has a burden on the network. Mobile applications, with their diverse update patterns (e.g. polling every 30 minutes (email apps), or minute or even few seconds (e.g. IM apps)), can make it difficult for carriers to set up their RRC inactivity timers and various other settings in a way that minimises signalling load on the network.

    6. Re:No. by tlhIngan · · Score: 5, Informative

      Actually, yes, it is possible.

      You simply flood the network with control messages. That will effectively DoS the tower. What kind of control messages? Well, sending an SMS is a control message. Setting up and tearing down data and voice connections are other control messages, and all are done on behalf of apps.

      Supposedly, one of the major reasons AT&T is having issues with the iPhone is because the iPhone actually does this, a lot. Control channel bandwidth is limited and normally, you don't have much going across it (because it's just call setup/teardown and the like). But with the meteoric rise of SMS and data usage, the control channel actually is in somewhat of a bandwidth crunch.

      Europe and Asia have no problems with iPhones as they've gone to a dynamic bandwidth control channels because of the popularity of SMS. North America until recently didn't need to. So now control channels are somewhat packed with text messages, and you introduce the iPhone with its aggressive power management that tears down data connections ASAP. So a data channel might be established and torn down to view one web page or whenever an app requests data. Most phones prior to this created a data channel and hung onto it until it idled for a long period of time (after all, you're billed by the packet, so keeping the data channel open costs nothing, and it means it's always ready when you need it so you don't have to wait to establish the data channel again and again).

      I can see a few apps that constantly abuse this which can easily take down a network. Setting up/taking down a voice call, setting up/taking down the data connection, do it fast enough and you can really clog up the tower. Enough people do this and the tower can be put out of service because it's stuck establishing and taking down connections so fast that no one else can get in.

      Raw bandwidth wise though, you're not likely to do anything other than slow down due to congestion if the tower's uplink gets saturated.

      In fact, that's what the IM client did - it established and tore down connections very quickly. A phone with aggressive power management (required on Android) would basically be spewing out control messages all day. This can be made more painful if the carrier makes notes in a database for billing purposes.

    7. Re:No. by R3d+M3rcury · · Score: 5, Funny

      Actually, it wasn't necessarily bandwidth that was the problem. FTFA:

      T-Mobile network service was temporarily degraded recently when an independent application developer released an Android-based instant messaging application that was designed to refresh its network connection with substantial frequency.

      In other words, this app was continually connecting and disconnecting. It didn't really have anything to do with bandwidth.

      What's funny to me, though, is the solution:

      These signaling problems [...] ended up forcing T-Mobile's UMTS radio vendors to re-evaluate the architecture of their Radio Network Controllers to address this never-before-seen signaling issue. Ultimately, this was solved in the short term by reaching out to the developer directly to work out a means of better coding the application.

      So T-Mobile's UMTS radio vendors learned something. The developer learned something. And T-Mobile's network, ideally, won't suffer from this problem again.

      Sounds like a win-win to me. I don't see the problem.

    8. Re:No. by Pinky's+Brain · · Score: 3, Insightful

      The app can't close down the connection ... it's the TCP/IP stack's decision whether or not to immediately tear down the data connection when the last socket is closed, it's a slightly retarded decision to make BTW.

    9. Re:No. by npsimons · · Score: 3, Insightful

      Sounds like a win-win to me. I don't see the problem.

      Maybe this time. I'm actually very surprised T-Mobile didn't just have their legal department send him a cease and desist or outright sue him, or even possibly get him charged with some ridiculous law. Don't get me wrong, I'm glad it turned out for the better, but how often do you think that happens?

    10. Re:No. by flabbergast · · Score: 5, Informative

      Yep, you hit it right on the head: FTFA
      "T-Mobile network services was temporarily degraded recently when an independent application developer released an Android-based instant messaging application that was designed to refresh its network connection with substantial frequency,..."
      Lots of comments chiming in on overselling bandwidth, but as you've noted, this has nothing to do with bandwidth. Its an infrastructure problem, and one that is slightly out of their control. They noted with this one app alone, network utilization increased 1200% per device. Its a signaling issue they didn't anticipate.

    11. Re:No. by Anonymous Coward · · Score: 5, Funny

      And if the ocean was made of taffy we could just walk our way to China.

    12. Re:No. by obarthelemy · · Score: 2, Insightful

      until they started selling .. internet access ?

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    13. Re:No. by Pharmboy · · Score: 3, Insightful

      Regardless, the point is that cell providers were never meant to be Internet providers.

      If I want internet access at home, the cable company charges me around $40 extra.

      If I want internet access on a cell, the cell company charges me around $40 extra.

      At what point are cell providers NOT internet providers if they charge the same thing and claim to deliver the same thing? Will they have growing pains? Sure, and we can suck it up from time to time while they deal with things they couldn't have anticipated, but in the end, if they are going to walk like duck, and quack like a duck, then they should act like a duck.

      --
      Tequila: It's not just for breakfast anymore!
    14. Re:No. by Miamicanes · · Score: 4, Interesting

      > Setting up and tearing down radio resource connections all the time has a burden on the network.

      Most of the aggressive instant teardowns are due to the criminally-inadequate batteries shipped with the iPhone and every gigahertz+ Android phone that will leave you "powerless" in 4-6 hours without aggressive battery management. If carriers like T-Mobile want to reduce the teardown rate, they could start by telling companies like HTC and Samsung to ship the damn phones with adequately-sized batteries in the first place. It really says something when you go to web forums for high-end HTC, Samsung, and Motorola Android phones, and more or less HALF the postings are directly or indirectly related to battery life. Aftermarket extended batteries are a piss poor option, because the form factor of the phone usually ends of constraining them into an obnoxious tumor-like lump instead of an extra millimeter of overall girth.

      Five years ago, the Samsung SPH-I500 was almost regarded as "fatally flawed" because its battery *barely* could make it through 16-20 hours without a charge. Then Steve Jobs told the world it was normal and OK for phones to die after being away from a charger for 4 hours because it made the phone look thin and sexy, and the entire industry abandoned its common sense and blindly followed with undersized batteries. Fuck, it pisses me off. Imagine how much fun someone like Motorola could have if they'd released the DroidX with a beefy -- yet sculpted and well-distributed -- 3000+mAH battery that enabled it to run full-bore for 24 hours on a single charge with no real power management to speak of. They could have *shredded* the Evo/DesireHD and Galaxy S for dying by mid-afternoon, comparing them to anorexic models competing in the Ironman and dropping dead halfway through, and HTC & Samsung wouldn't have any real recourse besides sending everyone a free battery as an apology, and making sure their NEXT generation of phones had nice, beefy batteries too.

      Hell, they could even resurrect Sir Mix-a-Lot's career for the commercials.

      "When it comes to battlife, SteveJobs got nothin' to do with my selection. Four hours -- maybe six -- not all day? Not MY phone!" (sound of cracking whip amidst dancing troupe of big-backed 'Droids)

    15. Re:No. by Anonymous Coward · · Score: 4, Informative

      It's not TCP/IP that tears down the connection. That is a physical layer function, regardless of if the call came from the application layer. TCP/IP does not have influence over the physical layer.

    16. Re:No. by shutdown+-p+now · · Score: 2, Insightful

      Europe and Asia have no problems with iPhones as they've gone to a dynamic bandwidth control channels because of the popularity of SMS. North America until recently didn't need to.

      So why don't they just do the same thing that Europe and Asia did that works for them, and be done with it?

    17. Re:No. by ScrewMaster · · Score: 2, Funny

      And if the ocean was made of taffy we could just walk our way to China.

      Dude, have you ever tried walking on taffy? It's not as easy as it sounds.

      --
      The higher the technology, the sharper that two-edged sword.
    18. Re:No. by ScrewMaster · · Score: 3, Interesting

      If you really want to know the solution for IM apps screwing with cell towers, it isn't taking away IM apps. It's making SMS cheaper.

      SMS is fucking free so far as the carriers costs are concerned. But they can't see their way to giving up that revenue stream (and it's substantial, especially if you go over your limit, and how many of us know teenagers who do that regularly.)

      --
      The higher the technology, the sharper that two-edged sword.
  2. SURE.... by Anonymous Coward · · Score: 4, Insightful

    Old Ma'Bell used the same argument decades ago when they were trying to force people to continue buying telephones directly from them because the phones were made specifically for THEIR network. It's all a load of crap. They just want control because control = profit.

  3. If you find that selling people unlimited or huge by Assmasher · · Score: 5, Insightful

    data plans is biting you in the a** when it comes time to deliver, perhaps you should stop selling people unlimited or huge data plans... Arguing that not being able to control exactly how people use their data plan when you've advertised and sold them on the idea that they can do just about whatever they want seems sort of silly.

    I'm not arguing that these phones/devices don't have the potential to cause huge problems, obviously they do, but you can't have your cake and eat it too.

    --
    Loading...
  4. T-Mobile has exclusivity of iPhone in Germany by snowgirl · · Score: 2, Interesting

    Why then is T-Mobile having no problems in Germany, where they have exclusivity with the iPhone, but yet, apparently they're having problems here, with just a small number of iPhones?

    Sounds hokey to me...

    --
    WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    1. Re:T-Mobile has exclusivity of iPhone in Germany by Shadow+of+Eternity · · Score: 2, Informative

      Simple: over there they're probably actually having to, yknow, compete. Over here they just bitch to the government about how its just so HAAAAAAAARD and get regulations passed to let them get off with doing less work.

      --
      A bullet may have your name on it but splash damage is addressed "To whom it may concern."
    2. Re:T-Mobile has exclusivity of iPhone in Germany by amicusNYCL · · Score: 3, Funny

      Why then is T-Mobile having no problems in Germany, where they have exclusivity with the iPhone, but yet, apparently they're having problems here, with just a small number of iPhones?

      Because it's a small country, the infrastructure isn't as expensive to maintain, and they installed modern tech instead of trying to work with old busted tech. Also, as anyone who plays Civ knows, they're very industrious.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    3. Re:T-Mobile has exclusivity of iPhone in Germany by the_other_chewey · · Score: 2, Informative

      where one telco covers Europe with "decent coverage/speed" for $250,000, one in north america covers one major city for the same budget.

      I'm fascinated by how somebody with such an obviously negative amount of geographic and financial clue made it to a +4 insightful.

  5. If they had any sense... by Just+Brew+It! · · Score: 3, Insightful

    ...they'd be viewing it as an opportunity for additional revenue. Set up multi-tiered data plans and charge the bandwidth hogs accordingly.

    On the other hand, it seems fairly likely the issue is that their network can't handle the bandwidth they've already sold. In which case they just need to upgrade their network and quit whining.

    1. Re:If they had any sense... by Anonymous Coward · · Score: 2, Funny

      Ssssh! Stop giving them bad ideas!

    2. Re:If they had any sense... by kuwan · · Score: 3, Insightful

      Set up multi-tiered data plans and charge the bandwidth hogs accordingly.

      Kind of like what AT&T just did for the iPhone and iPad?

  6. Re:what? by rogabean · · Score: 2, Informative

    Yes. I'm one of those 300,000. Edge only. While that is a lot of phones, I'm having a hard time believing they impact the network anywhere close to all of the 3G phones they have.

    --
    "why don't you just slip into something more comfortable...like a coma!"
  7. T-Mobile's network is too small by geercom · · Score: 2, Funny

    Why would anyone use T-Mobile anyway? Verizon and Alltel are the only carriers worth considering. T-Mobile wants a network like Cleveland wants a football team.

    --
    Best Regards, David Geer
  8. Do they have a point? by SCPRedMage · · Score: 2, Insightful

    Do they have a point?

    No.

    They have a shitty infrastructure.

    --
    My sig can beat up your sig.
  9. My only thought when reading the summary ... by BitZtream · · Score: 5, Insightful

    Is that the only thing the first post should say is 'No'

    I was thinking exactly what you said, as a Network Admin in yesteryear I can't imagine anyone who says 'the users broke my network by using it!'

    Our network simple handle 'bad users' on its own. To much traffic was simply handled by throttling the user to a safe level when needed.

    Seriously, how can you not have complete control over a network when its this size? I'd have to resign if I was in charge of their network and had to say 'some random user broke it, sorry boss'

    You NEVER trust any part of your network to 'play' nice, even if its under your complete control ... you can make mistakes too. You just assume the end users aren't going to play nice, and go from there, most do bad things without even knowing they are bad so you just plan for it like you would in any other business process.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:My only thought when reading the summary ... by medv4380 · · Score: 3, Insightful

      Our network simple handle 'bad users' on its own. To much traffic was simply handled by throttling the user to a safe level when needed.

      This is what they are arguing for. They want to have the ability to throttle you in one form or another. They are basally making their case against net neutrality and against cell phones they don't have application control over. Though since they already allow android I don't see how they can stop me from writing my own app software now, but that's besides the point. You argued against them saying they should do what they are arguing that they want to be able to continue to do.

    2. Re:My only thought when reading the summary ... by fermion · · Score: 5, Insightful
      As a person who used the networks of yore, I can remember many times when the users broke the network. That is why, for instance, outlook has added so many layers of optional protection' like the blocking of attachments and the like.

      I am not sure why everyone, all of the sudden, is forgetting 10 years of DDOS and worm and virus attacks that used to regularly take down networks. We are protected from this not, partly because of more sophisticated software and users, but also because higher bandwidths and lower ping times make such attacks less trivial.

      But ping time and bandwidth and the sophistication of younger users, and older users with no corporate control, make such an attack more probable on a phone network. Ping times on my cell network at about 5-10X as long wifi. Such times might lead to opportunities for rouge apps to degrade the user experience. Combine with lower bandwidth it might be conceivable that we will see some of the same attacks as we did at the turn of the century.

      I am not saying that networks should be closed like Apple, but that until we learn how to use the tools, such disruptions will occasionally occur either accidentally or deliberately. it will be for us to decide if we want to deal with the dropped calls, as we did with the occasionally site becoming unreachable.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    3. Re:My only thought when reading the summary ... by phyrexianshaw.ca · · Score: 3, Informative

      This has nothing to do with bandwidth

      remember, the issue they were complaining about was protocol, not bandwidth.
      the problem they're having would be the same as allowing somebody to attach an FPGA with an ethernet jack to your CAT-6500. as much as you want to limit the port to only allow certain communication: there's nothing stopping the node from abusing the protocol.

      the major difference here is that: the GSM stack assumes you trust your Mobile Stations (MS) because when it was written: telco's had full control over them. TCP/IP has no such restrictions (though I'm sure if you look at the standard long enough you'll find that you can send a physical signal to them in a particular way they will respond in a fashion you don't expect.) the analogy here would be that a GSM BTS acts much like a hub (almost exactly) and when one user keeps storming it with packets, nobody else get's a chance to talk.

      personally: I don't see this as either a telco OR a user issue: it's a protocol issue. we need to take another look at the wireless communication protocol, and find another way of allowing untrusted users their fair access to the medium. (in this case, a pretty narrow band of wireless spectrum). telco's need to push standard-makers/suppliers for something they can sell these days: not some old outdated protocol that allows things like this to happen.

      unfortunately: Air IS like a hub: only one person can talk on it at a time. so it'll be a hard fix.

  10. Re:If you find that selling people unlimited or hu by DarkOx · · Score: 2, Insightful

    The trouble is the smartphone, netbooks, what have you are not very useful at all without massive data plans. Without that they are just PDAs and those were never very popular with consumers. The issue here is the carriers need to upgrade the networks.

    I don't what you can do with a smart phone if you are not able to use more than Gb or so transfer a month. You will use that up in just e-mail, web, downloading apps, and maybe some music these days. Lord help you if you want to use video or web radio. Most applications need to be able to do webservice calls and such.

    Really you need to use lots of bytes to have anything like the experience they advertise. Even if they can control device useage to an extent well beyond what most consumers would regard as fair, I can't imagine it will help them. The only control that will is to price it out of reach of all but the least price sensitive customers again, and that is putting a genie back in a bottle; not an easy task.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  11. What is so different in the EU, then? by xiando · · Score: 4, Insightful

    So the carriers in the US must have total control or their network is going to explode, eh? How is it that you can buy whatever device you want and connect it to whatever network you want here in Europe, eh? Why haven't the mobile networks in the EU exploded yet, then, eh?

    1. Re:What is so different in the EU, then? by Jah-Wren+Ryel · · Score: 2, Funny

      Why haven't the mobile networks in the EU exploded yet, then, eh?

      Clearly it is due to European socialism. Real capitalism explodes!

      --
      When information is power, privacy is freedom.
    2. Re:What is so different in the EU, then? by multipartmixed · · Score: 2, Informative

      > and enough rooted Androids with an ingenious Taliban created app that it
      > would seem they would have enough easily accessible tools to carry out an
      > effective paralyzing terror attack in say D.C.?

      You don't need rooted Android phones for this. Any number of EV boards have been on the market for a few hundred dollars for years which could do this.

      The only reason the terrorists haven't done this yet is that they are still trying to figure out how to get their toenail clippers and bottled water on the airliner for the trip to Washington.

      --

      Do daemons dream of electric sleep()?
  12. Poor infrastructure and management on your part... by Omnifarious · · Score: 5, Insightful

    do not constitute a reason for me to submit to having which applications I can and can't run decided by a third party.

    Bandwidth should be managed on a user-by-user basis, not an application-by-application basis. If you have an application that sucks up all your bandwidth, then you shouldn't have anymore bandwidth to use. Carriers should advertise burst and long-term bandwidth rates and if you go above the long-term rate you should be subject to having your bandwidth capped at that rate.

    No telling you which application you are allowed to run and which you aren't. No throttling based on port. If you're a customer, you are promised X bandwidth and no more. The carrier is allowed to deliver in excess of that if they so choose, but they aren't allowed to decide you use it for.

    And the carrier should not be allowed to decide on a per-application basis whether or not you get to exceed the bandwidth cap. It must be based on a global, application agnostic bandwidth usage policy that chooses which customers get the extra bandwidth (if any) based on some algorithm that has nothing to do with what their traffic contains.

  13. Better idea by mark72005 · · Score: 2, Interesting

    Why not just give people freedom, and lock out the offending devices if a problem occurs?

  14. Re:what? by sortius_nod · · Score: 4, Informative

    While EDGE is counted under the 3G banner, it's really not 3G at all.

    EDGE is upgraded 2.5G (GSM/GPRS), speeds are not even close to basic HSPA.

    There's a theoretical max of 473.6kbps for EDGE, 14mbps with HSPA. So the "traffic spikes" claimed by T-Mobile are laughable. If you're network can't handle 1/28th of it's capacity then there's something seriously wrong with it.

  15. Re:Sure. They own the network. by erroneus · · Score: 2, Interesting

    Well not exactly. Technically, they lease the network from "we the people." You know the stuff they pay the FCC for? Yeah... that comes from us... sorta. It's like all public utilities though. They pay the government to have a protected "right of way" to install and operate their equipment. And as always PART of their agreement is not to abuse the public they are serving.

  16. Re:Sure. They own the network. by Nethemas+the+Great · · Score: 2, Interesting
    As much as I'd love for that to be true it really isn't. There are several factors involved as to why this doesn't work:
    • No one wants a carrier that has limited coverage
      • infrastructure is expensive
      • purchasing spectrum is cost prohibitive to start ups
      • no one will rent their infrastructure to a carrier that is a threat to their business
    • People don't know any better
    • Vendor lock in by contracts
    • etc.
    --
    Two of my imaginary friends reproduced once ... with negative results.
  17. Re:If you find that selling people unlimited or hu by Nushio · · Score: 2, Insightful

    Uhm, hell no.

    In Mexico, we're stuck with overpriced, capped data plans. I went a whole year using less than 100mb a month. You just need to change your habits.
    Youtube? Only use it on Wifi. duh.
    Downloading/Upgrading apps and music? Same.

    IM and Email? Sure, use it. Using moderate browsing, email and IM, I spend about 3MB per day of 3G data. Everywhere I go, there's an Access Point I can hop into, be it Starbucks, McDonalds, the school or at work (Even piggybacking from a wired laptop using NetworkManager's network sharing thingie).

    I recently switched to a 500mb plan and use ~300mb per month.

    --
    Check out Unsealed: Whispers of Wisdom! http://unsealed.k3rnel.net It's an action-RPG about Open Sourcerers.
  18. Protocols by iamacat · · Score: 3, Insightful

    T-mobile should have a right to establish radio standards and congestion control protocols and require that any device on the network obeys these standards. They have no right to control end user applications as long as the operating system/radio firmware enforces these standards uniformly. In practical terms it means that apps with sustained high data rate or strict latency requirements may not work, or may stop working when network becomes congested. It's fine as long as "partner apps' also exhibit the same behavior.

  19. No, they want control because control = control by reiisi · · Score: 3, Insightful

    The reason people want money is because they think money will give them power.

    The reason they want power is that they don't have control over themselves.

    No amount of money will bring you real power, just facades and illusions of power.

    No amount of power, whether illusion or real, will bring you control.

    No amount of control over other things, even if such a thing could possibly be anything other than an illusion, will bring you control over yourself. (Generally gets in the way, in fact.)

    That's why rich people and powerful people never seem to be able to get enough.

    That's why this story repeats itself every few years. No, much more often than that. Same story, different players, maybe a different market, etc. Details change, but it's always looking for whatever you want to call it in all the wrong places.

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
  20. Re:what? by PhotoJim · · Score: 4, Interesting

    Basic 3G is UMTS, 384kbps. EDGE can attain those speeds but typically, 200kbps is extremely good bandwidth and 100kbps is very good. 50kbps is not atypical. I've never gotten faster than 150kbps on EDGE.

    On the other hand, I find that it is not at all difficult to get a full 384kps out of a UMTS device.

    EDGE and GPRS seem much more affected by voice and messaging traffic than UMTS and HSPA are.

  21. Re:No by PopeRatzo · · Score: 4, Insightful

    Assholes.

    So T-Mobile is saying that they need to be able to have complete control over which apps can be run on devices on their network.They are asking us to accept their absolute control over what we do with our wireless devices.

    Let me ask you all this: Has T-Mobile (or any of the other carriers for that matter) earned the benefit of the doubt to the point that we, as consumers, should trust them with this absolute control? They are claiming that unlocked phones or Droid apps are going to "damage their network". Given their history, is there any reason we should believe them?

    I've noticed that it's possible to hook all sorts of devices to the Internet, which somehow keeps working. We haven't had to resort to "AT&T-approved operating systems, or browsers, or computers" in order to "protect" the Internet (which I'm sure the broadband providers look at as "their network").

    It seems that we need a level of regulation and reform regarding the Internet and wireless networks that goes beyond simple "Net Neutrality". Maybe we should put the burden of proof on the providers to show why connection to the Internet should not be a regulated public utility.

    I think stories like this make it pretty clear what the Internet is going to look like if Net Neutrality laws are not enacted.

    --
    You are welcome on my lawn.
  22. Japan envy. by reiisi · · Score: 2, Interesting

    Both on the part of the people and of the companies.

    Seriously, people in Japan just work around the government's attempts at restrictions. That's why they don't really understand the fundamental issues of freedom, such as self-determination. It looks to your novce manager like the ideal place to manage, until you try to get people to do something new or unusual. (Propaganda does work, but it also takes a while.)

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
  23. Not Data Usage but Connection Overhead by cob666 · · Score: 4, Informative

    I actually did just read the article and contrary to what many people are posting about, this isn't about data usage and utilization, it's about connectivity utilization and overhead. It seems that similar to opening and closing a database connection there is some overhead in establishing a data connection on a cell phone which is seems is again similar to what happens when you send and SMS. It seems that smart phone development is similar to desktop development in that the application is rarely responsible for creating it's own network connection and instead relies on the OS to handle the network connection. If the phone OS is designed to create and destroy a new data connection for each request then how is that the applications problem. Also, how does a jailbroken iPhone handle data connections differently than a non jailbroken iPhone, the claims made in TFA are just absurd.

    I recall reading somewhere that some European carriers use a different methodology that doesn't create such a bottleneck when these connections are opened and closed. So it seems that once again, the US cell carriers are trying to blame the users of their network for causing problems that would (could, and should) be fixed by upgrading the infrastructure. Cell providers make way too much money to complain about not being able to upgrade their networks.

    --
    Do what thou wilt shall be the whole of the Law - Aleister Crowley
  24. Re:what? by getnate · · Score: 2, Insightful

    Generally it's not considered 3G. Here is a good visual representation: http://en.wikipedia.org/wiki/Template:Mobile_telecommunications_standards

  25. Bandwidth != airtime by Brymouse · · Score: 2, Insightful

    The issue with all Cellular networks (and any half duplex shared media) is that the time it takes to send 256 bytes over the air is not 1/4 the time it takes to send 64 bytes, it's more like .6 to .8 times. The signaling setup and tear down takes time to transmit packets over the air, which is fixed no matter the amount of bytes you send.

    This impacts the network as the real bandwidth of a cellular network is not in BPS but airtime. If all the airtime is used up for signaling small packets for marginal signal customers, even the customers that have strong signals and want to send a http request will have to wait. Stateless protocols cause the worst problems as once a flow is established the PDSN/HA/etc does not have to do anymore work. With a app that generates a new flow for each data transfer of 10 bytes to say "hey im still online", the signaling bandwidth is used up and the network quickly falls to it's knees.

    This massive use of third party apps and data is still quite new to the providers. This scares them, as you can't just turn on netflow, setup nfsen and see what's going on. Lucent is about the only company out there with a ntop like solution for the providers, but it's new and still being deployed.

    I know the IP people are asking how they don't know what's on their network, but it's not just IP traffic you need to monitor, as all the carriers do so. monitoring the IP traffic only gives you the 10000 foot level view, to actually say how the loading on the radio layer relates to the applications in use is a very new requirement. While you can pull hundreds of data point for voice traffic from each radio and switch, at best you can find an error rate and total transfer for the busy hour on the data counters.

    It's the providers problem for selling a data plan based on bytes transferred , rather than airtime used.

  26. 2.5G, 3G, whatever - do they have a point? by Anonymous Coward · · Score: 2, Insightful

    It seems to me that the point T-Mobile is actually making is that they need to upgrade their infrastructure to handle modern usage patterns, rather than degrade customer's modern usage patterns to conform to their obsolete data handling capacity.

    The right answer is to advance, not to stall.

  27. "Do they have a point?" by John+Hasler · · Score: 2, Insightful

    Yes. The point they have is that they need to harden their networks. There will always be cracked phones so they should not rely on control of the phones to protect them.

    AT&T (the real one, not the present imposter) once used essentially the same argument against permitting "foreign" equipment to be plugged into their newtwork. Didn't work.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  28. data hungry network devices by djdavetrouble · · Score: 2, Funny

    Poor 3G, it was dead even before it was born.

    --
    music lover since 1969
  29. Re:what? by obarthelemy · · Score: 2, Insightful

    do you know where the bottleneck was at ? backhaul ? servers ? airwaves ? interconnections ? was it a bandwidth issue (at which stage ?) or a processing issue (same question).

    i can show you how to send an extremely fast server into a tailspin over a very fast connection, or a verly slow one... it's a variation on
    10 goto 10

    --
    The Cloud - because you don't care if your apps and data are up in the air.
  30. Re:I am so tired of this argument by MrEricSir · · Score: 4, Insightful

    Hi, I'm a representative from your ISP and I noticed that you're not posting from an approved web browser. Also you have some applications on your computer that are not approved.

    Due to these violations, we're going to be disconnecting your service.

    --
    There's no -1 for "I don't get it."
  31. Re:ulterior motives by phyrexianshaw.ca · · Score: 2, Informative

    they have no issue with you using your 5GB of transfer a month. what they have issue with is that they can't include the extra ~0.3GB in control protocol overhead in your bill.

    also: when you try to issue 1GB in control messages a month, and only use 1GB in bandwidth with that 1GB in control. you can't charge for bits that needed to get transfered due to their network errors, or for the ICMP keep-alives the towers send to the phones. they're complaining that they can't charge for the control: because newer open devices are capable of more then they had planned for in overhead.

  32. Re:I am so tired of this argument by Anonymous Coward · · Score: 4, Insightful

    If switching to another network were a matter of going into Android Settings and picking "Sprint", "Verizon", "AT&T", "US Cellular", "Metro PCS", or some other company from the dropdown, agreeing to their rate structure, validating your credit card, and ending your relationship with T-Mobile on the spot... you might have a point. Except, it's not. Regardless of whom you use for wireless service in America, you're chained to them by a relatively expensive phone that's a de-facto doorstop on the other carriers (with very, very few exceptions), plus beaten into passive acceptance by punishingly expensive early termination fees and lube up your ass all over again for the new company.

    I don't think there's a single wireless carrier in *AMERICA* where you can use a gigahertz-class Android phone -- unlocked, unsubsidized, or otherwise -- without either being an existing customer or agreeing to a minimum 2-year contract. T-Mobile is at least nice enough to give you a $20/month discount if you bring your own phone, but NONE of them will let you casually establish service that includes 3G data speeds without at least an initial contract. The carriers do everything they can to make the market for wireless voice and data service as inelastic as they possibly can, and deserve no pity or compassion from the American public whatsoever.

  33. Re:what? by sortius_nod · · Score: 3, Interesting

    That's a problem with infrastructure investment, not with the jailbroken iPhones. Your argument is flawed because you are explaining away a lack of infrastructure.

    Sending a server into a tailspin has nothing to do with this. The standards are set by 3GPP, if the network can't deliver service while adhering to the standard it's not the customers' problem, it's the providers' problem.

  34. Of course not by Raul+Acevedo · · Score: 3, Insightful

    If you say it's ok for mobile carriers to restrict apps on cell phones, then you implicitly say it's ok for Comcast to dictate what you can have on your PC.

    This is another reason why iOS and Apple's ridiculous idea that they can tell you what you can do with your property is a horrible precedent: it's my device, not yours.

    --
    In a real emergency, we would have all fled in terror, and you would not have been notified.
  35. Re:what? by obarthelemy · · Score: 2, Insightful

    so DDOS attacks are the servers' fault ?

    I'm wildly guessing, but I seem to remember, for example, the iPhone handling either wi-fi or 3g data keep-alive in a weird way, like not keeping connections alive but requesting orders of magnitude more connects/disconnects than other phones.

    I'm certain there are perfectly standard-compliant ways to do something stupid or malevolent and overload one specific stage of a perfectly well configured and sized network.

    --
    The Cloud - because you don't care if your apps and data are up in the air.
  36. Re:what? by shutdown+-p+now · · Score: 2, Insightful

    EDGE is not counted as 3G anywhere I've lived. Is it seriously considered that in the USA??

  37. Re:what? by keeboo · · Score: 3, Insightful

    Don't you find amusing how they perverted the meaning of "G" (meaning "generation")?
    It's sort like saying "a 0.75 order of magnitude" or "we released our 2.4932154nd product".

  38. They don't have a point. by mweather · · Score: 2, Insightful

    All this proves is that the cellular networks have oversold their capacity, and have to resort to crippling their phones to keep the whole house of cards from collapsing.

  39. History by symbolset · · Score: 5, Interesting

    When I was a kid not only were there no cellular phones - you weren't even allowed to own your own wired phone in the US. You had to lease it from AT&T for a monthly fee because Alexander Graham Bell founded that company (sort of - read the prior link for the historic details), and he invented the telephone (this much is not in doubt). It's only recently that we're allowed in the US to bring our own phones to the wireless network, and they've pretty much handled that by making sure that each phone generally works with only one wireless network. We're pretty accustomed to being molested by our communications providers. Only a few years ago it was common to charge more than a dollar a minute to talk to your neighbor across the street if the street was one of the imaginary lines that separated Regional Bell Operating Companies. It was cheaper to call across the country, or even a foreign country, than to organize a meeting of the Parent-Teachers Association (PTA). Back then I bought Karma by subscribing to a cheap long-distance company and performing the contemporary version of bittorrent by serving as a "filebone hub" on an antique mail and data network called "FidoNet". It was like the Internet except in batch mode and we had parties called Get Togethers (GTs). Back then I was fiending for Internet because I had had it in the military, but couldn't get it because it wasn't available to the general public - only businesses, schools, folks who could afford CompuServ and so on. Get Togethers were a lot of fun because we got drunk, and sometimes naked, in person rather than over video chat. CUCME (see you, see me - an early video chat program) wasn't invented yet - it was the late '80's, or very early '90s. We still stayed anonymous in person mostly - everybody had a "handle" - which nym is taken from a completely irrelevant radio network (Citizen's Band) which will occur later. But I digress.

    Anyway, there was this Georgia peanut farmer, whose name was Thomas Carter (not the former US President Jimmy Carter, as some (formerly including me) believe), who wanted to make phone calls from his tractor in the field. He was electronics savvy, so he rigged up a Citizen's Band radio that would allow him to dial the phone and talk on it, and this was the Carterfone and he sold copies of it, as any right-minded entrepeneur would. And of course AT&T shut him down because they didn't own this thing and so could prevent him from using it on their network. He sued, and it was many years later that his lawsuit resulted in the breakup of the US phone monopoly. That led to AT&T becoming at first just the vestigal long-distance portion of the former phone company, and later just a brand.

    Non-Sequitur: The breakup also led to Unix - which was invented by Bell Labs (a division of AT&T at one point which invented not only Unix and C, but a great many other useful things), being divided into parts. The Unix name was sold to The Open Group, which certifies Unix to this day. The Unix source code and OS was sold first to Novell, which sold it to a quite respectable Linux .com called the Santa Cruz Operation, which burned through their .com millions and sold it off to a spinoff of Novell called the Canopy Group. Actually, they sold it to a spinoff of the spinoff. This story goes on for a long time, and is slowly grinding to an end documented here. Unix was the coolest thing that AT&T ever did, and I wanted to work that in even though the code is now owned by a gang of bastards who are determined to ruin every last bit of its utility. But I digress again. Forgive me, it's late.

    AT&T's motto was: "We don't have to care. We're the PHONE COMPANY." The company that owns the AT&T brand now has nothing to

    --
    Help stamp out iliturcy.
  40. Re:It's more fundamental than bait and switch by uglyduckling · · Score: 2, Insightful

    This is a stupid as is was back in the dialup days. I remember being with an ISP at our office, where they put a cap on the amount of time you could stay connected. So I had a script on our NAT box that would redial after 30 seconds when the line was dropped. Always-on Internet, just with a 30 second dropout very 6 hours. How they thought those 30 seconds would help with their bandwidth issues I never knew.

  41. Why would you think that? by pablo_max · · Score: 2

    Why would you think that?

    If you have several EDGE handsets support multi-slot uplink, you are killing the link budget for that particular node. UMTS has far more capacity in terms of channels and upload download slots. As such, many more users in the same amount of spectrum.
    Speed is not the reason carriers went to UMTS.

  42. DO have have any idea how a network works? by pablo_max · · Score: 2, Informative

    Seriously, what he hell are you talking about?

    If your battery went dead, your handset would not perform a detach. The network would assume you are still connect but went into a building or something and would save your slot. For a set amount of time. I dont feel like looking into the core spec to see what that is, but we do test for that sort of thing when the phone goes through PTCRB or GCF certification.
    In fact, EVERY SINGLE phone sold in the US has gone though PTCRB certification. There are literally thousands of protocol and rf layer test cases covering GSM/GPRS/EDGE and UMTS.
    Nearly all test cases are CAT A, so you MUST pass them.

    If an application has access to the stack, it certainly has the power to bring down tower. THIS IS WHY WE TEST PHONES!

  43. Re:I am so tired of this argument by TheRaven64 · · Score: 2, Informative

    They own the network

    Actually, they don't. A network consists of a number of endpoints and a number of interconnects. Most of the endpoints in a cellular network are client devices. They don't own these. The interconnects, in the case of a wireless network, are spectrum allocations. They don't own these, they rent them from the people (mediated by the government, in the form of the FCC in the USA), on the condition that they will use the spectrum in a way that benefits society (although some of this benefit comes from handing over a large pile of money to be allowed to use it). They do own a lot of the towers, although they rent a lot of the others.

    My point is that their ownership rights are only truly applicable at the places where the bridging point where the mobile devices connect to the wired infrastructure. Beyond that, they have certain tenancy rights to the airspace - they can restrict what transmits within that spectrum, but only within the rules laid down by the FCC and only until their license for that spectrum is renewed. They have no rights at all on the client, any more your ISP has rights on your computer.

    --
    I am TheRaven on Soylent News