“Ethernet: Distributed Packet Switching for Local Computer Networks” is the paper by Robert M. Metcalfe and David R. Boggs that introduced Ethernet to the wider research community. It was published in Communications of the ACM, volume 19, number 7, pages 395 to 404, in July 1976, and a note in the text records that it was received in May 1975 and revised in December 1975, reflecting work that had already been running at the Xerox Palo Alto Research Center for years.
The paper’s abstract describes Ethernet as “a branching broadcast communication system for carrying digital data packets among locally distributed computing stations.” Its central design choice is that there is no central controller and no fixed allocation of the channel. Instead, all stations share a single passive medium that the authors poetically call the “Ether,” and they coordinate access through what the paper terms controlled statistical arbitration. Stations listen before sending, detect collisions when two transmit at once, and back off by random amounts before retrying.
A substantial part of the paper is devoted to analysis rather than mere description. The authors model the shared channel’s behavior under load, derive expected throughput as the number of contending stations grows, and discuss the randomized retransmission strategy that keeps the system stable. They also describe a packet format with addressing for switching at the receiver, and an error-controlled protocol layered on top of the raw broadcast medium. The work is grounded in real operational experience with a network of roughly 100 nodes spread over about a kilometer of coaxial cable.
The paper’s intellectual lineage is explicit: Metcalfe drew directly on the ALOHAnet radio network at the University of Hawaii, whose randomized retransmission scheme inspired Ethernet’s collision handling, and on the packet-switching tradition of the ARPANET. Ethernet’s contribution was to adapt those ideas to a high-speed, short-distance wired setting suitable for connecting the new personal computers being built at PARC.
This single paper became one of the most consequential documents in networking history. The access method it described was later codified by the IEEE as 802.3’s CSMA/CD, and the broadcast, collision-handling shared-medium model it laid out defined how local-area networks worked for a generation. It is the primary source most often cited when explaining where Ethernet, and with it the modern wired LAN, came from.