Stencel AcademyHow Infrastructure Works →
Part 2 · Lesson 8 · Intermediate

TCP: The Reliable Pipe

Watch TCP build a reliable pipe from unreliable packets.

In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like sudo tcpdump -n host 203.0.113.10, curl -s https://api.stencel.ai/health and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.

Key takeaway: TCP numbers every byte and acknowledges every segment — a reliable pipe built on an unreliable network.

Before this lesson

Builds on: Packets & Routing.

What you'll practise

Terms you'll learn

TCPthree-way handshakeSYN / SYN-ACK / ACKsegmentretransmissionFIN

Check your understanding

Why three packets (SYN, SYN-ACK, ACK) before any data?
Open the interactive lesson →