This chapter covers satellite internet with a focus on Low Earth Orbit (LEO) constellations, a rapidly growing technology for global broadband. Understanding satellite internet is essential for the N10-009 exam, as it appears in about 3-5% of questions under Domain 2.4 (Network Implementation). You will learn the differences between geostationary (GEO), medium Earth orbit (MEO), and LEO satellites, how LEO constellations provide low-latency connectivity, and the key technical details that exam questions test.
Jump to a section
Imagine a city where every street corner has a cell tower, but these towers are not fixed to the ground—they are mounted on high-speed trains that circle the city every 90 minutes. Each train carries a tower that covers a small neighborhood, and as the train moves, the tower hands off its active calls to the next approaching train. The city’s core network is connected via fiber to every train track, so each tower gets a high-speed backhaul. When you make a call, your phone connects to the nearest tower on the passing train. The tower forwards your data to a ground station via a laser link to another train, which relays it to a ground station ahead. The system must predict exactly when to transfer your call to the next train to avoid dropping it. If a train passes and no other train is close enough, your call drops. This is exactly how LEO satellite constellations work: satellites are fast-moving cell towers in low orbit, handing off connections to each other and to ground stations with precise timing and beamforming.
What Is Satellite Internet and Why Does It Exist?
Satellite internet provides network connectivity via artificial satellites in orbit around Earth. It is used where terrestrial infrastructure (fiber, cable, DSL) is unavailable, too expensive, or impractical—such as rural areas, oceans, aircraft, and disaster zones. Traditional satellite internet uses geostationary (GEO) satellites at ~35,786 km altitude, which remain fixed relative to Earth. However, GEO introduces high latency (about 240 ms round-trip just for the space segment) and limited throughput. Low Earth Orbit (LEO) constellations, at altitudes of 500–1,200 km, solve the latency problem by being much closer, achieving round-trip times (RTT) as low as 20–40 ms. LEO constellations consist of hundreds to thousands of small satellites working together to provide continuous coverage.
How LEO Constellations Work Internally
LEO satellites orbit at high speed (about 7.8 km/s) and complete an orbit in ~90 minutes. Each satellite has a footprint on the ground that moves rapidly. To maintain connectivity, a constellation uses inter-satellite links (ISLs) and ground stations (gateways).
User Terminal (UT): A phased-array antenna that electronically steers a beam to track a satellite as it passes overhead. The UT communicates with the satellite using Ku-band (12–18 GHz) or Ka-band (26–40 GHz) frequencies.
Satellite: Acts as a router in space. It receives signals from UTs, processes them, and forwards them via ISLs to other satellites or downlinks to a ground station connected to the internet backbone.
Ground Station (Gateway): A facility with a high-gain antenna and fiber backhaul to the public internet. It handles uplink and downlink traffic for multiple satellites.
Network Operations Center (NOC): Manages satellite orbits, handoffs, and traffic routing.
Step-by-step data flow: 1. A user sends a request from their UT. 2. The UT locks onto a satellite using beamforming and establishes a link. 3. The satellite receives the signal, applies frequency conversion, and decides routing (via ISL or direct downlink). 4. If the destination is far, the satellite sends data via laser ISL to neighboring satellites, hopping across the constellation. 5. The data reaches a satellite that has a line-of-sight to a ground station. 6. The ground station forwards the traffic to the internet backbone. 7. The response follows the reverse path.
Handoff Mechanism: As a satellite moves out of range, the UT must hand off to the next satellite. This is similar to cellular handovers but much faster. The NOC uses ephemeris data (accurate orbital positions) to predict when to initiate handoff. The UT and satellite exchange signaling (e.g., using modified TCP or proprietary protocols) to transfer the session without dropping packets. Handoff latency is typically under 50 ms.
Key Components, Values, Defaults, and Timers
Altitude: LEO: 500–1,200 km; MEO: 20,000 km; GEO: 35,786 km.
Orbital Period: LEO ~90 minutes; MEO ~12 hours; GEO 24 hours.
Latency: LEO RTT 20–40 ms (Starlink averages 25 ms); GEO RTT 600–700 ms.
Frequency Bands: Ku-band (downlink 10.7–12.7 GHz, uplink 14–14.5 GHz); Ka-band (downlink 18.3–20.2 GHz, uplink 27.5–31 GHz).
Beamwidth: Phased-array antennas use narrow beams (1–2 degrees) to track satellites.
Link Budget: Signal strength must account for free-space path loss (FSPL) which increases with frequency and distance. FSPL (dB) = 20log10(distance) + 20log10(frequency) + 92.45.
Doppler Shift: LEO satellites move fast, causing frequency shifts up to ±40 kHz at Ka-band. The UT must compensate using frequency tracking loops.
Handoff Timer: Typically every 30–60 seconds as a satellite passes overhead.
ISL Laser Wavelength: 1,550 nm (common for terrestrial fiber), data rates up to 10 Gbps per link.
Constellation Size: Starlink: ~6,000 satellites (planned 12,000); OneWeb: ~650; Project Kuiper: ~3,200.
Configuration and Verification Commands
While satellite internet is managed by the provider, network engineers may configure customer premises equipment (CPE) and monitor performance. Typical commands on a router connected to a satellite terminal:
! Set MTU for satellite link (often lower due to overhead)
interface GigabitEthernet0/0
ip mtu 1400
! Adjust TCP MSS to avoid fragmentation
ip tcp adjust-mss 1360
! Verify latency and jitter
ping 8.8.8.8 source GigabitEthernet0/0
show interface GigabitEthernet0/0
show ip routeFor satellite modems, web-based GUIs show signal strength (SNR), frequency, and satellite ID.
Interaction with Related Technologies
TCP Performance: High latency (even in LEO) can degrade TCP performance because TCP's congestion window grows slowly. Solutions include TCP acceleration (e.g., Performance Enhancing Proxies - PEPs) and using BBR congestion control.
QoS: Satellite links often have asymmetric bandwidth (e.g., 100 Mbps down, 10 Mbps up). QoS policies prioritize real-time traffic (VoIP, video) over bulk data.
VPN: Satellite links add latency, so VPNs (especially IPSec) may need MTU adjustments and keepalive timers relaxed (e.g., dead peer detection interval 30 seconds).
Multipath: Some setups combine satellite with LTE or DSL for load balancing or failover.
Summary
LEO constellations are a game-changer for low-latency global internet. They rely on a mesh of fast-moving satellites, electronic beamforming, and inter-satellite links to provide coverage. Key exam points: altitude, latency values, frequency bands, handoff mechanics, and TCP impact.
User Terminal Acquires Satellite
The user terminal (UT) uses its phased-array antenna to electronically steer a beam toward the sky, scanning for satellite signals. It locks onto a satellite by decoding the beacon signal (e.g., a known frequency like 11.7 GHz for Starlink). The UT performs frequency and timing synchronization, compensating for Doppler shift. Once locked, it establishes a link-layer connection using a proprietary protocol (e.g., DVB-S2X for downlink, DVB-RCS2 for uplink). The UT reports its GPS location and the satellite ID to the network. This step takes about 10-30 seconds during initial acquisition.
Data Uplink from User to Satellite
The UT sends user data (e.g., an HTTP request) over the uplink frequency (e.g., 14 GHz for Ku-band). The data is framed into packets with error correction (LDPC codes) and modulated (e.g., QPSK or 8PSK). The satellite receives the signal via its multi-beam phased-array antenna. The satellite's onboard processor (a software-defined radio) demodulates the signal, extracts the packets, and queues them for routing. The satellite allocates time slots for uplink access using a demand-assigned multiple access (DAMA) scheme, which prevents collisions. The UT must request bandwidth via a control channel, and the satellite grants slots based on traffic priority.
Inter-Satellite Routing and Handoff
The satellite determines the best path to the destination. If the destination ground station is not within line-of-sight, it forwards the data via inter-satellite links (ISLs) using laser or RF. Each satellite maintains a routing table updated by the NOC, using a protocol like BGP or a custom mesh routing algorithm (e.g., based on Dijkstra's algorithm with link metrics of latency and capacity). As the satellite moves, it must hand off the UT connection to the next satellite. The handoff is triggered by signal strength thresholds (e.g., RSSI below -100 dBm) or ephemeris predictions. The old and new satellites coordinate via ISL to transfer session state (e.g., TCP connection info) so packets are not lost. The handoff completes within 10-50 ms.
Downlink to Ground Station
When the data reaches a satellite that is over a ground station, the satellite transmits the packets on the downlink frequency (e.g., 11.7 GHz for Ku-band). The ground station's large parabolic antenna (e.g., 1.2m diameter) receives the signal and forwards it to the ground network via fiber. The ground station also handles uplink traffic from the internet to satellites. Multiple ground stations are distributed globally to ensure coverage. The ground station uses adaptive coding and modulation (ACM) to adjust the modulation scheme based on weather conditions (e.g., switching from 32APSK to QPSK during rain fade).
Traffic Enters Internet Backbone
The ground station connects to a local internet exchange point (IXP) or directly to a Tier 1 ISP. The user's data (e.g., HTTP request) traverses the terrestrial internet to reach the destination server (e.g., a web server). The server's response follows the reverse path: it goes to the same ground station (or a different one if the satellite has moved), then via ISLs to the satellite serving the user's current location. The satellite downlinks the response to the user's UT. The entire round trip includes two satellite hops (up and down), plus terrestrial latency. For LEO, total RTT is typically 20-40 ms; for GEO, it would be 600-700 ms.
Enterprise Scenario 1: Rural Broadband for a Remote Mining Operation
A mining company in northern Canada needs internet for its remote camp. Terrestrial options are limited to slow satellite (GEO) with 600 ms latency, which breaks real-time applications. They deploy Starlink LEO terminals. Each terminal is a phased-array antenna mounted on a trailer. The company configures QoS on their router to prioritize VoIP and video conferencing traffic. They set MTU to 1400 and TCP MSS to 1360 to avoid fragmentation. They also implement a VPN back to headquarters using IPSec with dead peer detection interval set to 30 seconds to handle satellite handoffs. Performance: latency 25 ms, throughput 150 Mbps down, 20 Mbps up. The challenge is weather: heavy snowfall can attenuate Ka-band signals, causing fade. The system automatically adjusts modulation (ACM) to maintain link, but throughput drops to 50 Mbps during storms. They also experience brief drops during satellite handoffs (every 30 seconds), but the VPN reconnects quickly.
Enterprise Scenario 2: In-Flight Connectivity for Airlines
A major airline equips its fleet with satellite internet using an LEO constellation (e.g., OneWeb). Each aircraft has a radome housing a phased-array antenna. The airline partners with a service provider that manages the satellite link. The aircraft's onboard router uses a BGP peering with the satellite network to announce its reachable IP subnets. The satellite network uses traffic shaping to ensure fair bandwidth distribution among passengers. The airline configures a captive portal for authentication. The challenge is handoff between satellites: as the aircraft flies at 900 km/h, it switches satellites every 2-3 minutes. The handoff must be seamless to avoid dropping passenger sessions. The provider uses predictive handoff based on ephemeris data and aircraft GPS. The onboard router uses TCP acceleration (PEP) to improve performance over the satellite link, which has higher latency than terrestrial networks.
Enterprise Scenario 3: Disaster Recovery and Temporary Connectivity
After a hurricane destroys terrestrial infrastructure in a coastal city, a government agency deploys a mobile satellite terminal (e.g., Starlink in a backpack) to restore emergency communications. The terminal is set up within minutes, automatically acquiring satellites. The agency's network team configures a small LAN with VoIP phones and a cellular extender. They use a VPN to connect to the state's emergency network. The satellite link provides 100 Mbps down, 10 Mbps up. The main issue is contention: many emergency teams sharing the same satellite cell. They prioritize critical traffic using QoS (EF for VoIP, AF41 for data). The link is also susceptible to rain fade; during heavy rain, they switch to a lower modulation (QPSK) to maintain connectivity at reduced speed. The system logs performance metrics (latency, packet loss, signal strength) for post-event analysis.
What N10-009 Tests on Satellite Internet and LEO Constellations
This topic falls under Objective 2.4: 'Given a scenario, implement the appropriate network connectivity technologies.' The exam expects you to compare satellite internet types (GEO, MEO, LEO) and their characteristics, especially latency, coverage, and deployment. You should know typical latency values: GEO ~600 ms, LEO ~25 ms. The exam also tests factors that affect satellite communications: weather (rain fade), line-of-sight, and orbital mechanics.
Common Wrong Answers and Why Candidates Choose Them
'GEO satellites have lower latency than LEO because they are stationary.' Wrong. GEO satellites are much farther away, so latency is higher. Candidates confuse 'stationary' with 'faster'.
'LEO satellites require fewer satellites because they cover more area.' Wrong. LEO satellites have smaller footprints, so you need many more for global coverage. GEO satellites cover about 1/3 of Earth each, so only 3 are needed for global coverage.
'Satellite internet always uses the same frequency bands as Wi-Fi.' Wrong. Satellite uses Ku and Ka bands (microwave). Wi-Fi uses 2.4/5/6 GHz. Candidates might think 'wireless is wireless'.
'LEO constellations eliminate all latency.' Wrong. LEO reduces latency dramatically but does not eliminate it. There is still propagation delay (~5 ms up, ~5 ms down), plus processing and queuing.
Specific Numbers and Terms That Appear on the Exam
Altitude: LEO 500-1,200 km; MEO 20,000 km; GEO 35,786 km.
Latency: LEO 20-40 ms; GEO 600-700 ms.
Coverage: GEO covers ~1/3 of Earth; LEO requires many satellites (hundreds to thousands).
Orbital Period: LEO ~90 min; GEO 24 hours.
Frequency Bands: Ku (12-18 GHz), Ka (26-40 GHz).
Rain Fade: Attenuation due to rain, more severe at higher frequencies (Ka > Ku).
Line-of-Sight: Satellite requires clear view of sky; obstacles like trees or buildings block signal.
Edge Cases and Exceptions the Exam Loves to Test
Polar Regions: GEO satellites cannot cover high latitudes (above ~70°). LEO constellations can cover poles because their orbits cross polar regions.
Handoff: LEO satellites hand off quickly; the exam may ask about the impact on TCP connections (packet loss, retransmissions).
Latency vs. Throughput: LEO has low latency but throughput can be limited by congestion and weather.
Doppler Shift: LEO satellites cause frequency shift; the exam might ask how it is compensated (frequency tracking).
How to Eliminate Wrong Answers
If a question asks about 'lowest latency,' eliminate GEO and MEO immediately; choose LEO.
If a question asks about 'global coverage with fewest satellites,' eliminate LEO; choose GEO.
If a question mentions 'rain fade,' the correct answer will involve using lower frequencies (Ku) or adaptive modulation.
If a question mentions 'handoff,' think LEO constellation.
If a question mentions 'fixed position over equator,' that's GEO.
LEO satellites orbit at 500-1,200 km altitude with a round-trip latency of 20-40 ms.
GEO satellites orbit at 35,786 km with a round-trip latency of 600-700 ms.
LEO constellations require hundreds to thousands of satellites for global coverage; GEO requires only 3.
Satellite internet uses Ku-band (12-18 GHz) and Ka-band (26-40 GHz) frequencies.
Rain fade is more severe at Ka-band than Ku-band; adaptive coding and modulation (ACM) mitigates it.
LEO satellites require frequent handoffs (every 30-60 seconds) as they move across the sky.
TCP over satellite may need performance enhancements (PEP, MTU adjustment, BBR) due to latency and handoff issues.
These come up on the exam all the time. Here's how to tell them apart.
GEO Satellite Internet
Altitude: ~35,786 km
Latency: 600-700 ms round-trip
Coverage: ~1/3 of Earth per satellite
Number of satellites needed for global coverage: 3
Orbital period: 24 hours (stationary relative to Earth)
LEO Satellite Internet
Altitude: 500-1,200 km
Latency: 20-40 ms round-trip
Coverage: small footprint per satellite (hundreds of km diameter)
Number of satellites needed for global coverage: hundreds to thousands
Orbital period: ~90 minutes (fast-moving)
Mistake
LEO satellites are stationary relative to Earth.
Correct
LEO satellites orbit at high speed (~7.8 km/s) and complete an orbit every 90 minutes. They move rapidly across the sky; they are not geostationary. Only GEO satellites appear fixed.
Mistake
Satellite internet always has high latency.
Correct
Traditional GEO satellite internet has high latency (600+ ms), but LEO constellations reduce latency to 20-40 ms, comparable to terrestrial broadband.
Mistake
More satellites mean better coverage but higher latency.
Correct
More satellites (as in LEO) actually reduce latency because they are closer. Coverage improves because the constellation can serve more areas simultaneously.
Mistake
Satellite internet works indoors without a clear view of the sky.
Correct
Satellite signals require line-of-sight to the satellite. Obstructions like trees, buildings, or even heavy rain can block or degrade the signal. The antenna must be outdoors with a clear view.
Mistake
All satellite internet uses the same technology as GPS.
Correct
GPS uses a different frequency band (L-band, 1.5 GHz) and is a one-way broadcast from satellites to receivers. Satellite internet uses Ku/Ka bands and two-way communication with user terminals.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
Starlink typically achieves round-trip latency of 20-40 ms, with an average around 25 ms. This is far lower than traditional GEO satellite internet (600+ ms) and comparable to terrestrial broadband. The low latency is due to the satellites orbiting at only ~550 km altitude.
As of 2024, Starlink has launched over 6,000 satellites, with plans for up to 12,000. The constellation operates at altitudes of 540-570 km in multiple orbital shells. Other LEO constellations include OneWeb (~650 satellites) and Project Kuiper (~3,200 planned).
Satellite internet can be affected by weather, especially heavy rain or snow, which attenuates signals. This is called rain fade. Ka-band frequencies are more susceptible than Ku-band. Providers use adaptive coding and modulation (ACM) to switch to more robust modulation (e.g., QPSK) during fade, reducing throughput but maintaining connectivity.
Ku-band operates at 12-18 GHz, Ka-band at 26-40 GHz. Ka-band offers higher bandwidth and capacity, but is more susceptible to rain fade. Ku-band is more resilient to weather but has lower capacity. Many LEO constellations use Ka-band for user links and Ku-band for gateway links.
Yes, with LEO constellations. Latency of 20-40 ms is suitable for video calls, online gaming, and VoIP. However, brief interruptions during satellite handoffs (every 30-60 seconds) may cause momentary glitches. GEO satellite internet is not suitable due to high latency.
The satellite provider typically supplies a modem/router combo that manages the satellite link. You can connect your own router behind it. You may need to adjust MTU (often 1400) and TCP MSS (1360) to avoid fragmentation. QoS settings can prioritize real-time traffic.
Data caps vary by provider and plan. Starlink offers unlimited data with deprioritization after 1 TB per month in some areas. GEO providers often have strict caps (e.g., 50 GB/month) due to limited capacity. LEO constellations aim for higher capacity but still manage congestion.
You've just covered Satellite Internet and LEO Constellations — now see how well it sticks with free N10-009 practice questions. Full explanations included, no account needed.
Done with this chapter?