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.

25 of 291 comments (clear)

  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 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.

    4. 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.

    5. 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.

    6. 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
    7. 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.

    8. 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.

    9. 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
  2. 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.

  3. 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.

  4. 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.
  5. 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
  6. 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.
  7. 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.

  8. 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.
  9. 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.
  10. 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.
  11. 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.

  12. 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!
  13. 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
  14. 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.

  15. 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.