Overview
Direct Answer
Network latency is the measurable delay, typically expressed in milliseconds, between the initiation of a data transmission and the receipt of that data at its destination. It encompasses the cumulative time required for data to traverse physical network infrastructure, routers, switches, and intermediate nodes.
How It Works
Data packets travel across physical and logical network paths, experiencing delays at each hop due to transmission time, propagation delay through cables or wireless channels, processing time at network devices, and queuing when congestion occurs. The total delay is the sum of these components: transmission delay (packet size divided by link bandwidth), propagation delay (distance divided by signal speed), processing delay at routers, and queuing delay in buffers.
Why It Matters
Latency directly impacts user experience in real-time applications such as video conferencing, online gaming, and financial trading, where sub-100 millisecond response times are critical. High latency reduces responsiveness, degrades application performance, increases transaction settlement times, and can create synchronisation problems in distributed systems.
Common Applications
Latency is a primary concern in cloud computing, video streaming services, VoIP telephony, multiplayer gaming, autonomous vehicle control systems, and high-frequency trading platforms where millisecond-level performance directly influences operational effectiveness and user satisfaction.
Key Considerations
Latency and bandwidth are distinct but interdependent; high bandwidth does not guarantee low latency. Geographic distance, network topology, congestion patterns, and hardware capabilities all influence latency, and optimising it often requires addressing multiple layers simultaneously rather than focusing on a single network segment.
More in Networking & Communications
Quality of Service
Protocols & StandardsNetwork management techniques that prioritise certain types of traffic to ensure consistent performance.
Network Segmentation
Network SecurityDividing a computer network into smaller subnetworks to improve security and performance.
Network Resilience
Protocols & StandardsThe ability of a network to maintain acceptable service levels despite faults, challenges, and threats.
NAT
Protocols & StandardsNetwork Address Translation — a method of mapping one IP address space into another by modifying packet headers.
VPN
InfrastructureVirtual Private Network — a technology creating a secure, encrypted connection over a less secure network like the internet.
SD-WAN
InfrastructureSoftware-Defined Wide Area Network — a virtualised network architecture that enables centralised management of geographically distributed networks.
Network Automation
Protocols & StandardsUsing software to automatically configure, manage, test, deploy, and operate network devices and services.
Reverse Proxy
InfrastructureA server that sits in front of web servers and forwards client requests to the appropriate backend server.