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.

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

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

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

    10. 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
    11. 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).

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

  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.

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

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

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

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

  10. 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.
  11. 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.
  12. 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.
  13. 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.

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

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

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

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

  19. 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.
  20. 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
  21. 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.

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

  23. 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 !
  24. 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.

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

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