Skip to content

Archaic Legal Glossary & Citations

Letters Patent14th–20th Century
19th-C Meaning:

Open public letters from a monarch or government (literae patentes) granting monopoly rights.

Modern Engineering Decoded:Issued USPTO utility or design patent publication.
Historical note: Contrasted with 'letters close' (private sealed royal correspondence).
In testimony whereof19th Century
19th-C Meaning:

Formal concluding legal formula affirming under oath the execution of the instrument.

Modern Engineering Decoded:Inventor and witness digital/physical signatures.
Historical note: Required two witness attestations in 19th-century USPTO filing procedure.
AeroplaneEarly 20th Century (Wright era)
19th-C Meaning:

A flat or cambered lifting aerofoil surface supported dynamically by air pressure.

Modern Engineering Decoded:Wing / Airfoil lifting surface (later evolved to mean the entire motorized aircraft).
Historical note: The Wrights used 'aeroplane' to denote the individual fabric-covered wings.
Undulating Current19th Century (Bell era)
19th-C Meaning:

An electric current whose magnitude varies continuously and periodically without interruption.

Modern Engineering Decoded:Continuous analog AC or audio-frequency electrical waveform.
Historical note: Bell's central legal weapon against telegraph companies who relied on pulsed DC make-and-break circuits.
Subdivision of the Electric Light1870s–1880s (Edison era)
19th-C Meaning:

The problem of operating numerous small domestic lamps off a single electrical generator.

Modern Engineering Decoded:Parallel circuit wiring of high-resistance incandescent electrical loads.
Historical note: Pundits claimed it was physically impossible until Edison increased filament resistance to 100 ohms.
Optically Anisotropic Solution1960s (Kwolek era)
19th-C Meaning:

A liquid solution that exhibits direction-dependent refractive indices due to molecular alignment.

Modern Engineering Decoded:Liquid crystalline nematic phase polymer dope.
Historical note: Technicians initially tried to throw out Kwolek's cloudy solution thinking it was contaminated.
Unitary Body of Semiconductor Material1950s–1960s (Noyce era)
19th-C Meaning:

A single continuous crystal structure of silicon or germanium.

Modern Engineering Decoded:Monolithic single-crystal silicon die / integrated circuit wafer.
Historical note: Differentiated Noyce's monolithic planar circuit from Jack Kilby's hybrid flying-wire prototype.
Peculiar and Novel Construction19th Century
19th-C Meaning:

A distinctive, patentable structural arrangement not found in prior art.

Modern Engineering Decoded:Novel and non-obvious mechanical embodiment under 35 U.S.C. § 103.
Historical note: Standard 19th-century legal terminology establishing novelty.
Classic Patents/US 4,063,220
Space Age & Computing Revolution (1950–1980)Computer Networking, Local Area Networks & Digital Communications

Ethernet Local Area Network (CSMA/CD)

US 4,063,220

Carrier Sense Multiple Access, Coaxial Tap Transceivers, Analog Collision Detection, and Binary Exponential Backoff

Inventor(s)Robert M. Metcalfe, David R. Boggs, Charles P. Thacker, Butler W. Lampson
Grant DateDecember 13, 1977
Filing DateMarch 31, 1975
LocationPalo Alto, California
US 4,063,220 defines Ethernet, the foundational local area networking protocol that interconnects distributed computing stations over a shared passive transmission medium (such as a 50-ohm coaxial cable). Rather than relying on centralized polling masters or dedicated time-division slots, each station uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD): listening to the channel before transmitting, monitoring analog bus voltages to detect simultaneous collisions instantaneously during transmission, aborting corrupted frames immediately, and dynamically adjusting retransmission delays via Binary Exponential Backoff.
USPTO PDF
Engineering Analysis & Physical Principles

How It Works: Step-by-Step Mechanical & Physical Breakdown

Before Ethernet, connecting computers together required either dedicated point-to-point cables, centralized master switches that represented single points of failure, or uncoordinated packet radio systems like ALOHA that collapsed under heavy traffic. In 1973–1975 at Xerox PARC, Robert Metcalfe, David Boggs, Charles Thacker, and Butler Lampson invented Ethernet: a completely decentralized local area network architecture that treats a passive coaxial cable as a shared ether. Using Carrier Sense Multiple Access with Collision Detection (CSMA/CD), stations listen before talking, detect overlapping collisions instantaneously while talking, immediately abort corrupted packets to save channel airtime, and execute Binary Exponential Backoff to dynamically resolve traffic contention without any central master.
The Core Breakthrough Mechanism

