Slashdot Mirror


Ariane Launches A New Way To Get Online

pdaoust007 writes "According to the BBC, 'Europe's Ariane 5 rocket has lifted off after three earlier delays, carrying the world's largest commercial telecoms satellite.' There is also coverage from the CBC and some video here." What's really interesting is what's on board that satellite, though: "Telesat Canada, a subsidiary of BCE, has commercialized the Ka-band technology to allow universal high-speed access to internet service. Apparently, this should make high speed access available anywhere in North America. Gear will be $500 and service $60/month ($CDN)."

9 of 260 comments (clear)

  1. By way of Comparison by Quirk · · Score: 4, Informative

    Cable in Canada runs about $45.00/mo. The modem can be bought for about $60.00 bundled with the service.

    --
    "Academicians are more likely to share each other's toothbrush than each other's nomenclature."
    Cohen
  2. What about latency? by mangu · · Score: 4, Informative
    TCP/IP sucks for satellite links. The need for ACK packets means that each packet takes 550 milliseconds to arrive. UDP would be a better protocol for satellite links, but would the applications be able to handle UDP? Satellites are better suited to broadcasting, not two-way internet.


    Another problem, Ka band has high losses in rain. May work for Phoenix, may not work for Portland.

    1. Re:What about latency? by Tony · · Score: 5, Informative

      Good points; however, with a proxy TCP stack providing increased TCP buffer sizes at the gateway, and gateway-side ACKs, along with other methods, TCP over satellite is not only possible, but practical.

      I've used satellite connections, and they are just fine. You get used to the latency, especially if you have a lot of bandwidth (say, 8 Mb/s). VoIP over satellite is awkward at first, but I understand you get used to it after a while.

      As far as rain fade, modern satellite systems adapt power output for attenuation due to weather. What works in Phoenix *will* work in Portland.

      --
      Microsoft is to software what Budweiser is to beer.
    2. Re:What about latency? by Zamfi · · Score: 5, Informative

      TCP/IP sucks for satellite links. The need for ACK packets means that each packet takes 550 milliseconds to arrive. UDP would be a better protocol for satellite links, but would the applications be able to handle UDP? Satellites are better suited to broadcasting, not two-way internet.


      uhmmm.... no. Have you heard of TCP's 'sliding window'? TCP doesn't just send one packet and wait for its response before sending another, etc.... after your connection is established, if packets are not dropped, more and more packets are sent at once before their ACKs are received. There can be up to n packets 'in the network' at once, where n is the dynamically determined window size.

      Will you still have huge latency? Of course. But UDP will fare little better than TCP, and your bandwidth may still be appropriate for those ISOs.
  3. Sweet by gnuman99 · · Score: 5, Informative
    For those that don't know, most of Canada has average population density of less than 1 person per sq. km. This satellite is going to bring internet to everyone, including those spending the summer at the cottage (could be 100s of km from other people and phone lines). This connection could even provide VoIP, though latency might be noticable (better than no phone though!)

    Oh well, Canada again pioneering the way of the *non-military* satellites (first commercial geostationary communication satellite was by Telesat Canada as well :)

    For cities, like Toronto, this will do absolutely nothing since they already have a few MBps though DSL/Cable.

  4. Re:Shared bandwidth? by prof_peabody · · Score: 5, Informative

    This is to service people in the Canadian north where DSL and Cable are not possibilities. They have been waiting for High speed for a very long time!

  5. Re:Upload by Burdell · · Score: 5, Informative
    That has been solved for several years now (see for example DirecTV/Direcway). Satellite Internet access is used in many "out of the way" locations where running wire/fiber would make it cost prohibitive (IIRC a lot of Africa uses satellite for example).

    The killer for satellite network access is latency. A typical DSL line has about a 20ms round trip (time for a packet to go from your network to the ISP network and back). If you lived on the equator directly under the satellite (and assuming the satellite adds no latency), you've just added 480ms to the round trip time. Move off the equator and to a different longitude, and latency gets even higher. This kills anything interactive (gaming, VOIP, telnet/SSH) and causes trouble for anything using TCP (window scaling wasn't expected to handle half second round trips).

    What is done in some cases is to use special hardware on each end that adjusts TCP to better handle the latency. Also, I've heard some talk about putting caching servers on the satellites (so web access that hits the cache doesn't have to go up and down twice), but I don't know if anyone is doing that.

  6. Re:Watch out, speeders! by prof_peabody · · Score: 5, Informative

    Radar detectors are NOT illegal in Canada. It is only illegal to operate one in your vehicle while driving. You can still buy them at car audio stores all over Canada. The RCMP and other police agencies have radar detector detectors (which are very expensive so there are only a few of them on the road).

    Yes, someone is probably working on a radar detector detector detector... ;-)

  7. Re:Upload by sploxx · · Score: 5, Informative

    Well, you're speaking of geostationary satellites which require such a high orbit.

    But if you have a system of non-stationary satellites (like the 'Iridium' project), only a few msec will be added by satellite access.