Slashdot Mirror


NASA's Next Mars Mission Will Join the Interplanetary Internet

New submitter radioedit writes "When the MAVEN orbiter arrives at Mars on 22 September 2014, the spacecraft will join up with the other seven nodes of NASA's interplanetary internet, exchanging data with orbiters, rovers on the surface, and us back on Earth using delay-tolerant protocols. It's the latest part of Vint Cerf's mission (video) to create a giant antenna array across the solar system that'll be able to receive signals by laser from Alpha Centauri."

53 comments

  1. NASA's interplanetary internet just formed by Spy+Handler · · Score: 5, Funny

    and NSA is already snooping

  2. signals by laser from Alpha Centauri by bob_super · · Score: 3, Funny

    Latency of 9 years for a round-trip, and there I thought that calling the helpdesk was slow...

    1. Re:signals by laser from Alpha Centauri by ubrgeek · · Score: 2

      And that's without Verizon capping the monthly bandwidth for NASA's Unlimited Internet plan.

      --
      Bark less. Wag more.
    2. Re:signals by laser from Alpha Centauri by hraponssi · · Score: 2

      What did you expect. It's Maven crawling along like an Ant. Just infinitely more complex and bloated.

    3. Re:signals by laser from Alpha Centauri by Anonymous Coward · · Score: 0

      Not to mention, no more sniping eBay auctions...

    4. Re:signals by laser from Alpha Centauri by anyanka · · Score: 1

      True – but seriously, if we could get a continuous stream of images and other data back, the four year delay wouldn't matter that much. Of course, the probe would have to be fully autonomous, not need any patching and be prepared to expect the unexpected.

    5. Re:signals by laser from Alpha Centauri by Anonymous Coward · · Score: 0

      It doesn't matter so long as the data stream meets the recipient's needs.

      If you start yelling at the receiver, "No No NO! Pan to the left and zoom in!". Well it takes 4 years for your feedback to get there and another 4 years for you to receive the new images. And that assumes the data source is willing to follow your instructions!

    6. Re:signals by laser from Alpha Centauri by gravis777 · · Score: 1

      You think the latency is bad, this will be the slowest deployment roleout in history

    7. Re:signals by laser from Alpha Centauri by edcalaban · · Score: 1

      Think about it this way: you can retire when you close your first ticket!

  3. Network structure by Anonymous Coward · · Score: 2, Interesting

    I wonder if they use IPv4 or IPv6.
    And did NASA already pre-allocate subnets and create routing tables for the other planets in advance?

    1. Re:Network structure by unixisc · · Score: 3, Interesting

      I was wondering that as well. Actually, I daresay we might need IPv7, w/ 512 bits of addressing, since we have no idea how many aliens are out there, & how many interplanetary nodes would be needed. Earth would have a /384 subnet, and within that, IPv6 would be contained.

    2. Re:Network structure by deains · · Score: 1

      Perhaps we should start by assigning an IP address to every star in the galaxy, and see how many are left over. Or we could try area codes.

    3. Re:Network structure by Anonymous Coward · · Score: 1

      Even if it is IP, it will not be TCP. The IETF has fought against bandwidth resistant protocols for at least as long as I've followed them since going to quarterly meetings from 1988 until 1990. They want to push faster bandwidth and lower latency, which is a good thing, but they just don't get reality. Currently, I manage a network for a company that owns several chains of restaurants. For example, in Seattle we have 10s of seconds of RTT from our data center to several of our restaurants. We used to have point to point 56k lines, and they had very low latency, but with the mileage fees, they're just too expensive. Now we use CenturlyLink Internet over DSL. Thank you CenturyLink for horrifically slow lines and your huge buffers that make the latency intolerable. Also, most of the packet loss on CenturyLink's DSL lines are not related to congestion, but TCP makes the assumption that all packet loss is congestion-related and incorrectly slows down. TCP just doesn't work very well under those conditions. We get much better throughput with UDP and handling dropped packets in our application code. It's a pain, but it is necessary because the IETF just doesn't damn get it. Not all of us have fast connections. Some of us are stuck with no options other than the local telco that has too much latency and too much non-congestion packetloss to make TCP usable. We need a new protocol now if we want to be able to be able to use the Internet in backwards places like Seattle.

    4. Re:Network structure by Anonymous Coward · · Score: 0

      I don't think a fixed address field is suitable. Rather I would like to see an optional address extension for addressing extrasolar networks. I feel like most traffic will be local anyway. Doesn't seem necessary to add the extra address bits to everything.

    5. Re:Network structure by user32.ExitWindowsEx · · Score: 1

      I read somewhere that there are less than 2^128 atoms in the universe, so we don't need IPv7 until we have cross-universe networking.

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    6. Re:Network structure by Anonymous Coward · · Score: 0

      This should not be +5 on a tech site.

      IPv6 address space has enough publicly accessible addresses to give over 100 Billion IPs to every person on the planet. There is almost enough addresses for every molecule in the observable universe. It is also NAT/PAT compliant, so yeah, if we had to we could easily address every single boson in the universe. IPv6 is functionally infinite.

    7. Re:Network structure by Anonymous Coward · · Score: 0

      1. Start with 2^128 to get 340282366920938463463374607431768211456 IPv6 addresses.
      2. Subtract a hundred billion addresses for all the stars in our galaxy to get 340282366920938463463374607331768211456 IPv6 addresses left.
      3. Feel silly.

      Another way of looking at it is every solar system in the milky way would only get 3402823669209384634633746074 addresses each.

    8. Re:Network structure by Anonymous Coward · · Score: 0

      1. Start with 2^128 to get 340282366920938463463374607431768211456 IPv6 addresses.
      2. Subtract a hundred billion addresses for all the stars in our galaxy to get 340282366920938463463374607331768211456 IPv6 addresses left.
      3. Feel silly.

      Another way of looking at it is every solar system in the milky way would only get 3402823669209384634633746074 addresses each.

      While the addresses in IPv6 are still sufficient you underestimate the possible future need.
      We have close to 7 billion people on this planet. If we want everyone to have enough addresses for all their devices we need to reserve at least a hundred billion addresses for Earth. If we want the addresses to be enough for a ten times as large population then a trillion addresses per habitable planet is necessary to be safe.
      I have no idea how many addresses one would want to reserve for autonomous devices on inhabitable planets (Mining drones?) but if we assume that it will be in the same ballpark as the number on an inhabited planet then we at least have a number.
      If we look at our own solar system we know that moons are just as interesting as planets. This means that we shouldn't think in the lines of ten planets per star but rather in the lines of a hundred planets per star.

      I wouldn't reserve just a hundred billion addresses for the milky way. With a possible 400 billion stars I would think more in the lines of 40 septillion addresses per galaxy.
      Still leaves plenty of addresses left.

    9. Re:Network structure by unixisc · · Score: 1
      Point is
      • - We don't know how many other stars are there, then planets
      • - We don't know the populations on these planets that are likely to need this

      Therefore, saving just one 128 bit subnet for earth, and making all the rest available for the others would be the right approach. Earth's IPv6 would be unaffected, while outside earth, anybody making their own systems can be co-opted by this superset IP

    10. Re:Network structure by unixisc · · Score: 1

      Yeah, but that's b'cos we know the limits of what's on earth. What we don't know are the limits of what's outside it - see my above response to a different poster. Last thing you want is to get stuck w/ another conversion, so it makes sense to try & get that right. Also, going to an IPv7 would allow earth's IPv6 to continue unaltered, while being co-opted in an IPv7 (similar to earlier attempts to have an IPv4-mapped IPv6)

    11. Re:Network structure by Anonymous Coward · · Score: 0

      I had to use a gprs modem for internet uplink once for a longer period of time. Which gives you about the same latency if you don't configure your line. Some simple traffic shaping on the client side could give you much better performance on the same shitty line and provider. By reducing the amount of data living in the buffers of your provider you get semi-normal rtt times. If you are using a linux router you should check out wondershaper.

    12. Re:Network structure by weilawei · · Score: 1

      If you'd read the fine article, you'd notice that they apply a protocol (the Bundle protocol) *over* the existing stack. You may continue to use TCP where appropriate.

  4. What laser? by Anonymous Coward · · Score: 0

    Will this system be operational when we arrive at Alpha Centauri in a thousand years or so, or are we expecting a signal from LGM?

    1. Re:What laser? by unixisc · · Score: 3, Insightful

      First, it needs to be built into Civ or FreeCiv

  5. Planet by Anonymous Coward · · Score: 0

    Watch out for fungal blooms

  6. Gives Me An Idea by Anonymous Coward · · Score: 0

    Going to go to a beach on the West coast, tap a stick on the water, people on the beach in the East of Japan should be able to pick up the Morse-code messages I'm tapping out to them.

  7. Yeah but there is a huge flaw there... by Anonymous Coward · · Score: 0

    Where is our lovely probe on its way to Alpha Centauri?

    I'm telling you, I can't wait for the actual space age, when we have an actual presence in space.
    When private industry gets its hands on the raw, hopefully cheaper materials from space mining, the things they will do will be limitless.

    I say can't wait, we'll all likely be dead by then. Maybe me first. 27 going on 92. Gray hairs EVERYWHERE. HELP.
    Na but really, even in 50 years time there should hopefully be some progress.
    I'll likely still be dead before then. PLEASE. I want to be a space trucker daddy!

    1. Re:Yeah but there is a huge flaw there... by cusco · · Score: 1

      When private industry gets its hands on the raw, hopefully cheaper materials from space mining, the things they will do will be limitless.

      Not the way that private industry is run today. Corporations need to get beyond the "maximum short-term ROI" mindset that has ruled it for the past two centuries, and I see no sign of that happening nor any logical path that might lead it to happen. If private industry were interested in the long-term we'd have solar power satellites by now.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  8. Queue Hackers taking control of the Mars Rovers by Anonymous Coward · · Score: 0

    I just wouldn't expect a man in the middle attack.

    1. Re:Queue Hackers taking control of the Mars Rovers by MRe_nl · · Score: 1

      Any Siemens PLC's on board of the Mars Rovers?

      --
      "Kill 'em all and let Root sort 'em out"
    2. Re:Queue Hackers taking control of the Mars Rovers by Mister+Liberty · · Score: 1

      NASA doesn't need hackers. They will do fine by themselves mixing up feet and yards and meters.

  9. Imagine by BringsApples · · Score: 2

    An internet for your own use, with no worries about ass-hats fucking with it, or trying to break it. Just think of all of the (non-hardware) obstacles that they don't have to worry about. Surely they have their own fair share of difficulties that we don't have to deal with here on Earth, but they're free to deal with those obstacles in an environment that we all would love.

    --
    Politics; n. : A religion whereby man is god.
    1. Re:Imagine by Anonymous Coward · · Score: 0

      It's called cosmonet. Get some!

  10. Snooping by Anonymous Coward · · Score: 0

    you are so paranoid! The REAL reason is that all these nodes will acheve a consciousness that will destroy ALL of us!

  11. Will Mr. Cerf's Profile Pic by retroworks · · Score: 2

    Consume all the bandwidth? My god, the article is scary with his face taking up the 23" LCD screen. Hope that doesn't take off, he invaded my personal space.

    --
    Gently reply
  12. This is the reason MAVEN got launched by Anonymous Coward · · Score: 0

    The only way they could justify the launch after sequestration was the communications angle.

  13. 2014? by Anonymous Coward · · Score: 0

    But, ISON will have already destroyed us by then... what's the point?

  14. I like the meme by Mister+Liberty · · Score: 1

    Namely being a laser pointed somewhere not necessarily to shoot and kill. The US and esp. Cerf's boss might learn something from it.

  15. Re:Who the fuck is on alpha centauri with a laser? by Anonymous Coward · · Score: 0

    Slashdot is a minor Space Nutter church, and someone who is getting ready to receive laser beams from Rigil Kent is a priest. Calling such a person an asshole is religious bigotry.

  16. Re:Who the fuck is on alpha centauri with a laser? by weilawei · · Score: 1

    I wonder, it's not like you make use of TCP/IP every day, and the guy didn't co-invent it or anything.

  17. Domain Name? by arthurpaliden · · Score: 1

    How do I go about getting a .mars domain name?

    1. Re:Domain Name? by Anonymous Coward · · Score: 0

      How do I go about getting a .mars domain name?

      Oh, that's so easy...

      1. Send an application for a new gTLD and the $5,000 application fee to ICANN.
      2. Hope your application gets approved.
      3. Pay the rest of the $185,000.

      Shouldn't be too hard, right?

  18. Re:slashdot, wtf? by Anonymous Coward · · Score: 0

    We don't want your beta. We thought we made that mighty clear.

    We want a 2004-era slashdot interface.

    You start by looking at the bottom of the page, where you find this link.

  19. D1 still exists. by Tenebrousedge · · Score: 1

    So sign in.

    The D1 discussion system still works the same way. You don't have to worry about posting to undo moderation (although forgetting to moderate is more of a risk). On the possibly-negative side, you will tend to use a lot of tabs to see threads below your threshold. I recommend a tree view tab organizer, which has the additional benefit of being a far more sensible way to browse online source code.

    It is a few mouse clicks and a registration form away. For interested account holders, from your Account menu, select Discussions, and then 'Classic Discussion System (D1)'. Choosing not to sign in is an option, but I would tend to expect that the interface provided to the unauthenticated masses would be geared towards, well, mass appeal. The interface you're after still exists and is just as useful as it ever was -- I hope signing in isn't too much of a bother. I haven't noticed any UI changes.

    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
  20. Wow, this was sad by Anonymous Coward · · Score: 0

    I opened up the article, expecting some kind of intelligent commentary.

    Instead I get the digital equivalent of monkies throwing feces around. On an article about building an interplanetary internet! As if people do not care anymore.

    Luckily I didn't yet find some kind of ranting about how good/bad Obamacare is.

    What the hell is wrong with you?!

  21. Mars colonists by atomicxblue · · Score: 1

    I keep thinking what the reaction will be when the Mars colonists start torrenting.. "Yeah? What you going to do about it? If you can get here, you can arrest me.."