Tutorials Streaming

Vint Cerf: Networks That Carry Each Other's Traffic

Profile ยท ~15 min
Historical photograph of Vint Cerf.Image credit & licence

Overview

Vinton Gray Cerf (born 1943) co-designed TCP/IP with Robert Kahn, published in 1974. It allows separately owned and technically different networks to exchange traffic without central coordination, and it is the basis of the internet. Cerf later worked at MCI, ICANN and Google.

What You Need

  • Born 1943, United States
  • Anchor year: 1974 โ€” the TCP/IP paper
  • Strand: canon

Steps

1

The problem as it stood

By the early 1970s several packet networks existed โ€” ARPANET, packet radio, satellite networks โ€” with different packet sizes, error behaviours and addressing. They could not talk to each other, and unifying them under one design would have required everyone to rebuild.

2

What he actually did

Cerf and Kahn designed a protocol assuming the networks in between are unreliable and heterogeneous. Reliability is handled at the endpoints; the network only has to make a best effort. Gateways between networks translate as little as possible.

3

How it worked

The end-to-end principle: keep the network simple and put intelligence at the edges. A network joining the internet need not change how it works internally, only speak IP at its boundary. That is why the internet could absorb technologies โ€” Ethernet, Wi-Fi, mobile data, fibre โ€” that did not exist when it was designed.

4

What it made possible

The internet, and therefore the delivery mechanism that ends this corpus. Because the network makes no assumptions about what it carries, it could carry the web, then audio, then video, without redesign โ€” which is exactly what broadcast infrastructure could not do.

5

What happened to him

He held roles at DARPA, MCI, ICANN and Google, shared the Turing Award with Kahn in 2004, and has been a persistent public advocate for open networks.

6

Where the credit landed

Cerf and Kahn are jointly and properly credited, and the popular framing of "the fathers of the internet" flattens a great deal of other work โ€” Louis Pouzin's datagram design in the French CYCLADES project directly influenced TCP/IP, and Donald Davies and Paul Baran independently devised packet switching. Cerf has consistently said so himself.

Pro Tips

  • The end-to-end principle keeps the network dumb and the edges smart.
  • That is why the internet absorbed Wi-Fi, mobile and fibre without redesign.
  • Pouzin, Davies and Baran are part of this story and usually omitted.

What You'll Learn

The internet is a design decision about where to put the intelligence.

Why a dumb network beat a smart one

Telephone networks put the intelligence in the middle: the network managed the call, and terminals were simple. That produces excellent voice service and makes anything else nearly impossible without the operator's cooperation. TCP/IP inverts it โ€” the network forwards packets and knows nothing about what they mean, so new applications need no permission from anyone. Broadcasting had the same centralised structure as telephony, and the same difficulty adapting.

Where This Fits

This guide covers one specific part of the history of media technology. The wider picture โ€” how each link in the chain from capture through transmission to display was actually built, who built it, and why the credit so often landed somewhere else โ€” is in A History of Broadcast Technology: The Chain From Capture to Screen, which frames the discipline as a whole and links out to the detailed guides underneath it, including this one. If you are starting from scratch rather than solving a specific problem, read that first and come back here.

FAQ

Q: What does TCP/IP actually do?
A: IP moves packets between networks on a best-effort basis; TCP runs at the endpoints and provides reliability, ordering and flow control. Separating them lets unreliable, heterogeneous networks be joined without central coordination.

Q: Who invented the internet?
A: No one person. Cerf and Kahn designed TCP/IP; packet switching came independently from Paul Baran and Donald Davies; Louis Pouzin's CYCLADES datagram work directly influenced TCP/IP; the web came later from Tim Berners-Lee.