Slashdot Mirror


A Radiologist Has the Fastest Home Internet In the US (vice.com)

An anonymous reader writes: Jason Koebler via Motherboard has interviewed James Busch -- a radiologist and owner of "the first 10 Gbps residential connection in the United States" -- at a coffee shop in Chattanooga, Tennessee. Motherboard reports: "For reference, the Federal Communications Commission officially classifies 'broadband' as 25 Mbps. His connection is 400 times faster than that. Busch found a way to make good use of his 1 Gbps connection, and now he's found a use for 10 Gbps, too. 'An X-ray averages around 200 megabytes, then you have PET scans and mammograms -- 3D mammograms are 10 gig files, so they're enormous,' Busch said. 'We go through terabytes a year in storage. We've calculated out that we save about 7 seconds an exam, which might seem like, 'Who cares,' but when you read 20,000 or 30,000 exams every year, it turns out to be something like 10 days of productivity you're saving just from a bandwidth upgrade.' While 10 gig connections sound excessive at the moment, Busch says his family quickly started using all of its 1 gig bandwidth. 'We ballooned into that gig within eight or nine months. With my kids watching Netflix instead of TV, with me working, we did utilize that bandwidth,' he said. 'There were situations where my daughter would be FaceTiming and the others would be streaming on the 4K TVs and they'd start screaming at each other about hogging the bandwidth. We don't see that at 10 gigs.' So why does Busch have a 10 Gbps and the rest of us don't? For one, 10 Gbps offerings are rare and scattered in mostly rural communities that have decided to build their own internet networks. Most companies that have the technology offer gigabit connections (a still cutting-edge technology only available in a handful of cities) at affordable prices and 10 Gbps connections at comparatively exorbitant ones. In Chattanooga, 1 gig connections are $69.99 per month; 10 gig connections are $299. Thus far, 10 Gbps connections are available in Chattanooga; parts of southern Vermont; Salisbury, North Carolina; and parts of Detroit and Minneapolis. But besides Busch, I couldn't find any other people in the United States who have signed up for one. EPB, the Chattanooga government-owned power utility that runs the network, confirmed that Busch is the city's only 10 Gbps residential customer. Rocket Fiber, which recently began offering 10 Gbps in Detroit, told me that it has 'no customers set in stone,' but that it's in talks with prospective ones. Representatives for U.S. Internet in Minneapolis and Fibrant in Salisbury did not respond to my requests for comment. Michel Guite, president of the Vermont Telephone Company, told me his network has no 10 Gbps customers, either."

