TCP에서 가장 중요한 3 가지
flow control ⭐️
connection management
Step 1: client host sends TCP SYN segment to server
- specifies initial sequence number
- no data
Step 2: server host receives SYN, replies with SYNACK segment
- server allocates buffers
- specifies server initial sequence number
Step 3: client receives SYNACK, replies with ACK segment, which may contain data