Slashdot Mirror


Will Fiber-To-the-Home Create a New Digital Divide?

First time accepted submitter dkatana writes Having some type of fiber or high-speed cable connectivity is normal for many of us, but in most developing countries of the world and many areas of Europe, the US, and other developed countries, access to "super-fast" broadband networks is still a dream. This is creating another "digital divide." Not having the virtually unlimited bandwidth of all-fiber networks means that, for these populations, many activities are simply not possible. For example, broadband provided over all-fiber networks brings education, healthcare, and other social goods into the home through immersive, innovative applications and services that are impossible without it. Alternatives to fiber, such as cable (DOCSYS 3.0), are not enough, and they could be more expensive in the long run. The maximum speed a DOCSYS modem can achieve is 171/122 Mbit/s (using four channels), just a fraction the 273 Gbit/s (per channel) already reached on fiber.

291 comments

  1. No. by sexconker · · Score: 3, Insightful

    It won't.

    1. Re:No. by funwithBSD · · Score: 4, Interesting

      More on that:

      Companies won't pay for infinite bandwidth, so they will throttle you eventually.

      TCP_WINDOWS_SIZE will put a maximum on how much you can download based on how far away the server is. Anything more than 20 to 30ms and it won't be much faster than what we have today.

      Anything that is encrypted is limited to the computational capacity of the CPU, unless you have an encryption acceleration chip. Around 25 to 35Mbps depending on the encryption method and how much load that crypt takes. More secure means more CPU, right now arc_four being the fastest, but least secure.

      --
      Never answer an anonymous letter. - Yogi Berra
    2. Re:No. by pushing-robot · · Score: 3, Insightful

      Don't worry! Service providers usually aim for the lowest common denominator to maximize their market, so a divide means you won't have haves and have-nots. Just have-nots.

      --
      How can I believe you when you tell me what I don't want to hear?
    3. Re:No. by sexconker · · Score: 0

      Yes.

    4. Re:No. by Anonymous Coward · · Score: 1

      there's nothing artificially limiting the tcp window, and it is set by the end receiving the data. this means you control how much bandwidth per stream. with scaling, the window can be very large, and with newreno and congestion control algorithms like it, the occasional lost packet won't even empty the window.

      oh, and there are typically many streams going on at once.

    5. Re:No. by Bengie · · Score: 5, Informative

      TCP_WINDOWS_SIZE can grow up to 2GB which is enough for a 10GB link with 1600ms latency. I'm not going to say that your OS will be happy about it, but that's the logical limit. As for AES 256 encryption, a modern desktop CPU can handle 100mb-300mb per core, unless you have AES-NI, then it's more like 1gb per core. OR if you're like me, you NIC supports line rate IPSEC offloading, so 4gb/s with 0% cpu overhead, assuming IPSEC and not VPN.

    6. Re:No. by ArmoredDragon · · Score: 5, Insightful

      Just to elaborate...the author is extremely vague here. Let's just pick an arbitrary number, say 10mbit, which is actually quite slow (in my opinion, but the local cable co provides 150mbit connections, and just started rolling out gigabit, so maybe I'm biased.)

      Anyways what services CAN'T you obtain at 10mbit? Nothing health related comes to mind, nothing education related comes to mind, and social goods..what the FUCK does that even mean? Anyways, a 10mbit link is fully capable of streaming 1080p video, which is about the most demanding consumer grade application I can think of.

      Therefore, I have no idea what possible "divide" the author could be referring to. Furthermore, the author strikes me as being grossly uneducated about the topic because of the blatant misspelling of the acronym DOCSIS.

      If he wants to make a better case (which it sounds like he's pushing for some kind of socialist and/or social justice agenda) then he should at the very least give examples of WHAT, EXACTLY these people wouldn't have access to.

      He would have a case for a slow upstream (it's common for DSL providers to only provide less than megabit data rates) in health care if, say for example, a medical practitioner needed an HD video feed to evaluate their patient (which doesn't seem to be a likely scenario) but he didn't state that. But, that still doesn't apply to anything else he mentioned.

    7. Re:No. by Bengie · · Score: 4, Insightful

      When you kid is downloading some patches from Steam, Blizzard, and who knows what, all at the same time, while running BitTorrent to get the newest Linux ISOs, and remote backing up your computer.

      You should not notice any issues. If you do, you don't have enough bandwidth.

      Let me repeat... You should not EVER have thing think about your bandwidth or how you are using your internet connection. If you ever have to stop and think, "why is this slow", you don't have enough. You should have to micromanage what is ran and when, or who can do what at what times, etc.

      We have the technology to provide every user so much bandwidth, that it's nearly impossible for them to ever run into an issue of using it all.

    8. Re:No. by Anonymous Coward · · Score: 0

      *golfclap*

    9. Re:No. by cheater512 · · Score: 2

      I'm in Australia and I get 10mbit/s sync with ADSL2+ (there is a NBN fibre bolted to the side of my house, but no light in it).

      From that:
      - 4 VoIP lines
      - 2 people working from home, copious calls/video calls.
      - My 33TB NAS gets data from somewhere
      all runs from it just fine.

      I could use 100mbit or faster better than most, but realistically I start to struggle thinking about what I'd do after 20mbps or so, and any more than that is just doing silly crap with it.

    10. Re:No. by Anonymous Coward · · Score: 0

      Per connection. Households generally have multiple people using the internet.

    11. Re:No. by funwithBSD · · Score: 1

      Yes, but both sides have to agree and the protocol has to support it. SCP/SFTP in particular don't, unless you are using PSC's version of SSH that fixes it.

      --
      Never answer an anonymous letter. - Yogi Berra
    12. Re:No. by funwithBSD · · Score: 1

      True, and it helps file sharing, which tends to have multiple connections. Unless you are encrypting, then the encryption slows you down.

      --
      Never answer an anonymous letter. - Yogi Berra
    13. Re:No. by Anonymous Coward · · Score: 1

      So because I sometimes want to download a game on steam, while downloading a season of Breaking Bad while watching a 1080p episode of anime and video chat with a friend..... I should spend more money each month to get a faster speed. Must be nice to be able to spend however much money you need to do everything at once, but for a smart consumer who do not want to waist there money simply to do everything at once, you can download during the night, and pause it during the day and save yourself $10-20 a month.

      Yea, the technology exists to give everyone a huge bandwidth..... but it dose not come free, and other then people like you who are rich, can not, or will not spend top dollar for big bandwidth.

      The internet really dose not help a person out all that much. Shopping can be done in a story, there are hospital for medical care, and education? You will find more false information then true information on the internet. Take out entertainment things, and speed of internet makes no difference (ie, videos, games, video chatting with people)

    14. Re:No. by funwithBSD · · Score: 3, Interesting

      Incorrect. Many older protocols don't support it. FTP, SSH based, etc. BOTH sides must agree to the larger window size. As little as .01% packet loss can reduce throughput by 50%.

      I run into this all the time at work, where moving data over large pipes over long distances still limits transmission speeds. I move datacenters for IBM, so I see it a LOT.

      If it were not such a problem, CISCO WAAS, Silverpeak, Riverbed and others would not make appliances to fix this exact problem. Riverbed even makes end user software that talks to concentrators at the corporate datacenter to eliminate TCP window size issues impacting application performance.

      --
      Never answer an anonymous letter. - Yogi Berra
    15. Re:No. by funwithBSD · · Score: 1

      http://www.psc.edu/index.php/h...

      explains the issue and the fix in detail.

      Late FreeBSD 8 and up have HPN-SSH by default.

      HPN-SSH with the "NONE" encryption option is blinding fast, up to 2.5Gbit per stream on bigger servers. Filling even an OC-48 is possible with very big servers.

      --
      Never answer an anonymous letter. - Yogi Berra
    16. Re: No. by Anonymous Coward · · Score: 0

      Please.
      I tunnel all my private traffic through SSH on an odroid ARM board at home, and I easily get 60+ Mbps.
      Encryption doesnt take any toll these days.

    17. Re:No. by Urkki · · Score: 1

      Sounds to me like you are arguing against future technologies and capabilities based on today's implementations. As soon as there is common need, fixed implementations or even new protocols will replace the old.

    18. Re:No. by Anonymous Coward · · Score: 0

      Why is this flagged as Flamebait? Its a LOT more informed than the original article.

    19. Re:No. by JMJimmy · · Score: 5, Informative

      1) TCP alternatives are already being developed
      2) TCP_WINDOW_SIZE problem was solved long long ago with TCP_WINDOW_SCALING. The limit is roughly 100 Gbit/s at 80ms
      3) Not sure where you're getting your data from but reality is a very different place from where you live. 25 MBps would be an Intel Atom 230 decrypting AES-128-CBC. 5 year old mobile/low power processors were never meant to stand the test of time. Take something from around the same period, like say an Intel T5550 and all the sudden you're up to 80MBps for AES-256-CBC (or 109MBps AES-128-CBC). Even dropping down to a P4 you can get 75MBps for AES-256-CBC.

      Also, arc_four (aka RC4) is not even worth discussing as it's completely useless as encryption. RC6 is (comparatively) fast at low byte counts on specific platforms but quickly plateau with little performance increase after 128 bytes and slows by a factor of 3 if the hardware is not optimal. Rijndael, which was chosen for AES, had consistently fast speeds no matter the bytes or platform. The reality is that any chip with the AES-NI instruction set makes it a moot point, by example the i7-3960X is churning out 5.7GBps. Without it, performance does suffer, but you're still talking 250-400Mbps on a 4 core chip.

      The real question is how the heck this got posted to Slashdot. DOCSIS 3.1 bumps the limits to 10 Gbit/s down, 1 Gbit/s up and even on DOCSIS 3.0 - who says you've got to be stuck at 4 channels? 24 Channel is already actively deployed in Canada at 200-250Mbps down/15-30Mbps up, 1.5Gbps/150Mbps in the UK.

    20. Re:No. by Sarius64 · · Score: 1

      I hate it when sociologist post irrelevant crap to justify their jobs.

    21. Re:No. by Jawnn · · Score: 1

      More on that:

      Companies won't pay for infinite bandwidth, so they will throttle you eventually.

      TCP_WINDOWS_SIZE will put a maximum on how much you can download based on how far away the server is. Anything more than 20 to 30ms and it won't be much faster than what we have today.

      Anything that is encrypted is limited to the computational capacity of the CPU, unless you have an encryption acceleration chip. Around 25 to 35Mbps depending on the encryption method and how much load that crypt takes. More secure means more CPU, right now arc_four being the fastest, but least secure.

      Well, now. Those are some of the most ignorant, non-arguments for higher bandwidth that we've seen today. So I shouldn't have something many parts of the world already have because, what, TCP window size? Huh? Using encryption would make something more than my 20 Mbps cable connection economically unfeasible? WTF? The plain fact is (and has been for some time) that we are getting screwed by ineffective regulation of monopoly telecom companies who are screwing us even worse. Competition scares the shit out of these companies so they are spending tons of money fighting it wherever they can. So access to a thing that is not available on "free market" terms is always going to set up an economic divide. For those on the right side of that divide, that's a good thing.

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

      Nonsense.
      I tunnel all my private traffic through an odroid ARM board (SSH tunnel) sitting at home on a 100Mbps FTTH link, and this tiny little CPU is capable of 65+ Mbps SSH throughoutput.

      Encryption does not take any toll these days.

    23. Re:No. by Dahamma · · Score: 1

      Let me repeat... You should not EVER have thing think about your bandwidth or how you are using your internet connection. If you ever have to stop and think, "why is this slow", you don't have enough. You should have to micromanage what is ran and when, or who can do what at what times, etc.

      I can't even begin to describe how much of a ridiculous "first world problem" this is, let alone how inaccurate...

      Despite what the author and many other people seem to pretend, much of the US (and other parts of the world) *does* in fact get 50Mbps+ for under $100 already without FTTH. That's enough bandwidth to stream 3 HD videos and whatever web browsing or game patches you want at the same time.

      We have the technology to provide every user so much bandwidth, that it's nearly impossible for them to ever run into an issue of using it all.

      Sure, obviously the technology exists, but why would anyone assume it should be free? We could give everyone 10Gbps+ to their home if we were willing to spend a few hundred billion dollars in infrastructure and even more in monthly fees/maintenance to keep it running. We could similarly give everyone in the world a Ferrari if they were willing to pay for it.

      It's all an issue of cost. And obviously people are willing to compromise and wait a bit longer for their downloads to save money.

    24. Re:No. by JMJimmy · · Score: 4, Interesting

      Actually AC was very correct. TCP window scaling was a proposed standard back in 1992 (rfc1323) and the issue does not lie with FTP/SSH/etc but with the application implementing those protocols failing to set a larger receiving buffer. Yes, both sides need to send the window scaling SYN option, however, once sent protocols running on top of it should not be affected (unless the receiving buffer is smaller than the scaling)

      It's funny because they even make reference to LFNs (long fat networks) and how the proposal fixes the problem.

    25. Re:No. by JMJimmy · · Score: 1

      How do you figure TCP window size can grow up to 2GB? The protocol limit for it is 65,535 bytes. The receive buffer can grow that large with scaling but not the window size.

    26. Re:No. by Anonymous Coward · · Score: 0

      Hell my cable company wants me to upgrade to 15mbit/sec but I'm staying with my good and faithful 2.5mbit/sec because it's more than enough! Download a game? Sure it'll take a few hours, but if I can't wait a few hours for a game then it probably wasn't worth the price I payed for it in the first place. 1080p? Well I watch 720p most of the time and can't tell the difference, so I don't give a fuck.

    27. Re: No. by Anonymous Coward · · Score: 0

      With a 33TB NAB you might want to consider backing it up offsite. You'll find very quickly you'll want as much bandwidth as you can get during the initial sync or restoring from backup.

    28. Re:No. by Anonymous Coward · · Score: 0

      Therefore, I have no idea what possible "divide" the author could be referring to

      Obviously, you are a racist and sexist member of the 1% who wants people to starve in the streets!

    29. Re:No. by Anonymous Coward · · Score: 0

      So because I sometimes want to download a game on steam, while downloading a season of Breaking Bad while watching a 1080p episode of anime and video chat with a friend..... I should spend more money each month to get a faster speed.

      No, you shouldn't! That's why people talk about "the digital divide"! It's basically a call for people to get government to do something about it.

      What will government do about it? Generally give lots of money to union workers (public and private) and government-friendly equipment manufacturers to create infrastructure that you then get seemingly below cost. Of course, you pay twice as much money in taxes than if you had bought the services yourself, and you didn't want them in the first place.

    30. Re:No. by Anonymous Coward · · Score: 0

      Typical kid outlook. When you have a family, your other family members will be doing stuff too. Try two Netflix streams at 4-5mbps average. Oops, both are not stuttering. This is already a problem for those cutting the cable.

    31. Re:No. by TheRaven64 · · Score: 3, Interesting

      When I was a student, sharing a house with three other people, we paid extra to get the 1Mb/s connection that was the fastest that the cable company offered. The top gradually grew to 3Mb/s, 5Mb/s and then 10Mb/s. When it hit 10Mb/s (I'd moved house and was living with a different group of people, but) we still paid for it. But then I stopped caring. The 10Mb/s went from being the fastest that they offered to the slowest. Then 20Mb/s and 30Mb/s became the slowest. I'm now still on their slowest connection (although living in a different city). At work, I have a GigE connection that means that most of the time the bottleneck isn't my local connection, and I can usually get 10-20MB/s to any moderately large Internet site. I very occasionally notice the difference between the speed at home and at work, but most of the time there's no user-perceptible difference. Oh, and my ISP sent me a letter a few weeks ago saying that they don't offer 30Mb/s anymore and they'll be moving me to 50Mb/s soon. I think somewhere around 10-20Mb/s was when I stopped noticing Internet speed as a bottleneck.

      --
      I am TheRaven on Soylent News
    32. Re:No. by Anonymous Coward · · Score: 0

      I live in a village in the US where one part has fiber to the home, and my area is served by fairly poor bitrate cable and even poorer bitrate non-BabyBell phone company DSL. When I first moved here, I couldn't even get DSL, because I was in the BabyBell side of town and they wouldn't remove the voice coils.

      You don't need to go to a third world country to find the digital divide. You don't even need to go to the wild west. Almost 2 decades after they started pocketed our money as part of the Universal Service Fund, the telecomms still haven't delivered the advanced telecommunication services to rural customers that was part of the deal.

    33. Re:No. by Bert64 · · Score: 1

      It's not about sustained throughput so much as ability to finish things quickly and get back to an idle state...
      With 2mbps i could keep the line maxed out for hours on end, with 100mbps i do the same things but its bursty and the line mostly sits idle.
      Modern websites get quite bloated these days, especially poorly designed ones, a fast connection improves loading speed quite significantly...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    34. Re:No. by Anonymous Coward · · Score: 2, Informative

      Looks like it can go higher. A quick Google search found TCP window scale option, which apparently has been supported by all the major OSes for a while (since Linux 2.6.8 and Windows 2000).

    35. Re:No. by Anonymous Coward · · Score: 0

      You're mixing MB and Mb making it entirely unclear what you're talking about.
      10 Mb = 1.25 MB
      I doubt you're getting 10 MB/s on a 30Mb/s (3.75 MB) connection.

    36. Re:No. by Anonymous Coward · · Score: 0

      I can't even begin to describe how much of a ridiculous "first world problem" this is, let alone how inaccurate...

      If you don't like the first world, leave it.

      I get sick and tired of self-hating pussies like you. Yes we have problems, yes they are nowhere near as dire as the third world, and yes they are relevant to our lives.

    37. Re:No. by Anonymous Coward · · Score: 0

      Hmm. Sounds like you're a statistical outlier. How many NIC's in the consumer PC's and laptop market have that ability, 'off the shelf'?

    38. Re:No. by Bengie · · Score: 1

      Anon already posted a link, but if the Window was limited to 64KB, I would have to be within 10ms of an end point in order to make use of my 50mb connection. This has been around for a long time. "TCP Window Scaling is implemented in Windows since Windows 2000"

    39. Re:No. by coofercat · · Score: 1

      I live in the UK - in a mid sized village, and I get 17mbit/s down on an ADSL2+. I can get fibre to the cabinet and zip up to 50mbit/s for about twice the money if I want. However, there are places in the UK where you can't get broadband of any kind - you're stuck with 64k dialups from almost no providers that still run that service. Hence, there is something of a digital divide - those people can't work from home, can't use bittorrent, etc, etc. They can't realistically do all the usual fluffing about on the Internet that the rest of us do either - even electing for paperless billing and online payments for household bills isn't the no-brainer it is for the rest of us.

      It's debatable how much of a problem this divide really is. However, we can be sure that in 10 years, those people might be able to access the government ordained 2mbit/s minimum broadband, but the rest of us will have more like 50-100mbit/s as standard. Those out-lying places will always be at a disadvantage, although hopefully will at least be able to leave something to download while they go off and do something else - which isn't really very feasible for them today.

      So what I'm trying to say is that there is a divide, I'm not sure how terrible it really is, but in the future that divide will narrow here in the UK when everyone can get broadband of some description. Whilst 2mbit/s looks pretty rubbish to me, it's enough to hold an online meeting, or to log onto your bank and whatnot. You can't go crazy, but you can at least participate in what the rest of the world takes for granted.

    40. Re:No. by Bengie · · Score: 1

      but why would anyone assume it should be free

      1gb dedicated fiber is cheaper than upgrading cable or dsl. The only way 1gb fiber is more expensive is if you do not plan to do any network upgrades. Even then, fiber will eventually be cheaper because it is about 20% cheaper to operate than cable or dsl, and operation costs are 60% of an ISP's over-all costs.

      10gb over fiber for the same price as 1gb fiber, which is already cheaper than 10mb over copper, is only a matter of time. In the past 4 years, we have gone from 100gb/s 10km range over fiber to 16tb/s 600km range with no repeaters, commercially available. There have been some extremely major breakthroughs, and we can get 1pb/s over 60km or 1tb/s over 11,000km with research grade optics .

    41. Re:No. by TheRaven64 · · Score: 1

      I'm using Mb and MB when I mean Mb and MB. If you read all of the words in my post, you'll see that the 10MB/s is over the 1Gb/s connection.

      --
      I am TheRaven on Soylent News
    42. Re:No. by overshoot · · Score: 1

      Around 25 to 35Mbps depending on the encryption method and how much load that crypt takes.

      You say that like it's slow. It's an order of magnitude greater than most Americans can afford. Fiber vs. copper isn't the bottleneck, and neither is encryption bandwidth. The rates providers charge is, and when they switch to fiber the rates per Mbps increase, not decrease.

      Of course, the rates per megabit increase regardless.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    43. Re:No. by LostMyBeaver · · Score: 1

      Did you seriously just use TCP as an example of what will limit downloads? Honesty... I though we were done with this silliness.

      TCP is for little thingies. UDP based file transfer protocols with more intelligent mechanisms are the solution as always.

    44. Re:No. by Lennie · · Score: 1

      And everything would be fine, if we didn't have Bufferbloat:
        https://en.wikipedia.org/wiki/...

      --
      New things are always on the horizon
    45. Re:No. by Anonymous Coward · · Score: 0

      DOCSYS? What in the hell people. DOCSIS is the standard.

      Anyway The problem with Cable (DOCSIS) is that the higher the version, the higher the latency because of how it relies on channel bonding. The same thing happens in xDSL. If you have a single channel, you get 6-20ms of latency. If you have a bonded channel, you can't get anything less than 40. When multiple channels are involved, suddenly the devices on each end suffer from higher buffer bloat as they have to wait for the entire packet to arrive.

      I'm not sure there's any solution for this other than to wholesale drop DOCSIS and xDSL and move straight to FTTH. You might ask why is that tiny latency number important:
      1) Higher latency means lower real bandwidth (as one of the replies below explains), and many devices are still being shipped as entirely CPU bound (which ironically is preferred in Linux, but nowhere else) with the checksums and offloading turned off or crippled by default in order to sell more expensive versions of the exact same chip. Those onboard network cards? All crap. Especially the Realtek parts.
      2) Many CPE (Customer Premises Equipment) is not set to use Jumbo packets (9000.) Those that do, tend to only do so if they are connected with Gigabit copper between all devices. If one device isn't (say the IPTV box, and the modem itself) then the packets still get broken up, and any benefit to having Gigabit is lost except between the customers own devices.)
      3) Nearly all CPE is IPv6 capable but absolutely nobody is using it. As there is higher overhead with IPv6, you end up with lower bandwidth if the MTU is still defaulted to 1500.

      With a move to encrypting the end point connection (IPSEC) and the per-connection (HTTP 2.0) links, one might wonder if all this extra encryption is worth it. It seems like as long as we're still using xDSL and DOCSIS, nobody cares about switching to ipv6, ipsec, http2.0 etc.

      Someone out there needs to roll out FTTH on ipv6 only.

    46. Re:No. by Anonymous Coward · · Score: 0

      >10 mbit

      I'd love to have 10mb. I have 3. And my up is 384 *k*b. Now go through your list. Add some of the following to it
      * Desktop Streaming
      * More than one person trying to do something at once
      * Video Chat
      * Hosting a skype chat

      Hell. I can almost pull two 480p netflix streams at once. This is great, since we can't really afford to go back to satellite for TV ($90/month after the deals wear out half way through the 2 year min contract). Kids like to use youtube or watch netflix (or both) leaving me about enough bandwidth to only ping out of my irc channels once or twice and hour.

      So yeah. You do have a divide already. 10 mbps? Please. I'd love that. It would literally change my social life.

    47. Re:No. by NotDrWho · · Score: 1

      So because I sometimes want to download a game on steam, while downloading a season of Breaking Bad while watching a 1080p episode of anime and video chat with a friend..... I should spend more money each month to get a faster speed.

      Umm, yes. That's how buying services works. When you want a service, you pay for it. If you want or need a better tier of the service, generally that requires that you to pay more.

      That also applies to hookers, BTW. $1,000 gets you a beautiful escort. $500 gets you a relatively pretty girl with daddy issues. $100 gets you a not-ugly streetwalker. $50 gets you a pretty hideous meth/crack whore. And $10 gets you Lindsay Lohan.

      --
      SJW's don't eliminate discrimination. They just expropriate it for themselves.
    48. Re:No. by funwithBSD · · Score: 1

      Scaling is application controlled. It has to be willing to use a larger window size.

      SSH and FTP do not pick up and use larger windows by default. HPN-SSH specifically addresses this problem. Some implementations like Solaris can pick up larger sizes as well, but the APP has to decide to do it.

      Larger TCP Window sizes are slowly creeping into applications, but by no means standard.

      I have been fighting this specific issue in my job for the last 4 years, constantly seeing NFS/CIFS/FTP/SCP and lots of other applications like DBs, plus data migration tools like DoubleTake, Platespin, and TDMF trying to pull data over LFNs and using less than 10Mbits of an OC-3 to OC-48 that is no where near capacity or even totally silent.

      --
      Never answer an anonymous letter. - Yogi Berra
    49. Re:No. by Anonymous Coward · · Score: 0

      Oh no, the entitled little assholes who can't afford fiber to the home... what a fucking shame! Some people are concerned about feeding starving people all ove rthe world and the /. community is concerned about fucking bandwidth.

      Cripes. Grow... the... FUCK... up... already...

    50. Re:No. by JMJimmy · · Score: 2

      By all means it's a standard, RFC1323 (now RFC7323) proposed standard. While it's an optional component that specific applications fail to implement, that is the fault of the application not lack of protocol support.

    51. Re:No. by Anonymous Coward · · Score: 0

      Agreed.
      Money talks. If consumers need fiber speeds to spend boatloads of money exactly who will say "No, don't roll out the fiber" ?

    52. Re:No. by adolf · · Score: 1

      When the price differential between 2Mbps and 75Mbps is large, some people elect the cheaper option.

      I write this from a 2Mbps connection. It works well, even with Steam, blizzard, and who knows what, all at the same time, while running BitTorrent to get the newest Linux ISOs, and remote backing up my computer.

      Sure, it's slow. Downloading those ISOs requires patience.

      But it's responsive. Interactive things happen quickly, and that's what matters most for the user experience. Games work fine. Netflix works. Pandora works. Youtube works. Skype works. Throw random workloads at it, and it works.

      How? Using the perhaps-poorly-named QoS adjustments in Shibby's build of Tomato-USB on an old WRT54G.

      Light and interactive and latency-sensitive things get the first dibs at bandwidth (both headed out, which is easy -- and coming in, which is much less straight-forward). Progressively more-intensive things get pushed to the back of the bus.

      My Linux ISO torrents get whatever is left after these other more-important tasks (as defined by me) get their share.

      So, either $20/month with an old freebie router, or $100+ per month for enough bandwidth to do what I describe without perceived lag.

      Some people are more willing to put a little bit of effort into such things, some people are more willing to open up their billfold a little wider. (And some people manually micro-manage what they do, and when, to keep latency low, but that's the path of madness and a generally unfulfilling Internet experience.)

    53. Re:No. by Anonymous Coward · · Score: 0

      People love to tout the "Linux ISOs" line, but seriously. Who downloads ISOs more then once or twice a year? How often do you hose your box so much that you need to reinstall so much? After the initial install, you dont need that ISO anymore.

    54. Re:No. by Anonymous Coward · · Score: 0

      My home connection is a shared "paltry" 50Mbps CenturyLink line, my normal office is on 100Mbit ethernet, I do some work in a second place with 1Gbps, and I was once privileged to use a 10Gbps network card in my workstation (before they found a better use for it).

      Conclusion? The reduced latency of simply being on the university network (5ms ping to google vs 15 at home) does vastly more for everything than going from 50 to 100Mbps. There is none, no, zip, zero, discernable difference in performance between the 100 and 1000 connections, let alone the 10000 connection, unless I'm downloading whole distros or SDKs, or trying to transfer entire time-series PDE simulation datasets around. And home users never do those things on a regular basis.

      Really: What is anyone doing outside of research that even remotely calls for a 10Gbps connection? Let alone fapping over a 270Gb pipe that probably involves a receiver bigger than your entire desktop tower? It comes down to exactly what funwithBSD said - throttling and downloader-accelerator foiling modules exist for a reason.

    55. Re:No. by Blaskowicz · · Score: 1

      So you're using up a modern quad core CPU, albeit a low end one just to push data at speeds lower than an old cheap LAN?

    56. Re:No. by Anonymous Coward · · Score: 0

      We have the technology to provide every user so much bandwidth, that it's nearly impossible for them to ever run into an issue of using it all.

      No we don't, because there are way more users than there are datacenters, and if every Joe Dumbass has a 10Gbps network connection then datacenters will simply have to throttle because 10Gbps is the standard in machine room speed.

      It might've been the case then we were on 56K modems or 512Kbit DSL and the datacenters ran on 100M or gigabit ethernet, but if you take away that gulf it's throttling or network collapse.

    57. Re:No. by Anonymous Coward · · Score: 0

      If they think they can pull off equal internet speed for all (and not by limiting everyone to dial-up), then we need them to apply these principles to all infrastructure. I should never have to sit in traffic again.

      What are they thinking? Of course there'll be inequality. New tech gets installed somewhere, and then somewhere else, and so on. Before the last segments are upgraded, the first segments get upgraded again.

    58. Re:No. by Darinbob · · Score: 1

      10mbps is good. A lot of people in the US have no access to anything that fast without subscribing to the local cable monopoly (if their local cable monopoly even provides that speed of internet). I get 12mbps for $50. I think it's a bit overpriced myself. Part of the "digital divide" is not just access to internet but the cost of it.

      Ie, if the local cablopoly offers 48mbps for $80 a month, why not offer 12mbps for $20, 1/4 the speed/bandwidth for 1/4 the cost, then it's only a little more expensive than dialup and vastly more affordable for most people.

    59. Re:No. by datavirtue · · Score: 1

      The business district (Loveland Madeira Road) in one of the wealthiest suburbs in Cincinnati (Loveland) only has access to 5MbDown 500kUp DSL and no cable. WTF?

      --
      I object to power without constructive purpose. --Spock
    60. Re:No. by The+Other+White+Meat · · Score: 1

      So $1000 gets me 3+ months of Lindsay Lohan? Where do I sign up...

      --

      --- Generation X: The first generation to have SIG lines inferior to their parents... ---
    61. Re:No. by allquixotic · · Score: 1

      While I agree with most of what you said, I think the more important issue to address is that many people don't even have the opportunity to purchase a fast Internet connection, even if they desperately want one, can afford it, and are willing to pay top dollar for it. Even if they live in a fairly densely-populated suburban area. Pointless political posturing and bureaucracy at the state, county and local levels is preventing access to viable connectivity to people who need it due to their choice of livelihood. For example, it's not far-fetched to believe that people who work with software -- programmers, system administrators, etc -- will tend to need more bandwidth than people who work as HVAC repair technicians. If you work with software, you're naturally going to be interested in much more software that's available out there, and want to download it -- IDEs, alternative operating systems, high-end content editing software, games, and so on.

      But the current regulatory landscape pretty much dictates a small number of very specific locations where people who actually need high speeds to grow their knowledge and career, are able to live happily. For no reason other than politics or a whimsical decision by a bean counter at an ISP, houses 1/8th of a mile away might have 100 Mbps fiber to the home, while you might be stuck with 7 Mbps ADSL. The reasons for this may not even be related to expected revenue in your area: it may just be that the company didn't want to shell out any more money to have the fiber rolled out. So if you have a paid-off house from before the economy went to crap, and are not interested in buying a new or used house that costs 10x more and paying for a second mortgage, your choices are either to move and vastly curtail your expenses to pay for your new shack, or stay where you are and live with a 20th-century version of the Internet.

      The real problem, as I see it, isn't about raising the bar for the average or typical expected speeds. The speeds that people get in the 50th percentile are fine. The problem is about bringing the bottom 20% of the speeds up to what the current average is, so that there aren't as many people left behind -- or AT LEAST making it so that people who are living in areas with these bottom 20% offerings can, at their option, purchase higher speeds, if they so choose.

      I mean, there is always going to be *someone* left behind; if you own all the land around your house for 30 miles in all directions, you probably are going to have to pay a lot out of pocket to get any Internet faster than dial-up. But this should not be happening for people who live in areas with a population density that fits very well into the definition of "urban".

      It's a tremendous loss of potential, both in terms of the company (they're not getting higher revenues because they aren't offering these willing customers the higher end service), and in terms of the individuals (they have legitimate non-entertainment reasons for wanting 50Mbps+ speeds but are physically unable to get them without bribing a Verizon executive with a couple million bucks or moving their entire livelihood to another place and starting the mortgage-induced poverty all over again). How many kids interested in programming went to download the Qt SDK or Eclipse or Netbeans or Ruby on Rails, only to see the download estimated time say "3 days" and give up? How many gaming enthusiasts interested in starting a career as a games critic on Youtube have been unable to do so because they only get 128 Kbps upstream? Or if you don't have any love for gamers, replace "gaming" with any other product space where being a critic/reviewer would get you enough views on youtube to pull in a decent ad revenue.

      So yeah, there are plenty of potential uses for high bandwidth, but the distribution of bandwidth is pretty much like the distribution of wealth right now: you have the elite ruling class with (usually symmetrical or nearly symmetrical) 100 Mbps - 1 Gbps and up; you have the enormous preponderance of users -- the mid

    62. Re:No. by CharlieHedlin · · Score: 1

      I have 16 channel docsis 3.0 at 300/15 mbps right now in an Austin, TX suburb so I was coming here to say the same thing. I do hope to see FTTH in the near future, but getting rid of transfer caps/allowances is far more important (I can blow through the 500 GB allowance on my service rather quickly)

    63. Re:No. by Anonymous Coward · · Score: 0

      Infinite bandwidth is a tough thing to provision.

      Seems like there is emphasis on bits per second equaling advancement. Maybe a better measure would be how much usefulness you get per bit per second. I'd hope that digital divide would be a little different.

  2. Rather... by dosius · · Score: 1

    It will simply widen the existing one.

    --
    What you hear in the ear, preach from the rooftop Matthew 10.27b
    1. Re:Rather... by rtb61 · · Score: 1

      It will introduce new regional competitive divides. Countries with corrupt governments feeding the existing mass media and telecoms at the expense of the rest of the population as those countries fall behind creatively and technologically. A few years of corruption will results in decades of trying to catch up. Australia is a prime example of the most extreme corruption where one government instituted a modern network build only to have the effort crippled and dismantled by the next government brought into power by blatantly biased mass media, chief off which as Rupert Murdoch's Newscorp a family name that will go down in history for betraying Australia's future to feed their own greed.

      --
      Chaos - everything, everywhere, everywhen
  3. So Who Cares by Anonymous Coward · · Score: 3, Interesting

    Income inequality matters (particularly if you're trying to get elected) but how, exactly, is the difference between a cable modem and "ultra-fast broadband" going to change anyone's standard of living substantially? We're already at the point where there's very little food insecurity and housing insecurity in the US and Western Europe (and most of that is due to immigrant cultural problems). Does it really matter if your Netflix is in 4K v.s. SD?

    1. Re:So Who Cares by Wycliffe · · Score: 3, Insightful

      I agree. There are probably a few applications (like video conferencing with your doctor) that might need a slightly
      higher bandwidth but nothing that should significantly affect a person's standard of living.
      I'm a computer programmer who works from home and I'm on a 1M/256k connection. It serves my needs just fine.
      I can't stream high quality videos but VOIP works fine as do 100% of all websites, job applications, etc...
      Internet access is quickly becoming a basic necessity for stuff like emails, applying for jobs, buying stuff online,
      and paying bills but there are no critical applications yet that require an ultra high speed connection yet.

    2. Re:So Who Cares by Anonymous Coward · · Score: 0

      Most people I know do not pay bills online. I can't imagine that paying bills online could almost be a necessity.

    3. Re:So Who Cares by rossdee · · Score: 1

      "like video conferencing with your doctor"

      I expect that Doctors will charge more for video conferemcing than for an office visit, so the question is will medicare and your insurance pay the difference?

    4. Re:So Who Cares by Zontar+The+Mindless · · Score: 1

      I've not paid mine in any other way BUT online in years.

      --
      Il n'y a pas de Planet B.
    5. Re:So Who Cares by Anonymous Coward · · Score: 0

      Does it really matter if your Netflix is in 4K v.s. SD?

      The problem is that many people still don't have fast enough access to get Netflix at any resolution. The fastest Internet connection any of my friends have here in Seattle is 576 kbps. I'm still using my old ZyXEL ISDN BRI terminal adapter I bought thirteen years ago. It sucks having to pay $25 per month plus taxes plus per minute charges plus $20 for Internet access for only 64k bps, but it's better than paying $68 per month for DSL that is only a little more than three times faster. My biggest fear now is that my ISP is going to drop ISDN service since they said they're down to less than 500 customers in the area.

    6. Re:So Who Cares by dave420 · · Score: 1

      Doctors still charge where you live? How quaint.

    7. Re: So Who Cares by Anonymous Coward · · Score: 0

      Due to their Medicare reference I'm assuming they're in Australia. Some doctors charge up front (you need to make the reimbursement claim to Medicare manually) and others bulk bill (they make the Medicare claim and knock the price down). Not all services are 100% covered by Medicare. What country do you come from that gives completely free access to doctors for every type of visit?

    8. Re:So Who Cares by Bert64 · · Score: 1

      Websites will work, but some more bloated sites will load slowly... Really this is the fault of the site designer, but most users won't care about that and just be annoyed by their own slow connection.

      A slower connection can be annoying if your waiting for downloads, especially if your trying to play a game which must update itself before it will let you play... The 1mb connection may be enough for gameplay, but it will introduce a significant wait while updating.

      Streaming is an annoyance, 1mbps may not be fast enough to stream high def content, but its more than fast enough to download a movie over night for you to watch the following morning.

      None of this is critical, but it makes the experience much better.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:So Who Cares by Bert64 · · Score: 1

      With video conferencing you can talk to a much cheaper doctor in india or china... If anything it will push the price down.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    10. Re:So Who Cares by Bob+the+Super+Hamste · · Score: 1

      Great so this way the only in network doctors that my insurance plan will cover are ones who work on the other side of the planet and I can't understand.

      --
      Time to offend someone
    11. Re:So Who Cares by Anonymous Coward · · Score: 0

      I am so sure my insurance is going to cover a doctor not licensed in the US.

    12. Re:So Who Cares by Wycliffe · · Score: 1

      Why would they charge more? Because it is technology? My guess is that when/if they start doing this
      it will be so that they can see more patients in a given period of time and/or cut down on buildings,
      staffing, etc... i.e. They will be doing it to save money. You might not see the saving but it doesn't
      make sense that they would charge more for this service.

  4. Telecommuting is now a real thing by timeOday · · Score: 1

    I have been surprised in just the last few years how many full-time telecommuters I suddenly know, and equally surprised by how useful video-conferencing is in making my interactions with them more engaging, as opposed to just talking on the phone. So far, the experience is sub-optimal because there are frequent glitches and disconnects (whether it is the person's Internet connection, or our VPN, or Lync, I am not entirely sure). But the digital divide is no longer a notional idea for me, because I work daily with people who can't earn their living without a good connection.

    1. Re:Telecommuting is now a real thing by Tough+Love · · Score: 3, Funny

      Video calls suck, you have to shave. At least you don't need to put on pants.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:Telecommuting is now a real thing by timeOday · · Score: 1
      Yeah, there's one guy I always tease about pants because once he stood up and was only wearing shorts. Scared me for a second.

      Anyways, that's just it... there's no social pressure without eye contact. It is too tempting to websurf during a teleconference.

      So I want to have stable, low-latency, 20-way video conferencing before I hear anybody claim more bandwidth wouldn't be useful.

      (Of course even then telecommuters have to download big files often enough).

    3. Re:Telecommuting is now a real thing by xxxJonBoyxxx · · Score: 2

      >> It is too tempting to websurf during a teleconference.

      I'm usually websurfing during video conferences too. You basically just need to point your camera from the monitor where you're surfing, and keep your browser near the camera to look like you're really into the topic at hand when you're really making picks for the weekend. (Also, be sure you're on mute most of the time and keep your desk - mouse and keyboard - off camera.)

    4. Re:Telecommuting is now a real thing by Tough+Love · · Score: 4, Insightful

      20 person meetings are generally a complete waste of time for the 19 who aren't monologuing.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    5. Re:Telecommuting is now a real thing by timeOday · · Score: 1

      It's not so much getting "caught," but I have realized that I have done myself no favors by just sitting through meetings quietly for years and thinking, "Yeah, no kidding! I could have said that, why does everybody listen to them!" Staying engaged in meetings doesn't come naturally to me but it is a form of valuable work and leads to other things.

    6. Re:Telecommuting is now a real thing by Zynder · · Score: 1

      That's not what I heard you say you wanted. I heard you say "I want people to be forced to pay attention to me whether they want to or not."

    7. Re:Telecommuting is now a real thing by timeOday · · Score: 1

      Yeah, sort of, except it's a mutual give-and-take, and "forced" is a big exaggeration.

    8. Re:Telecommuting is now a real thing by K.+S.+Kyosuke · · Score: 1

      Yeah, there's one guy I always tease about pants because once he stood up and was only wearing shorts. Scared me for a second.

      Now imagine that in 4K!

      Anyways, that's just it... there's no social pressure without eye contact. It is too tempting to websurf during a teleconference.

      Well, that's why we need those new and better graphics cards - for real-time generation of a sufficiently believable artificial face of you "looking" into the camera. ;)

      --
      Ezekiel 23:20
    9. Re:Telecommuting is now a real thing by PPH · · Score: 1

      Get off my lawn, kid! In my day, we used to have 50 people at meetings, easy. There was an entire parallel org chart of people who lived for nothing other then going to meetings. It was how they justified their existance to their boss and stayed out of sight, so as not to raise questions about what they actually did. But try to assign them any action items at a meeting and listen to the whining.

      Fast forward to a world of fiber broadband. Telecommunters can participate in multiple video links simultaneously. A couple of corporate drones can do the work of dozens of actual warm bodies. The demand for MBAs will collapse and take our employment rate and economy down with it.

      --
      Have gnu, will travel.
  5. Rural fiber by Anonymous Coward · · Score: 0

    My dad lives in rural Ontario, Canada. He has fiber to his house for $35 / month. Meanwhile, I live in one of the biggest cities in Canada and can't get fiber (Bell "fibe" is a joke).

    So yeah, there's a divide. Just not the way you think.

    1. Re: Rural fiber by Anonymous Coward · · Score: 0

      and yet a high percentage of rural folks are still on dial up. Yay, plural anecdotes.

    2. Re:Rural fiber by 50000BTU_barbecue · · Score: 5, Funny

      Yeah, except "fiber to the house" in rural Ontario means eating a bowl of All Bran and going to the outhouse.

      --
      Mostly random stuff.
    3. Re:Rural fiber by Anonymous Coward · · Score: 1

      where is this mythical rural place in Ontario that has a fiber to the home connection? is it actually in a rural area (unorganized township), or an actual city like Thunder Bay but is only considered rural because it's not in Southern Ontario?

    4. Re:Rural fiber by Anonymous Coward · · Score: 0

      Rural NC is similar. To actually get internet I had to erect a mini tower by a cell phone yagi antenna, by a 3g/4g router, and pay $90 dollars a month to get extremely slow and sketchy internet from sprint. We have recently switched to hughesnet for even more questionable service. Trying to VPN to work and do something makes me want to scratch my eyeballs out sometimes.

      However if I contact the AT&T or the cable company one more time about when they are going to bring internet out my way there will probably be a restraining order or something happening. Enjoy the crappy DSL/Cable/fiber you have I would give my right arm for it....

  6. DOCSYS? by Anonymous Coward · · Score: 1

    I think the abbreviation you're looking for is DOCSIS, and you can easily bond more channels. My modem currently bonds 8 for downstream, and I saw Motorola has a model out that doubles that.

    1. Re:DOCSYS? by olsmeister · · Score: 1

      Keep in mind that is shared bandwidth. However many cable MSO's are giving serious consideration to fiber to the home. I would expect you to see more and more of it in the US, however it will probably be in more upscale areas. Business class data is also a big driver.

    2. Re:DOCSYS? by jtownatpunk.net · · Score: 1

      Fiber is also shared. Everything is shared at some point unless you're leasing a dedicated connection between locations.

    3. Re:DOCSYS? by Bengie · · Score: 5, Interesting

      With current technology, a single strand of fiber can handle the entire world's Internet bandwidth. Statistical multiplexing works best with large amounts of traffic, something a fiber consolidator can easily do, but copper cannot. I would rather have a 1gb fiber connection to chassis with 2,000 other customer, a 3tb/s backplane, and 1tb/s of uplink, than a 1gb coax connection with 5gb shared among 100 people, to a node that has 800 people and 20gb of uplink.

      Going fiber essentially removes all choke points from the last mile, completely gets rid of the middle mile, and lets customer plug directly into the trunk. Then it's just a matter of sizing the trunk. It doesn't matter how shared it is as long as there is no congestion.

    4. Re:DOCSYS? by Anonymous Coward · · Score: 0

      And they'll still prohibit you from running a server, probably.

      True net neutrality, and the true "routes around censorship" vision of the internet, is possible with customers plugging into the trunk and able to run their own servers with encryption and without backdoors. That's dangerous to those who want to control content. If you had your own web/mail/voip server at home with fiber uplink to the trunk, it would be hard for anyone to monitor your every step -- the cloud, and asymmetric upload/download speeds, are their best weapons for preventing people from having privacy.

    5. Re:DOCSYS? by YesIAmAScript · · Score: 3, Insightful

      That is not at all true. A single fiber cannot handle the world's internet bandwidth. And the PON systems used for homes don't even dedicate 1Gbit to each termination (house). You don't have a dedicated connection to a chassis with 2,000 other customers, you are PON split from a single fiber with a lot of other houses, then that goes to a chassis.

      "It doesn't matter how it is shared as long as there is no congestion." is a useless truism. It's true for copper too.

      I think it's hilarious that you think that your ISP is only oversubscribing their links 2x (2,000 1Gb connections to 1Tb backhaul). That's fantasyland at the prices that residential customers pay.

      --
      http://lkml.org/lkml/2005/8/20/95
    6. Re:DOCSYS? by thogard · · Score: 1

      The limiting factor of shared fiber broadband is the packet turnaround time just like coax and radio combined with scheduling the upstream data. The *PON networks were designed for sending lots of cable TV bits one direction and being able to cope with a small percentage going the other way. There are all sorts of techniques to fix that problem and all of them fail in different ways. So far the fastest home internet isn't PON based but a dedicated point to point links to a somewhat local fiber switch that has massive amounts of upload. It would be very interesting for Google to release some documents about their different types of technology they are using in Kansas City experiment. I've heard that they are using at least 4 different types of connections.

    7. Re:DOCSYS? by Anonymous Coward · · Score: 0

      >With current technology, a single strand of fiber can handle the entire world's Internet bandwidth.
      What is the world's Internet bandwidth, and who has demonstrated this technology? Got a link?

    8. Re:DOCSYS? by Anonymous Coward · · Score: 0

      I get speeds of 500 Mbit/second on my cable modem (real-world performance, single http download, torrents, rsync, all get the performance provided the server is fast enough; usually I cap out at 100 Mbit/second because the server at my workplace sits on a 100 Mbit LAN).

    9. Re:DOCSYS? by klui · · Score: 1

      You can get more throughput out of fiber over copper with WDM where different wavelengths of light can go through a single piece of fiber without interference. Sure, a WDM upgrade would be expensive but not as expensive as laying more copper. The upgrades would be done at strategic places where they would be easy as opposed to cable where the infrastructure is inherently shared in the last mile. Fiber brings the congestion points to locations that are easily upgraded if more speed is required.

    10. Re:DOCSYS? by Anonymous Coward · · Score: 0

      Who builds a FTTH network witj PON? Oh yes, in the USA. I forgot that.

      In the rest of the world we build active optical networks with point-to-point links. Since almost the entire cost is in digging and the conduit, why skimp on the fibre itself? Typically one node serves ~500-1000 homes. I guess that is one reason why fiber is mostly symmertrical over here.

    11. Re:DOCSYS? by Bengie · · Score: 3, Informative

      A single fiber cannot handle the world's internet bandwidth

      Current state of the art is 1pb/s over a single fiber, about 10x the speed of the Internet. Obviously impractical for a single fiber to connect every house in the world. The Internet is about 100tb/s right now, you can get 30tb/s over a single fiber with commercially available technology.. So 3 fibers?

      And the PON systems used for homes don't even dedicate 1Gbit to each termination

      WDM-PON, which is what Google Fiber uses, is 40gb/40gb with 32 lambdas of 1.25gb/1.25gb each, given each end point it's own 1.25gb/s.

      You don't have a dedicated connection to a chassis with 2,000 other customers, you are PON split from a single fiber with a lot of other houses

      With GPON this is the most common setup, but WDM-PON is backwards compatible with regular GPON. The most common setup is dedicated fiber back to the CO, which means an upgrade to WDM-PON is as simple as switch out the line card, then placing lambda filters on each customer's fiber, which is done back at the CO. I've called up my ISP and had them change which GPON port I was plugged into, took them about 5 minutes from the time the tech said "give me a second".

      I think it's hilarious that you think that your ISP is only oversubscribing their links 2x (2,000 1Gb connections to 1Tb backhaul). That's fantasyland at the prices that residential customers pay.

      I wasn't talking about the backhaul, there is no backhaul. Fiber is best described as a "Non blocking consolidator that plugs directly into the trunk". My ISP has a 3x undersubscription, in that the trunk is 3x the peak monthly peak.

      Fiber can't fix bad designs, but fiber lends itself naturally to cheap, easy, and scalable designs. A single consolidator/chassis can support 2,000+ customers with 3tb+ of bandwidth. If the ISP only uses 1gb uplinks, then they're screwed anyway. But for a one time cost of $6k, you can purchase a 100gb port. They're not expensive anymore. The point is fiber makes it retardedly simple to have the entire bottle-neck be the backbone, instead of some complicated mixture of middle-mile nodes and shuffling around customers.

    12. Re:DOCSYS? by Bert64 · · Score: 1

      Pushing everything through the trunk is also inefficient, with a good full duplex connection, local caching and local peering you can get far more efficient use of the trunk... Protocols like bittorrent would work especially well if users were locally peered and had good upstream bandwidth.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    13. Re:DOCSYS? by Anonymous Coward · · Score: 0

      Net is zero.

    14. Re:DOCSYS? by Bengie · · Score: 1

      Great point. I was kind of going after a simple example that didn't involve the complexities of peering issues. In my case, my ISP does not do peering and does nearly all traffic over their trunk to Level 3, and lets Level 3 worry about routing and peering. I've only noticed one CDN, which only recently showed up, and that's to Akamai, to which I have a 1ms ping. Seems I get Windows updates from here, so it swamps my connection quite nicely. Otherwise, Netflix, YouTube, Facebook, etc, are all over their trunk to Level 3.

      I could see my ISP picking up more CDNs as they increase their fiber speeds, but when I asked the person in charge of those kinds of things, he just said bandwidth is just way too cheap to worry about CDNs. And this is from an ISP that sells all Internet connections as dedicated. 30/30 for $70.

      While I don't get a 99.999% guarantee for that dedicated bandwidth, they do make a best effort and keep a fairly large buffer of excess trunk bandwidth. All while charging less than the competition. Level 3 is already great at maintaining peering and keeping congestion to a minimum. This would be a lot of extra work if my ISP decided to start doing their own peering, but it could be done.

  7. DOCSIS by Anonymous Coward · · Score: 0

    It is DOCSIS: Data Over Cable Service Interface Specification

    1. Re:DOCSIS by Anonymous Coward · · Score: 0

      It's almost like they intentionally misspelled it to drum up extra comments from people pissed off about the idiotic misspelling.

  8. Not Gonna Happen by Anonymous Coward · · Score: 0

    The stupid cable companies will never do fiber to the home. they will use their monopolies to keep everyone at near dial up speeds on their crappy community loops, throttling heavy users (Netflix is what they consider heavy users), and making you life miserable when trying to use the web.

    Fuck them.

  9. Nope. by Moof123 · · Score: 4, Insightful

    Fiber is no panacea. It is still controlled by terrible ISP's that throttle reflexively and go cheap on the back haul. Frontier has made comments about offering much faster speeds over existing fiber connections, but only after Google started making serious noise about bringing in their own fiber option. The higher speeds were not available for purchase, so fiber gets us 20 Mb/s. It is not slow as such, but the speed offerings haven't changed in years, and to discussed 100 Mb/s is still just a press release to quell the masses. 20 Mb/s over fiber is just pretty lame as their best foot forward.

    1. Re:Nope. by jtownatpunk.net · · Score: 2

      I learned not to believe anything Frontier says regarding their ability to serve specific locations. I was recently home shopping in one of their territories and was excited to see 24mbps service available at many of the locations I was considering. I was looking at places out in the sticks where I figured I'd be lucky to get any kind of internet beyond 1-3 meg DSL. I started getting suspicious when all but one address was eligible for fiber so I put in an address down 15 miles of dirt roads. They claimed fiber was available there. Riiiiight.

      I ended up shifting my search to Charter territory and made sure I saw a Charter box on the side of the house before I put it on the short list. They were a little clownshoes about getting me set up but I get 65-80mbps down (60 is the advertised speed) every time I check.

      As for what's a livable speed, it depends on the location. I'll take a speed hit to live on a chunk of land out in the country where I can't see a single neighbor and live with the lower image quality of satellite TV. If I'm going to give up that privacy, it'll need to be balanced by improvement in services. Higher internet speed, cable TV, city water/sewer, etc. At my ideal location, 20mbps would have been livable. A place with a private lake, I could go down to 10. At my current, slightly-below-ideal location, 60mbps and cable TV make up for not being quite as private as I'd like. (Fortunately, the neighbors are great.)

    2. Re:Nope. by FlyHelicopters · · Score: 1

      Ahh, I get 150 Mb/s down, same speed up, today, on FIOS...

      Expensive, at $105 per month, but it is here now...

      I can get up to 500 down, 500 up, but it is expensive... :)

    3. Re:Nope. by Anonymous Coward · · Score: 0

      That's the New Free Market in action; Be as cheap and aggressively hostile to your customers as possible, while charging them exhorbitant prices, until someone bigger threatens to undercut you with a better product, sucking up the loss with their giant coffers.
       
      Thanks, America!

  10. Spoiled much? by msobkow · · Score: 0

    Name ONE use case other than streaming multiple 4K video channels which REQUIRES anything more than the 6.5Mbit/s connection I already have. Sure if you're serving up a large family you might want to spring for a couple of 20Mbit connections or something, but "need" FTTH?

    Hardly.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:Spoiled much? by sycodon · · Score: 1, Troll

      I bet you still have 640K memory in your computer and use floppy drives.

      Because no one will ever need more than 640K and 128K storage media.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    2. Re:Spoiled much? by msobkow · · Score: 0

      OMFG! I had to wait like FIFTEEN MINUTES for a movie to download on my link!

      HowEVER will I survive!

      --
      I do not fail; I succeed at finding out what does not work.
    3. Re:Spoiled much? by msobkow · · Score: 1

      You may "need" a car, but you don't "need" a Porsche.

      --
      I do not fail; I succeed at finding out what does not work.
    4. Re:Spoiled much? by Anonymous Coward · · Score: 0

      This seems to be used in response to every comment that says there may be things that aren't necessary, and that's just idiotic. I can't live without a castle, 12,000 personal servants, and a 9999999999/999999999 Gbit/s connection to the Internet. Anyone who says otherwise must have 640K memory in their 'puters.

    5. Re:Spoiled much? by jedidiah · · Score: 5, Insightful

      > Name ONE use case other than streaming multiple 4K video channels which REQUIRES anything more than the 6.5Mbit/s connection

      Remote support of friends and families running GUI enabled operating systems.

      Telecommuting (basically the same thing as above but for money)

      Usable WAN backup and recovery.

      Family and friends VPN.

      Imagine anything you do at your job and imagine doing that between your friends and family or with some commercial cloud provider. The same goes for stuff you do at home and just want to extend over a larger network.

      If you can't figure out what to do with a better-than-a-cablemodem networking then you really don't have any imagination at all.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    6. Re:Spoiled much? by Anonymous Coward · · Score: 0

      exaggerato ab absurdum isn't a rhetorical technique.

      multiple 4k streams sounds reasonable to me. two people in the same house might want that.

      furthermore, with that much bandwidth available, the possibilities open up. suppose we can
      use the fact we've got lots of bandwidth to keep more data in globally accessible locations, rather
      than on the local hdd. this crappy mac i'm using would be better if i could backup and reset like
      i can my phone.

    7. Re:Spoiled much? by CRCulver · · Score: 1

      Imagine anything you do at your job and imagine doing that between your friends and family or with some commercial cloud provider.

      I've been invited to my share of telecommuting projects, and most companies that want you to remotely use their software require that you only be able to sustain a speed of max. 4Mbits/s and quite often much less than that. The OP is right, a need for something greater than 6.5Mbit/s doesn't seem to be in demand even by the corporate world.

    8. Re:Spoiled much? by bloodhawk · · Score: 2

      Remote support is fine on 6.5Mbits/s, I did that for years before I moved to a 50 Mbits/s connection. Same for Telecommuting depending on what you are working as. Hell corporate desktops where I work they still put through on a 10 Mbit port as the vast majority even within the office don't need more.

      WAN backup and recovery is certainly valid, but hardly a necessity, same with family and friends VPN. The reality is you are reaching and didn't really come up with any must haves and yet you are saying others have no imagination.

    9. Re:Spoiled much? by Carnildo · · Score: 1

      You make a good case for increasing upload bandwidth, but other than WAN recovery (a full restore of a 1TB disk will take 18 days), none of those requires better than a 6.5Mbit symmetric connection.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    10. Re:Spoiled much? by Anonymous Coward · · Score: 0

      exaggerato ab absurdum isn't a rhetorical technique.

      Saying that something is "Too extreme" or something similar isn't a logical rebuttal, either. I'm merely commenting on their lack of logic.

    11. Re:Spoiled much? by msauve · · Score: 1

      Do you often confuse the present with the future?

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    12. Re:Spoiled much? by jtownatpunk.net · · Score: 1

      It's called "peak demand".

      One of the games on my PS4 had a 14 gig update recently. Update, not the entire game. I'm glad I didn't have to wait until next week to play it. The pre-load for the new Halo on my XBone is 45 gigs and it's supposed to have a 20 gig day-one update. Unlike streaming video, I can't "consume" the product as it's delivered. I have to wait for delivery to finish before I can consume so the faster it's delivered, the faster I can enjoy the product.

    13. Re:Spoiled much? by Bengie · · Score: 2

      Moving around multi gigabyte files over VPN at my work? Remote backups. Bandwidth isn't expensive. You can buy 1mb of transit for $0.45 in increments of 10gb. You can get a 100gb connection for $6k/month at an IX. Couple that with Netflix OpenConnect, and free YouTube peering, and you have some pretty cheap bandwidth.

      Why artificially limit our speeds? What if someone came out with a 400mhz single core CPU and tried selling it for $3k. Would you not say that's crazy in this age of tech? Same thing. Fiber is cheaper and faster, magnitudes faster.

    14. Re:Spoiled much? by Anonymous Coward · · Score: 0

      You might not give two shits about wasting your life waiting on stuff, but some of us value what little time we have on Earth.

    15. Re:Spoiled much? by msobkow · · Score: 1

      According to my calculations (and experience), your download would have taken about 23 hours, not "a week".

      --
      I do not fail; I succeed at finding out what does not work.
    16. Re:Spoiled much? by msobkow · · Score: 1

      If I were downloading and uploading multi gigabyte images to my home system for any company I've ever worked at, I'd be fired for stealing "company secrets." You use a remote desktop, not do everything locally.

      --
      I do not fail; I succeed at finding out what does not work.
    17. Re:Spoiled much? by msobkow · · Score: 1

      And even so, I already have more bandwidth than the last company I worked for had for all the users and customers of their systems, so I could have saturated the corporate link by myself if I were abusing it.

      --
      I do not fail; I succeed at finding out what does not work.
    18. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Streaming one 3D, 8K video.

    19. Re:Spoiled much? by Anonymous Coward · · Score: 0

      but some of us value what little time we have on Earth.

      And you spend it here, commenting on Slashdot. Congratulations!

    20. Re:Spoiled much? by msobkow · · Score: 0

      I didn't say "imagine what you could do with it." I said what do you need to do that requires it.

      Google fiber doesn't allow running servers as you describe.

      Backing up data? Ever here of USB drives? Tape? Local media? You don't need to back up terabyte drives to the cloud -- there are plenty of viable, existing options for backups.

      If you're going to share videos with families and friends, get a Dropbox account or something like that, upload the video, and use the cloud to serve up the data. Just how often are you creating hour long cat videos, anyhow?

      People nowadays have a very entitled view as to what they "need".

      As I said: spoiled. You never dealt with dial-up and resumable downloads that would take a week or more to complete. Everything for you has to be now, now, now, and instantaneously.

      OMG! My game update will take 23 hours! I can't live without playing my game for a day!

      Pathetic.

      --
      I do not fail; I succeed at finding out what does not work.
    21. Re: Spoiled much? by Anonymous Coward · · Score: 0

      True. I telecommute all the time on my 15 Mb cable service. And they offer higher bandwidth packages if I wanted. No need for FTTH.

    22. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Uhm yeah, you probably don't download many 20+gig games, do you?

    23. Re:Spoiled much? by itzly · · Score: 1

      Often, after dinner I want to watch a movie. Average size is about 1GB. Right now I get about 40Mbps, so that takes less than 5 minutes, which is short enough that you can start the download, fix something to drink, go to the bathroom, and the movie will be ready to watch. With 6.5Mbps that would be more than 20 minutes. Quite unacceptable, as you can understand.

    24. Re:Spoiled much? by Nemyst · · Score: 1

      What remote support tool are you using which doesn't work on 6.5Mbit/s? VNC and Windows' RDP both seem able to run on a toaster with dial-up. Telecommuting is basically Skype, which most certainly doesn't need more than 6.5Mbit/s. Remote backups are pretty much the only thing which'd be annoying due to how long it'd take to finish the backup, but strong deduplication and compression would significantly reduce bandwidth requirements.

    25. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Google fiber doesn't allow running servers as you describe.

      Google started explicitly allowing non-commercial servers a year ago:

          http://arstechnica.com/information-technology/2013/10/google-fiber-now-explicitly-permits-home-servers/
      Before that, the informal messaging was always that they'd only stop commercial servers, but it was good to get the ToS to match since that's ultimately what you need to rely on as a customer.

    26. Re:Spoiled much? by msobkow · · Score: 1

      Sweet!

      --
      I do not fail; I succeed at finding out what does not work.
    27. Re:Spoiled much? by Anonymous Coward · · Score: 0

      The sad thing is you got modded up. There are applications that need more bandwidth than 6.5mbits, but the only one you managed to name was a relatively useless one of WAN backup. the rest are easily utilized in well under 6.5mbits, I guess it is a case of the clueless modding up the even more clueless.

    28. Re:Spoiled much? by dave420 · · Score: 1

      A household of two people trying to do something that requires 3.26Mbit/s each... Or a household of 3 each doing something that requires 2.17Mbit/s... Or a household of 4 each doing something that requires 1.6Mbit/s... "Large" family doesn't even come in to it - just "more than one person" is enough to show there are problems.

    29. Re:Spoiled much? by KozmoStevnNaut · · Score: 1

      Remote support of friends and families running GUI enabled operating systems.

      I used to do remote support on Windows NT 4.0 servers over a 33.6kbps dial-up connection. With the right remote admin tool, it's no problem at all.

      You young ones and your insatiable hunger for bandwidth.

      --
      Eat the rich.
    30. Re:Spoiled much? by Anonymous Coward · · Score: 0

      15 minutes at 6.5mbit/s, that's about 700MB, enjoy your SD movies while the rest of the world watches 1080p and moves to 4K

    31. Re:Spoiled much? by gnupun · · Score: 1

      But with all the advances in technology why is a Porsche still unaffordable for the common man as it was 50 years ago? Why are these products not getting any cheaper?

      In fact, other than computers/Internet and effective employee wage/hour, nothing else has gotten cheaper over time. Yet the cost to produce products/services has dropped dramatically due to advancements in technology. It appears there is an ever increasing gap between cost of production and retail price.

    32. Re:Spoiled much? by Anonymous Coward · · Score: 0

      "6.5mbit/s should be enough for anyone" - is that it?

      I'm amazed that the majority of comments on this article are all saying "you don't need much bandwidth", yet most slashdotters are very happy to upgrade their line speed so long as they're not paying too much for it.

    33. Re:Spoiled much? by ESD · · Score: 1

      Bandwidth isn't expensive, but getting it to some location where you actually want to use it, is.

      Of course, high-bandwidth connections are cheap at an IX, but the cost of sufficient real estate inside that IX to live comfortably close to your cheap bandwidth won't make your total cost of living look pretty.

      On a side note: you may have a nice fiber with 100Gbps capability. What do you think the hardware costs that can actually handle that link?

    34. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Actually that Porsche from 50 years ago is pretty cheap. If your asking why the current one's aren't it's because they aren't using tech from 50 years ago.

    35. Re:Spoiled much? by Aqualung812 · · Score: 1

      True work from home.

      My office has 1gb to the desktop. If they use the same ISP as I have at home, and I have 1gb to the home over fiber, now working from home is, from a technical point of view, exactly like working in the office.

      That can be a pretty big divide.

      --
      Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
    36. Re:Spoiled much? by Anonymous Coward · · Score: 0

      What is pathetic is you passing judgement on everyone who expresses an interest in these higher speeds.

      You are as stupid as Bill Gates was when proclaiming that you will never need more than 640 k of memory. You have no fucking clue about what may be over the horizon.

      Why do you need a car that gets 50MPG when gas is only 5 cents a gallon?
      Why do you need electricity when candles do just fine? OMG! You can't stay up past Sundown?
      Why do you need a computer? You can't add on paper or your head? Wasn't it IBM who said there was only a market for 5 business computers?

      Progress is upon you whether you would have it or not!

    37. Re:Spoiled much? by Bob+the+Super+Hamste · · Score: 1

      I make use of rather large publicly available GIS data sets that can be pulled in on demand. Think of it kind of like Google maps on steroids, then toss in that my wife also like to watch streaming shows while I work and a 6Mbit connection would choke (I use to have a business class one and it did choke and become basically unusable). The largest of these data sets are usually the LIDAR, ground cover, and high res aerial photography which can all easily go into the 10s of Gigs in size for a state. Yes I am one of those people who regularly goes over 1TB in downloads a month, and all of it is legal usage. Just because you can't effectively make use of a high speed connection doesn't mean others can't.

      --
      Time to offend someone
    38. Re:Spoiled much? by Bengie · · Score: 1

      Who said anything about my home system? Only work computers can VPN in, but I can take my laptop home and work remotely.

    39. Re:Spoiled much? by Bengie · · Score: 1

      Hardware costs are minimal compared to all other customer support costs. The two most expensive costs of an ISP is cap-ex and customer support, both of which are drastically cheaper with fiber. And once you go fiber, it's trivial to "get the bandwidth where you want to use it". You can have your cake and eat it to. A high fiber cake :-) Keep those pipes unclogged.

    40. Re:Spoiled much? by Bengie · · Score: 1

      Meant "op-ex" not "cap-ex"

    41. Re:Spoiled much? by AvitarX · · Score: 1

      The Porsche from 50 years ago is a Honda Civic in performance, and less comfortable,

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    42. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Seeings as where I've done most of what you listed at 1.5 mbps DSL I'm failing to see where your point is valid. Given what you got here the only one I can think that may be a case is WAN warehousing. Even with that you'd have to be a serious producer or consumer of media. For me, I put something on my NAS and never touch it again unless I need it. I do bit of photography and it's my biggest storage hog and even at that I rarely create more than 25 gigs worth of data in a shoot, most shoots it's closer to 10 gigs to be honest. At that rate I could push 25 gigs off in under an hour to an external server with my current cable connection. Unless I'm doing a time lapse most of that data is really throw away, to be honest.
       
      Sorry, but you're not making a valid point here.

    43. Re:Spoiled much? by msobkow · · Score: 1

      Look. Claiming you need 10 times the speed of anyone else to accomplish anything on the internet is not sane. Period.

      Buttheads like you just can't grasp the difference between "need" and "want", and nor can the author of the original article.

      I can just picture you whining that you need a Lambourghini to drive to work...

      --
      I do not fail; I succeed at finding out what does not work.
    44. Re:Spoiled much? by Bert64 · · Score: 1

      And remote support was just fine on dialup back in the day too...
      As screen resolutions get higher, the bandwidth required for screen sharing goes up.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    45. Re:Spoiled much? by Bert64 · · Score: 1

      For movies it doesn't really matter, so long as you're downloading the file in order and don't need to seek, you can start playing immediately without waiting for it to finish.
      It's much worse for software, where you need to download the entire thing up front - and more software than ever is being distributed online these days, even if you obtain it on physical media you will usually get an outdated version which requires downloaded updates.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    46. Re:Spoiled much? by klui · · Score: 1

      RDP 8.1 features like USB headset redirection requires LAN bandwidth/latency at this time.

    47. Re:Spoiled much? by Anonymous Coward · · Score: 0

      Insatiable hunger is what makes our species great.

    48. Re:Spoiled much? by bloodhawk · · Score: 1

      remote desktop for support even on relatively high res screens is not bandwidth intensive, remember you aren't streaming movies here, modern remote dekstops only stream the changes on a screen so even high res screens are fine in sub 10 Mbit connections.

  11. you only need 5mbps for netflix HD by alen · · Score: 1, Informative

    google can advertise 1gbps all they want but the truth is that if you're poor, a 5-10mbps connection is more than enough to get your kids watching educational shows on netflix and youtube. and torrentfreak had an article today about google drive and dropbox and onedrive throttling people on their end because most end points cannot support their user base at 1gbps per user. all the servers are virtualized and over subscribed in the cloud, they aren't built for performance.

    i know people on 10mbps connections and their netflix comes in perfect HD because their ISP has an open connect appliance or a direct connection. staging the content close to the user and not streaming it via level 3 will do more for performance than paying for 100mbps or some ridiculous speed just to save 10 minutes on your steam downloads

    it's like the PC market in 2001. the P4 is more than fast enough for anyone at the time

    1. Re:you only need 5mbps for netflix HD by Anonymous Coward · · Score: 0

      There are more then one person in a house. What happens when you got 3 people wanting to stream 3 separate things, plus a 4th person wanting to get work done? 50Mbps per house is better. Also, computers are never fast enough. Sure, most of the time my 22GB Core i7 at work is plenty fast enough. Sometimes, it isn't though. It took my computer 10 minutes to render one frame of a 2600x2000 image. During that 10 minutes, you have to sit there doing nothing, because your computer's RAM and SSD transfer rates are maxed out, and your computer can't even play Spotify at the same time, nevermind get any other work done. Then you need to make another one. Good thing I only needed a few of these frames. What if I needed a lot of them? I would have had to ran it overnight. Trying to render those images on a weaker computer wouldn't have worked. The program would have outright crashed at some point. I've let things run all weekend only to find out it's only 15% done. Scratch that, not gonna use that method.

    2. Re:you only need 5mbps for netflix HD by Bengie · · Score: 2

      I stream Netflix via Level 3. Pegs my 50mb connection when doing 720p for a good 15 seconds. When talking to a higher up in my ISP, he said bandwidth from Level 3 is too cheap to care about OpenConnect. Not worth the management.

    3. Re:you only need 5mbps for netflix HD by kesuki · · Score: 1

      first of for the record, internet speeds are measured in bits per second this is also the case with video, but not everyone is a movie head. ergo a 60mbps connection is actually a 7.5mBps connection.

      http://help.encoding.com/knowledge-base/article/understanding-bitrates-in-video-files/ says a typical 720p will use 2.5 mbps and a 1080p 5 mbps. this is wrong for many reasons. how many audio channels does it have if it's more than 0 it needs at a minimum 64 kbit/s per horrible lossy audio. then the problem with especially rapidly changing graphics causing encode time spikes where the data is not all capable of being stored at the given bitrate, then there is network routing delays and dropped packets. a buffer will usually smooth that out though.

      okay then lets see here, every device that is used for youtube and netflix has to work simultaneously on all devices at the same time. sure a 10 mbit/s stream will let you get 2 streams of data, maybe if they're crappy quality you tubes. 60 mbps and then you can possibly stream 8 streams if they're meant to be shared on the internet. while you can thus say 60mbps is plenty fast for home users, there was a time (holidays) when there were 12 people on the wifi at the same time. and consumer wifi can have 50 connections, so realistically people need 375 mbps, so everyone at a party can stream at the same time. no that was a joke... with 6 antennas it is hard to run 50 connections anyways, even with them all being trancievers.

      there were people who swore that dialup was enough for them, at the time who would have dared dream of being able to drop $120 for a 128 GigaByte chip the size of a fingernail http://www.amazon.com/SanDisk-Ultra-MicroSDXC-Memory-Adapter/dp/B00IIJ6W4S so saying gigabit networking has no use for home users (though there clearly are for businesses, someone made netflix you know) is to be shortsighted.

    4. Re:you only need 5mbps for netflix HD by Neil+Boekend · · Score: 1

      That 60 mbps (megabit per second) is "only" 7.5 mB/s (megabyte per second) is irrelevant. Everybody calculates connection speed in mbps (bit). So does Netflix.
      Spikes are a problem, but mostly with buffer size. Netflix isn't real time so it should have rather large buffers. There probably is a reason why this isn't so but I don't know it.

      Non standard cases like 12 people streaming HD video require non-standard connections. Where is the surprise in that?
      At most parties I went to people *talked* instead of each watching their own video stream. In some cases a few people watched a single video stream.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  12. What Will You Do With It? by IonOtter · · Score: 0

    Assuming the existing companies will allow such a network to exist, what will we do with it?

    The TPP is going to lock everything down, so our only choices are ultra-high speed access to what we already have on cable TV right now.

    --
    [End Of Line]
    1. Re:What Will You Do With It? by Anonymous Coward · · Score: 0

      Holographic video chat?

  13. Let's solve basic connectivity first by slaker · · Score: 5, Insightful

    I live 40 miles southeast of Chicago. My community has access to high speed internet, but going much farther south or east, the options for faster-than-dialup services evaporate. Huge parts of the US aren't even served by 3G cell service or DSL lines, let alone cable internet. Let's solve that problem. It's far more important in the big picture than getting enough bandwidth to stream a dozen 4k streams for some theoretical 5% of the USA that has been gifted with fiber-based connectivity.

    --
    -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    1. Re:Let's solve basic connectivity first by Anonymous Coward · · Score: 0

      WISPs, AKA Wireless Internet Service Providers, are already helping to fix that problem.

      The biggest barrier for this approach is fighting the FCC for more spectrum, but right now many can deliver anywhere from 1-15Mbps reliably per sub if their network is designed correctly, and up to 2Gbps/FD to businesses with the right equipment.

      www.goubiquiti.com

      Or, go to www.wispa.org and search for a provider in your area.

    2. Re:Let's solve basic connectivity first by Miamicanes · · Score: 1

      Wireless might be good enough to leapfrog over asshole landlords (and maybe restrictive/corrupt municipalities with hostile neighbors willing to host towers aimed into the restrictive municipality), but at the end of the day, you really need to get real fiber within at least a thousand feet of the end user. The upper microwave band is still mostly empty and has enormous amounts of available bandwidth, but there's a good reason why: at those frequencies, even things like smog, air pollution, humidity, and fog start to seriously mess up the transmission. Hell, back when I had Sprint, I saw my wimax speed literally fall to 10% of normal during driving rainstorms, and their 2.6-GHz spectrum had almost UHF-like propagation compared to what you'd see in a state like Florida from 20-60GHz. Yes, there are a few semi-prime chunks where precipitation isn't as big of a problem... but THOSE aren't the chunks that will be available for wireless broadband, because they were snapped up years ago by companies like MCI for long-distance backhaul. The chunks that are left are vast, but they have propagation characteristics that are more like wireless HDMI (~50 feet, literal line of sight within the same room).

    3. Re:Let's solve basic connectivity first by Anonymous Coward · · Score: 0

      > options for faster-than-dialup services evaporate

      Same here in Seattle. While a few new expensive buildings have fast access, most of us are still stuck with CenturyLink DSL as the only option. I live on the edge of downtown less than a mile away from the tallest building in Seattle, and the fast option I have for access is 160 kbps:

      http://www.speedtest.net/my-result/3840461248

      I'm lucky because some of the apartments farther from the demarc can't even get DSL. They're still stuck with dial-up. When I first moved into the building, that was limited to 9600 bps until one clever resident figured-out a lie that worked to get CenturyLink to upgrade. If you say your FAX machine doesn't work then they'll improve the line quality. Now everyone can get a reliable 26,400 bps.

    4. Re:Let's solve basic connectivity first by Anonymous Coward · · Score: 0

      Wireless might be good enough to leapfrog over asshole landlords (and maybe restrictive/corrupt municipalities with hostile neighbors willing to host towers aimed into the restrictive municipality), but at the end of the day, you really need to get real fiber within at least a thousand feet of the end user. The upper microwave band is still mostly empty and has enormous amounts of available bandwidth, but there's a good reason why: at those frequencies, even things like smog, air pollution, humidity, and fog start to seriously mess up the transmission. Hell, back when I had Sprint, I saw my wimax speed literally fall to 10% of normal during driving rainstorms, and their 2.6-GHz spectrum had almost UHF-like propagation compared to what you'd see in a state like Florida from 20-60GHz. Yes, there are a few semi-prime chunks where precipitation isn't as big of a problem... but THOSE aren't the chunks that will be available for wireless broadband, because they were snapped up years ago by companies like MCI for long-distance backhaul. The chunks that are left are vast, but they have propagation characteristics that are more like wireless HDMI (~50 feet, literal line of sight within the same room).

      You think wireless/microwave engineers don't know the limitations of the bands they are using? :)

      The two biggest problems are frequencies for backhaul, and frequencies for PtMP last mile.

      2.4 got sucked up years ago for PtMP, but with proper cavity filters and shielded sectors or horn antennas it still works well with the proper downtilt.
      3.65 works okay for both Ubiquiti M series and Cambium (using wimax), but there's not a lot of bandwidth there. Thankfully the rules on 3.65 are getting loosened, so barring manufacturers not meeting OOB emissions on the new stuff, we should get more spectrum soon.
      5GHz is still working great for PtMP, ala Ubiquiti M series, MikroTik, or Cambium ePmP or PMP450. Thankfully 5GHz attenuates well through obstacles, so those dual-band routers don't pose much of a threat. The loosening of 5150-5250 opened up doors, and there's still U-NII-2,U-NII-2e, U-NII-3. Barring a few exemptions for weather radar and military, that's almost 700MHz of spectrum we are using there for PtP backhauls and PtMP.
      24GHz Ubiquiti, Trango, SAF, and others are working well for 765Mbps/FD on PtP shots, barring harsh ITU rain zones and links shorter than about 7 miles. It's great for microcell backhaul, and has a tiny fresnel zone.

      Then there's the licensed stuff in 6ghz, 11ghz, 18ghz, 23ghz, etc.

      Mimosa has a petition in to the FCC right now to open another 500MHz of contiguous spectrum in 10GHz, for their new product... which if released, will change backhaul for fixed wireless providers drastically.

      There's also rumors of fixed wireless manufacturers buying 2.5 and another band or two back, which helps with the last mile through trees given receivers with enough sensitivity and selectivity.

      That said, in the next 2-3 years fixed wireless ISPs will be delivering anywhere from 250-450Mbps per subscriber given technology that's leaving the pipe now. We're able to do it cheaper than the CLECs and cable-cos, and provides a means to generate revenue towards deploying a fiber last mile or middle mile from these same fixed wireless providers.

      The company I work for has been doing this for over 10 years in Alaska, one of the hardest environments around. I know others deploying microcell networks in Utah, Chicago, and Phoenix as a transition from the rural-only model into directly competing with centurylink, comcast, time warner, ATT, and others.

      You can complain about lacking the infrastructure all you want, and while you're doing that, WISPs are going where no-one else can or will.

    5. Re:Let's solve basic connectivity first by Anonymous Coward · · Score: 0

      That's because the Republicans that rule this city with an iron fist hate the Internet. They also hate minorities which is why they order their thugs in blue to murder us. They've killed more than 250 of us so far this year, but not a single cop has been held accountable. They want us dead, and they are working hard to kill all of us.

    6. Re:Let's solve basic connectivity first by Anonymous Coward · · Score: 0

      Interesting. I live 35 miles north of London UK and get 400kb/s average (1.2Mb/s peak) over ADSL.

  14. Hard to take seriously by Anonymous Coward · · Score: 1

    Hard to take an article seriously that can't even get basic details correct about the competitive technologies.

  15. US internet is not high-speed by Anonymous Coward · · Score: 0

    Aside from the few that have FiOS-like connections, the US doesn't have high-speed internet access; They have high-speed access to consume, but not to share or produce. The average consumer has just enough upstream to ACK the packets in a fully utilized down-stream with a little overhead for noise. This is not accidental.

  16. But- but- by VValdo · · Score: 1

    The maximum speed a DOCSYS modem can achieve is 171/122 Mbit/s (using four channels), just a fraction the 273 Gbit/s (per channel) already reached on fiber.

    According to this page, the DOCSYS 3.0 ARRIS/Motorola SB6183 and Netgear C6300 can handle 300 Mbit/s.

    The SB6183 uses 6 download & 4 upload channels.

    --
    -------------------
    This is my SIG. There are many like it, but this one is mine.
    1. Re:But- but- by klui · · Score: 1

      Wikipedia has a table that shows various bandwidth tiers depending on the number of channels configured. https://en.wikipedia.org/wiki/...

    2. Re:But- but- by Anonymous Coward · · Score: 0

      According to the Amazon link you shared, it's 16 channels down at ~686Mb/s for the Motorola/Arris SB6183. Not that Comcast in my area will allow even 1/6 of that.

    3. Re:But- but- by VValdo · · Score: 1

      Yeah. The 300Mbps I mentioned was just the max TW is offering and is saying that the modem is good for (at least) that. As you point out, there's capacity for even more bandwidth beyond that.

      TW is starting to offer the free quintupling of download speed because they're worried about fiber, IMO.

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
  17. Submitter addicted to technologies by ls671 · · Score: 1

    The submitter must be addicted to technologies. I started with a 300 baud modem and I am happy with what I have today. I feel progress is catching up fast enough for my use case:

    100mps/100mps for my data center
    1.5mps/10 mps for my home connection

    Total cost: 110$/month

    Of course, give me more for the same price and I will take it but I wouldn't raise any issue with this.

    --
    Everything I write is lies, read between the lines.
    1. Re:Submitter addicted to technologies by bloodhawk · · Score: 2

      if your personal website is sucking up 90Mbps for just 400 visits a day I have news for you, You have been hacked and are serving up games and video's for piracy sites. My enterprises datacenter pumps out approximately the same volume to the web, yet we handle approximately 30,000 users a day.

    2. Re:Submitter addicted to technologies by K.+S.+Kyosuke · · Score: 1

      Maybe he's already serving videos, nudge nudge, wink wink. ;-)

      --
      Ezekiel 23:20
    3. Re:Submitter addicted to technologies by bloodhawk · · Score: 1

      that some awesome high def porn he has streaming then at a TB of data a day :).

  18. Brookling still dreaming... by sergio · · Score: 1

    Still a dream in many places in Brooklyn NY....

  19. Absolutely not by dpokorny · · Score: 5, Interesting

    My home has no POTS and has a choice of either FTTP (fiber to the premises) or cable.

    When we first moved in, I choose fiber... because it's fiber! It must be awesome.

    AT&T fiber maxes out at 18Mbps and that it at a crazy unaffordable rate. Cheaper service from Comcast is 120Mbps.

    It's not the physical medium that matters, it is the service and cost.

    I'd do LTE if that had the best bang/buck.

    1. Re:Absolutely not by SeaFox · · Score: 1

      My home has no POTS and has a choice of either FTTP (fiber to the premises) or cable.

      When we first moved in, I choose fiber... because it's fiber! It must be awesome.

      AT&T fiber maxes out at 18Mbps and that it at a crazy unaffordable rate. Cheaper service from Comcast is 120Mbps.

      It's not the physical medium that matters, it is the service and cost.

      I'd do LTE if that had the best bang/buck.

      Hello, I work at a support desk that covers most residential Internet types.
      No, you wouldn't do LTE. At least not if you wanted a meaningfully reliable connection.

      It doesn't matter if it has the best speeds for the buck, if you're going to do online gaming, Netflix streaming, VoIP phone, or especially VPN/remote access, you want a wired service instead. I get people who are trying to do work from home setups over fixed wireless service and they got approved to do them by their employer because they met the minimum down/up speeds required. I can only imagine those employers did not know anything about the person's Internet service type because if I'd been them I would have told the employee they were not eligible to work from home.

  20. Waa! Without 4K video, I can't get an education! by Dr.+Spork · · Score: 1

    Sorry, there are many legitimate worries about digital divide stuff, and there are even more about ISP business practices. But this red herring about your education being compromised because your video link is only 1080p, that's just stupid. Why not worry that rich people's cars accelerate faster than poor people's cars? Is that causing a "kinetic divide" that we now have to worry about? The difference between the "poor" 171/122 Mbit/s connection and the gigabit connections will basically turn out to be just as unimportant to society. Let's focus on solving the real social problems, which are still many.

  21. digital divide by strack · · Score: 1

    there was never any digital divide. just people too lazy to learn how to use computers.

    1. Re:digital divide by the+eric+conspiracy · · Score: 1

      The people I have seen who don't know how to use computers are generally very poorly educated or are just poor. Usually the two go hand in hand.

      Lots of different reasons for this. Laziness is one of the less common.

    2. Re:digital divide by K.+S.+Kyosuke · · Score: 1

      The people I have seen who don't know how to use computers

      ...ought to read this book, obviously. :-)

      --
      Ezekiel 23:20
  22. Simple by Anonymous Coward · · Score: 0

    If internet at reasonable speeds (read: equivalent or greater than cell coverage) is affordable, then a digital divide based on internet speed will not exist.

  23. If only he had fiber, he could have gotten his fac by Anonymous Coward · · Score: 0

    You know people don't know what they're talking about when they refer to bandwidth as speed. Few people with broadband internet are maxing it out on a regular basis. The main problem is latency. Since generally it's just the last mile ( more likely ~100 feet) that's not fiber, you don't see a huge diference between media. Where you see a difference is in how far away your gateway is from the rest of the internet and how congested the links are.

  24. Pedantic by r_naked · · Score: 4, Interesting

    It is DOCSIS, not DOCSYS: http://en.wikipedia.org/wiki/D...

    With that said, no, it isn't going to create anymore of a divide than already exists. I have Brighthouse Cable, and I can get their 90mb plan for around $80/mo, but I am sticking with their 30mb plan that is bundled with their basic HD plan. Why? I used mrtg to monitor my usage and found that I wasn't taking advantage of the extra bandwidth. We (at least in the US) have no services that take advantage of the extra bandwidth. I can stream Netflix, Amazon, etc... in HD just fine. Granted, their idea of HD sucks, but that isn't the point. Before the MPAA found out about USENET (and I still want to find out who talked -- and beat them), I more than took advantage of the extra bandwidth, but now that USENET is gone (well, so neutered as to be useless for my purposes), I never find myself "waiting".

      Now, what we need is more UPSTREAM bandwidth. I get 5mb up, and that is usable, but having 30/30 would be REAL nice.

    With all that said, this is obviously *MY* use case scenario. I would love to hear from others in the US that need more than 30mb, and what you use it for / how you use it.

    --
    -- http://anonet.org -- The internet the way it was meant to be. Check it out, you may be surprised.
    1. Re:Pedantic by Anonymous Coward · · Score: 0

      For what? 99% of internet use is downloading (DOWNSTREAM) and very little uploading.

      I use a 300mb link at work (with SLAs for Down/Up rates to be synced) right now only 100mb downstream is used max daily, uptream only 4-5mb average during the day (8-12mb at night) and we host servers that are used outside by our 8000+ users who are 'downloading' during the day.

      Most consumers do very little uploading, you only need about 5KB (if that) request over HTTP to download a 1GB file.

      5mb is way more than most consumers ever need for uploading. (even if hosting services and if you need more than that then spring for a commercial line or hosting)

      We need downstream yes, upstream not so much. (10-15 should be enough for most house-holds, most web services won't even serve anything faster)

    2. Re:Pedantic by r_naked · · Score: 1

      I use my box as an OpenVPN gateway, a "cloud storage" server, a web server, mail server and various other things. So when I connect TO my box the connection is pityful at 5mb. I could easily put 30mb of upstream bandwidth to use. For that matter if they offered a 90/90 plan, then I would upgrade just for the 90mbits up.

      -- Brian

      --
      -- http://anonet.org -- The internet the way it was meant to be. Check it out, you may be surprised.
  25. Third World America by Required+Snark · · Score: 0
    This is another symptom that the US is sliding out of the first world and into the third world. It goes along with our creaky unmaintained road, water and sewage infrastructure, along with our badly out of date airports and crappy passenger rail system.

    And then there's our overpriced and underperforming health delivery system. (Note: ACA/Obamacare is a part of the solution, not a part of the problem.) And our failing K-12 education, which is severely underfunded and strangling on bureaucracy.

    Along with the steadily declining state level college/university systems. (And before the right wingers start screaming about foreign students, remember that they come from places where it's much harder to get into any school and a lot of the higher educations options are not as good as the US, even with our decline. Both public and private schools love out of country students because they pay full tuition.)

    But it's all OK, because the upper 10%, and mostly the upper .01% and above are doing really good. For example six members of the Walton family had the same net worth as either the bottom 28% or 41% of American families combined (depending on how it is counted).

    Of course historically low corporate tax levels have nothing to do with this, right?

    Although taxes paid by corporations, measured as a share of the economy, rose modestly during the boom years of the 1990s, they remained sharply lower even in the boom years than in previous decades. According to OMB historical data, corporate taxes averaged 2 percent of GDP in the 1990s. That represented only about two-fifths of their share of GDP in the 1950s, half of their share in the 1960s, and three-quarters of their share in the 1970s.

    The share that corporate tax revenues comprise of total federal tax revenues also has collapsed, falling from an average of 28 percent of federal revenues in the 1950s and 21 percent in the 1960s to an average of about 10 percent since the 1980s.

    The effective corporate tax rate — that is, the percentage of corporate profits that is paid in federal corporate income taxes — has followed a similar pattern. During the 1990s, corporations as a group paid an average of 25.3 percent of their profits in federal corporate income taxes, according to new Congressional Research Service estimates. By contrast, they paid more than 49 percent in the 1950s, 38 percent in the 1960s, and 33 percent in the 1970s.

    So it it any wonder that the US is at best standing still, and more likely moving backwards when it comes to national infrastructure spending? And guess where the money goes?

    --
    Why is Snark Required?
    1. Re:Third World America by the+eric+conspiracy · · Score: 1

      A lot of what you describe is voluntary, and regional. For example the state of Massachusetts has one of the best education systems in the world.

      http://www.doe.mass.edu/news/n...

      Other aspects of it have a lot to do with the bimodal population distribution, for example the lack of passenger rail. If you look at other aspect of the US rail system for example freight you will quickly find the US is absolutely world leading. For example the US ships 10x more freight by rail than Europe does.

      Ultimately what counts is economic output. There is no indication whatsoever that the US economy is declining to third world standards. If you spent some time in the third world as I have you'd find the idea ridiculous.

    2. Re:Third World America by whoever57 · · Score: 1

      Ultimately what counts is economic output.

      Is it? If the economy were to grow by 5%, but all of that extra money then went to a tiny slice of the population (less that 0.1%), does that growth really matter?

      If the vast majority of a society gets poorer, while a tiny, tiny slice of the population gets vastly richer, has that society improved?

      --
      The real "Libtards" are the Libertarians!
    3. Re:Third World America by DNS-and-BIND · · Score: 1

      I love how you totally ignored the content of the article (and the author's rank ignorance...how are "education, healthcare, and other social goods into the home through immersive, innovative applications" going to be delivered...what the hell are they, even? What is this healthcare application that requires fiber otherwise it won't work?

      Instead, it seems this was just another platform for a left-wing narrative to air itself out. America is bad, spreading despair, murdering hope, and hoping for the worst. How about some on-topic conversation? About these social goods that require fiber?

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    4. Re:Third World America by Anonymous Coward · · Score: 0

      Ultimately what counts is economic output.

      Is it? If the economy were to grow by 5%, but all of that extra money then went to a tiny slice of the population (less that 0.1%), does that growth really matter?

      If the vast majority of a society gets poorer, while a tiny, tiny slice of the population gets vastly richer, has that society improved?

      Indeed. Figure 1 in this article says it all. The 1947-1979 era saw relatively uniform growth in incomes across the whole range. Since 1979, the distribution is very heavily biased towards the top 0.5%, and by some estimates the share going to the bottom 90% hardly changed at all. Figure 2 in the same article indicates the successful rent-seeking of CEOs. Actually, the whole article argues that the increase in income share for the top 1% has resulted from rent-seeking rather than from well-functioning markets rewarding competitive behavior.

      Or, if you want a different reference, try this one. So 95% of income gains since 2009 went to the top 1%. That leaves just 5% of income gains to be shared among the other 99%. Oh, and accoding to this article, almost half of that went to the top 10%, so only about 2½% of income gains would be left for the bottom 90%.

    5. Re:Third World America by Anonymous Coward · · Score: 0

      The definition of first world is US and its allies, so the US can't "slide into" the third world.

    6. Re:Third World America by Sir_Eptishous · · Score: 1

      I find it interesting that your comment is being modded down, though I'm not surprised.
      You are correct in your condemnation of the US regarding infrastructure, and yes, that is what the whole broadband issue is. We have let ourselves(via greedy politicians, lobbyists and corporate managers) become the slaves of a no competition broadband scenario, where we have two choices, the phone company or the cable company for broadband.

      --
      We play the game with the bravery of being out of range
    7. Re:Third World America by Sir_Eptishous · · Score: 1

      The real point his comment makes is about the backsliding of American infrastructure , and to that you can't argue against.

      Sure, if your standard is to compare the roads. bridges and broadband of the US against, oh say, Bolivia, then sure, we are in a much better place. But to compare the US against other "First World" countries it is a much different story.

      Also, your comment about the economic output makes no difference to the average American whose wages and benefits have been stagnant or backsliding since the 1980's. For someone who lives off of capital gains in the stock market or other investments, sure, things like economic output have some meaning. Yes, the "US economy" is very strong, and the capital it generates is incredible.

      How much of the benefits of that economy are actually being "trickled down" onto the American middle class?

      --
      We play the game with the bravery of being out of range
  26. holy cr*p look out the window. You'll be so happy by raymorris · · Score: 2

    "cable (DOCSYS 3.0), are not enough, The maximum speed a DOCSYS modem can achieve is 171/122 Mbit/s"

    Ho-ly crap. This must have been by the most spoiled, self-centered, self-indulging, entitled little spoiled brat in California. You have no idea what life is like for 99.99% of the world, do you? Here's a clue - your housekeeper may well be a "one percenter". The other 99% (aka almost everyone) doesn't have Netflix and they don't have a computer. They have a small plot where they try to grow enough food to eat, and they have a need for shoes - not they want another $250 pair of Nikes, they have no shoes.

    If 170 mbps just isn't enough for you and you're crying about it, you're seriously in need of some perspective. Go live like an average human for two weeks. Seriously, you need to go into your dad's reading room, spin the globe, and without looking stop it and put your finger in a random place. Get a big map of that country an toss a dart at the map to hit a random place. Then go there. Not to the nearest big city that you've heard of at a charity ball, but to the exact place where dart hit. Go there and find the closest person working. Do their work with them for two hours, then ask where is the NEAREST place you can rent a room. Not the nicest place, the nearest place. Don't reject the room just because it doesn't have a toilet, you're going to live like the average human for two weeks. When you get back, 170 Mbps will be more than enough. After you live like an average person for two weeks, your life back home will be so.awesome you'll never complainabout anything again.

  27. Healthcare? by TubeSteak · · Score: 3, Informative

    Not having the virtually unlimited bandwidth of all-fiber networks means that, for these populations, many activities are simply not possible. For example, broadband provided over all-fiber networks brings education, healthcare, and other social goods into the home through immersive, innovative applications and services that are impossible without it.

    I think this point requires further explaining.
    Why exactly do I need Gbit service to bring healthcare into my home?

    Alternatives to fiber, such as cable (DOCSYS 3.0), are not enough, and they could be more expensive in the long run. The maximum speed a DOCSYS modem can achieve is 171/122 Mbit/s (using four channels), just a fraction the 273 Gbit/s (per channel) already reached on fiber.

    Huh?

    DOCSIS 3.0 does not have a maximum limit on the number of channels that can be bonded.
    The initial hardware would only bond up to 8 channels (~304 Mbit/s), but 16 channel (608 Mbit/s) hardware is already being rolled out by Comcast in the form of rebadged Cisco DPC3939 Gateways.

    2015/2016 we might see 24 channel (912 Mbit/s) and 32 channel (1.2 Gbit/s) hardware.
    2016/2017 is most likely, in the form of DOCSIS 3.1 modems, which use completely different modulation, but will have 24/32 channel DOCSIS 3.0 baked into them so that the ISPs can seamlessly upgrade from DOCSIS 3.0 to 3.1.

    Cable's game plan is to use DOCSIS 3.1 to put off pulling fiber to the home, which keeps their costs low and will allow them to offer (multi)gigabit speeds using a hybrid fiber/co-ax infrastructure.

    --
    [Fuck Beta]
    o0t!
    1. Re:Healthcare? by Anonymous Coward · · Score: 0

      Doesn't matter. Comcast still hasn't upgrade my area to DOCSIS 3.0.

      I doubt they ever will unless someone brings some competition. But our stupid developer/HOA cut a deal with Comcast during construction and we get a "special" Comcast Basic plan bundled into our HOA dues in exchange for Comcast pulling all the cable lines in the development.

      Now all we have for internet options are crap Comcast or crap DSL.

    2. Re:Healthcare? by Zebai · · Score: 1

      Was just about to mention he has numbers off when i saw your post. Also would like to point out they aren't avoiding fiber to the home in all areas, I am aware of a few communities that have negotiated for fiber the home for comcast so its not like such an event is not impossible if there's strong enough community demand for it. I personally don't see the need for the cost of it, I'm personally satisfied with my 50mbps as most places I connect to do not saturate what I already have and likely will not for many years. Higher speeds do exist in my area (Comcast offers 505mbps here) but I doubt I would upgrade even if the cost wasn't the massive $300/mo

    3. Re:Healthcare? by Anonymous Coward · · Score: 0

      My 20Mb connection is more than plenty when upstream providers aren't getting in the way. One slow link between a service and my house and I may as well be on dial up. When all the links are running well, 20Mb gets me everything I need. A 90+Mb connection will still be crappy if the providers don't upgrade their peering agreements between me and my destination. The slowest link is the fastest you can go.

    4. Re:Healthcare? by RyoShin · · Score: 1

      Why exactly do I need Gbit service to bring healthcare into my home?

      While I can't speak directly to what the OP was thinking of, I can think of a future where regular examinations or long-term monitoring are done in the person's home, talking to nurses and doctors over the internet using "pedestrian" versions of medical equipment we have today.

      Your doctor/insurance provider sends you a relatively inexpensive set of electronics that you can store in the closet when not in use. When you see your doc via the internet, a few 3D cameras and these items can do most stuff. Stomach problems? Swallow this tiny camera and the live feed goes to the doc. Ear ache? Put a disc to your ear and a telescopic arm will move about to find the proper viewing angle for your canal, along with a light source.

      Such things are quite a bit off, obviously, but will trickle into the home eventually, the same way that computers and the internet did. There will be limitations, of course, but over time those will decrease as well.

      Though your average person might not get used to the idea of using a tool to probe their rectum...

  28. I did the first part for you. Savinki $405/month by raymorris · · Score: 2

    I chose your random location for you, using random.org to generate latitude and longitude. You're going to Savinki, Ukraine, where the average income is $405 / month. You'll get to meet some nice Russians while you're there. Enjoy your trip.

  29. A few corrections and some reality by intermelt · · Score: 1

    First of all it is DOCSIS (Data Over Cable Service Interface Specification).

    Secondly comparing the maximum bandwidth of a fiber line to a 4 channel DOCSIS 3 modem that is connected to the same wire as multiple other DOCSIS 3 modems is just ignorant. DOCSIS 3 can add more channels and have more bandwidth while also supporting more modems off the same line. The fiber you mention is a single point-to-point connection and probably costs 100 fold to deploy. Take that fiber and tell me how much it costs to create a setup with 4 channels grouped and each delivered independently to a neighborhood of 100 houses. Including the termination at each house. Fiber is not for individual households. Maybe in the future, but currently completely unnecessary. Especially when copper and wireless are the last foot.

    You say DOCSIS alternatives will be more expensive in the long term. The only way they will be more expensive is if they become legacy and have to be maintained separately. Currently most of the infrastructure was already in place and re-used, so again your comparison is apples to oranges. Adding fiber costs a lot more, but can be cheaper in the long run if it is re-used and doesn't become a legacy system.

    People without fiber are not losing out on "super-fast" broadband. 100+ Mbps is readily available and more than enough for most users.

    In reality... (In the US) The problem is I can get 100+ Mbps yet my co-worker, living only about 20 miles from me can't even get DSL. He is stuck on fixed wireless that claims 10+ Mbps but averages 2Mbps. His provider is most likely sharing a single 10Mbps line with several customers. This is an issue. Broadband penetration is missing a lot of small areas which should be supplied with broadband. No one currently "needs" fiber. Cable and POTS lines can handle the bandwidth needs of just about anyone. They just need to be made available to everyone.

    1. Re:A few corrections and some reality by Neil+Boekend · · Score: 1

      Fiber is useful for last mile even if copper and wireless are last foot.
      If you are making a last mile connection nowadays you are not going to install copper. You are going to install fiber.
      Much of the old copper isn't suitable for what today's paying customer wants. Now you could replace it with new copper that can handle the current speed but not the near future speeds or you can replace it with fiber that can handle current and near future speeds. The total price isn't all that different.
      I am not going to use the max speed of the fiber to my new apartment. Not for years. But I am happy that there is fiber there so the last mile is future proof.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  30. All rural residents need High Speed Internet by Streetlight · · Score: 1

    What speeds are really needed? I'd guess it depends on what a household uses Internet for and how many folks in the house will use it simultaneously. It seems to me we need to make it a national priority to get some kind of reasonable Internet speed in rural areas. Whether some areas have fiber to the home or some other technology that gives symmetrical Gigabit per second, in many areas dial up is the only thing available. Of course satellite or using a cell phone as a hot spot are possible but high cost and limited bandwidth aren't necessarily good choices. No video telephony or video streaming available there with dial up. Fifteen or 25 Megabits per second would bring rural folks pretty much up to date. My wife has cousins in rural Iowa about three miles outside a small town with those kinds of speeds from the local cable company but can only get 750 kilobits per second and 1.5 Megabits per second via DSL. Their parents live about half a mile down the same road and can only get dial up. Of course web pages now are filled with large images and it must be more than painful to load a single such page. My point is even if Gbps is made available in some areas a much more pressing need is to get reasonable responsive Internet speed to rural areas. Might be a good idea to go ahead and do it with fiber and skip coax.

    --
    In a time of universal deceit, telling the truth is a revolutionary act. George Orwell
    1. Re:All rural residents need High Speed Internet by Neil+Boekend · · Score: 1

      If you have to lay the cable there isn't much difference in price between a cable that can handle 15 Mbps to each home and a cable that can handle 1 Gbps to each home.
      The price is really in the laying of the cable.

      The companies rightfully aren't going to be jumping at the opportunity to spend $100K to lay a cable that can service 100 homes of which 10% will sign a contract. Getting $10K from a customer takes too long.
      And those 10% aren't going to pony up the $100K among them either. They'll say "screw it".

      You could say the government has to step in. However I disagree. Then all the taxpayers have to pay for those few who choose to live in a location far away from everybody and still wish decent internet.

      I say it's one of the prices of living in such a location. Along with occasional smells of nature, sounds of heavy farming equipment, noise of cows and distance to shops.
      For some those pale in sight of the good stuff: isolation, the opportunity to start a campfire at will, space, nobody cares if you have 100 people over for a party and go on until 6 in the morning, more space and many, many other reasons.
      I just moved away from such a location. I know the drawbacks as well as the good stuff. Different people different wishes.
      For us internet is really important. Keeping up to date is important. For many it isn't.
      You know what I found? They aren't less happy for it. Far from it.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  31. First it is not DOCSYS by ChrisSlicks · · Score: 1

    It is DOCSIS. And there are providers offering Gbit speeds on cable using DOCSIS 3.0 with version 3.1 offering speeds of 10 Gbit. Even lowly DSL has new technologies that can support up to 1Gbit for short distances. Fiber is nice and all (I have it) but it isn't outpacing the encumbent technologies any time soon, at least while the ISP's are holding the reins. I have 50 Mbit service and it is expensive. Max offering is 300 Mbit (same as cable) and is crazy expensive.

  32. You are the 1%, asshole. $115/month avg person by raymorris · · Score: 1

    The average person makes $115 per month. You ARE the 1%. Realizing that, you can quit complaining, asshole.

    1. Re:You are the 1%, asshole. $115/month avg person by Required+Snark · · Score: 1
      Go and live in the 3rd world on $115 a month yourself, asshole.

      Your attitude is the root cause of the ever increasing divide between the rich and the rest in the US.

      I can't figure it out. Do you want to be a member of the lower strata of society with no upward mobility and no ability to change your status? Do you want to be a surf in the 21st century?

      Either say something useful and back it up, or go back and hide in your mother's basement and leave the adults alone.

      --
      Why is Snark Required?
  33. Re:holy cr*p look out the window. You'll be so hap by CRCulver · · Score: 1

    The other 99% (aka almost everyone) doesn't have Netflix and they don't have a computer.

    Have you ever actually travelled in the developing world? A lot more than 1% of the world has a computer now, and for those who don't cyber cafes are there to serve them nearly anywhere you go. Furthermore, even in the Third World young people with rudimentary smartphones are not an uncommon sight, and as these are often brought on credit, they are increasingly available to people you wouldn't think could own one. The world is changing fast.

  34. First World, First World Problems by SuperKendall · · Score: 2

    This is another symptom that the US is sliding out of the first world and into the third world. It goes along with our creaky unmaintained road, water and sewage infrastructure, along with our badly out of date airports and crappy passenger rail system.

    You have OBVIOUSLY never been to a real third world country, or anywhere even close. What you call an unmaintained road is like a forty lane superhighway in some places.

    And then there's our overpriced and underperforming health delivery system. (Note: ACA/Obamacare is a part of the solution

    HA HA HA HO HE HA HA HO HO HA HA HA!!!

    Oh man, that was hysterical! The very force that is dramatically raising healthcare costs, by pouring "free" government money into the system! God that was funny.

    And our failing K-12 education, which is severely underfunded

    OMG!!! Just as I thought you couldn't get any more hilarious, you claim the nation spending more than any other country in the world per student is "underfunded". And pretending the problem with U.S. schools has anything to do with money whatsoever! HA HA HO HOE HO HA HA HA HA HA HA HE HO HA HO HA HA HA HAH AH....

    But it's all OK, because the upper 10%, and mostly the upper .01% and above are doing really good

    I hope you smile when you stare at the mirror that hard.

    You are just a walking platitude, aren't you. Thanks for the laugh!

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:First World, First World Problems by serviscope_minor · · Score: 2

      Oh man, that was hysterical! The very force that is dramatically raising healthcare costs, by pouring "free" government money into the system! God that was funny.

      Bullshit. I've recently started a company with a friend (he's based in the US). Prior to Obama care this would have been substantially harder because as an individual not getting royally fleeced for insurance was apparently next to impossible.

      Now, we can start the business since he doesn't need nearly so much money to actually live.

      --
      SJW n. One who posts facts.
    2. Re:First World, First World Problems by Bob+the+Super+Hamste · · Score: 1

      You have OBVIOUSLY never been to a real third world country, or anywhere even close. What you call an unmaintained road is like a forty lane superhighway in some places.

      Yet some places in my own state have roads that make crappy paths in the planes of Africa look like 4 lane super highways. Seriously on some of these official roads you need high clearance and real 4WD (posi or locking diffs on both axles) while on others you may be fording a river, bottoming out on rocks (even with a high clearance vehicle), or running over trees in the middle of the road. These aren't off road trail but official signed roads but are minimum or unmaintained roads. I am sure there are worse roads out there than these but at that point it is like having a conversation about who's shit smells the best while ignoring the fact that it is all shit.

      --
      Time to offend someone
    3. Re:First World, First World Problems by Sir_Eptishous · · Score: 1

      because the upper 10%, and mostly the upper .01% and above are doing really good

      I hope you smile when you stare at the mirror that hard.

      You are just a walking platitude, aren't you. Thanks for the laugh!

      Yawn...

      I'm sorry, did you say something?

      --
      We play the game with the bravery of being out of range
    4. Re:First World, First World Problems by SuperKendall · · Score: 1

      I'm sorry, did you say something?

      I just said everything that was actually important.

      It's no wonder you can't even understand the real issues when you can't read for two minutes. Perhaps medication can help your ADD? But sadly they don't make medication for the real disease you have.

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
  35. Re:I did the first part for you. Savinki $405/mont by Anonymous Coward · · Score: 0

    There's a lot of cute Ukrainian women looking for US husbands I hear... ;)

  36. Speed less important that bandwidth or access. by Anonymous Coward · · Score: 0

    Gigabit vs. 100 Mbps is mostly meaningless from an average end user point of view. Assume 5-10 Mbps for a high quality 720p stream, then a family of 4-5 can each watch their own movies/videos without affecting each other. They can probably do it on 50 or 25 Mbps.

    The higher speed increases their overall capabilities (4k video, cloud backup, other services, and so on). But just like with cell phones, higher speed is pointless without unlimited data. You'll just use up the data faster. Heck, I was looking at Exede Satellite (12/3 up/down). It's unlimited data late at night/early in the morning. Schedule your OS updates, Steam downloads, and video download for that time period and it's not a bad deal if you have no other options (assuming you get 12 Mbps down).

    Metering data isn't a bad idea, but I'm thinking more like $10 for a terabyte, not $10 for 50 GB (or $10 per gigabyte for cell phones). I'd always go for slower speed with unlimited data (or at least very cheap data) over high speed, limited data (and expensive). Cable companies don't want to do this. Data caps, like net neutrality, are actually meant to protect their video services. Netflix, Amazon Video, YouTube, and legions of other services are their competitors. Internet video is the creative destruction of the traditional cable companies. And they're fighting it tooth and nail.

    The easiest answer to this problem is to vertically separate the cable companies. They can own the cables, but can't provide services (such as cable TV or internet access) or sell directly to consumers. Other companies make agreements with them and sell services over those wires. See MVNOs as a real-world example of this. This could also apply to municipal fiber networks so you get the benefits of true private competition.

  37. Re:I did the first part for you. Savinki $405/mont by CRCulver · · Score: 1

    You're going to Savinki, Ukraine, where the average income is $405 / month.

    I hope you realize that that is more than enough money to have a computer and internet access, and most Ukrainian households have them. I lived in Ukraine around the turn of the millennium when incomes were lower still, and already virtually every young person I knew had a PC. Parents just took the hit and made an investment. (Of course the big expense for Ukrainians was be software, and as they could not afford legitimate software, you could buy pirated software CDs at any small market). Internet access has exploded in the years since not only do to rolling out of broadband all over the country, but also 3G. Many people like Facebook or vKontakte on their mobile phones.

    Nowadays I live in Romania where the average monthly income is not much higher than what you cite for Ukraine, and yet people would laugh in your face if you suggested that computers were an unobtainable luxury. I myself only make around US$500/month and yet I enjoy fiber to my door.

  38. How fast is fast enouch by byteherder · · Score: 1

    Guys, do we really need 273 Gbit/s to the home that fiber provides. Isn't this just a bandwidth pissing match. My neighborhood has more bandwidth than yours.

    I, for one, would be happy with 1GigE connection. Extra bandwidth would just bring diminishing returns. What education, what healthcare and social good needs that kind of bandwidth? So now you get your Youtube videos a millisecond faster.

    Think of all the children that grew up using 28.8k modems. Oh, the humanity.

    1. Re:How fast is fast enouch by Anonymous Coward · · Score: 0

      what if we ignored the speeds, and just had connections that never caused us to wait to transfer any data..

      why is that not a goal, that everything is instant?.

      why is it not a goal that there is never a limit, bottleneck, cap, etc. why also should we have data center connectivity at home and move away from every having to host off site again??..

      why ?? not is slow shit good enough that is always limited and doesn't support advanced hosting or sharing ability or computer to computer IO at speeds fast as an internal bus ...?

      why do people not desire the best, most modern technology, why stay with shit copper lines that have been around for decades and were never meant to handle data..?

      OMGWTFBBQ, if I can have 254Gbits/sec, why would anyone want 12Mbps (current average connection speed in America)? .. why is the average transfer speed not 254Gbits/sec by now..? because of people like you? or people who want to milk the same technology w/o upgrading for decades on end after new tech comes out, ultimately just to keep profits for themselves rather than invest it into the system they don't like maintaining..?

      http://www.obamasweapon.com/

  39. 4k Cat Videos = Prosperity by mentil · · Score: 1

    I, for one, am certain that the only thing standing between Africa and prosperity is 4k cat videos. And/or pornography. Support the diaspora of your neocolonialist hegemony today!

    --
    Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
  40. As far as the US goes... by EzInKy · · Score: 1

    ...until connectivity is designated infrastructure citizens in that nation will be subjected to being nothing but profit creators for the powers that be. That is why I cheer for every business that requires internet connectivity to survive. One day access to the internet will be considered as necessary as access to roads, and it is only then that US citizens will have free access to the web.

    --
    Time is what keeps everything from happening all at once.
    1. Re:As far as the US goes... by Neil+Boekend · · Score: 1

      Not free. Payed with taxes.
      That's a big difference.

      --
      Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
  41. Cable not fast enough? by Tony+Isaac · · Score: 1

    I get 40 Mbps down on my cable connection, and that's enough that each of my four family members can watch a different Netflix HD movie at the same time. I could pay more to get 100 Mbps. How is cable not fast enough?

  42. if it matters to you... by silfen · · Score: 1

    If you think that fiber to the home is really important, move to an area where you can get it. Other people think that low housing costs, clean air, a nice job, wildlife, or other factors are more important.

  43. Nothing is good enough for you people by Karmashock · · Score: 1

    Any nice thing happens and some asshat comes along to say "but we won't all have it at the same time instantly!"... Seriously?

    Can you just be happy someone has something nice? And eventually it will get around to everyone. It is better that someone has something then that no one has it. This envy based value system is really getting old.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  44. Australia sinking fast by Anonymous Coward · · Score: 0

    Here in Oz the prospect of fibre-to-the-home is fading fast as the current extreme right-wing government believes ordinary citizens don't need it. The service will be available to a few, in some areas, if they can afford to have it laid on. Meanwhile the "National Broadband Network" currently being rolled out is based on copper wire to the home and many regional and rural areas won't even get that. We'll be stuck with pathetically slow "broadband" for decades now.

  45. Digital Divide was always largely myth by johncandale · · Score: 1
    Digital Divide was always largely myth. No one ever got a basic education from technology. The powers that be lied to you. Digital divide was just good copy to write about. The Real divide was class and wealth, always was. Still is. Private school or a public school in rich area, educated parents that help with vocab and homework, safe environment, tutors, etc.

    If anything tech heavy schools hurt more because of a magic blend of

    A. the tech funds rush to the worse schools where it is the last thing they need

    B. It likely caused more ADD like behavior

    C Computers don't actually help you learn how to write or math or think better

    Going into a job not knowing how to use MSword was not the problem. "Poor" people were not being left behind any faster then before. The debacle in some schools (for example see https://www.google.com/search?...) over reaching for tech instead of more teachers is a direct result of newspapers writing about the "Digital Divide" for over 16 years till the point the copy came to be believed.

  46. Re:holy cr*p look out the window. You'll be so hap by Vellmont · · Score: 1

    Interesting. The world population is about 7 billion now. 1% of that population is 70 mllion. So you think only 70 million people in the world have access to computers?

    That's very easy to show you're way the hell off. The US population is 300 million, of which 75% have internet access at home. So that's 225 million people in the US ALONE that have access to a computer and internet access.

    You also might want to update your view of the 3rd world from 50+ years ago. It's not simply a mass of people that are all farmers anymore. That exists in much of the world, but it's very quickly changing. Many people have computer access. I wouldn't venture a guess as to how many, but your view is clearly incredibly wrong just from a cursory examination.

    --
    AccountKiller
  47. Fibre-speed is not necessary at home by Anonymous Coward · · Score: 0

    Great stories about "innovative use" and what not, but we all know 99,5% of people will use it exclusively to get/share HD video content of whatever is the latest HBO series or Hollywood blockbuster.

  48. Ohhh nooo! by Skylinux · · Score: 1

    I always ask myself how I could possibly survive with only 1.2MB/s down (basic DSL). Then I turn my Internet TV on and notice that it works just fine.

    Sure I can get fiber but why would I? I'd have to pay more for no benefit other then that I can download a 20-40GB game quicker.

    --
    Everyone who buys Wild Hunt will receive 16 specially prepared DLCs absolutely for free, regardless of platform.
  49. A note on the human factor by pinkushun · · Score: 1

    I live in a third-world country.

    Talk of high speed internet for education, medical applications and small business empowerment is all very noble.

    But all I read in the news about your first-world high speed 'ternet is how you complain about streaming TV restrictions.

    The real world is not so pragmatic.

  50. I can assure you not, it needs to be in more areas by Anonymous Coward · · Score: 0

    I am using Frontier 100 down 15 up now.

    in Lynnwood WA its great 4-6 Millisecond pings to google.com , and other sites. speedtest.net shows 5 millisecond ping to netriver

  51. Also by Sycraft-fu · · Score: 2

    Speed matters less with each step up. Going from a modem to broadband is amazing, going from something like 256k DSL to 20mb cable is pretty damn huge, however going from 20mbps cable to 200mbps cable is nice, but fairly minor and going from a few hundred mbps to gbps is hardly noticeable.

    I have 150mbps cable at home, and get what I pay for. Games from GOG and Steam download at 18-19MB/sec. It is fun, I can download a new game in minutes... however outside that I notice little difference from the 30mbps connection I stepped up from. Streaming worked just as well before, web surfing was just as fast, etc. The extra speed matters little to none in day to day operations.

    Same thing at work. I'm on a campus and we have some pretty hardcore bandwidth, as campuses often do, so much it is hard to test as the testing site usually is the limit. Downloading large stuff it is nice, though really not that much less time than at home. I don't really mind the difference between a 2-5 minute wait and a 15-20 minute wait for a program. Surfing, streaming, etc all are 100% the same, no difference at all, speed seems to be limited by waiting for all the DHTML crap on a site to render, not the data to download.

    While geeks get all over excited about bigger better more when it comes to bandwidth, for normal use what matters is just to have "enough" and "enough" turns out to be not all that much. It'll grow with time, of course, higher rez streaming, larger programs, etc will demand more bandwidth but still this idea that there is the difference between uber fast Internet and just regular fast Internet is silly.

    It will not create any meaningful divide.

    1. Re:Also by PPH · · Score: 1

      Speed matters less with each step up.

      This.

      The Frontier salesman stopped by my house a few months ago to get me to sign up. He said they were going to be doubling their FiOS speed in the next few months for the same price. I asked him if they had a package offering the existing speed for half the price. He just looked at me as if I was from a different planet (I am, but that's discussion for another thread).

      Upon perusing their offering, I find that the offered price requires me to sign up for a 'qualified' phone package (Don't need it. I have VoIP service.), and an Internet service package (streaming TV plus some other crap I've already got, no doubt). The result is going to cost me around $100/month. No thanks. I've got a wimpy 5Mb/s now. But that runs everything I need just fine. For about $20/month.

      If I really want to shut down the salespeople fast, when they tell me about their Internet service package, I always say, "Of course, that includes Usenet, right?" Again with the extraterrestrial look.

      --
      Have gnu, will travel.
  52. Why South Korea and Japan can do it and USA can't? by Taco+Cowboy · · Score: 2

    People living in South Korea and Japan get to enjoy gigabit bandwidth - and they are relatively cheap too!

    Why can't the USAians get the enjoy the same?

    If there is a digital divide, it would put USA in the bottom pile

    --
    Muchas Gracias, Señor Edward Snowden !
  53. Damn those 'first world countries' by Anonymous Coward · · Score: 0

    How dare they build a better lives for themselves, due to superior genes...

  54. Underprivileged by dcw3 · · Score: 1

    OMG! I feel so second class now that I'm stuck using 65M DOCSIS. Whatever will I do? Really?!?

    I was part of a telecommuting pilot program for our company back in the late 90s using dial-up. Digital bandwidth isn't everything. The largest resistance to accomplishing tasking was the frequent interruptions in the cube-farm in the office. So, even with a slow connection, I got much more accomplished from home.

    Now, I'm "stuck" with the local cable company's slowest DOCSIS 3.0 at 65M. Our family stopped caring years ago. I'd gladly give up some if they'd charge me less.

    --
    Just another day in Paradise
  55. Re:Why South Korea and Japan can do it and USA can by gnupun · · Score: 0

    Why can't the USAians get the enjoy the same?

    I don't know the answer, but could it be lower cost/customer in Korea? S.Korea is much smaller than the US so the cost to provide gigabit internet is lower as you need less manpower, fewer routers and shorter cables to connect.

    Calculations:
    Population of s.korea: 50 million
    Area of s.korea: 100,210 sq km
    Percentage of internet users: 84.8%

    Population of us: 318 million
    Area of us: 9.826 million sq km
    Percentage of internet users: 84.2%

    Based on these numbers, there are 424 s. korean internet users per sq.km and only 27 us internet users per sq km. Because of the high number of users in s. korea, the cost provide each with internet service is a lot lower.

  56. Re:Why South Korea and Japan can do it and USA can by jbolden · · Score: 0

    Why can't the USAians get the enjoy the same?

    Because US population density looks more like Africa than it does like Europe and East Asia. We spread ourselves out which drives the cost of providing telco services through the roof.

  57. Who cares about "super fast" by Anonymous Coward · · Score: 0

    Really....does it matter how fast your connection is when most US-based ISPs are trying to change the market into a pay-per-download-amount system? It just means you'll hit your allotted 'cap' that much sooner.

  58. Heh. by Anonymous Coward · · Score: 0

    I was just finally able to upgrade from 26.4 dialup (multiplexed phone line) to DSL 4.5 years ago. I'm thrilled with 1.0 Mib/s! I live in the 4th largest city in Ohio. We've got faster options available, but they're too expensive.

  59. 170Mbit/s by drolli · · Score: 1

    is far beyond what i need at home, it is more that i need to have a perfect remote terminal. If i need more, i rent a server with a good network connection.

  60. No, because we already have one by drinkypoo · · Score: 1

    I live in the sticks. I have a shitty ISP that shits on my interactive sessions in favor of long-running connections like Netflix, and then tells me they don't do any shaping. But obviously they do shaping, because we have bandwidth limits. And it looks like shit. The traffic chart looks like a row of fenceposts because they flood me with packets, then send none, then flood me with more of them in order to limit my rate. This of course means that I can't do any meaningful queueing on my end, because the rate is totally inconstant.

    But atop that, they offer me only an "up to 6Mbps" connection. That's not even enough to watch HD video reliably. A page full of images takes ages to load, especially since most people are still just spewing the images onto the page and they all load at once. And if that weren't enough, the connection goes down regularly, I often have to power cycle the CPE...

    FTTH is not going to create a new digital divide. We already have one, and the only content lurking in the wings waiting to eat up all the bandwidth is 4k video. Most of us don't have a 4k set, so it's irrelevant.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  61. It's not that it's not available by overshoot · · Score: 1

    At least in large parts of the USA, it's that "broadband" isn't affordable. "Basic" DSL or cable, with download rates of less than 5 Mbps, cost upwards of $50/month. Higher speeds are proportionally faster -- and very, very few people even in the USA are willing to pay hundreds of dollars a month for download speeds far less than those taken for granted in other developed countries.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  62. No thanks by Anonymous Coward · · Score: 0

    Europe (France) here. I'm fine with my DSL for 16€/month (incl. phone). I don't want your 100+$ cable. My connection is reliable, cheap and responsive enough.

  63. Digital Divide is codespeak by gelfling · · Score: 1

    For how can we tax the middle class to give something they don't actually have, to poor black people. Sorry but that's it.

  64. 10Mbit ? i wish by tomxor · · Score: 1

    I don't live on top of a mountain 200 miles from civilisation, i live in a city in england... at home the fastest option for internet is a 3Mbit ADSL line. At work i have fibre, the difference is ridiculous, browsing at home is painful because many web developers seem to assume that everyone on earth has access to a 100Mbit connection... on top of that ISPs here seem to like throttling ssh traffic which makes it even more painful to do work at home, also occasionally the exchange fucks up and has given me ping times of well over 2000ms consistently for days which some protocols just can't deal with...

    my ISP is talk talk they are the only LLC everything else here sucks also, the infrastructure and the capacity. I can easily see it making a divide if an assumption like "10Mbit" is made by content creators. It's easy to assume some minimum if you've never experienced less.

    1. Re:10Mbit ? i wish by Mike+O'Hara · · Score: 1

      TalkTalk? I pity you man... can't you just use BT? They must be better than TalkTalk... granted, at about 8x the price but still....

      --
      [FUCK BETA]
    2. Re:10Mbit ? i wish by tomxor · · Score: 1

      no difference same exchange, different price, the issue is everyone shares one exchange it's really far away and sucks essentially it's all BTs anyway.

  65. Re: Why South Korea and Japan can do it and USA ca by Anonymous Coward · · Score: 0

    USA does.
    I do in Chattanooga TN. And my cousins in Kansas City do as well.

    What dump place in the USA do you live in?

  66. Yes by Anonymous Coward · · Score: 0

    It will. It already has. I'm stuck on rural DSL. 3.0 mb/s. I am already unable to participate in many of the activities my friends constantly do. Livestreaming isn't possible, especially if I'd like to also have skype up for bidirectional voice chat instead of one way. I don't have the bandwidth to do Opencanvas without lagging like crazy. Video chat of any kind is pretty much right out. When you're the guy with 384 kbps up and everyone else is rocking 70/20, you really do realize how much it sucks to have shitty internet.

    1. Re:Yes by Anonymous Coward · · Score: 0

      It will. It already has. I'm stuck on rural DSL. 3.0 mb/s. I am already unable to participate in many of the activities my friends constantly do. Livestreaming isn't possible, especially if I'd like to also have skype up for bidirectional voice chat instead of one way. I don't have the bandwidth to do Opencanvas without lagging like crazy. Video chat of any kind is pretty much right out. When you're the guy with 384 kbps up and everyone else is rocking 70/20, you really do realize how much it sucks to have shitty internet.

      Then get a job, move out of your parents' basement, and move somewhere else. I'm so sorry you're not rockin the WOW as bad ass as your friends.

  67. Re:Why South Korea and Japan can do it and USA can by ShanghaiBill · · Score: 4, Insightful

    S.Korea is much smaller than the US so the cost to provide gigabit internet is lower as you need less manpower, fewer routers and shorter cables to connect.

    This argument comes up every time people discuss American internet rates. It is nonsense. The overall population density makes NO difference. Only the local density matters. There is no reason that someone living in New York City should pay more for internet because there is a lot of empty space in Arizona. Furthermore, there is little correlation between density and cost. Small towns generally do not have more expensive internet than large cities. And there are plenty of countries with population densities lower than America, that nonetheless have cheaper and faster internet.

  68. Nope. Not here. by Anonymous Coward · · Score: 0

    I have fiber to the house. I cancelled the service (AT&T U-Verse) because Comcast offers significantly higher bandwidth tiers.

  69. Absolutely not by Anonymous Coward · · Score: 1

    I'm in the same boat - AT&T fiber to the side of the house, so I sign up. I get the best (18/1.5) tier with the promise 'we will be increasing speeds significantly in a year'. Three and a half years later, I cancel, and sign up with Comcast for their 50/10 tier at half the price (after the promo expires, right now it's roughly a third of the price).

    AT&T U-verse fiber to the premises can suck it.

    Well, further clarification is necessary. AT&T can suck it. Comcast can too, but at least they can provide the bandwidth.

  70. Again $115/month is average. You ARE the rich by raymorris · · Score: 1

    > Your attitude is the root cause of the ever increasing divide between the rich and the rest in the US.

    The rich in the rest _IN_THE_US_. That's a hoot. 75% of Americans make over $2,000 / month. That's seventeen times as much as the average person makes. You're fabulously wealthy, yet whining because your two cars are Toyotas and not Ferraris. What a spoiled brat.

    > Do you want to be a member of the lower strata of society with no upward mobility and no ability to change your status?

    Let's have a look at upward mobility. My dad grew up in a shack with a dirt floor. Five people in one room. Sunday was meat day; they always tried to get a rabbit or something to have be able to have meat once a week. There's no way they could afford meat most days, but they managed to be able to have it once a week. Forty years later, my dad took his kids on the corporate jet. He was a vice president of an oil company, whose job involved working with crown Prince (now king) Abdullah. That's upward mobility. He didn't go from dirt poor to corporate jets by whining about "rich people". He got rich by working his ass off doing what rich people do.

  71. Re:Why South Korea and Japan can do it and USA can by overshoot · · Score: 1

    The population density of the USA is low in large part because huge portions have no people at all. Yes, the internet access there sucks, but the bears and elk don't really seem to care. On the other hand, some parts of the USA do have very low population density but still have fat pipes.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  72. Third World, like the USA by Anonymous Coward · · Score: 0

    The fastest wireline Internet I can get here in South Carolina is 768k.

    Hut villages in sub-saharan Africa have access to LTE infrastructure for free, courtesy of the Chinese government trading LTE networks for mineral rights.

  73. Re:Waa! Without 4K video, I can't get an education by bigpat · · Score: 1

    Having not had enough money to get a new car or repair my old one, I can tell you the "kinetic divide" actually involves sitting by the side of the road waiting for a tow.

    But the point is made... people without enough money need more money not just more bandwidth.

  74. Re:Why South Korea and Japan can do it and USA can by Slashdot+Parent · · Score: 2

    I don't buy it. Fiber's cheap, and our cities are plenty dense enough to support fiber to the home. Indeed, we already have fiber to the home in many cities.

    We could probably connect 90% of the country's population with fiber just as easily as South Korea did. But we don't, because lobbyists.

    --
    They don't grade fathers, but if your daughter's a stripper, you fucked up. --Chris Rock
  75. price of copper vs fiber for last mile by funkymonkjay · · Score: 1

    I'd like to hear from a cable expert about the cost of these cables. With all the talk of copper shortage, I am wondering if the economics are there to drive fiber over copper.

  76. Blazing residential internet speed 930 mbs by Anonymous Coward · · Score: 0

    Check the speed test of a superfast residential connection on the link below.
    From the first city in the USA with the fastest residential connection.
    I had multiple windows playing Ultra HD videos from you tube.
    Its just AMAZING.

    https://www.youtube.com/edit?o=U&video_id=TLIvcfivVmE

  77. Re:Why South Korea and Japan can do it and USA can by rbrander · · Score: 1

    What the other replies said to this guy about average vs local density is perfectly correct. But even in low density areas, this is STRICTLY an upfront capital issue. Only the original install costs much more. The increased service delivery cost once you have the larger amount of fiber per customer installed is barely worth discussing except for the accountants who finally figure out that the US suburbs should be paying 1.87 cents per GB rather than 1.74...it would be those kinds of numbers.

    The article says it plainly: in dense apartment areas, $280 per install; US housing, $2200. But really, what's $2200? A one-time investment that pays off over what, 40 years? The copper lines to my house date to 1954, the TV cable to 1973. The asset lifespan exceeds the 40 year max that even a large utility can get to pay down an investment. So even with interest (which these days is tiny, by the way, but lets use 4%), it's about $100/year added to your bill to pay off your install, unless you want to pay up front.

    God, it's such a crap argument in so many ways - so unworthy of a nation that was among the first to bring in electricity and then phone and then cable, the last especially to provide so much less utility (57 channels and nuthin' on...) than Internet...but it comes up every time. That 57 channel TV cable was DONE, jack, between about 1970 when I first heard talk of it, and 1980 when everybody had switched to it. Here we are 20 years after everybody started wanting on the Internet, and virtually no new lines strung, they're still using the 1930s phone wires and the 1970s TV cables that were already paid for...but charging you like they had.

    The people making these excuses for them are among the robbed, and they should just stop.

  78. Re:Why South Korea and Japan can do it and USA can by K.+S.+Kyosuke · · Score: 1

    People living in South Korea and Japan get to enjoy gigabit bandwidth - and they are relatively cheap too!

    I thought the Scots were supposed to be cheap, not Koreans and the Japanese?

    --
    Ezekiel 23:20
  79. CAPS by CrAlt · · Score: 1

    What good is 1G internet speeds if there is a data cap of 300G?

    Fiber is great but if its controlled by the same ISPs that happen to also be media companies then its something I don't want any part of.
    I have the option of super fast but capped DOCSIS3 here but I will stick with my cheap uncapped DSL. I don't want to have to think about how much a stream will cost or if this next .ISO download will cost me $10.

    --
    I have to return some videotapes...
  80. DOCSIS, not DOCSYS by Anonymous Coward · · Score: 1

    its called DOCSIS, its a protocol/series of specs driven by CABLELABS.

  81. I'd Like To Find Out... by Anonymous Coward · · Score: 0

    Get some fucking landline broadband out to all of us stuck with satcoms or GFY sometime this decade and I'll be more than happy to weigh in on all this.

  82. you are wrong by tacokill · · Score: 1

    Overall health insurance rates and premiums have gone up every year since forever. Obamacare didn't change that at all. Rates are still going up and will continue to do so even more, going forward, because of the reason the OP outlined.

    What you are speaking to is the subsidy that I and other slashdotters pay so that this group or that group can pay less than market rates for healthcare when they go to buy it on the individual market. Apparently you and your buddy are in one of those groups so what you are seeing is an illusion. The costs you used to bear are simply being transferred to other people so it is "more affordable" to you.

    We can argue on another day about how much redistribution should be going on but make no mistake, the "affordability" you speak of is nothing more than a redistribution of the costs.

  83. Experience says no by Loopy · · Score: 1

    Witness the increase of standard memory configurations in PCs from 512-1GB to 8-16GB and the same with 5400RPM ATA HDDs versus SATA 6GB/s SSDs. The former is 16-32x more memory and the latter is in some cases two orders of magnitude faster, yet people in the millions still use these older PCs to use the internet. They won't be able to watch 4k HD video, possibly, but it's not going to be an exclusionary evolution.

    Man, some of you people are just hell bent on dividing everyone up into classes. One wonders if the very existence of such arbitrary divides (and, concomitantly, the bigotry of anti-individualism that necessarily underlies it) and the loud excoriations of such are indicators that we have nothing better to complain about and should appreciate that we have the luxury to sink to such busy-body mundanity.

  84. Re:Why South Korea and Japan can do it and USA can by jbolden · · Score: 0

    I don't buy it. Fiber's cheap

    What makes you think fiber is cheap?

    and our cities are plenty dense enough to support fiber to the home

    That's fine. And if you wanted internet within cities then that wouldn't be a problem. But most people want to get to websites and internet services outside their cities. Which means they need to be using national bandwidth. If 100k people are consuming 1gbs of bandwith that's 100tbs going into the city often over hundreds of miles. So say 5 fiber links out 20-40tbs of capacity for often hundreds of miles. Then that gets intermixed with what the city itself is consuming.

    We don't remotely have the technology to support that much bandwidth. So sure. You want to file share with the guy down the block the local cable company could put in fiber. But you want to gigabit+ bandwidth to everyhome that's unthinkably expensive.

    But we don't, because lobbyists.

    Yeah that must be it. The evil telcos don't want you to buy more of their product. The same banana importers are lobbying to block grocery stores from selling bananas by the bunch.

  85. Government by jbolden · · Score: 1

    When it comes to telco it isn't nearly twice as expensive to hit every house as it is to hit every other house. It is much cheaper to have government organizing the digging up of streets and private property than to negotiate with the private and public landholders. Government can cut the cost per user enormously if they engage. I think the article is BS but your refutation is as well.

  86. Re:Why South Korea and Japan can do it and USA can by Darinbob · · Score: 1

    Smaller towns may not have more expensive internet, but they have less of it. More small town residents still use dialup, or have no choice other than poor quality cable. If you want good internet in the US you will find it very often in the largest cities but not in the small towns or rural areas.

  87. Re: Why South Korea and Japan can do it and USA c by Anonymous Coward · · Score: 0

    30 minutes outside Denver, between two fiber trunks. Still no high speed internet. Should I feal robbed?

  88. Fiber? I can't get dialup to work by servant · · Score: 1

    Cable and DSL/whatever is about 3 miles or less from here, and has been for over 10 years. Neither the phone company or either cable provider wants to service us. Even dialup over hardwire lines is limited to 22Kbps (with good working, high quality 56K modems) due to bad copper in the ground. So our main internet is satellite that costs a huge amount (10G / mo for $50 US, and $10/G additional). -- Your taxes to 'bring broadband internet to the rural community' aren't working here. -- We have mainly 2G cell service, AT&T or Sprint mostly, Verison if you go to the top of the hill and stand on a picnic table. All this within 25 miles of a 'major US city' (Nashville, not to major but still not to small).

    --
    ... "When you pry the source from my cold dead hands."