---
title: "Ethernet: Distributed Packet Switching for Local Computer Networks"
description: "Ethernet asks how many computers can share one inexpensive local medium without a central traffic controller. Read it to see how a passive broadcast cable, carrier sensing, collision detection, brief jamming, and adaptive random backoff turn simultaneous packet attempts into distributed coordination."
canonical_url: "https://fanout.sh/daily/2026-09-04-ethernet-distributed-packet-switching"
md_url: "https://fanout.sh/daily/2026-09-04-ethernet-distributed-packet-switching.md"
last_updated: "2026-09-04"
access: "public"
---

# Ethernet: Distributed Packet Switching for Local Computer Networks

Ethernet asks how many computers can share one inexpensive local medium without a central traffic controller. Read it to see how a passive broadcast cable, carrier sensing, collision detection, brief jamming, and adaptive random backoff turn simultaneous packet attempts into distributed coordination.

## Paper details

- Authors: Robert M. Metcalfe and David R. Boggs

- Venue: Communications of the ACM 1976

- Track: Systems

- Difficulty: Very Easy

- Reading time: 30 min

- Original paper: https://doi.org/10.1145/360248.360253

## What you will learn

- How a passive branching Ether broadcasts each addressed packet while destination stations decide locally whether to copy it.

- Why listening before transmission reduces collisions but propagation delay still permits simultaneous starts, making rapid detection and shared collision consensus necessary.

- How repeated collisions double the mean random retry interval, what the paper's heavy-load efficiency model actually assumes, and which reliability duties remain above the link.

## Continue exploring

[Explore packet transport in Fanout](https://fanout.sh/system/archive/tcp-vs-udp): Move up one abstraction layer from Ethernet's shared-medium packet delivery to Fanout's comparison of reliable TCP byte streams and UDP datagrams.

---
This representation contains public Fanout content only. Protected Pro lessons, account data, billing, checkout, and pricing are not included.

Browse the public content map: https://fanout.sh/sitemap.md
