Insights
VSAT & Connectivity

Latency vs. bandwidth: how to choose a satellite orbit for a remote site

A link sold as 20 Mbps can deliver under 1 Mbps to an untuned client, and a control loop that works over LEO may be unusable over GEO. Round-trip delay, not capacity, is the first number to specify.

27 August 2026 7 min read Vizocom Editorial
Ground terminal linked to satellites in GEO, MEO and LEO orbits GEO · ~600-700 ms RTT LEO · ~30-60 ms MEO · ~130-180 ms

What you'll take away

  • Decide an orbit from your applications' delay tolerance, before discussing throughput
  • Estimate real user experience by multiplying round trips per transaction by RTT
  • Recognise a TCP tuning fault instead of buying capacity you do not need
  • Ask five specific questions of any satellite provider before signing

Why latency, not bandwidth, decides most remote-site architectures

Ask what a remote site needs and the answer usually comes back in megabits. It is the wrong question first. A drilling platform running SCADA telemetry, a field hospital on a video consult and a camp of two hundred people streaming in the evening all fit inside the same nominal throughput — and behave completely differently depending on how long a packet takes to make the round trip.

0 ms
Typical GEO round trip, including ground-segment processing
0 ms
Typical LEO round trip
0x
Difference in round trips before a single byte of payload moves

What the physics actually forces

Geostationary orbit sits at roughly 35,786 km. Light needs about 120 ms to cover that distance one way, so a signal that goes up, down, and back again has spent close to half a second in transit before any equipment has done anything useful with it. Nothing in the ground segment can recover that; it is a property of the geometry.

Round-trip latency compared across GEO, MEO and LEO orbits GEOMEOLEO ~650 ms ~165 ms ~45 ms 0 ms → 700 ms round-trip, including ground-segment processing
Round-trip latency by orbit, including typical ground-segment processing. Values are representative ranges, not vendor commitments — a specific link depends on elevation angle, hub architecture and the terrestrial tail.

Where the delay actually hurts

Latency is not uniformly damaging. It punishes protocols that talk in many small exchanges and barely touches ones that stream. The practical division looks like this.

Application sensitivity to round-trip delay on a satellite link.
WorkloadSensitivityWhat breaks first
Interactive voice / videoHighConversational overlap above ~300 ms one-way
Chatty application protocolsHighEach round trip multiplies; a 40-exchange handshake costs 26 s at GEO
Real-time control loopsCriticalLoop stability — often simply not viable over GEO
Bulk file transferLow, once tunedUntuned TCP window, not the link itself
Streaming and emailVery lowNothing meaningful

The TCP problem, and why acceleration exists

Standard TCP throughput is capped by the bandwidth-delay product: the sender can only have one window of unacknowledged data outstanding. With a default 64 KB window and a 650 ms round trip, the ceiling is roughly 0.8 Mbps — on a link sold as 20 Mbps. Window scaling raises the ceiling, and a performance-enhancing proxy sidesteps the problem by acknowledging locally and managing the long leg itself. This is why a satellite link that "tests slow" is very often a tuning fault rather than a capacity fault.

What it means in the field

On an oil and gas installation or a mining camp, the useful move is to stop treating the link as one pipe and start sorting traffic by its tolerance for delay. Control and safety traffic gets a committed, low-jitter allocation. Bulk replication runs on whatever is left, at night. Anything conversational gets prioritised and, where a second path exists, routed over the lower-latency one. A hybrid design that puts SCADA on a low-latency path and backups on cheaper GEO capacity almost always beats buying more of a single kind of bandwidth.

Beam waveguide antennas lit at night at NASA's Goldstone Deep Space Communications Complex in the Mojave Desert
Goldstone Deep Space Communications Complex Beam waveguide antennas, Mojave Desert. NASA/JPL-Caltech, public domain. Self-host this file before publishing.
Ground stations are built where the sky is clear and the interference is low, which is rarely where the people are. Photo: NASA/JPL-Caltech — public domain.

Practical takeaway: five questions before you specify a link

What this article does not settle

The latency figures here are representative ranges for planning, not commitments. Real round-trip time on a specific link varies with elevation angle, hub and modem architecture, the terrestrial tail between teleport and internet peering, and instantaneous load. Measure your own path before designing against a number from any article, including this one.

Conclusion

Bandwidth is the number on the contract; latency is the number your users feel. Sorting traffic by delay tolerance, tuning TCP properly, and matching orbit to workload will do more for a remote site's usable performance than an upgrade to the next capacity tier. The link you already have is often faster than it appears.

Frequently asked

Why is geostationary satellite latency around 600 ms and not 240 ms?

The 240 ms figure counts only the two 120 ms one-way propagation legs. A full round trip adds modem and hub processing, framing and scheduling delay in the TDMA burst plan, and the terrestrial tail between teleport and peering point, which together typically bring it to roughly 600–700 ms.

Does TCP acceleration make a satellite link as fast as fibre?

No. Acceleration removes the throughput penalty that long round trips impose on unmodified TCP, so a link can reach its rated capacity. It cannot reduce the underlying propagation delay, so interactive and control-loop workloads remain limited by the physics.

When is GEO still the right choice over LEO?

Where coverage stability, a fixed pointing angle, predictable capacity contracts and mature regulatory approval matter more than latency — and for bulk, streaming and batch workloads that are not delay-sensitive. Many sites are best served by both, arbitrated by SD-WAN.

Vizocom designs and operates multi-orbit VSAT links for remote operations across 28+ countries — see our VSAT services.

Sources

  1. ITU-R — Recommendation P.618: Propagation data and prediction methods required for the design of Earth-space telecommunication systems
  2. IETF — RFC 7323: TCP Extensions for High Performance
  3. IETF — RFC 3135: Performance Enhancing Proxies Intended to Mitigate Link-Related Degradations