Slashdot Mirror


Interplanetary Internet Tested In Space

Anonymous Coward writes "After Vint Cerf planned the Interplanetary Internet, there's a press release saying that the Interplanetary Internet is now being tested in space, using the Bundle Protocol developed by the Delay-Tolerant Networking Research Group. There's a conference paper with details on the testing too. These guys were previously the first to test IPv6 in space. Now they've found something with even fewer users than IPv6 to play with!"

5 of 124 comments (clear)

  1. Hams had it in 1985 by Bruce+Perens · · Score: 5, Interesting
    Radio amateurs ran a wide area IP network over 1200 baud AX.25 half-duplex links in 1985, and wide area networks without IP before then. You could literally hear your packet being relayed from point to point. The IP software of the time (KA9Q NOS, and later on Linux) could handle the delays just fine. It wasn't the 30-minute delays of planetary communications, but certainly much slower than conventional IP networks, seconds per packet and tens of seconds for packets to be forwarded and acknowledged. Linux has had the features necessary to do this way back in the Waltje (Fred Van Kempen) networking software, before Alan Cox started working on it. Waltje was a Dutch CB packet enthusiast. Sometimes people turn that stuff on and don't realize they aren't the first ones.

    Bruce

  2. Re:space pr0n by PunkOfLinux · · Score: 3, Interesting

    Oh, god... Could you imagine bodily fluids being shot around in space? It'd be like tubgirl but WORSE...

    Although, zero-g fucking would be pretty awesome to watch :D

  3. Prior Interplanetary Art by DynaSoar · · Score: 3, Interesting

    Vint Cerf may have worked on the development, but the idea was covered by Vernor Vinge in 1992 ("A Fire Upon The Deep"). Yes, it was fiction, but Vinge drew on his knowledge as a computer scientist. He also betrayed himself as having more than a passing familiarity with the pitfalls and pratfalls of usenet message threads. "Hexapodia As The Key Insight" (Thanks, Jack.)

    --
    "I may be synthetic, but I'm not stupid." -- Bishop 341-B
  4. Re:What's the point? by Zarhan · · Score: 4, Interesting

    Actually, Delay-tolerant Networking has applications that go beyond just space. One prime example is acoustic networks for oceanic monitoring - http://ieeexplore.ieee.org/iel5/4302188/4302189/04302341.pdf has a nice paper about the application. Also, battlefield communications where there may be intermittent connectivity benefits from DTN.

    Anyway, the reason for getting direct IP connectivity to space probes is to reduce the overhead: If you can just say wget http://www.jpl.nasa.gov/mars/opportunity/todayspic.jpg to access Oppy's camera instead of having to go through various hoops it makes everyones work easier. Combine this with dynamic and automatic routing (for example, for solar oppositions)..So yes, mostly the benefits are for scientists and engineers in space projects.

  5. DTN is not IP for space by Anonymous Coward · · Score: 2, Interesting

    Just to clear up what seems to be a common confusion, DTN is *not* IP for space. It is a new networking stack that can work *over* IP, but fundamentally uses a store and forward architecture, and can uses other physical or transport layers. It will work with minibuses driving around rural africa, and it will allow "bundles" to be eventually delivered to probes that are in the shadow of a planet. See dtnrg.org