Slashdot Mirror


Vint Cerf Talks About The "Interplanetary Internet"

Uncle Humph1 writes "There's an interesting article at NewsForge by Robin (Roblimo)Miller about Vint Cerf giving a presentation to NOVALUG about the Interplanetary Internet and having lunch with them afterward. An interesting read. One of the quotables by Vint with regard to security reads 'We're building in security from end to end,' he says, 'because we don't need headlines saying, '15-year-old takes over Mars.'" Here is some more information about the interplanetary Internet.

1 of 169 comments (clear)

  1. Re:Sheesh! by Pius+II. · · Score: 4, Interesting

    In net/ipv4/tcp_timer.c:tcp_retransmit_timer in Linux 2.3.99pre6,
    there's a comment lines 590-604 saying:
    /* Increase the timeout each time we retransmit. Note that
    * we do not increase the rtt estimate. rto is initialized
    * from rtt, but increases here. Jacobson (SIGCOMM 88) suggests
    * that doubling rto each time is the least we can get away with.
    * In KA9Q, Karn uses this for the first few times, and then
    * goes to quadratic. netBSD doubles, but only goes up to *64,
    * and clamps at 1 to 64 sec afterwards. Note that 120 sec is
    * defined in the protocol as the maximum possible RTT. I guess
    * we'll have to use something other than TCP to talk to the
    * University of Mars.
    *
    * PAWS allows us longer timeouts and large windows, so once
    * implemented ftp to mars will work nicely. We will have to fix
    * the 120 second clamps though!
    */

    Found on http://www.wcug.wwu.edu/lists/netdev/200005/msg000 34.html

    The guy in the post proposes a 240 second clamp as upper limit, but I guess that wouldn't really help with this special problem... :-)