1. History
The concept of local area networking emerged in the 1960s and 1970s, driven by the need to share expensive peripherals — particularly disk drives and printers — among multiple computers.
Key Milestones
- 1970
- ALOHANET, developed at the University of Hawaii, created one of the first packet-switching computer networks using radio communication.
- 1973
- Xerox PARC researchers Robert Metcalfe and David Boggs developed Ethernet, a shared-medium bus network initially operating at 2.94 Mbps.
- 1974
- Cambridge Ring, a token-passing ring network, was developed at Cambridge University.
- 1976
- First fully operational Ethernet installed at Xerox PARC.
- 1980
- IEEE 802 project initiated to standardize LAN technologies. DEC, Intel, and Xerox (DIX) jointly developed the 10 Mbps Ethernet standard.
- 1983
- IEEE 802.3 standard published, defining the CSMA/CD access method for Ethernet.
- 1985
- IBM introduced Token Ring at 4 Mbps (later 16 Mbps).
- 1989
- FDDI (Fiber Distributed Data Interface) standardized at 100 Mbps over fiber optic cable.
- 1995
- Fast Ethernet (100 Mbps over twisted pair) standardized as IEEE 802.3u.
- 1997
- First IEEE 802.11 wireless LAN standard published (2 Mbps).
- 1999
- Gigabit Ethernet (IEEE 802.3ab) and 802.11b (11 Mbps Wi-Fi) standardized.
- 2002
- 10-Gigabit Ethernet (IEEE 802.3ae) standardized.
- 2009
- 802.11n (Wi-Fi 4, up to 600 Mbps) standardized.
- 2013
- 802.11ac (Wi-Fi 5, up to 3.5 Gbps) standardized.
- 2019
- 802.11ax (Wi-Fi 6, up to 9.6 Gbps) standardized.
- 2024
- 802.11be (Wi-Fi 7, up to 46.1 Gbps) standardized by the IEEE.
2. Technical Characteristics
LANs are distinguished from other network types by several key characteristics:
- Geographic scope: Typically covering a few hundred meters to a few kilometers within a single building or campus.
- Transmission speeds: Generally higher than WAN connections — typically 100 Mbps to 100 Gbps in modern deployments.
- Ownership: Usually owned and administered by a single organization, individual, or household.
- Error rates: Typically lower than wide-area connections due to shorter distances and controlled physical environment.
- Latency: Very low within the LAN — typically under 1 millisecond for switched Ethernet.
LANs operate at the Data Link Layer (Layer 2) of the OSI model, using MAC (Media Access Control) addresses to identify devices on the same network segment. Network-layer (Layer 3) protocols such as IP are layered above.
Media Access Control Methods
- CSMA/CD (Carrier Sense Multiple Access with Collision Detection): Used by Ethernet. Devices listen before transmitting and detect collisions, backing off before retrying. Modern full-duplex switched Ethernet eliminates collisions entirely.
- CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance): Used by Wi-Fi (IEEE 802.11). Devices avoid collisions by waiting random backoff periods before transmitting.
- Token passing: Used by Token Ring (IEEE 802.5) and FDDI. A special token frame circulates; only the device holding the token may transmit. Provides deterministic access but is largely obsolete.
3. Physical Media
Twisted Pair Copper (UTP/STP)
The dominant physical medium for wired LANs. Pairs of copper wires are twisted together to reduce electromagnetic interference (EMI) and crosstalk.
| Category | Max Speed | Max Length | Common Use |
|---|---|---|---|
| Cat 5 | 100 Mbps | 100 m | Legacy installations |
| Cat 5e | 1 Gbps | 100 m | Home and small office networks |
| Cat 6 | 1–10 Gbps | 100 m / 55 m | Office and commercial networks |
| Cat 6a | 10 Gbps | 100 m | High-performance deployments |
| Cat 7 | 10 Gbps | 100 m | Enterprise and data centers |
| Cat 8 | 25–40 Gbps | 30 m | Short-run data center cabling |
Fiber Optic
Transmits data as light pulses through glass or plastic fiber. Immune to electromagnetic interference and supports much longer distances than copper.
| Standard | Speed | Max Length | Medium |
|---|---|---|---|
| 100BASE-FX | 100 Mbps | 2,000 m | Multimode fiber |
| 1000BASE-LX | 1 Gbps | 5,000 m | Single-mode fiber |
| 10GBASE-SR | 10 Gbps | 300 m | Multimode fiber |
| 10GBASE-LR | 10 Gbps | 10 km | Single-mode fiber |
| 100GBASE-SR4 | 100 Gbps | 100 m | Multimode fiber (OM4) |
Coaxial Cable (Historical)
- 10BASE5 ("Thicknet"): Original Ethernet on thick coaxial cable (1980s). Up to 500 m per segment.
- 10BASE2 ("Thinnet"): Thin coaxial, easier to install but limited to 185 m segments. Both largely replaced by twisted pair and fiber.
4. Wireless LANs (WLAN)
IEEE 802.11 defines the wireless LAN standards. The Wi-Fi Alliance certifies interoperability between vendors and maintains the "Wi-Fi" brand name.
| Standard | Wi-Fi Name | Frequency | Max Speed | Year |
|---|---|---|---|---|
| 802.11b | Wi-Fi 1 | 2.4 GHz | 11 Mbps | 1999 |
| 802.11a | Wi-Fi 2 | 5 GHz | 54 Mbps | 1999 |
| 802.11g | Wi-Fi 3 | 2.4 GHz | 54 Mbps | 2003 |
| 802.11n | Wi-Fi 4 | 2.4 / 5 GHz | 600 Mbps | 2009 |
| 802.11ac | Wi-Fi 5 | 5 GHz | 3.5 Gbps | 2013 |
| 802.11ax | Wi-Fi 6 | 2.4 / 5 / 6 GHz | 9.6 Gbps | 2019 |
| 802.11be | Wi-Fi 7 | 2.4 / 5 / 6 GHz | 46.1 Gbps | 2024 |
Wireless Security Protocols
- WEP (Wired Equivalent Privacy) — Deprecated; cryptographically broken.
- WPA (Wi-Fi Protected Access) — Improved over WEP; largely superseded.
- WPA2 — Uses AES-CCMP encryption; widely deployed standard.
- WPA3 — Current standard; uses SAE (Simultaneous Authentication of Equals) for stronger protection against brute-force attacks.
5. Network Devices
- Network Switch
- A Layer 2 (Data Link) device that connects devices within a LAN. A switch learns MAC addresses and forwards Ethernet frames only to the correct destination port, unlike a hub which broadcasts to all ports. Modern managed switches support VLANs, Spanning Tree Protocol, and QoS (Quality of Service).
- Router
- A Layer 3 (Network) device that connects different networks — for example, a LAN to the internet. Routes packets based on IP addresses using a routing table. Most home routers combine routing with NAT, DHCP server, and wireless access point functions.
- Wireless Access Point (WAP)
- Connects wireless devices to a wired LAN. Enterprise deployments use controller-managed AP arrays to provide seamless roaming across large areas.
- Network Interface Card (NIC)
- Hardware adapter that connects a device to a network. Each NIC has a globally unique 48-bit MAC address assigned by the manufacturer (though this can often be changed in software).
- PoE Switch
- A Power over Ethernet switch delivers electrical power via Ethernet cable alongside data, powering devices such as IP cameras, VoIP phones, and wireless access points (IEEE 802.3af/at/bt standards).
- Network Hub (Historical)
- A Layer 1 device that broadcasts incoming data to all connected ports. Created a single collision domain, leading to poor performance on busy networks. Now obsolete, replaced entirely by switches.
6. Topologies
- Star Topology (Dominant today)
- All devices connect to a central switch or hub. Failure of a single device does not affect others. Easy to add or remove devices. The central switch is the single point of failure unless redundancy is built in.
- Bus Topology (Historical)
- All devices connected to a single coaxial cable segment. Simple but a single cable break disrupts the entire network. Used with 10BASE2 and 10BASE5 Ethernet in the 1980s and early 1990s.
- Ring Topology (Historical)
- Devices connected in a closed loop. A token circulates and only the holder can transmit. Used by Token Ring (IEEE 802.5) and FDDI. Failure of one node can disrupt the ring unless dual-ring redundancy is used.
- Mesh Topology
- Each device connects to multiple other devices. Provides redundancy and fault tolerance. Used in wireless mesh networks, backbone infrastructure, and high-availability data centers.
- Tree / Hierarchical Topology
- A combination of star topologies arranged in a hierarchy — access layer switches connect to distribution layer switches, which connect to core switches. Common in enterprise campus networks.
7. Protocols
Ethernet (IEEE 802.3)
The dominant LAN protocol. Defines physical and data link layer specifications. Originally used CSMA/CD for shared media; modern deployments use switched full-duplex Ethernet which eliminates collisions and enables simultaneous bidirectional communication.
TCP/IP Suite
The universal protocol suite for any LAN connected to the internet:
- IP (Internet Protocol) — Addressing and routing. IPv4 uses 32-bit addresses; IPv6 uses 128-bit addresses to address exhaustion.
- TCP (Transmission Control Protocol) — Reliable, ordered, error-checked delivery of data streams.
- UDP (User Datagram Protocol) — Fast, connectionless delivery without guaranteed delivery. Used by DNS, streaming, and online gaming.
- DHCP (Dynamic Host Configuration Protocol) — Automatically assigns IP addresses, subnet masks, gateways, and DNS servers to devices.
- DNS (Domain Name System) — Translates human-readable hostnames (e.g., example.com) to IP addresses.
- ARP (Address Resolution Protocol) — Resolves IP addresses to MAC addresses within a local network segment.
Spanning Tree Protocol (STP / RSTP / MSTP)
Prevents switching loops in networks with redundant links by calculating a loop-free logical topology. Rapid STP (802.1w) converges in seconds rather than the 30-50 seconds of original STP.
VLAN (Virtual LAN)
Logically segments a physical LAN into separate broadcast domains without requiring separate physical switches. Improves security, reduces broadcast traffic, and simplifies network management. Defined by IEEE 802.1Q (VLAN tagging).
8. Applications
Resource Sharing
- File servers: Centralized storage accessed via protocols including SMB/CIFS (Windows), NFS (Unix/Linux), and AFP (Apple).
- Print servers: Network-attached printers shared by multiple users.
- Application servers: Centralized applications served to thin clients.
- Database servers: Shared relational and NoSQL databases (PostgreSQL, MySQL, MongoDB, etc.).
Communication
- VoIP (Voice over IP): Phone calls over the LAN using SIP or H.323 protocols.
- Video conferencing: Real-time video communication for remote collaboration.
- Instant messaging: Internal messaging systems (Slack, Teams, XMPP).
- Email servers: Local mail delivery using SMTP, IMAP, POP3.
Security
- Firewalls: Control inbound and outbound traffic based on rules.
- IDS/IPS: Intrusion detection and prevention systems monitoring for malicious activity.
- 802.1X authentication: Port-based access control using RADIUS servers to authenticate devices before granting network access.
- VPN concentrators: Provide secure remote access to the LAN over the internet.
9. Offline WiFi Context (OCC Addition)
The existence and technical characteristics of LANs make them ideal for an emerging use case: offline-first content delivery via One Character Code (OCC) packages.
A LAN can distribute educational content — including articles like this one — without any upstream internet connection. A captive portal on a local router serves an OCC reader (4,659 bytes) and a single carrier character. The carrier reconstructs the full article package in the user's browser, where it persists in localStorage indefinitely.
Use Cases
- Schools: Educational reference materials available on school Wi-Fi without cloud dependency.
- Rural areas: Communities with limited internet bandwidth can host local content servers for their mesh network.
- Captive portals: Hotels, airports, and businesses serve complete informational content before the user authenticates.
- Emergency networks: Battery-powered routers provide critical information during outages with no upstream dependency.
- Medical / industrial: Air-gapped LANs serving technical documentation, manuals, and reference guides locally.
This article is itself a demonstration: it weighs 20,412 bytes in this package form, compared to 284,000 bytes for the full Wikipedia page. It was delivered via a single ◆ OCC character.