Ethernet is the foundational local area network (LAN) technology that revolutionized computer interconnectivity. Invented in the 1970s, it provided a simple, scalable way to link devices, becoming nearly universal by the 1990s. This write-up covers its invention and motivation, types like coax (thick and thin), competition (e.g., Token Ring), its impact, MAC addresses, the OSI 7-layer model (with Ethernet/Internet placement), and why the internet would have been impossible without Ethernet-like support.
Ethernet was invented in 1973 by Robert Metcalfe at Xerox PARC, inspired by the ALOHAnet packet radio system (1971). The motivation was to connect Xerox Alto computers for sharing resources like printers in an office—solving the "sneakernet" problem of physically carrying floppies. Metcalfe's "Ethernet" memo described a shared coaxial cable for broadcasting packets, with collision detection (CSMA/CD) to handle conflicts. First implemented in 1976 at 2.94 Mbps, it aimed for cheap, reliable networking amid rising computer use.
Early Ethernet used coaxial cable:
These "bus" topologies shared a single cable; collisions were resolved by retransmission. By the 1990s, twisted-pair (10BASE-T) replaced coax for star topologies with hubs/switches.
Ethernet standardized in 1983 (IEEE 802.3), beating competitors with simplicity, low cost, and scalability. It adapted to faster speeds (100 Mbps 1995, Gigabit 1998) and media (fiber, wireless). Open standards encouraged adoption; by 2000s, it dominated LANs worldwide.
Ethernet faced rivals like:
These offered determinism but were complex/expensive; Ethernet's cheap hubs and speed upgrades won out.
Ethernet's plug-and-play simplicity enabled easy LANs, fostering file sharing, printing, and client-server models. It made computing collaborative, boosting productivity in offices/schools. Without it, networks would be fragmented, hindering the internet's growth.
MAC (Media Access Control) addresses are 48-bit unique identifiers (e.g., 00:1A:2B:3C:4D:5E) for network interfaces. They enable device addressing in LANs (Layer 2). Assigned by IEEE: first 24 bits OUI (manufacturer code, e.g., 00:1A:2B for Dell), last 24 bits device-specific. Locally administered addresses can be overridden.
The OSI model (1984) abstracts networking into 7 layers:
Ethernet is Layers 1-2 (physical/link); the internet (TCP/IP) spans Layers 3-4, with apps on 5-7.
The internet would have been impossible without support from Ethernet-like technologies. ARPANET used custom interfaces; Ethernet's standardization enabled cheap, scalable LANs to connect to WANs. Without it, fragmented standards would hinder global adoption, delaying the web and modern connectivity.