Ethernet operates as a distributed statistical arbitration mechanism across five coupled physical and logical stages: 1. Carrier Sensing (Listen Before Talk): When a host has a packet to send, its interface checks the cable. If the analog voltage on the 50-ohm coaxial line indicates an active transmission (carrier sensed), the station defers and waits for the channel to fall silent. 2. Transmission & Manchester Encoding: Once silent, the station transmits its packet bit-serially at 2.94 to 10.0 Mbps, encoding bits using Manchester phase modulation (where every bit has a mid-bit transition for reliable clock recovery). 3. Listen While Talk (Collision Detection): Because electricity travels through coaxial cable at roughly 200,000 km/s (~0.66c), there is a 5-nanosecond-per-meter propagation delay window where two distant stations might both find the cable quiet and transmit simultaneously. To catch this, the transmitting station continuously compares its outgoing signal against the voltage on the cable. When two open-collector drivers transmit together, their currents add constructively into the 25-ohm parallel bus impedance, pulling the cable voltage down from -1.0V to -2.0V. An analog comparator and delay-matched XOR gate detect this discrepancy instantly. 4. Collision Jam & Immediate Abort: The moment a collision is detected, the station aborts the transmission immediately (preventing the waste of a full multi-kilobyte packet) and broadcasts a 32-bit jam pattern so all other stations reliably detect the collision. 5. Binary Exponential Backoff (BEB): Each station increments its collision counter n and picks a random integer delay r from [0, 2^min(n, 10) - 1] slot times. By doubling the random delay window after every collision (1 slot, 2 slots, 4, 8, 16 ... up to 1024), contending stations rapidly un-synchronize and find clear transmission windows, maintaining over 95% channel efficiency even under intense traffic.

Interactive Real-Time Physical Simulation

Drag to rotate · Pinch to zoom · Shared controls update the displayed model
INITIALIZING THREE.JS WEBGL SIMULATION...
Ethernet Coaxial CSMA/CD & Binary Exponential Backoff.
Host-Model Telemetry/Computed Readout
Ethernet Coaxial CSMA/CD & Binary Exponential Backoff
Electromagnetic Wave Speed
Source
199.9×10⁶ m/s[1]
One-Way Cable Delay
Reader Scenario
2501.7ns[T]
Collision Slot Time
Source
5.04µs[1]
Manchester Bit Period
Source
340.1ns[T]
Bus Analog Voltage
Source
-1.00V[ML²/IT³]
Channel Utilization Efficiency
Reader Scenario
98.8%[1]
Useful Data Throughput
Reader Scenario
2.91Mbps[1]
Terminator Power Dissipation
Reader Scenario
20.0mW[1]
Coaxial Cable Length500 m
Data Transmission Rate2.94 Mbps
Active Contending Stations8 nodes
Offered Traffic Load (G)0.6 norm
Packet Frame Size256 bytes
Simulate Packet Collision0 flag
Energy · networking_electrodynamics
Transceiver Driver DC Power (+12V/-5V)
1 W
Coaxial RF Signal Transmission
0 W
50-Ohm Terminator & Cable Resistive Loss
1 W

Detailed Component Architecture

1Coaxial Cable Medium & Termination
Passive 50-ohm RG-8 coaxial cable bus terminated at both ends with matched resistors.

The transmission bus consists of a continuous coaxial line with characteristic impedance Z0=50ΩZ_0 = 50\,\Omega. Both physical ends are terminated with 50Ω50\,\Omega non-inductive resistors to ground, presenting an effective parallel AC impedance of Zbus=25ΩZ_{\text{bus}} = 25\,\Omega to any tap. Electromagnetic signals travel along the polyethylene dielectric at v=c/ϵr2.0×108 m/sv = c / \sqrt{\epsilon_r} \approx 2.0 \times 10^8\text{ m/s} (5.0ns/m5.0\,\text{ns/m}).

19th-C. Term: Ether / Communicating MediumModern: 10BASE5 Thicknet / 10BASE2 Thinnet / Coaxial Physical Layer (PHY)
2Vampire Tap & Active Transceiver
Non-invasive piercing tap coupling active driver and receiver electronics to the cable without severing the conductor.

