Transmission Control Protocol¶
Postel, J. (1981). Transmission Control Protocol.
Cited by¶
8 citations across 8 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Adjacency Pair
- The repair affordance is built in as retry-with-backoff and idempotency keys: a discipline for handling a mismatched or absent second-pair-part, part of the structure rather than an emergency add-on. Composition holds too: a handshake is a chain of pairs (SYN/SYN-ACK then ACK), each analysable locally while the chain's coherence is global.
This sourceSpecifies the TCP three-way handshake (SYN / SYN-ACK / ACK) as a chain of paired exchanges, supporting composition of adjacency pairs.
- The repair affordance is built in as retry-with-backoff and idempotency keys: a discipline for handling a mismatched or absent second-pair-part, part of the structure rather than an emergency add-on. Composition holds too: a handshake is a chain of pairs (SYN/SYN-ACK then ACK), each analysable locally while the chain's coherence is global.
- Asymmetric Interface Tolerance
- The familiar robustness principle, be conservative in what you send and liberal in what you accept, is one prescription within the four-cell design space;
This sourceStates the robustness principle (Postel's Law): "be conservative in what you do, be liberal in what you accept from others" — one cell of the four-cell tolerance space.
- The familiar robustness principle, be conservative in what you send and liberal in what you accept, is one prescription within the four-cell design space;
- Communication Repair
- The TCP retransmission mechanism is communication repair stated as a formal protocol.
This sourceSpecifies TCP, including retransmission on missing acknowledgement (timeout) and duplicate-ACK signaling, sequence numbers for in-order reinsertion, and the ACK control channel — the formal protocol form of communication repair.
- The TCP retransmission mechanism is communication repair stated as a formal protocol.
- Layered Accumulation
- Tiered storage and snapshot strategies: Hot layers (recent commits, active policies) are stored with full fidelity, the same operational discipline Postel (1981) codified for TCP in RFC 793 — segments are buffered, retransmitted, and eventually retired in tiers as acknowledgements move forward.
This sourceInternet Engineering Task Force. Defines TCP segment buffering, retransmission, and sequence-number-based ordering; the operational template for tiered retention of in-flight versus acknowledged data, paralleling hot/warm/cold layer strategies in storage systems.
- Tiered storage and snapshot strategies: Hot layers (recent commits, active policies) are stored with full fidelity, the same operational discipline Postel (1981) codified for TCP in RFC 793 — segments are buffered, retransmitted, and eventually retired in tiers as acknowledgements move forward.
- Site
- The addressable position is a port number on a host: a first-class, addressable slot in the host's transport-layer structure, identified independently of any program.
This sourceSpecifies TCP ports as numbered transport-layer endpoints that multiplex applications and persist independently of any bound service.
- The addressable position is a port number on a host: a first-class, addressable slot in the host's transport-layer structure, identified independently of any program.
- Setup–Resolution Pair
- State and State Transition
- If the latter, the label is underspecified, and behavior will diverge within a supposed single state — the same pathology that produces bugs in TCP state machines
This sourceInternet Engineering Task Force.
- If the latter, the label is underspecified, and behavior will diverge within a supposed single state — the same pathology that produces bugs in TCP state machines
Mechanisms¶
- Message Schema Registry
- A tolerant-reader discipline
This sourceStates a tolerant-reader principle: accept what can be understood and ignore what is unrecognized.
- A tolerant-reader discipline
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 3 other ways.
- https://www.rfc-editor.org/rfc/rfc793 ×2
- https://www.rfc-editor.org/rfc/rfc761 ×1
- https://www.rfc-editor.org/rfc/rfc793.html ×1
Registry ID ref:86bf35647d91 · see in the full table