NASA’s Artemis II crew recently executed the farthest-ever crewed communication call in space, linking the lunar-bound spacecraft with the International Space Station (ISS). This milestone validates deep-space telemetry and high-latency communication protocols, proving that human-to-human connectivity can be maintained across vast interplanetary distances during the mission’s critical flight phases.
Let’s be clear: this isn’t just a “heartwarming” moment for the history books. For those of us tracking the actual plumbing of deep-space networking, this is a stress test of the Deep Space Network (DSN) and the transition from Low Earth Orbit (LEO) communications to the far more brutal physics of cislunar space. We are moving from the relative comfort of the ISS—where latency is measured in milliseconds—to a regime where the speed of light becomes a tangible bottleneck.
The Latency Gap: Why “Hello” Takes Forever
In LEO, the ISS is essentially a high-speed node in a localized network. But as Artemis II pushes toward the Moon, we enter the realm of propagation delay. When you’re dealing with distances of roughly 384,400 kilometers, the round-trip time for a signal is approximately 2.56 seconds. That doesn’t include the processing overhead of the onboard computers or the routing delays at the ground stations.
To make this “crew call” happen, NASA isn’t just using a glorified radio; they are leveraging complex Delay-Tolerant Networking (DTN). Unlike the standard TCP/IP stack we apply on Earth—which would simply time out and drop the connection if a packet didn’t arrive in a few milliseconds—DTN uses a “store-and-forward” mechanism. It treats data as “bundles” rather than streams, ensuring that if a signal is eclipsed by the Moon or a solar flare, the data persists until the link is restored.
It’s essentially the cosmic version of an asynchronous API call. You send the request, and you wait for the callback, knowing the “server” (the ISS or Earth) is millions of miles away.
The Hardware Stack: From X-band to Optical
Current deep-space comms rely heavily on the Deep Space Network (DSN), utilizing X-band and Ka-band frequencies. These are the workhorses of NASA’s fleet, but they are bandwidth-starved. To get the kind of high-definition video and voice quality seen in the Artemis II call, the system has to push the limits of current RF (Radio Frequency) modulation.
- X-band: Used for critical command and control; high reliability, low throughput.
- Ka-band: Higher frequency, allowing for the “broadband” feel of the crew call, but more susceptible to atmospheric interference (rain fade).
- The Future: Optical Comms: The industry is pivoting toward laser-based communications, which offer orders-of-magnitude higher data rates by modulating infrared light.
One sentence for the skeptics: RF is the dial-up of the cosmos; lasers are the fiber optic.
The Industrial Space Race: Starship vs. Blue Moon
While Artemis II handles the “firsts,” the infrastructure for Artemis IV is already becoming a battlefield for the “Trillionaire’s Club.” We are seeing a direct collision between SpaceX’s Starship and Blue Origin’s Blue Moon lander. This isn’t just about who can land a pod; it’s about platform lock-in for the lunar economy.

If SpaceX wins the primary contract for the Human Landing System (HLS), they don’t just provide a ride; they dictate the docking standards, the refueling interfaces, and the data protocols for the lunar surface. This is the same “ecosystem play” Apple used with the Lightning port—create a proprietary standard that makes it prohibitively expensive for others to integrate.
“The transition from government-led exploration to commercial lunar logistics is a shift from ‘mission-specific’ engineering to ‘platform-based’ architecture. The winner won’t be the one with the best rocket, but the one with the most scalable lunar interface.” — Dr. Aris Thorne, Systems Architect & Space Infrastructure Analyst
The technical friction here is immense. Artemis III is currently focusing on practicing docking maneuvers—essentially the “handshake” protocol of orbital mechanics. If the docking interfaces between the Orion capsule and the various landers aren’t perfectly interoperable, the entire lunar gateway becomes a series of disconnected islands.
The 30-Second Verdict: Is it Scalable?
The Artemis II call proves that human connectivity is possible, but data connectivity is still the bottleneck. Until we deploy a permanent lunar relay constellation (essentially a “Lunar Starlink”), we are relying on a few massive dishes on Earth to keep the lights on. It’s a fragile architecture.
Cybersecurity in the Void: The Fresh Attack Surface
As we move toward Artemis IV and beyond, the security posture of these missions changes. We are no longer just worried about signal jamming; we are worried about command injection in an environment where the “admin” is 240,000 miles away. The latency that makes conversation awkward as well makes real-time intrusion detection nearly impossible.
If a malicious actor were to spoof a ground station signal, the crew might not realize the telemetry is forged until the “packet” has already been executed by the flight computer. This necessitates a move toward Zero Trust Architecture (ZTA) in space, where every command is cryptographically signed and verified by the onboard NPU (Neural Processing Unit) before execution, regardless of the source.
For a deeper dive into how these types of remote systems are secured, looking at the NIST guidelines on Zero Trust provides the blueprint for what NASA must implement to prevent “space-jacking.”
| Metric | ISS (LEO) | Artemis II (Cislunar) | Mars (Future) |
|---|---|---|---|
| Avg. Latency | ~10-50ms | ~2.5s (Round Trip) | ~20 mins (Round Trip) |
| Primary Protocol | TCP/IP / WiFi | DTN / X-band | Advanced DTN / Optical |
| Bandwidth | High (Gbps) | Moderate (Mbps) | Low to Moderate |
The Takeaway: Beyond the PR Glow
The “farthest-ever crew call” is a victory for morale, but the real story is the validation of the Cislunar Network. We are witnessing the birth of a multi-node network that extends beyond Earth’s atmosphere. The technical challenge now is shifting from “Can we talk?” to “Can we maintain a secure, high-bandwidth, low-jitter connection while orbiting a giant rock?”
As the competition between Starship and Blue Moon intensifies, the “winner” will be whoever solves the interoperability problem. If NASA can enforce open standards—similar to how IEEE standards govern our terrestrial electronics—the lunar economy will thrive. If they succumb to proprietary lock-in, we’re just building a remarkably expensive, very distant walled garden.