Also known as: local area network, wide area network
A LAN (local area network) covers a small area such as a home, office, or building, while a WAN (wide area network) spans long distances and ties many networks together — the internet being the largest WAN of all.12
Overview
A LAN connects nearby devices over Ethernet and Wi-Fi, usually through a switch and a single IP subnet, giving high speed and low latency within one site. Because every device is close and under one administration, a LAN can run fast and cheap, and traffic between two local machines never has to leave the building.
A WAN links such sites across cities or continents over leased lines, fiber, or the public internet, at greater distance but typically lower speed and higher latency than a LAN. The boundary between them is a router acting as the gateway: the LAN side faces inward toward local devices, the WAN side faces out toward the wider network.
The distinction is one of scope, not of any single technology — the same Ethernet and IP that run a LAN also carry WAN traffic — and it governs where you put fast local links versus slower, costlier long-haul ones.
LAN vs WAN
The two differ mainly in reach, and everything else follows from that:
| Trait | LAN | WAN |
|---|---|---|
| Span | One site or building | Cities to continents |
| Speed | High (1–100 Gb/s) | Often lower, varies |
| Latency | Very low | Higher |
| Owned by | You / one organization | Carriers, shared |
| Example | Office network | The internet |
Where it fits
The LAN-versus-WAN distinction shapes how a distributed system is laid out. A GopherTrunk site keeps its capture nodes and storage server on a fast local LAN, then reaches across the WAN only to publish results or pull in remote feeds — keeping the bandwidth-heavy raw IQ data local and sending just the compact decoded output over the slower, costlier wide-area link. Getting that split right is the difference between a responsive multi-node site and one that saturates its uplink.
Sources
-
Local area network — Wikipedia, on networks covering a small area. ↩
-
Wide area network — Wikipedia, on networks spanning long distances. ↩