A Secure Splitting and Acceleration Strategy for TCP/QUIC in Interplanetary Networks

This paper proposes PEPspace, a secure transport acceleration strategy for interplanetary networks that utilizes a Non-Transparent Secure Proxy (NTSP) architecture to split encrypted connections and combines rate-based congestion control, adaptive forward error correction, and optimized flow control to achieve stable, high-throughput, and low-latency data delivery across extreme-delay links.

Jianhao Yu, Ye Li, Qingfang Jiang, Shuai Liu, Wenfeng Li, Kanglian Zhao

Published Thu, 12 Ma
📖 5 min read🧠 Deep dive

Imagine you are trying to send a very important, secret letter from Earth to a colony on the Moon.

In our normal world (the Internet), sending a letter is fast. You write it, drop it in the mailbox, and the post office delivers it almost instantly. If the letter gets lost, the post office asks for a copy immediately, and you resend it.

But sending data to space is like trying to mail a letter to someone on the other side of the galaxy. Here are the three big problems:

  1. The Distance is Huge: It takes about 2.5 seconds just for a signal to get there, and another 2.5 seconds for a reply to come back. That's a 5-second round trip! If you ask "Did you get my letter?" you have to wait 5 seconds for an answer.
  2. The Signal is Noisy: Space is full of interference. Letters often get shredded or lost in the mail.
  3. The Mail Stops: Sometimes, the Moon goes behind the Earth, or a solar storm hits, and the mail service stops completely for minutes or even days.

The Problem with Current Methods

Standard internet protocols (like TCP and QUIC) are like impatient postmen. They send a letter, wait for a "Got it!" reply, and if they don't hear back quickly, they panic and slow down. In space, because of the 5-second delay, they think the network is broken and stop sending data entirely. They also try to resend lost letters immediately, which wastes precious time and bandwidth.

The Solution: "PEPspace" (The Smart Relay Station)

The authors of this paper built a new system called PEPspace. Think of it as setting up a secure, high-tech relay station on a satellite orbiting the Moon.

Here is how it works, using simple analogies:

1. The "Secret Handshake" Split (NTSP Architecture)

Normally, if you want to send a secret letter, you seal it in a box that only the receiver can open. If a relay station tries to help, they can't see inside the box, so they can't optimize the delivery.

  • The Innovation: The authors created a special "Non-Transparent Secure Proxy" (NTSP). Imagine the sender and receiver agree on a second, secret code just for the content of the letter, while the outer box (the internet protocol) is handled by the relay station.
  • The Result: The relay station can open the outer box to fix the delivery route, speed things up, and handle the messy space conditions, but it cannot read the secret letter inside. This keeps your data safe while still letting the relay station do its job.

2. The "Pre-Planned Route" (Rate-Based Control)

On Earth, postmen check traffic lights and slow down if the road is jammed. In space, the "road" (the link to the Moon) is pre-planned. We know exactly how fast the satellite can fly and how long the delay is.

  • The Innovation: Instead of guessing and waiting for traffic reports, PEPspace knows the speed limit in advance. It sets the data flow to match the exact capacity of the space link.
  • The Result: It's like a train running on a dedicated track. It doesn't stop to ask "Is the track clear?" because it knows the schedule. It runs at full speed without crashing.

3. The "Magic Repair Kit" (Forward Error Correction)

In normal internet, if a letter is lost, you wait 5 seconds, ask for a copy, and wait another 5 seconds to get it. That's too slow for space.

  • The Innovation: PEPspace uses a technique called Forward Error Correction (FEC). Imagine you don't just send the letter; you send the letter plus a few pages of "magic puzzle pieces."
  • The Result: If a few pages of the letter get shredded in space, the receiver can use the puzzle pieces to reconstruct the missing parts instantly. No waiting, no asking for a resend. It's like having a backup copy built right into the original package.

4. The "Smart Buffer" (Preventing the Traffic Jam)

If the sender on Earth sends data faster than the Moon can receive it, the relay station's memory (buffer) will fill up, causing a massive traffic jam (bufferbloat).

  • The Innovation: The authors did complex math to figure out the perfect size for the relay station's waiting room. It's big enough to keep the pipeline full, but small enough that data doesn't sit there too long.
  • The Result: The system stays stable. It never clogs up, and the data flows smoothly like water in a well-designed pipe.

The Big Picture: Why This Matters

The paper tested this system in a simulation of an Earth-Moon network.

  • Old Methods: Got stuck, slowed down, or lost data when the signal was noisy.
  • PEPspace: Delivered data at near-maximum speed, stayed stable even when the connection was shaky, and kept the data secret.

The Future Vision:
The authors also suggest that this system could be the bridge between our current Internet and the future "Interplanetary Internet." It could act as a universal translator, letting Earth computers talk to Mars rovers, even if the Mars rover uses a completely different, older system designed for long delays.

In short: PEPspace is like a super-efficient, secure, and pre-planned mail service for space. It stops the "wait-and-see" panic of current internet protocols and replaces it with a smart, proactive system that knows how to handle the long, noisy, and broken roads of deep space.