# Robert Metcalfe

> 1946– · Engineer, Co-inventor of Ethernet
>
> **Recorded contribution:** Ethernet; Metcalfe's Law

## How to use this dossier

Read for a causal chain, not a hero story: inherited problem → contribution → mechanism → downstream capability → limit. Then close the page and complete the reconstruction exercise from memory.

## 1. Historical orientation

Robert Metcalfe (born 1946) co-invented Ethernet at Xerox PARC with David Boggs and colleagues, adapting packet-network and ALOHAnet ideas to a local shared coaxial cable. Early Ethernet used carrier sensing, collision detection, randomized retransmission, and 48-bit addressing to connect Altos, servers, and printers. Later switched and full-duplex Ethernet retained frame compatibility while eliminating the original shared-medium collision mechanism. 'Metcalfe's law'—network value proportional to the square of users—is a rough heuristic whose assumptions often fail. The enduring contribution is an evolvable local-network frame and ecosystem, not one universal economic law.

## 2. The problem inherited

A building full of personal workstations needed inexpensive high-speed communication without dedicating a separate circuit between every pair.

## 3. The central contribution

Metcalfe, Boggs, and the PARC team designed a distributed shared-medium LAN whose simple interfaces and frame format became an adaptable standard.

## 4. Reconstruct the mechanism

1. Listen to the shared cable before sending and defer when another station's carrier is present.
2. Transmit an addressed frame while monitoring the medium for evidence of a collision.
3. On collision, stop and wait a randomized exponentially expanding backoff interval before retrying.
4. Use checksums to reject corrupted frames; later switches learn source addresses and forward frames only toward the destination port.

## 5. What changed downstream

- Ethernet became the dominant wired local-network family across many speeds and media.
- It connected the PARC office environment's workstations, servers, and laser printers.
- Standardization created interoperable chips, cables, switches, operating systems, and tools.

## 6. Attribution, limits, and uncertainty

- Boggs is the named co-inventor, and PARC, ALOHAnet, IEEE 802.3, and vendor teams supplied essential work.
- Modern switched Ethernet no longer uses CSMA/CD on normal full-duplex links.
- Network value depends on topology, user diversity, interoperability, congestion, harms, and power—not simply n².

## 7. Reconstruction lab

Simulate ten stations using slotted shared-medium access with and without exponential backoff, then replace the medium with a learning switch. Plot throughput and collisions as load grows and identify which historical mechanism disappears. Add uneven destinations and measure queueing at one congested switch port.

## 8. Evidence trail

- [Ethernet: Distributed Packet Switching for Local Computer Networks](https://doi.org/10.1145/360248.360253) — Communications of the ACM
- [Robert Metcalfe](https://computerhistory.org/profile/robert-metcalfe/) — Computer History Museum

---

*Research checked 2026-08-09. Dates, roles, and claims about living people are historical snapshots. Linked sources remain the authority; this dossier is original instructional synthesis.*