The transceiver clamps onto the cable using needle-like contact pins (vampire tap). An open-collector NPN transistor driver pulls 40mA40\,\text{mA} through the 25Ω25\,\Omega bus, creating a nominal 1.0V-1.0\,\text{V} logic pulse. High-input-impedance differential receivers sense line voltages with minimal capacitive loading (<4pF< 4\,\text{pF}), and isolation transformers prevent ground loops between stations.

19th-C. Term: Transceiver TapModern: Medium Attachment Unit (MAU) / Ethernet PHY Transceiver
3Delay-Matched XOR Collision Detector
Analog comparator and exclusive-OR gate comparing transmitted vs. received line signals.

The outgoing transmit pulse is passed through an internal delay line (delaying the signal by τinternal20ns\tau_{\text{internal}} \approx 20\,\text{ns} to match receiver propagation latency) and fed into an XOR gate alongside the received line signal. When two stations transmit concurrently, the additive line voltage drops below the 1.5V-1.5\,\text{V} collision threshold, producing a logic mismatch at the XOR gate that asserts the collision line within nanoseconds.

19th-C. Term: Collision Detecting MeansModern: CSMA/CD Collision Detection Circuit
4Binary Exponential Backoff Generator
Digital random number generator and counter array that dynamically doubles backoff delay ranges.

A high-frequency asynchronous clock (fast clock) continuously runs a binary counter. When a collision occurs, a shift register tracks collision attempt nn. An AND-gate weighting matrix masks the fast counter output to select a random integer r[0,2min(n,10)1]r \in [0, 2^{\min(n, 10)} - 1], loading an up-down counter that decrements once per slot time (Tslot=2τprop+2tturnaroundT_{\text{slot}} = 2\tau_{\text{prop}} + 2t_{\text{turnaround}}).

19th-C. Term: Weighting Means and Random Number GeneratorModern: Truncated Binary Exponential Backoff (BEB) MAC Engine
5Manchester Phase Encoder / Decoder
Self-clocking digital modulation encoding data bits as mid-bit voltage transitions.

Data bits are XORed with the transmitter bit clock. A binary '0' is represented by a high-to-low voltage transition at the center of the bit cell; a binary '1' is represented by a low-to-high transition. This ensures that every bit contains at least one signal transition, allowing receiving stations to extract clock synchronization directly from the data stream without a separate clock wire.

19th-C. Term: Phase Encoding MeansModern: Manchester Code Clock and Data Recovery (CDR)
Engineering Principles & Equations

Governing Equations & Engineering Principles

Authored explanation paired with its stated mathematical relation

Coaxial Cable Electromagnetic Wave Propagation & Delay

