Transport layer
TCP Socket Lab
Open a simulated connection, send data, inspect packets, and observe how TCP state changes.
TCP socket lab
Control the client. Watch connection state, packets, and acknowledgements change.
Ready to connect
client seq 1200server seq 8400
Client
10.0.0.12
CLOSEDServer
203.0.113.10
LISTENReceived
waiting...
Timeline
0 packetsSYN - SYN-ACK - ACK will appear here.
Packet inspector
Packets appear after Connect.
Start
Click Connect to create SYN, SYN-ACK, and ACK packets.
Quick practice
Connect, send a short message, then inspect how ACK changes.