Published on: Oct. 13, 2024
Historically, 80% of network traffic remained within local area networks (LANs) in the early 1990s, but this has shifted to 80% exiting to wide area networks (WANs) today due to the rise of cloud-based applications. LANs operate at the hardware level using MAC addresses, while WANs function at the software level with IP addresses, leading to distinct differences in connection methods and traffic management.
In the early 1990s, it was commonly said that 80% of network traffic stayed inside the local area network (LAN), while only 20% went out to the wide area network (WAN). Because of this, large organizations often had small external connections, such as 1.44 megabits per second, which was sufficient for their needs. With only 20% of their traffic crossing the WAN, a slower and cheaper low bandwidth WAN connection was adequate.
Today, the principle has been reversed. Now, around 80% of network traffic goes out of the local network, with only 20% staying within the LAN. Consider your daily computer use at work, school, or home. Are you using cloud-based applications like Google Drive, Dropbox, Google Docs, or Office 365? These services exist outside of your local network, and a significant portion of your day may involve activities such as watching online videos, scrolling through social media feeds, and making Voice over Internet Protocol (VoIP) calls. All these activities require data to be sent over the WAN, not just within the LAN.
LAN (Local Area Network) and WAN (Wide Area Network) are crucial concepts in networking. While LAN refers to local areas and WAN to wide areas by definition, the distinction can sometimes seem vague due to the lack of a clear standard for the distance that differentiates them. Instead, we can use the OSI (Open Systems Interconnection) 7-layer model to better understand their differences.
LAN (Local Area Network) operates primarily at the hardware level, utilizing the Physical and Data Link Layers (L1 and L2). It typically employs Ethernet cables and 48-bit MAC addresses for communication. In a LAN, broadcast traffic can reach all devices within the network, making it ideal for smaller, localized environments such as homes, offices, or campus settings.
On the other hand, WAN (Wide Area Network) operates at the software level, involving the Network Layer (L3) and above. WANs use IP addresses for communication across broader geographic areas. Broadcast traffic is generally limited and managed differently to avoid congestion over large distances. In summary, while LANs are associated with physical connectivity, like Ethernet cables, WANs often involve logical connections that can span cities, countries, or even continents.
Aspect | LAN | WAN |
---|---|---|
Operates | Hardware (HW) | Software (SW) |
Connection | Physical through Ethernet cables | Logical (=virtual) |
OSI Layers Involved | Physical and Data Link layers (L1 and L2) | Network layer and above (L3 and above) |
Addressing | Uses MAC addresses | Uses IP addresses |
Broadcast Traffic Capability | Broadcast traffic can reach all devices | Broadcast traffic is limited and managed |