Electrodynamics & Transmission LinesClaim 1
Mathematical Governing Law
v=cϵr,τprop=Lv\htmlClass{eq-term eq-term-v_prop eq-term-sapphire}{\htmlData{var=v_prop}{\textcolor{#2563eb}{v}}} = \frac{\htmlClass{eq-term eq-term-c_light eq-term-amber}{\htmlData{var=c_light}{\textcolor{#d97706}{c}}}}{\sqrt{\htmlClass{eq-term eq-term-eps_r eq-term-emerald}{\htmlData{var=eps_r}{\textcolor{#059669}{\epsilon_r}}}}}, \quad \htmlClass{eq-term eq-term-tau_prop eq-term-crimson}{\htmlData{var=tau_prop}{\textcolor{#dc2626}{\tau_{\text{prop}}}}} = \frac{\htmlClass{eq-term eq-term-length_m eq-term-amethyst}{\htmlData{var=length_m}{\textcolor{#9333ea}{L}}}}{\htmlClass{eq-term eq-term-v_prop eq-term-sapphire}{\htmlData{var=v_prop}{\textcolor{#2563eb}{v}}}}
Terms:
Plain English DecoderHover or tap any highlighted phrase
The through the coaxial cable depends on the divided by the square root of the dielectric , producing a total proportional to .
vv
Electromagnetic Propagation Velocity
Wave speed along coaxial transmission line (~0.66c)
meters/second (m/s)

The speed at which electrical signals propagate down the coaxial transmission line, reduced by the dielectric material to approximately 200,000 km/s (5 ns per meter).

Physical Principle & Engineering Insight

Because electricity does not propagate instantaneously, a station at one end of a 500-meter cable cannot know another station began transmitting until 2.5 microseconds later. This propagation latency creates the vulnerability window in which collisions can occur.

Historical Context: Understanding propagation delay led Metcalfe and Boggs to define the slot time as twice the maximum round-trip propagation time, guaranteeing that any collision anywhere on the cable is detected by all transmitting nodes.

Truncated Binary Exponential Backoff Retransmission Algorithm

Distributed Algorithms & Network Protocol DynamicsClaim 12
Mathematical Governing Law
Tbackoff=rTslot,r[0,2min(n,10)1]\htmlClass{eq-term eq-term-t_backoff eq-term-emerald}{\htmlData{var=t_backoff}{\textcolor{#059669}{T_{\text{backoff}}}}} = \htmlClass{eq-term eq-term-r_slot eq-term-sapphire}{\htmlData{var=r_slot}{\textcolor{#2563eb}{r}}} \cdot \htmlClass{eq-term eq-term-t_slot eq-term-amber}{\htmlData{var=t_slot}{\textcolor{#d97706}{T_{\text{slot}}}}}, \quad \htmlClass{eq-term eq-term-r_slot eq-term-sapphire}{\htmlData{var=r_slot}{\textcolor{#2563eb}{r}}} \in \left[0, 2^{\min(\htmlClass{eq-term eq-term-col_count eq-term-crimson}{\htmlData{var=col_count}{\textcolor{#dc2626}{n}}}, 10)} - 1\right]
Terms:
Plain English DecoderHover or tap any highlighted phrase
The equals a pseudo-random integer multiplied by the , where the random range doubles exponentially with each successive up to 10 attempts.
TbackoffT_{\text{backoff}}
Retransmission Backoff Delay
Calculated waiting interval before next transmission attempt
microseconds (µs)

The duration a station must remain silent before attempting to retransmit a packet that previously suffered a collision.

Physical Principle & Engineering Insight

If two stations pick the same delay after a collision, they will collide again forever. By doubling the delay pool after each collision (1 slot -> 2 -> 4 -> 8 -> ... -> 1024), the probability of repeated collisions rapidly approaches zero, automatically adapting to varying network loads.

Historical Context: Binary Exponential Backoff is one of the most celebrated algorithms in computer science history. It enabled decentralized local area networks to achieve over 95% channel throughput under heavy load without needing any central traffic arbiter.

Electromagnetic Wave Propagation in Dielectric Transmission LinesAuthored Principle 1
Stated relationv=cϵr,τprop=Lvv = \frac{c}{\sqrt{\epsilon_r}},\quad \tau_{\text{prop}} = \frac{L}{v}
Signals travel down a coaxial cable at a velocity determined by the permittivity of the insulating dielectric. For polyethylene (epsilon_r = 2.25), wave speed is approximately 2/3 the speed of light in vacuum (200,000 km/s), establishing a fundamental propagation latency of 5 ns per meter that defines the vulnerability window for network collisions.
Analog Voltage Superposition on Terminated Transmission LinesAuthored Principle 2
Stated relationVbus=Itx,total(Z02)V_{\text{bus}} = -I_{\text{tx,total}} \cdot \left(\frac{Z_0}{2}\right)
The coaxial cable is terminated with matched characteristic impedance resistors Z0 at both ends, presenting an effective parallel resistance of 25 ohms. A single transmitter sourcing 40 mA produces a bus voltage of -1.0V. When two transmitters broadcast simultaneously, their current sources sum constructively into the bus, dropping the voltage to -2.0V and enabling instantaneous analog threshold detection.
CSMA/CD Protocol Efficiency & Vulnerability ParameterAuthored Principle 3
Stated relationa=τpropTpacket,ηmax=11+2aeGa = \frac{\tau_{\text{prop}}}{T_{\text{packet}}},\quad \eta_{\text{max}} = \frac{1}{1 + 2 a e G}
The maximum theoretical efficiency of CSMA/CD depends on the dimensionless ratio 'a' between one-way cable propagation delay and packet transmission duration. When packet duration is large relative to cable propagation delay (a << 1), collision detection guarantees channel utilization exceeding 90-95%, vastly outperforming ALOHA's 18.4% theoretical ceiling.

Interactive Schematic Sheet (Figure 1)

Overall system architecture illustrating a plurality of communication stations (110, 120, 125, 126) connected to a shared passive coaxial cable medium (100) through individual non-invasive transceivers (111, 121) and interface units (115).

1.00x
US 4,063,220 · FIGURE 1
Tap any numbered pin4 Curated Callouts
Callout Pin Inspector

Select Any Numbered Pin

Click pins on the schematic or select from the list below to inspect historical specifications.

Why It Still Matters

US 4,063,220 is arguably the most consequential patent in the history of computer communications. It transformed local area networking from an expensive, fragile, centralized telecommunications paradigm into a ubiquitous, robust, and cost-effective standard. Ethernet became the universal protocol for local networks worldwide, underpinning Xerox Alto workstations, 3Com commercial adapters, the IEEE 802.3 standard, modern data centers, and the physical infrastructure of the global Internet.

Legal Claims Decoder (22 Numbered Claims)

Compare dense legalistic claims directly with decoded plain-English functional specifications.
Claim #1Independent Master Claim
1/22
Verbatim Historical Legal Text
A data communication system comprising: a communicating medium; a plurality of transceivers connected to said medium, each transceiver including transmitting means for transmitting a signal onto said medium, and receiving means for receiving a signal communicated on said medium by another transceiver; collision detecting means coupled to the transmitting means and the receiving means of each transceiver for generating a collision signal whenever a signal communicated on said medium by another transceiver is received by said receiving means during the time said transmitting means is transmitting a signal onto said communicating medium; and means connected to each transceiver and responsive to the presence of said collision signal for interrupting the transmission of a signal onto said medium by said transmitting means.
Plain English Engineering Translation
Claim 1 is the seminal independent pioneer claim defining the complete CSMA/CD Ethernet architecture. It claims the combination of a shared communicating medium, a plurality of transceivers each with transmitting and receiving means, collision detecting means that generates a collision signal whenever another transceiver's signal is received during active transmission, and control means responsive to the collision signal that immediately interrupts transmission onto the medium.
Key Protected Innovations:
Listen-while-talk collision detection on shared broadcast mediumInstantaneous transmission abortion upon collision detection to preserve channel airtimeNon-invasive transceiver tapping into a passive shared transmission cable
Historical Legal Impact:
Claim 1 established the legal foundation of distributed Carrier Sense Multiple Access with Collision Detection (CSMA/CD), distinguishing Ethernet from both centralized polling architectures and uncoordinated ALOHA packet radio networks.

The Historical Bottleneck

In early computing networks, resource sharing among distributed minicomputers and terminals was bottlenecked by centralized star switches or uncoordinated packet radio channels (like ALOHA) that suffered disastrous throughput collapse (capping at 18.4% efficiency) whenever traffic surged.

Why Prior Art Failed

  • Centralized polling switches created severe single points of failure and massive scheduling latency.
  • Token-passing rings suffered from token loss recovery delays and complicated node insertion/removal protocols.
  • ALOHA packet radio lacked instantaneous listen-while-talk collision detection, forcing corrupted frames to transmit to completion and wasting channel airtime.
The Breakthrough Insight
Robert Metcalfe and David Boggs recognized that guided transmission lines (unlike unguided radio broadcasts) allow transceivers to listen while talking: monitoring analog bus voltages to detect collisions in microseconds, aborting transmission immediately, and using Binary Exponential Backoff to dynamically resolve network contention.

Patent Wars & Legal Litigations

Vs. Xerox / 3Com Open Consortium vs. IBM Token Ring & Datapoint ARCnetInfringement Challenge
Rival Claim & Defense:
IBM and Datapoint argued that deterministic token-passing rings were superior for commercial computing, asserting that CSMA/CD non-deterministic contention could lead to unbounded packet delays under heavy load.
Litigation Conflict:
In 1979, Bob Metcalfe formed the DIX (Digital Equipment Corporation, Intel, Xerox) consortium to establish Ethernet as an open IEEE standard. Metcalfe convinced Xerox to license US 4,063,220 for a nominal $1,000 royalty, sparking an explosion of low-cost commercial silicon controllers.
Final Resolution & Judicial Outcome:
The open standardization and massive semiconductor economies of scale drove Ethernet adapter costs down by orders of magnitude compared to proprietary Token Ring hardware.
After the Grant
Metcalfe went on to formulate 'Metcalfe's Law' (the value of a telecommunications network is proportional to the square of the number of connected users) and received the ACM A.M. Turing Award in 2022 for the invention, standardization, and commercialization of Ethernet.
Civilizational Impact
Ethernet became the universal nervous system of the digital age. It connected millions of personal computers, workstations, laser printers, servers, and routers, creating the local physical fabric upon which the World Wide Web and modern cloud computing were built.
Historical Fact
Robert Metcalfe named the protocol 'Ethernet' after the luminiferous ether—the 19th-century hypothetical passive medium through which electromagnetic waves were once thought to propagate through the universe.