# Donald Davies

> 1924–2000 · Computer Scientist
>
> **Recorded contribution:** Packet switching (independent invention, NPL, UK)

## 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

Donald Watts Davies (1924–2000) developed packet switching at Britain's National Physical Laboratory independently of Paul Baran's distributed-network studies. In 1965–1966 Davies proposed dividing computer messages into uniformly sized 'packets' that shared high-speed links and were forwarded by switching nodes; his team built the NPL network. Davies coined the term packet. The ARPANET drew from multiple streams, including Baran, Davies, Leonard Kleinrock's queueing work, Larry Roberts's program leadership, and engineering by BBN and host sites. Davies's distinctive contribution was a concrete store-and-forward design aimed at efficient interactive data communication, not a solitary invention of the Internet.

## 2. The problem inherited

Circuit-switched telephone networks reserve an end-to-end path even while bursty computer users are idle, wasting capacity and making flexible communication among many machines difficult.

## 3. The central contribution

Davies proposed and implemented statistical sharing through short addressed packets, with network nodes buffering and forwarding each packet over available links.

## 4. Reconstruct the mechanism

1. Split a long message into bounded-size packets carrying destination, sequencing, and control information.
2. Interleave packets from many conversations on a shared link instead of reserving one circuit per conversation.
3. At each switch, buffer an arriving packet, inspect its address, and forward it toward the destination when an output link is available.
4. At the receiving host, detect loss or disorder as the protocol provides and reconstruct the original message from the packet sequence.

## 5. What changed downstream

- The NPL network provided an operational early packet-switched network and influenced ARPANET designers.
- Statistical multiplexing became fundamental to data networks and the later Internet.
- Packetization enabled heterogeneous links and many concurrent applications to share network infrastructure.

## 6. Attribution, limits, and uncertainty

- Baran independently proposed related distributed adaptive message-block networking; neither line should be erased.
- Packet switching alone is not the Internet: internetwork protocols, congestion control, addressing, applications, and operations required many later contributors.
- Variable queueing delay, congestion, loss, and overhead are consequences that protocols and capacity planning must manage.

## 7. Reconstruction lab

Simulate two bursty senders sharing one link. Compare reserved half-capacity circuits with a single packet queue under the same arrival trace; measure utilization, mean delay, and loss at finite buffer size. Explain when statistical sharing wins and when its delay becomes unacceptable.

## 8. Evidence trail

- [Donald Davies](https://www.npl.co.uk/about-us/history/famous/donald-davies) — National Physical Laboratory
- [Donald Davies](https://www.internethalloffame.org/inductee/donald-davies/) — Internet Hall of Fame

---

*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.*
