How a TCP connection starts:
1. Client sends a SYN packet ("let’s talk")
2. Server sends a SYN-ACK packet ("I hear you, can you hear me?")
3. Client sends a ACK packet ("I hear you")
That 3-step handshake syncs sequence numbers and opens a reliable channel. #TCP #netsys
0
0
0
0