---
title: "The Design Philosophy of the DARPA Internet Protocols"
description: "The DARPA Internet design paper asks why a conversation should survive when a router or network disappears beneath it. Read it to see how fate-sharing keeps essential connection state at the endpoint hosts, why the network forwards independent datagrams, and where alternate paths, routing recovery, host behavior, management, accounting, and security remain outside that elegant core."
canonical_url: "https://fanout.sh/daily/2026-09-14-darpa-internet-design"
md_url: "https://fanout.sh/daily/2026-09-14-darpa-internet-design.md"
last_updated: "2026-09-14"
access: "public"
---

# The Design Philosophy of the DARPA Internet Protocols

The DARPA Internet design paper asks why a conversation should survive when a router or network disappears beneath it. Read it to see how fate-sharing keeps essential connection state at the endpoint hosts, why the network forwards independent datagrams, and where alternate paths, routing recovery, host behavior, management, accounting, and security remain outside that elegant core.

## Paper details

- Authors: David D. Clark

- Venue: ACM SIGCOMM 1988

- Track: Systems

- Difficulty: Easy

- Reading time: 30 min

- Original paper: https://www.cs.princeton.edu/courses/archive/spring14/cos461/papers/clark88.pdf

## What you will learn

- Why survivability outranked service variety, network variety, cost, attachment effort, and accountability in the architecture's ordered goals.

- How fate-sharing places sequence, acknowledgment, and flow-control state with the hosts whose conversation that state describes.

- Why stateless datagram forwarding makes failure recovery possible but does not itself supply another path, fast reconvergence, management, accounting, or security.

## Continue exploring

[Explore TCP and UDP in Fanout](https://fanout.sh/system/archive/tcp-vs-udp): Connect the paper's datagram foundation and separated transport services to Fanout's practical guide to TCP streams, UDP datagrams, reliability, ordering, congestion control, and application tradeoffs.

---
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
