9:53in productionCh. 1 · Not invented, inherited/ 9:53 · ceiling 15 min
Systems · Tech history
Router (computing)
Routers didn’t invent internetworking — they inherited it from 1960s interface computers built on Honeywell 516s.
The router is not a singular invention but a functional consolidation of earlier interface computers — the NPL node (1969) and ARPANET IMPs (1969) — refined into an IP-forwarding device by Ginny Travers at BBN in 1975–1976. Its mechanism is simple: consult a routing table, match a destination IP, forward the packet. It works reliably for that task. It does not secure, inspect, or adapt beyond its table. Its value lies in interoperability, not intelligence. It changed networking by making heterogeneity operational — not inevitable, not elegant, but functional.
The first routers were not called routers — they were interface computers and IMPs, built in 1969 on Honeywell 516 hardware.
2:23
First IP routers: 1975–1976
The first true IP router ran in 1975–1976; by year-end, three PDP-11 units were forwarding packets in the prototype Internet.
3:48
A distributed invention
The idea emerged from the INWG, then spread across CYCLADES, PARC, and DARPA — not from a single lab or nation.
5:40
Same function, different name
NPL interface computers and ARPANET IMPs had the same core function as modern routers: forwarding packets between networks using software-defined logic.
Worth your time?
Yes. Study the whole thing.
4.5/ 5
What works
forwards packets between networks
uses IP addresses and routing tables
enables disjoint networks to interoperate
What does not
enforce policy
inspect payloads
auto-scale routing tables
encrypt traffic
Study it if
network architects
protocol designers
historians of computing
Skip it if
application developers
cybersecurity analysts
cloud operations teams
The written brief1 min read
What it is and the problem it solves
A router solves the problem of moving data across distinct networks. Without it, each network would remain an isolated island.
How it works
A router is a layer-3 device that forwards packets between networks using destination IP addresses and routing tables.
What works
The 1975–1976 BBN IP router worked. By end-1976, three PDP-11-based routers were in service in the experimental prototype Internet. The NPL interface computer (1969) and ARPANET IMPs (1969) had fundamentally the same functionality.
What does not
It does not scale autonomously. It requires manual or protocol-driven updates to routing tables. It does not enforce security, encrypt traffic, or inspect payloads.
What it changes
It enables separate networks to interoperate without merging their addressing schemes or administrative control. It shifts network boundaries from physical to logical.
Is it worth your time
Yes — if you work with network infrastructure, internetworking, or protocol design. It remains foundational, but its core logic has not changed since 1976.