Estimate network latency based on distance, transmission medium, bandwidth, and network hops. Essential for network planning and performance optimization.
Fiber Optic
Light travels through glass fiber at ~67% speed of light
You might also find these calculators useful
Calculate download time, required bandwidth, and data transfer
Calculate optimal MTU size based on protocol overhead
Calculate maximum TCP throughput based on bandwidth, RTT, and window size
Convert between binary, decimal, hex & octal
Network latency affects everything from web browsing to video calls to online gaming. This calculator helps you understand and estimate latency by breaking it down into its components: propagation delay (distance), transmission delay (bandwidth), processing delay (router hops), and queuing delay (network congestion).
Network latency is the time delay for data to travel from source to destination. It's determined by the physical distance, the transmission medium (fiber vs satellite), available bandwidth, and the number of network devices the data must traverse. Round-trip time (RTT) is the total time for a request and response.
Total Latency Formula
Total = Propagation + Transmission + Processing + QueuingPlan network architecture by understanding how distance and medium affect latency between locations.
Identify which component of latency is causing performance issues in your network.
Determine if your network can support latency-sensitive applications like VoIP, gaming, or video conferencing.
Compare different transmission technologies (fiber, satellite, wireless) for your connectivity needs.
Calculate latency to help place edge servers optimally for content delivery networks.
Estimate ping times to different server locations to choose the best one for gaming.
Determine if network latency meets requirements for voice and video call quality.
Compare latency characteristics when choosing between satellite and terrestrial connections.
Geostationary satellites orbit at 35,786 km altitude. A signal must travel up and back (71,572 km) plus the horizontal distance. At the speed of light, this alone causes ~240ms one-way latency or ~480ms RTT. LEO satellites (like Starlink) at 550 km have much lower latency (~20-40ms).
Propagation delay is the time for a signal to physically travel through the medium. Light in fiber travels at about 67% the speed of light in vacuum due to the refractive index of glass. The formula is: distance / (speed of light × medium factor).
Each router typically adds 0.5-5ms of combined processing and queuing delay. Processing delay (header lookup) is usually under 1ms, while queuing delay varies with network congestion. A typical internet path has 10-20 hops.
For competitive gaming, under 30ms is excellent, 30-60ms is good, 60-100ms is playable but noticeable. Above 100ms causes significant delays. Fast-paced games like FPS shooters are more sensitive than turn-based games.
Propagation delay is limited by physics (speed of light). The only way to reduce it is to decrease the physical distance, which is why CDNs and edge computing place servers closer to users. Switching from satellite to terrestrial connections also helps.
Queuing delay varies with network congestion. When routers are busy, packets wait longer in queues. This creates jitter (variation in latency). Processing delay is relatively constant, but queuing can vary from 0ms to hundreds of ms during congestion.