135 comments

  1. And...? by ELCouz · · Score: 0

    Much Brag!!

  2. I could use one for SDR by rfengr · · Score: 3, Interesting

    I'd like to deploy a remote SDR (software defined radio) for real-time TDOA geo-location. At 200 Msps * 16 bit complex samples, it's close to 10G.

    1. Re:I could use one for SDR by Finallyjoined!!! · · Score: 0

      You could try speaking English!..

      --
      If I had an Ass, I'd call it Fanny Bottom, then I could slap my Ass; Fanny Bottom, on the Arse.
    2. Re:I could use one for SDR by Anonymous Coward · · Score: 0

      Using RF time of flight data to geolocate radio transmitters in realtime.

    3. Re:I could use one for SDR by Anonymous Coward · · Score: 5, Informative

      Well ... if you are too lazy to Google and use Wikipedia, I'll provide you some 'decompression' of GP's Jargon. -Anonymously-, because I'm using modpoints.

      SDR - Software Defined Radio. A type of radio equipment that uses an Analog to Digital converter to digitize the radio signal (as close to the antenna as is practical) and use digital processing with software filters instead of hardware ones. Non-techie examples: All WiFi and bluetooth equipment, most TV and radio USB sticks

      TDOA - Time Difference of Arrival. Apparently GP wants to locate radio sources by measuring the time difference between signals arriving at a couple of radios. It's for triangulation purposes, I guess. You should then have 3 radios at least to make this work failsafe (only 2 radios leave you with two planar points to guess from, or when also uncertain of height, a circle). All three must be close enough to the source to identifiably pick up the signal and you need synchronized timers with each of them unless your are absolutely certain of your connection lag.

      Now for the bandwidth usage. He wants to sample at 200 mega-samples per second (Msps). What does he want to sample? 16 bit complex samples. Complex numbers have two components and are twice as large as real numbers. Analogously, complex samples take twice the space of normal samples.
      200 Msps * 16 (bit) * 2 (complex) = 6400Mb/s = 6.4Gb/s raw data rate. When sent uncompressed and package switched over the internet, add some overhead and you'll get even closer to that 10Gb/s. But as I said earlier, he probably wants two remote stations for full triangulation, so 10Gb/s isn't going to cut it unless he can use some compression or compromises a bit on the bandwidth.

      Expert question: Why complex samples? A common technique in Software Defined Radio is to sample the signal, straight and 45 degrees phase shifted, also called Quadrature Sampling. This has a long technical explanation why it's advantageous but to cut short, it's so you'll be able to differentiate between signals above and below the mixer frequency of your SDR. Else you wouldn't know if a signal 'Y' Hz away from the mixer frequency 'X', originated at frequency 'X'-'Y' or 'X'+'Y'.

    4. Re:I could use one for SDR by Anonymous Coward · · Score: 0

      And you could open a book.

    5. Re:I could use one for SDR by Anonymous Coward · · Score: 0

      Excellent, thanks for explaining it to me so clearly! Btw if you have another minute, this thing called "sex"...

    6. Re:I could use one for SDR by rfengr · · Score: 3, Informative

      The complex samples are quadrature sampling (I+jQ); just a different name. It's actually 90 degrees phase shift, and you do it for the local oscillator, which is where the j comes from. Yeah, I'd want two, so I'd have to decimate to 100 MHz BW. But as you said, now I need two 10G connections. I suppose my point was there are probably many uses for 10G connections; build it and they will come. Hell, maybe within the next year Google fiber will finally get to my house, and at least I can get 20 MHz real-time BW.

    7. Re:I could use one for SDR by rfengr · · Score: 3, Funny

      In...out...in...out..in...

    8. Re:I could use one for SDR by grahamsz · · Score: 1

      But why would you have to do that in realtime? If you've got synchronized clocks at each receiver, why not sample for 100ms and then spend a few seconds to compress and transmit the sample? You could then triangulate the position once every few seconds - which seems like it'd be good enough for just about anything i can think of.

    9. Re:I could use one for SDR by Calydor · · Score: 2

      Whoa, slow down.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    10. Re:I could use one for SDR by jabuzz · · Score: 1

      I would imagine that 10 or 12 bit sampling is way more likely than 16 bit, which then saves you a byte for your two samples, cutting bandwidth required by 25% if you pack the bits.

    11. Re:I could use one for SDR by Anonymous Coward · · Score: 0

      You're doing it wrong: kiss kiss, sucks suck, lick lick, finger finger, in out in out, .... turn over and repeat

  3. And.. by jbmartin6 · · Score: 1, Funny

    Sure, but has he found a use for more than 64K of RAM?

    --
    This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
    1. Re: And.. by Anonymous Coward · · Score: 0

      If you have even 1M sheep, 64k Rams are not enough.

    2. Re: And.. by Anonymous Coward · · Score: 0

      I must know, what is the correct ram to sheep ratio?

    3. Re: And.. by thinkwaitfast · · Score: 1

      I don't know, but that's about right for chickens.

    4. Re: And.. by sthomas · · Score: 1

      Clearly we need an expert on ramming sheep to chime in.

    5. Re: And.. by narcc · · Score: 1

      I don't doubt that we have more than our fair share of experts here.

    6. Re: And.. by Anonymous Coward · · Score: 0

      Assuming rams are similar to goats, a 1:20 ratio is sufficient to ensure that the buck is not over worked.

    7. Re:And.. by RabidReindeer · · Score: 1

      Sure, but has he found a use for more than 64K of RAM?

      Oh hell. I could use almost 10 times that much!

  4. Home internet by Finallyjoined!!! · · Score: 3, Interesting

    Yes, nice to have 10Gbps connectivity to your home, wouldn't we all like that, think of the amount of pr0n? I work for an ISP, across our core we have 100Gbps x connects, OK there are multiple links, but we're close to max'ing those now.

    WTF will it be looking like with consumers torrenting @ 10Gbps?

    Meh. Not really thought through this article...

    --
    If I had an Ass, I'd call it Fanny Bottom, then I could slap my Ass; Fanny Bottom, on the Arse.
    1. Re:Home internet by Kjella · · Score: 3, Interesting

      WTF will it be looking like with consumers torrenting @ 10Gbps? Meh. Not really thought through this article...

      Would we download more though, or just faster? A Netflix 4K stream is 25 Mbps, BluRay Video has a max rate of 54 Mbps, UHD BluRay 128 Mbps. I have a 150 Mbps line and apart from occasionally downloading a season and figuring out it's junk after a few episodes I use the bandwidth regardless. The only advantage is that huge game patches and such download quicker so I don't get stuck just because Steam wants to install a 2GB patch right when I want to play. Even a big family streaming half a dozen UHD monsters shouldn't be able to saturate a 1 Gbps link.

      His huge downloads are probably hogging the whole bandwidth because of poor QoS, so 10 Gbps solves the problem with brute excess capacity. Either that or he ran into some kind of soft limiter because 30000*10GB = 300TB a year is way, way outside the norm but they let it pass if you pay the 10 Gbps price. And if the software was a little smarter at caching 30000 images / 2000 working hours = average 4 minutes/photo, download takes about 10 seconds so if it would preload he wouldn't be waiting at all. I'm sure he can well afford the extra $3k/year to just make the problem go away though.

      --
      Live today, because you never know what tomorrow brings
    2. Re:Home internet by darkain · · Score: 1

      As a F/OSS ISO torrent seeder on a 1gbps connection, let me tell ya... it doesn't matter. I had planned on setting limits on my seeding server, but it hardly ever breaks 10-20mbps upload. With files in the 1-5GB range mostly (CD and DVD ISO files), those are fairly large, but once people have em, they have em, and the bandwidth stops. This logic doesn't really change much for other types of content either.

    3. Re:Home internet by PsychoSlashDot · · Score: 2, Interesting

      Even a big family streaming half a dozen UHD monsters shouldn't be able to saturate a 1 Gbps link.

      His huge downloads are probably hogging the whole bandwidth because of poor QoS, so 10 Gbps solves the problem with brute excess capacity.

      Agreed. There is something very, very wrong with this story, and you've pointed out half of it.

      The other half which struck me is the oddity of "yada yada residential Internet" followed by this lengthy diatribe about how massive XRays, PET scans, and 3D mammography files are. Well, uh, why is this doctor taking medical records home? It strikes me as odd and disturbing. He's a radiologist, so a lot of what he does is interpretation, but shouldn't medical records be confined to "controlled" networks at a hospital, not permitted to be flung onto a personal, uncontrolled network? See, I gather it's uncontrolled because of the point you brought up... there clearly isn't anything resembling sensible QoS going on if a few kids (how many does he HAVE?) Netflix usage is blocking out yet another kid's FaceTime session on 1Gbps.

      I suspect a} someone's doing something shady but maybe technically legal with medical records and b} someone's got a bigger-dick-than-you syndrome, buying Internet capacity he doesn't need, because he can, and because someone will interview him about it and - more importantly - tell everyone else about the size of his pipe.

      --
      "Oh no... he found the .sig setting."
    4. Re:Home internet by Anonymous Coward · · Score: 0

      Seeing that torrent only makes up about 7% of peak internet bandwidth, not much. It is a large part of upload bandwidth, but upload is mostly idle during peak hours.

    5. Re:Home internet by uncqual · · Score: 2

      It is possible that he has a locked down computer owned, monitored, maintained, and upgraded by the medical facility he works for and uses VPN. If so, it would be more secure than when you request a DVD of a scan and the facility snail mails it to you unencrypted.

      --
      Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.
    6. Re:Home internet by Anonymous Coward · · Score: 0

      He is probably WORKING at home, not "taking medical records home". As in, a home office, perhaps with a machine provided by the hospital and connected to it on a VPN.

      I think you're on the mark there regarding his syndrome.

    7. Re:Home internet by jarablue · · Score: 0

      Well it is a mixed blessing. Think of what you could do with the sheer speed. Then think of how fast corrupt government officials, feds, cops you name it can get child porn on your system. I really think that having a computer in these days is a liability. It's just a guilty verdict waiting to happen.

    8. Re:Home internet by Anonymous Coward · · Score: 0

      Remote access into the hospital/clinic/imaging center's system is pretty common, especially for radiologists who support multiple medical facilities - they don't drive between all the facilities to do the "reads".

      You also can't do just normal RDP type of sessions because of the absurd level of detail those images have (millions and millions of just greys). Must run the FDA approved software on FDA approved (and technically capable) monitors. Yes, they will need NDAs, HIPAA agreements, business associate agreements, etc, but all that is in place when the radiologist signs a contract to do the actual work.

    9. Re:Home internet by demonlapin · · Score: 1

      It's perfectly normal. My hospital has Citrix-based VM's that I use to access patient data at home. It's all web-based (and slow, but then again I'm not a radiologist and don't need to pump that much data over the pipe), but I imagine his setup is a VPN.

      As for the speed, he probably writes the whole thing off as a business expense. Given that his marginal tax rate is probably 42.5% (39.6% federal income + 2.9% Medicare) that means that effectively, he gets home 10Gb internet for just over $170/mo.

      For that price, wouldn't you?

    10. Re:Home internet by Anonymous Coward · · Score: 0

      The likely hood of his computer being able to handle 10 gig VPN is pretty much ZERO. Not to mention that the prices go way up on firewalls, VPN solutions, etc when you go above 1 gig. I had a hard time finding a supported 10 gig firewall solution that wouldn't cost me $40,000. The Hardware has a hard time keeping up at that speed.

    11. Re:Home internet by Shaman · · Score: 1

      Yep. Pretty much nobody needs 1Gbps for any legitimate purpose, much less 10Gbps. Very specific special cases.... maybe.

      --
      ...Steve
    12. Re:Home internet by grahamsz · · Score: 1

      I was wondering the same sort of thing.

      Does any isp that offers 1 gigabit connections need significantly more backhaul bandwidth than one selling 50 megabit connections? Intuitively you'd expect it to be 20x more but in reality I don't suppose it is.

      There are some compulsive torrenters who'll download more than ever, but they are surely in the minority. Some behavioral changes come wtih having fast reliable internet, but not all of them serve to increase bandwidth consumption.

    13. Re:Home internet by Anonymous Coward · · Score: 0

      Why are you assuming that he's an employee?

      Admittedly, many doctors are these days, but it's by no means universal, there are still a lot of independent practices out there.

    14. Re:Home internet by sudon't · · Score: 1

      Well, uh, why is this doctor taking medical records home?

      Really? You've never heard of people working from home? I think the takeaway of this article is that these giant cable companies, with their regional monopolies, don't need to compete by giving us what is clearly possible. Only those few cities which have decided to operate connectivity as a utility are providing fast internet.

      ...buying Internet capacity he doesn't need...

      He seems to be putting it to good use. And our use always seem to catch up with our capabilities. I can remember getting a 4 GB hard disk, way back when, and thinking, "Man, I'll never fill this thing!" Now, of course, I'm watching 6 TB fill up. If everyone had 10 Gb/s service, who knows what uses would be found for it?

      --
      -- sudon't

      Air-ride Equipped

    15. Re:Home internet by Anonymous Coward · · Score: 0

      Reminds me of the argument for not needing more than 64k of memory.

    16. Re:Home internet by Anonymous Coward · · Score: 0

      Ditto. I'm seeding about 300Gb of data on a 150/150 connection, and I average less than 15Mb/s over the entire month. I had to move all of my files to my SSDs to even handle 150Mb/s. It's incredibly difficult to reach my max. The few times that I got early enough into a swarm to reach almost 130Mb/s, it only lasted a few minutes, and the few peers pulling down most of the data, when I trace routed to their IP, the congestion was in the last hop from me. Their download was the bottleneck.

      Strangely enough, the only time I've ever maxed my connection to a single peer, back when I had only 100Mb, was to someone in Germany. Must have been downloading something not very popular in Germany.

    17. Re:Home internet by geekmux · · Score: 1

      WTF will it be looking like with consumers torrenting @ 10Gbps? Meh. Not really thought through this article...

      Would we download more though, or just faster? A Netflix 4K stream is 25 Mbps, BluRay Video has a max rate of 54 Mbps, UHD BluRay 128 Mbps. I have a 150 Mbps line and apart from occasionally downloading a season and figuring out it's junk after a few episodes I use the bandwidth regardless. The only advantage is that huge game patches and such download quicker so I don't get stuck just because Steam wants to install a 2GB patch right when I want to play. Even a big family streaming half a dozen UHD monsters shouldn't be able to saturate a 1 Gbps link.

      His huge downloads are probably hogging the whole bandwidth because of poor QoS, so 10 Gbps solves the problem with brute excess capacity. Either that or he ran into some kind of soft limiter because 30000*10GB = 300TB a year is way, way outside the norm but they let it pass if you pay the 10 Gbps price. And if the software was a little smarter at caching 30000 images / 2000 working hours = average 4 minutes/photo, download takes about 10 seconds so if it would preload he wouldn't be waiting at all. I'm sure he can well afford the extra $3k/year to just make the problem go away though.

      I read between the lines and saw that his spoiled kids were bitching about their multiple 4K Netflix streams and Facetime.

      You can pretty much ignore all the other bullshit with regards to his alleged business needs. We know damn well what truly drove the justification for bandwidth.

    18. Re:Home internet by Anonymous Coward · · Score: 0

      It is possible that he has a locked down computer owned, monitored, maintained, and upgraded by the medical facility he works for and uses VPN. If so, it would be more secure than when you request a DVD of a scan and the facility snail mails it to you unencrypted.

      Actually it would be better and probably mandated in most jurisdictions, given the personal health information (PHI) involved, that it was shipped encrypted. Fairly easy to use full-disk encryption (FDE) on a USB drive, especially if it's connected to an AD realm. Station wagon, tapes, highway, etc.

    19. Re: Home internet by Anonymous Coward · · Score: 0

      Just because you can't imagine the use doesn't mean it doesn't exist. Jackass.

    20. Re:Home internet by TJ_Phazerhacki · · Score: 1

      You identified the problem, you just misinterpreted the solution. If ISPs are worried that they won't be able to service customers on existing xcon's if the customers suddenly have orders-of-magnitude bandwidth increases, maybe the ISPs should have done something with the hundreds of millions of dollars they've received over the last 2 decades to continuously upgrade their infrastructure. It's buggy-whips all over again, except because the buggy-whip guys have almost monopolistic control over the market, they get to stall the automobile as long as they can afford to. And don't start bitching about cost and time and size - I work for a Fortune 100, and we have a 7 year tech roadmap that includes multiple core networking architecture upgrades for tech that is basically theoretical at this point. We are installing switches right now that we expect to replace in 24 months, because we can't afford to tell our customers that we don't have the ability to service their wants. ISPs and Telcos got as fat and lazy as the mobile carriers did, and they are all going to have a rude wake up if the legislative wind shifts again like it did against OG ATT.

      --
      Physics is nothing like religion. If it was, we'd have an easier time trying to raise money!
    21. Re:Home internet by Anonymous Coward · · Score: 0

      ...
      Really? You've never heard of people working from home? I think the takeaway of this article is that these giant cable companies, with their regional monopolies, don't need to compete by giving us what is clearly possible. Only those few cities which have decided to operate connectivity as a utility are providing fast internet. ...

      The real takeaway, these giant cable companies (and telcos) are stifling small business creation and creativity with their internet business practices.

      The industry directly and indirectly has been paid in excess of 200 Million to provide Broadband. The problem is with their definition of broadband.

      The Broadband lie exposed:

      Get a dd-WRT enabled device (firewall/router) to see your bandwidth in real time, 24X7, 365 days a year and you quickly expose their 'up to' and 'Speedtest' lies. Most cable providers get less than 200 KBPS upstream, the true limiting factor for most people when streaming content.

      You say but my cable providers says they give me up to 20MBPS downstream and 4MBPS upstream, this is THE LIE.

      A dd-WRT enabled device will show you that you are in reality getting approx 2MBPS or less downstream and less than 100 KBPS upstream on a regular basis. If you pay $10 per month extra for their 'burst mode' you might get 200KBPS upstream, but not much more.

      The millisecond you kick off the LYING SPEEDTEST, with a dd-WRT enabled firewall/router you will see the entire pipe (bandwidth) open up full, you will see your full 20,000 KBPS downstream and your full 4,000 KBPS upstream (20MB/4MB)....but ONLY DURING THAT LYING SPEEDTEST..., the millisecond the speed test ends you will see your bandwidth throttled back again to less than 300 KBPS downstream and 100 KBPS upstream.

      This is why DSL is faster...even if limited to 768KBPS, you do NOT share that pipe (bandwidth) with anyone else, therefore there is no incentive to limit, reduce, throttle your bandwidth. At 768 KBPS (my DSL is over 1 MBPS down, just not up, still I get almost the full 768KBPS upstream) you are getting 3 X faster (more) bandwidth than cable downstream and more than 6 X more (faster) bandwidth upstream...BECAUSE 100% OF CABLE COMPANIES THROTTLE THEIR INTERNET BANDWIDTH.

      Now the article calls the FCC definition of broadband to be allot higher than only 768KBPS, but it does not matter as if you use the right hardware (dd-WRT) so that you can see your bandwidth in real time, you will know that 0% of cable companies provide even a full 768KBPS either upstream or downstream 24X7, 365 days a year. They lie, they restrict, they throttle and it honestly should be seen as a crime. They promise an 'up to' amount of bandwidth that the consumer ONLY sees during a lying speedtest.

      To add insult to injury, they are very adept at using the 'Alec' organization, the Republicans and Tea Party representatives (some Democrats too) to pass anti-competitive FTTH laws in states, 14 and counting so far, that force an outright ban on another company providing Fiber To The Home of their customers.

      HINT: You know the 'ALEC' organization is involved when a Republican or Tea Party pushes for a law in a state that is also presented in multiple other states at the same time....it's a dead give away. ALEC creates the paper, hands it to their bought and paid for Republican/Tea Party state representative and voila, the same exact legislation gets pushed out in multiple states, pathetic.

      It is telling that only one person out of all the possible FTTH places is purchasing 10GB/10GB. Sad that it is that expensive, but with less than 26 communities in the United States having TRUE HONEST FTTH, it is not suprising.

      With TRUE FTTH, there is no business incentive to throttle. There is no scarcity MYTY BS excuse to limit bandwidth while charging customers more per month each year. How do you know a company has TRUE HONEST FTTH, s

  5. What's the inbound provisioning? by mbone · · Score: 1

    With a combination of 1 Gig and 10 Gig customers, I have to wonder what the inbound provisioning is. For example, if everyone is downloading 1 Gig videos, when will it max out?

    I also wonder if this bandwidth is symmetrical. Could he, for example, offer web hosting, for example (maybe paying a little more for a static IP)?

    1. Re:What's the inbound provisioning? by demonlapin · · Score: 1

      I don't know the details, but Chattanooga is in the TVA area, so cheap hydro power. It's close to Atlanta, so clear path to major networks. And it's on the US 11 corridor, which is one of the biggest freight arteries in the country. I'd be stunned if it didn't have huge amounts of connectivity. In this case, though, his hospital(s) are probably also on Chattanooga muni fiber, so it's mostly internal.

    2. Re:What's the inbound provisioning? by DarkVader · · Score: 1

      Whereas Knoxville has shit connectivity in comparison, despite being on US 11, only a few hours farther from Atlanta, and is also TVA territory.

      There are spots in downtown Knoxville where the best you can get is 12 Mb/s

  6. Interesting application by rasmusbr · · Score: 5, Funny

    Who would have guessed that high speed internet in the home would end up being used to transfer images of female anatomy.

    1. Re:Interesting application by ausekilis · · Score: 1

      Even more impressive is that he gets to take his work home.

  7. Meanwhile, On The San Francisco Peninsula... by ewhac · · Score: 1
    I live on the San Francisco peninsula. Google, Facebook, NVIDIA, AMD, Intel, Hewlett/Packard, NASA Ames... They're all within 20 minutes drive of each other.

    ...And I can't get better than 50Mb/sec.

    "But Comcast has..." (*SMACK*) I will not let Comcast be my ISP, for reasons which should be obvious by now to every member of this site.

    The weird thing is that, about a year ago, a truck from HP Communications (no relation) strung fiber up around my residential neighborhood, allegedly on behalf of AboveNet (now part of Zayo). Since then, however, not a peep out of anyone even hinting at a residential fiber service offering.

    1. Re:Meanwhile, On The San Francisco Peninsula... by crashumbc · · Score: 1

      Atleast you HAVE a alternative to Comshit, its literally my only option beside 1.5 mbps DSL or dial up (yes I can still get dial up weee!)

    2. Re:Meanwhile, On The San Francisco Peninsula... by Anonymous Coward · · Score: 0

      Meanwhile in the UK, British Telecom doesn't think that any household needs to view more than one video stream at any time.

      http://www.dailymail.co.uk/news/article-3750241/BT-says-families-able-watch-ONE-video-time-online-resist-Government-call-minimum-broadband-speeds.html

    3. Re:Meanwhile, On The San Francisco Peninsula... by Anonymous Coward · · Score: 0

      Probably, that was a private fiber installation. The pavement around my downtown apartment was dug up to install fibre-optic. Wasn't for residential use, but because one business wanted a high-speed link between their two offices. Meanwhile in the UK, BT expects that households should only view one video stream
      at any time:

      http://www.dailymail.co.uk/news/article-3750241/BT-says-families-able-watch-ONE-video-time-online-resist-Government-call-minimum-broadband-speeds.html

  8. Unless the good doctor has an army of children by Anonymous Coward · · Score: 0

    There's no way three kids or so are able to saturate a 1Gbps link with video streaming. A HD Netflix stream uses only about 5Mbps, with UHD at 25Mbps. As they're not using RTMP but something more like HLS/MPEG-DASH, caching of segments on-device means that even if all three are contending for the same link, outside of slow startup time they should be able to timeshare a connection effectively.

    His transfers are the lion's share of the bandwidth, and some simple QoS on their gateway would have resolved the local issue. This is just terrible tech reporting. FOLLOW UP YOU LAZY BASTARDS.

    1. Re:Unless the good doctor has an army of children by Anonymous Coward · · Score: 0

      And about a dozen Video Downloader tranny porn files downloading in the background.

    2. Re:Unless the good doctor has an army of children by Anonymous Coward · · Score: 0

      Have you ever packet-dumped a Netflix stream? Yeah, 5Mb average, but that's with them bursting 250KiB of data in 2ms, 3 times per second. They don't pace their packets, and if your connection can buffer the entire 250KiB request and not drop any packets, TCP will send you that data at line rate. And their line rate is something like 40Gb/s. Micro-burst much? Most home connections are buffer-bloated so badly, they can hold about 1-2 seconds of data. Even if you have a 30Mb/s conection, you'll have about a 60Mbit buffer. Netflix will dump your 2Mbit(250KiB) request in your buffer in 0.05ms, and you can sip it out of your buffer over the next 60ms. To average 5Mb/s, they need to do this about 3 times per second, meaning you have some 60ms latency spikes 3 times per second.

      If I skip around on the time-line, Netflix will saturate my connection, constantly trying to buffer.

  9. Resolution by Anonymous Coward · · Score: 0

    200 MB for what might effectively be a black and white image. In bitmap format this is still 70 mp or ~8300x8300. For your typical case of a kid with a broken arm this is utterly pointless.
    I'm guessing someone needs to learn what compression algorithms are.

    1. Re:Resolution by sexconker · · Score: 1

      Not sure what imager he's using but it sounds like he's storing raw shit for no reason.
      If you store it in 16-bit greyscale (or whatever format your software uses to allow decent non-destructive contrast adjustment), you'll get 200 MB from a 10240x10240 image.

      That's insane.

    2. Re:Resolution by Anonymous Coward · · Score: 1, Informative

      A typical modern X-ray imager is about 20 megapixels at 16 bit (so 40 MB). A typical exam of a chest may use 2 full frames. Other types of examination may use more frames, particularly images of joints (although in that case, you don't need a full field). On that basis, 200 MB per exam seems completely unreasonable.

      Typically, medical images are stored and transmitted as raw, uncompressed bitmaps. Lossy compression while it is supported has some issues, technical as well as legal. As an example of a technical issue the classic JPEG algorithm does not support 16-bit depth images. Compression when supported is typically with JPEG 2000, but some implementations may use JPEG LS, and older software lossless JPEG.

      The normal networking protocol for medical image transfer is not very efficient as it does not allow pipelining of data transfers. For studies like a CT scan, which might have 10,000 images of 256 kB each, connection latency can be devastating. As a result, there are a profusion of proprietary proxy server packages, which basically wait for a study to arrive, package it into a tar file, and the ftp it to the other end, which then untars the files and retransmits them. This has the additional advantage that FTP is much better behaved when traversing NAT, dynamic IPs or firewalls than the industry standard data transfer protocol (DICOM).

      That said, 10 Gb to the end-user seems excessive. I use a pair of 1 Gb links to the servers on our systems, and 1 Gb to the end-user which serve 20 radiologists. The network backbone is 10 Gb, but that includes all the other traffic. We have 5 Mb uplink from the hospital site, which is perfectly fine to allow multiple radiologists to work from home. It's all about the software finesse - a decent image viewer will seamlessly use lossless image compression, a proprietary transfer protocol using streaming/pipelining, and you supplement this with work queues. You allocate 50 studies to a radiologist, and while the radiologist is reading the first study, the 2nd study is downloading in the background, etc. Not all software is clever enough to do this, and not all supports image compression or techniques to deal with high latency networks.

  10. 3D Mammograms by ichthus · · Score: 1

    "3D mammograms are 10 gig files, so they're enormous"

    Yes. I'm sure some of them are.

    --
    sig: sauer
    1. Re:3D Mammograms by Anonymous Coward · · Score: 0

      Just think for a moment about the implications that has for 3D VR Porn!

  11. Fastest that you know of by WillAffleckUW · · Score: 1

    Actually, there are multiple 40 Gbps ports around campus at places like the UW, so if you lived in one and did research, 10 Gbps is not that fast. We even have three 100 Gbps ports. It's useful for remote telepresence surgery, for example.

    --
    -- Tigger warning: This post may contain tiggers! --
    1. Re:Fastest that you know of by Anonymous Coward · · Score: 0

      I believe they're talking about residential internet, as, for home use

    2. Re:Fastest that you know of by sexconker · · Score: 1

      100 Gbps isn't going to help "telepresence" as it doesn't lower latency, and even 100 Mbps is more than enough for live video, audio, control, and whatever else.

    3. Re:Fastest that you know of by WillAffleckUW · · Score: 1

      Latency is mostly the speed of light from the location to the surgeon. Which is why modern telepresence surgery robots have a buffer to handle that and complete operations locally with guidance from an assistant. The question is more how much information is presented to the surgeon over the pipe, and at what speed it's resolved for imaging. Imaging files are pretty huge, at least the ones I've seen.

      You remember the surgical robot in that SF movie Ender's Game? That was one of the surgical robots here on campus. It actually exists.

      --
      -- Tigger warning: This post may contain tiggers! --
    4. Re:Fastest that you know of by Anonymous Coward · · Score: 0

      lol that's cool if your lab got the one dedicated 100gig connection but UW as a whole doesn't get any bragging rights for network connectivity. Come back when there aren't any more labs (and active clinics!) sharing a half-duplex 10mbps line running on old telephone wire dropped through a ceiling tile. And when HFS spends some money on network upgrades instead of pioneering abusive anti-filesharing measures.

    5. Re:Fastest that you know of by sexconker · · Score: 1

      You can stuff more resolution than a surgeon can see in about 40 Mbps even using h.264 instead of h.265.

    6. Re: Fastest that you know of by Anonymous Coward · · Score: 0

      Because chasing compression artifacts with a laser scalpel around someone's brain is fun!

  12. That's It by Anonymous Coward · · Score: 0

    On-line living starts at 10Gbps. 10Gbps is the new 10Mbps. The more we are given, the more we take. Bandwidth is causes suffering. Bandwidth is empty, of no-self. Well, that accelerated quickly. Almost as quickly as a cool 10Gbps of bandwidth!

  13. What caught my eye was... by Nutria · · Score: 1

    FaceTime at 4K using a TV..

    --
    "I don't know, therefore Aliens" Wafflebox1
    1. Re:What caught my eye was... by amicusNYCL · · Score: 1

      That was 2 different things. His daughter is using Facetime while one or more other people are streaming 4K video to one or more TVs.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    2. Re:What caught my eye was... by Nutria · · Score: 1

      Yes, you're right. Does FT use that much bandwidth?

      --
      "I don't know, therefore Aliens" Wafflebox1
    3. Re:What caught my eye was... by JustNiz · · Score: 1

      Don't forget that even though he has 10G down, his upload bandwidth might suck, relatively.

    4. Re:What caught my eye was... by Shatrat · · Score: 1

      Not sure what he's signed up for, but the NGPON2 technology is capable of 10G up as well.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  14. "residential connection" at a "coffee shop" by Anonymous Coward · · Score: 0

    something doesn't add up here. unless the guy and his family own the shop and are sleeping next to the french press, it's a business connection - not 'residential'.

    the way it reads is you have a lazy-ass doctor that's sipping lattes at a coffee shop while 'working'.

    1. Re:"residential connection" at a "coffee shop" by Qzukk · · Score: 1

      He was interviewed at a coffee shop. I assume the author of this article didn't have fast enough internet to interview him via facetime.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
  15. I have 1 gigabit in the middle of nowhere by Anonymous Coward · · Score: 0

    I have 1 gigabit in the middle of nowhere, a small place with only 200 households.
    The reason we got it was because the electrical company wanted to bury their powerlines and we asked them if they wanted to do fiber at the same time, and they didn't.
    So we made a "broadband association group" and drummed up enough subscribers with a 1 year commitment to be subscribed and they electrical company agreed to provide us with fiber. And so now we have fiber, far away out in the countryside and my friends and family living in our capital can't not always get even 20 megabits.

    1. Re:I have 1 gigabit in the middle of nowhere by slazzy · · Score: 1

      That is pretty sweet. I wish more new developments would come with at least 1 gig fibre from each house to a junction box/building so faster internet can be brought in easy

      --
      Website Just Down For Me? Find out
  16. 8 seconds to download, an hour to watch by raymorris · · Score: 1

    Suppose a bunch of customers download 1GB videos and then watch them. That's 8 Gb, so it'll take a little over 8 seconds to download. Then an hour to watch it. So they're actually using the network 0.2% of time. A 10 Gbps uplink could support roughly 250-500 customers doing that.

    If 400 customers share a 10 Gbps uplink to the backbone, they each need to pay about 0.25% of the cost*. On the other hand, if he were hosting xvides.com over that connection, he'd be using it 10% of the time (averaging 1 Gbps). The 10 Gbps could only handle about 8 such customers, so each would need to pay 12.5% of the cost.

    * Assumes each 10Gbps AVERAGES 400 subscribers, not if it maxes out at 400 subscribers. Because lines have fixed capacities, the average uplink is only partially utilized and therefore cost is divided amongst the typical number of customers, not the max.

    1. Re:8 seconds to download, an hour to watch by Kjella · · Score: 1

      If 400 customers share a 10 Gbps uplink to the backbone, they each need to pay about 0.25% of the cost*. On the other hand, if he were hosting xvides.com over that connection, he'd be using it 10% of the time (averaging 1 Gbps). The 10 Gbps could only handle about 8 such customers, so each would need to pay 12.5% of the cost.

      Or use quotas. Quotas are actually okay if they're clearly advertised don't try to trick yon into overage fees. Just set a reasonable quota and just throttle you down to say 10 Mbps afterwards with the option to purchase more at a reasonable cost/TB. I used to do that at my cabin with my cell phone, one or maybe two months a year I'd pay extra and I found that totally fair. Didn't need it all year, never expected unlimited and in proportion to their other subscriptions I got a fair price that was somewhat more expensive those months but cheaper than having it all year.

      --
      Live today, because you never know what tomorrow brings
  17. Not residential by Anonymous Coward · · Score: 0

    While he may be in a residential neighborhood, his use is commercial/business. Sure, he's got other uses, but 99% of this bandwidth is used by his business, the rest is his kids.

    Why is this news? Just another person running a business out of his house.

  18. as a gamer... by JustNiz · · Score: 1

    For me beyond the 25Mbps I already have, it becomes all about less latency and maybe more upload bandwidth, not just more download bandwidth. However ISPs never seem to care about those things.
    Heck with latency/excessive ping issues, its a good day when their customer support even has a clue what you're talking about.

  19. Passed 1GBps the problem is after your modem by GuB-42 · · Score: 4, Insightful

    Most home networks are 1Gbps ethernet so unless you won't go faster than that on a single port or even your whole network depending on your switch configuration. You need beyond consumer-level network gear to enjoy the full 10Gbps. As for WiFi, it is a joke at these speeds.
    Now, even if you have a 10Gbps connection straight to your computer, what will you do with it? Watch movies? That's a few tens of Mbps at best, peanuts. Transfer files... now we are talking, but you better have a SSD or a nice RAID array, because most mechanical hard drives run at about 100MB/s or 1Gbps. Heck, SATA3 only goes 6Gbps, so that's an internet connection faster than most SSDs. Even your computing power can be limiting : 10Gbps is quite fast for all but the most basic kind of processing.
    I sincerely don't see a use for a 10Gbps home connection unless you are running servers on it, or host a whole community of bandwidth hogs. The radiologist in the example is the edgiest of the edge cases. He has a remote location that can support more than 1Gbps but he can't work online, he also has a computer and home network that support such a speed and a workflow that makes a 7 second delay matter...

    1. Re:Passed 1GBps the problem is after your modem by Anonymous Coward · · Score: 0

      You can buy an NVME SSDs (e.g. the 950 pro) that can do 20GBPs+ $300 (new), and depending on the type of PHY interface, a 10GBPs NIC (used) for $20-$120 all day long. In other words far less than the cost of one radiological examination. I also believe that 802.11ac wave2 (currently available) can also exceed 1GBPs.

      Consumer hardware isn't holding the connection speeds below 1GBPs. If anything it's the lack of killer applications. VR and increasingly higher resolution/bitrate video streams will surely change that with time.

    2. Re:Passed 1GBps the problem is after your modem by Anonymous Coward · · Score: 2, Insightful

      not only that, but *most* websites on the internet can't fill that bandwidth, so you'll be browsing, at best, at the max speed the website can go out at....which, in most cases, is FAR less than 10gb

  20. Bullshit by sexconker · · Score: 1

    There were situations where my daughter would be FaceTiming and the others would be streaming on the 4K TVs and they'd start screaming at each other about hogging the bandwidth

    If you had consistent 1000 Mbps service, this wouldn't be true unless there are two dozen people counted in "the others".

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

      Maybe it was while he was working, and it was actually all his huge file downloads that were interrupting his kid's internet streaming. Otherwise there was clearly something else going on. Remember this guy is a radiologist not an IT guy, do you really expect him to correctly diagnose the cause of his families internet problems?

  21. 10Gbps != Internet speed by Anonymous Coward · · Score: 0

    This guys connection to the exchange may be 10Gbps but his actual speed will be a massive fraction of that to the rest of the world, especially leaving the exchange.

    And to gloat, my kids were screaming over 4k content and lack of net speed when facetiming, self entitled brats.

    What a wanker. /captcha = exactly

    1. Re: 10Gbps != Internet speed by Anonymous Coward · · Score: 0

      I'd be willing to bet this isn't even a direct internet connection as you would purchase from an ISP. Its probably 10gbit metro Ethernet direct to the hospital he works for. Think back to the days when you could actually get a dry loop alarm circuit from the phone company for like $20 from point A to point B then stick SDSL modems back to back on the dry loop. Any internet connectivity is probably this family leeching off the hospitals connectivity to the actual internet

    2. Re: 10Gbps != Internet speed by Shatrat · · Score: 2

      Willing to bet but not willing to read, I guess. It's 10gbps Fiber to the HOME service over NGPON2, which can delivery 10gbps max per customer, 40gbps max per PON. This is actual internet access.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  22. I wonder....... by Anonymous Coward · · Score: 0

    Does the facility he works at pay for his connection??
    what about the security ramifications of this?
    4 example, with the crap going on at DYN and other like DYN, What were to happen if this connection was hijacked by a BOT-Net for nasty things?
    is his connection really faster than his Hospital's??
    Does this guy really make that kind of cash to support this usage?
    why aren't these opportunities offered to schools, or split out so that it could rolled out fractionally to those in lower income areas?
    I cant believe, i live in an era where when i can get a faster connection (cheaper mind you as well) then my business :(

    for xample my 1gb connection to ATT Business is $1000+/year...

    Sigh,,

  23. so what, the app moving the data is what matters. by Anonymous Coward · · Score: 0

    I mean, so what.

    Anyone that knows anything about large data transfers(like medical images) knows that he probably wasn't even utilizing his 1G connection unless he was using gridftp or aspera.

  24. Fantasy by Anonymous Coward · · Score: 0

    I'm paying $70/month for 10 megabit bandwidth in Daytona Beach, Florida. How do these people get 1 gigabit for $70/month?!

    1. Re:Fantasy by Opportunist · · Score: 1

      Competition, most likely. How many ISPs in Chattanooga?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:Fantasy by Anonymous Coward · · Score: 0

      I live in chatt. In fact I moved here because of the gig. Comcast is also here (and their prices here are really low, cheaper than anywhere else I've seen and I've lived in plenty of comcast towns). DSL is available and some areas have Charter (or at least I see their ads with the ultra-catchy jingles on the local tv stations).

      FWIW the gig is the real thing, even during primetime I can easily do 900mbps async. Probably more, I think I'm constrained by my router's cpu.

    3. Re:Fantasy by demonlapin · · Score: 3, Informative

      Municipally owned. Provided to citizens at, basically, cost.

      I've got "gigabit" fiber at my house for about the same price, although it slows down to around 400-500 Mbps once you leave my provider's network. Provided by a private company. Yeah, it's awesome. Zero downtime since it was installed.

    4. Re: Fantasy by Anonymous Coward · · Score: 0

      I live in "socialist" Denmark, and I get 100 Mbit for 30$ a month.

  25. He can brag when it is a point to point connection by Anonymous Coward · · Score: 0

    Oh boy he has a 10 gig dedicated internet access connection. Which means everything is routed through the public internet. It is not like he has a 10 gig point to point to download off of. That is where the connection would be really cool. He is like everyone else and his speed is determined by the pipe on the other side and what the other providers are throttling the speed to through their interconnects.

  26. First world problems. by Anonymous Coward · · Score: 1

    "Waaaaah i cant watch 5 4k netflix streams at once!"

  27. Medical data sent home ? by MarkTina · · Score: 2

    I hope his uber speed connection has some decent security if he has access to peoples medical data from home.

    1. Re:Medical data sent home ? by Anonymous Coward · · Score: 1

      I hope his uber speed connection has some decent security if he has access to peoples medical data from home.

      It's very common these days for radiologists to work from home. A tech onsite does the scan, and the images are sent encrypted to the radiologist.

      Much easier for smaller clinics, and much easier when you have an emergency in the middle of the night and need a radiologist to look at something right away.

    2. Re:Medical data sent home ? by Shatrat · · Score: 1

      He's probably on an encrypted VPN, and the equipment being used supports AES encryption at layer 1 between the residential user and the ISP.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    3. Re:Medical data sent home ? by Anonymous Coward · · Score: 0

      Layer 1? You mean, these devices they sell at exorbitant prices to encrypt pure Ethernet? At 10G wirespeed? Ugh, that's gonna take some _serious_ dough.
      And why don't they use VDI/terminal services to work with all this huge DICOM data remotely (and in a _lot_ more secure fashion)?

  28. Doesn't spend much time on those exams, does he? by Anonymous Coward · · Score: 0

    30,000 exams per year is about 100/day. If he works 8-9 hours a day, that's about 5 minutes per exam. Is that really all the time it takes to plow through a 3D mammogram? Or does it take longer, and reading an X-ray is done in even less time?

  29. community broadband by Anonymous Coward · · Score: 0

    Its called community broadband. The local publicly owned power-company (EPB) needed to upgrade their infrastructure. They realized they were going to run fiber everywhere they run power-lines anyway so they decided to go all in and pipe internet to their customers as well as electricity. They started out charging ~$350/month for gigabit service, but after google priced theirs at $70 they quickly dropped down to match it (there is no google fibre in town). Over 90% of their customers are just running 100mbps (for about $55/month).

    In response, the local ATT and Comcast owned politicans quickly passed a state law forbidding community broadband. They were not able to stop EPB from serving chattanooga, but they killed all other community broadband in the state. Including the neighboring counties which are lucky to get even DSL speeds. I am not joking about being owned, one of the the area's state reps is literally a former ATT exec. FUCK COMCAST AND ATT.

  30. But I have a 2400 baud modem init strings anyone? by jarablue · · Score: 1

    All I can say is that is pretty freaking cool. I had 3mbps RoadRunner from Time Warner in 1999 Columbia, SC. I thought I was the king. Just makes you smile knowing that is a residential connection. Could you get 3 or 4 of those connections and bond them? What would the hardware cost at 10gig be to bond connections at that speed and get near the full capacity? Man, cool!

  31. In other words... by Anonymous Coward · · Score: 0

    You could download the entire collection of Jenna Jameson, Sarah Stone, Angelica Sin, and Holly Halston in 5 minutes.

  32. Gratz by Scarletdown · · Score: 1

    Congratulations! You did it! You just acquired a genuine epeen!!!

    --
    This space unintentionally left blank.
  33. 1 Gbps with home stuff vs 10 Gbps with enterprise by Joe_Dragon · · Score: 1

    1 Gbps with home stuff vs 10 Gbps with enterprise level switch and routers as well.

    But how shared is that fiber? 8:1, 32:1, 64:1? real dia fiber is like 10K for 10G/10G for $1000 /mo you can get 100/100 DIA fiber with a SLA and enterprise gear.

  34. 1099 independent contractor doctor that just has by Joe_Dragon · · Score: 1

    1099 independent contractor doctor that just has his office at home vs renting office space?

  35. It would be great, but is it practical? by Anonymous Coward · · Score: 0

    Fast bandwidth is great, but is it really necessary? Even for situations like this guy who *needs* it for work, are they solving the right problem? Why are X-rays averaging at 200 megabytes? I get that they want to work with raw, uncompressed data (and for good reason), but there are lots of ways to compress data with minimal losses. And if I had to choose between a doctor looking at a compressed image of my X-ray, which maybe introduces a very small chance they might miss something, or a doctor who couldn't look at my X-ray at all because he didn't have the bandwidth to do so, I'd obviously pick the one working with the compressed image. If a 3D mammogram is 10 Gigs, for which you could view around 10 hours of good quality HD video, shouldn't someone instead be working on ways to reduce file sizes?

    Of course, I realize I sound like I'm reiterating the infamous "640K of memory ought to be enough for everybody" quote often attributed (perhaps wrongly) to Bill Gates. And perhaps someday, we really have a legitimate use for that kind of bandwidth. But I see that day as still quite far in the future.

    The bottom line is that we work, often quite effectively, with what we have. It isn't any surprise they saturated a 1 gbps link shortly after having it - it's human nature to expand into whatever infrastructure we have. Where I live, my Internet connection is quite literally a thousandth of his bandwidth, yet it seems perfectly fast for me... and in fact, I run a very successful Internet-related business (with tens of thousands of active customers) with a 10 mbps pipe and 300 GB/month cap on traffic as well. We've just learned to work efficiently with the infrastructure we're given.

  36. Coffee shop by Anonymous Coward · · Score: 0

    Jason Koebler via Motherboard has interviewed James Busch -- ... -- at a coffee shop

    Are you fucking kidding me?

  37. Outsource by rfengr · · Score: 1

    I thought radiologists were supposed to be outsourced to India by now.

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

      Crappy programmer creates crappy soft = nobody gives a fuck = go cheap
      Crappy diagnostic? omfg the drama and the lawyers and what not. = it's cheaper to have a proper professional.
      And we all know India can only produce hacks, and more indians.

      Get perspective nerds

  38. Re:Doesn't spend much time on those exams, does he by demonlapin · · Score: 2

    It doesn't take an experienced radiologist anything like 5 minutes to read an x-ray and dictate a report. Maybe 30-45 seconds.

    It's just a matter of pattern recognition. They know what "normal" looks like, they know what to put a little extra attention on, and most of them like to show off a little - they'll mention old rib fractures on a chest X-ray, for example.

  39. Re:1 Gbps with home stuff vs 10 Gbps with enterpri by grahamsz · · Score: 1

    I would imagine they are using XP-GPON2 since they can overlay that on the same fiber network that they are using for the 1G service.

    Unless anyone else in his local neighborhood is on the 10G frequency then he likely has it to himself for the time being.

  40. Reviewing 30,000 mammograms a year? by Anonymous Coward · · Score: 0

    Wow, 30,000 mammograms a year. If the radiologist works 300 days a year, that's 100 per day. If we works 8 hours per day, that's 480 minutes, or 4.8 minutes per mammogram, lets round it up to 5.

    So for 10 GB of data per mammogram, he reviews it in 5 minutes. In comparison, the size of English Wikipedia text is about 12 GB. So this guy is mentally processing equivalent of 100 Wikipedias a day. Is all this data really necessary? How many voxels in the data set would need to be flipped to change the outcome from benign to suspicious?

    1. Re: Reviewing 30,000 mammograms a year? by Anonymous Coward · · Score: 0

      He said 'we' so it might be his group. Which at the least would double the time, and could increase it even more.

  41. Residential connection? by zdzichu · · Score: 1

    If he's working using this connection, he should get a business deal, not residential. Most home connections have strict "no commercial use" clause in ToS.

    --
    :wq
    1. Re:Residential connection? by Anonymous Coward · · Score: 0

      I have never seen such a condition and I doubt it is enforceable.

  42. Math for nerds, stuff that doesn't matter by Anonymous Coward · · Score: 0

    10,000 is only 399 times 'faster' than 25.

    1. Re:Math for nerds, stuff that doesn't matter by dougTheRug · · Score: 1

      oh wow, you're right!

  43. Meh by Anonymous Coward · · Score: 0

    We been having 10 gbps to the home for a while now, but then again I am not in the USA.

    That service has been around since early this year I think, from 3 or 4 different ISPs in Singapore.

    Welcome to the modern world ;)

  44. net speed and price in europe by Anonymous Coward · · Score: 0

    https://www.mtel.bg/mtel-NET

  45. Porn Value! by Anonymous Coward · · Score: 0

    I stopped reading when he writ the size of mammograms.

    I knew where he was going.

    I need a network connection bigger than his.

    I am a plumber.

  46. Re:1 Gbps with home stuff vs 10 Gbps with enterpri by Anonymous Coward · · Score: 0

    Depends on which PON technology you want to use. Could be just 10Gb, could be 80Gb with the most recent, in the near future, could be 320Gb, in the next 5-8 years, could be 5Tb. I don't know about you, but I could not have any issues sharing 320Gb/s with 31 other customers, and I definately will not have an issue sharing 5Tb/s with 31 other customers. Fiber gives last mile a near infinitely bandwidth.

  47. That's OG Stuff by drewmoney · · Score: 1

    Rocket Fiber, which recently began offering 10 Gbps in Detroit, told me that it has 'no customers set in stone'

    They don't do that anymore. Nowadays, they have this thing called 'collections'.

  48. No they weren't. by Anonymous Coward · · Score: 0

    I guarantee they weren't consuming 1gbps as a family. Guarantee it. If anything, they were probably exceeding whatever their upstream ISP had available at the time. Most business with 100 employees would have difficulty saturating a 1gbps connection.

    I'm happy for him for the 10gbps link and all, but he clearly has no idea what was really causing any contention issues.

  49. Lame justification by Hall · · Score: 1

    "There were situations where my daughter would be FaceTiming and the others would be streaming on the 4K TVs and they'd start screaming at each other about hogging the bandwidth."

    Bullshit - that's just his lame attempt at justifying "needing" a connection that fast. How did his poor family function with ONLY a 1 Gig connection or worse, something as pathetically slow as 5-300 Mb/s ?

  50. Arbitration problems by Anonymous Coward · · Score: 0

    'There were situations where my daughter would be FaceTiming and the others would be streaming on the 4K TVs and they'd start screaming at each other about hogging the bandwidth. We don't see that at 10 gigs.'

    Why not use QOS?

  51. Agreed, though it's AND rather than OR by raymorris · · Score: 1

    Agreed, clear quotas that the customer understands can be fine. They pay to use X GBs (which is y% of the capacity) and the cost reflects that. Something similar is used when professionals buy bandwidth for an enterprise. The buyer and seller both understand the terms, so it's good.

    Rather than throttling down, it typically marks excess traffic as "discard eligible" - you may use more than your Committed Information Rate, but only if the capacity is available after customers who haven't hit their CIR get their packets through. In other words, traffic in excess of your CIR must yield to traffic from someone who hasn't hit their CIR.

    Note that this is one way of *implementing* "the average customer must pay their fair share of the cost in proportion to the traffic they generate". It's not "or", it's "and". Customers must pay their share of the cost, and quotas are one way of doing that. If the average customer pays less than their share of the cost, the provider bleeds money and goes out of business.

    What's challenging, besides educating customers so they can make informed decisions, is that links don't instantly become used at full capacity when they are installed. Suppose a 1Gbps link can service 400 customers. The ISP has 402 customers. They NEED 1.02 links, but you can't install 2% of a link. You have to install one link (which isn't quite enough) or two links (which costs twice as much). On average, the last link in any discrete required route is only half utilized.

  52. Weakest Link by Anonymous Coward · · Score: 0

    Had the fastest Internet connection from my ISP, but when doing a speed test noticed that the speed was the same as the slowest speed that my ISP offered.
    So I switch to the slowest speed, and never been happier.

    Your Internet is only going to as fast as your weakest link.

  53. Cable stifles business/job creation, FTTH please. by Anonymous Coward · · Score: 0

    I read this down in the comments, and it got me started...so keeping it in...as I read, realized that the true take away was the Subject above.

    ...
    Really? You've never heard of people working from home? I think the takeaway of this article is that these giant cable companies, with their regional monopolies, don't need to compete by giving us what is clearly possible. Only those few cities which have decided to operate connectivity as a utility are providing fast internet. ...

    The real takeaway, these giant cable companies (and telcos) are stifling small business creation and creativity with their internet business practices.

    The industry directly and indirectly has been paid in excess of 200 Million to provide Broadband. The problem is with their definition of broadband.

    The Broadband lie exposed:

    Get a dd-WRT enabled device (firewall/router) to see your bandwidth in real time, 24X7, 365 days a year and you quickly expose their 'up to' and 'Speedtest' lies. Most cable providers get less than 200 KBPS upstream, the true limiting factor for most people when streaming content.

    You say but my cable providers says they give me up to 20MBPS downstream and 4MBPS upstream, this is THE LIE.

    A dd-WRT enabled device will show you that you are in reality getting approx 2MBPS or less downstream and less than 100 KBPS upstream on a regular basis. If you pay $10 per month extra for their 'burst mode' you might get 200KBPS upstream, but not much more.

    The millisecond you kick off the LYING SPEEDTEST, with a dd-WRT enabled firewall/router you will see the entire pipe (bandwidth) open up full, you will see your full 20,000 KBPS downstream and your full 4,000 KBPS upstream (20MB/4MB)....but ONLY DURING THAT LYING SPEEDTEST..., the millisecond the speed test ends you will see your bandwidth throttled back again to less than 300 KBPS downstream and 100 KBPS upstream.

    This is why DSL is faster...even if limited to 768KBPS, you do NOT share that pipe (bandwidth) with anyone else, therefore there is no incentive to limit, reduce, throttle your bandwidth. At 768 KBPS (my DSL is over 1 MBPS down, just not up, still I get almost the full 768KBPS upstream) you are getting 3 X faster (more) bandwidth than cable downstream and more than 6 X more (faster) bandwidth upstream...BECAUSE 100% OF CABLE COMPANIES THROTTLE THEIR INTERNET BANDWIDTH.

    Now the article calls the FCC definition of broadband to be allot higher than only 768KBPS, but it does not matter as if you use the right hardware (dd-WRT) so that you can see your bandwidth in real time, you will know that 0% of cable companies provide even a full 768KBPS either upstream or downstream 24X7, 365 days a year. They lie, they restrict, they throttle and it honestly should be seen as a crime. They promise an 'up to' amount of bandwidth that the consumer ONLY sees during a lying speedtest.

    To add insult to injury, they are very adept at using the 'Alec' organization, the Republicans and Tea Party representatives (some Democrats too) to pass anti-competitive FTTH laws in states, 14 and counting so far, that force an outright ban on another company providing Fiber To The Home of their customers.

    HINT: You know the 'ALEC' organization is involved when a Republican or Tea Party pushes for a law in a state that is also presented in multiple other states at the same time....it's a dead give away. ALEC creates the paper, hands it to their bought and paid for Republican/Tea Party state representative and voila, the same exact legislation gets pushed out in multiple states, pathetic.

    It is telling that only one person out of all the possible FTTH places is purchasing 10GB/10GB. Sad that it is that expensive, but with less than 26 communities in the United States having TRUE HONEST FTTH, it is not suprising.

    With TRUE FTTH, there is no business incentive to throttle. There

  54. Re:He can brag when it is a point to point connect by Anonymous Coward · · Score: 0

    I have a $300 1Gb/1Gb connection and get 1Gb/1Gb to nearly the entire world all day long. 10Gb is starting to push that limit, but stop being an apologist for shitty ISPs.

  55. thsi is so stoopid.. by Anonymous Coward · · Score: 0

    so, can a person really tell the difference between 4k and 1080p in an average setting?
    it's like..
    Finding a natural gas well, that's YOURS.. NO sharing..
    with all that stored energy and stuff, wouldn't it be significant to report on the weird stuff that this person does??
    example, living on lake tahoe,
    the weather is allways great, jet ski's boats, etc..
    but ya dont hear about it every day??
    i,mean it gets old..
    that being said, why is this news??