Vint Cerf Preps Interplanetary Internet Protocol
TechFiends32 writes "After years of working with NASA to bring Internet connectivity to deep space, scientists say Vint Cerf's efforts may be nearing completion. To combat the apparent challenges of extending the Internet into space (such as meteors and weighty, high-powered antennas), Cerf and others have made significant efforts, like adjusting satellite-based IP, and working on delay-tolerant networking (DTN) to address pure IP's limitations in space. According to principal engineer at The Mitre Corp., Keith Scott, 'The 2010 goal is designed to bring DTN to a sufficient level of maturity to incorporate it into designs for robotic and human lunar exploration.'"
Yes, caching seems very nice. But the article don't explain how they'll handle the huge latency. It must have a huge floating windows for ACK/retransmits.
On a less serious hand, I hope the satellite IP connections are severed from the Ethernet (like electrical plants are (or should be in some cases), or hacking a satellite will be the next goal.
I can't wait for the very first webcam on the moon; to see a live earthrise, etc ...
"Reliability in DTN is provided by a mechanism called custody transfer, where nodes in the network can assume responsibility for retransmitting lost messages. This allows for retransmissions from inside the network rather than having to retransmit data from the source, as is the case with TCP." Hmmm, sounds like DoS just got a whole lot easier. Instead of having to get nasty at an endpoint, you could attack a single router and have everything get all kinds of wonky. I understand why they want to do it this way, but the seperation of responsibility was put there for a reason in TCP waaaaay back in the DARPA days so that if any link goes down you have no data loss. What happens if critical data is being transmitted from a source, and the source gets cut off. The retransmitting router gets hit by a meteor and is trashed. Critical data loss. Am I missing something?