How does the TCP connection state change?

How does the TCP connection state change?

TCP is a connection-oriented reliable transmission protocol. TCP uses three-way handshake and four-way handshake to establish and terminate the connection. Through the three-way handshake, the sender and receiver exchange information such as sequence number and window size to ensure that both parties are ready for data transmission. During the transmission process, the connection is terminated normally through four handshakes to ensure that the last data can be transmitted completely.

picture

picture


When establishing and disconnecting a TCP connection, the TCP client and server will experience different state transitions.

picture


State transitions when establishing a connection:

1. Before establishing a connection, the status of both the server and the client is CLOSED.

2. After the server creates the socket, it starts listening and changes to the LISTEN state.

3. The client requests to establish a connection and sends a SYN message to the server. The client's status changes to SYN_SENT.

4. After receiving the message from the client, the server sends ACK and SYN messages to the client. At this time, the server status changes to SYN_RCVD.

5. After the client receives the ACK and SYN packets from the server, it sends an ACK to the server, and the client status changes to ESTABLISHED

6. After receiving the ACK from the client, the server also becomes ESTABLISHED.

At this point, the three-way handshake is completed and the connection is established!

picture


State transition when disconnecting (the server can also actively disconnect, taking the client actively disconnecting as an example):

1. The client first sends a FIN message to the server, requesting to disconnect, and its status changes to FIN_WAIT1.

2. After receiving FIN, the server sends ACK to the client, and the server status changes to CLOSE_WAIT.

3. After receiving the ACK, the client enters the FIN_WAIT2 state. At this point, the connection is half disconnected.

4. If the server still has data to send to the client, it will continue to send it until it has finished sending it. Then it sends a FIN message, and the server enters the LAST_ACK state.

5. After receiving the FIN from the server, the client immediately sends an ACK to the server. At this time, the client enters the TIME_WAIT state, and then enters the CLOSED state after 2MSL (MSL refers to the maximum survival time of the message).

6. The server enters the CLOSED state after receiving the ACK from the client.

At this point, four waves are completed and the connection is complete!

picture


There are two points to note during the disconnection process:

1. If the client receives the server's FIN before receiving the server's ACK after sending the FIN message, the client replies ACK to the server and the state changes to CLOSING. After the client receives the server's ACK, the state changes to TIME_WAIT.

2. If the client receives a message from the server with both ACK and FIN flags after sending a FIN message, it can directly enter the TIME_WAIT state without going through the FIN_WAIT_2 state.

picture



<<:  How does TCP ensure reliable transmission?

>>:  A brief analysis of the application of NAT technology in cloud gateway

Recommend

Zhao Rong wishes you good luck in the Year of the Dragon! All the best!

In spring there are hundreds of flowers, in autum...

Several thinking patterns that need to be changed in the 6G era

First of all, 5/6G is born for the interconnectio...

HmbCloud: $4.99/month KVM-1GB/10GB/500GB/Los Angeles (CN2 GIA)

HmbCloud is called Half Moon Bay. According to th...