Home >Common Problem >What is the release process of tcp connection?

What is the release process of tcp connection?

coldplay.xixi
coldplay.xixiOriginal
2020-06-29 09:32:3613269browse

The release process of tcp connection is: first the party that actively releases sends a connection release request; then the party that releases passively sends a confirmation message after receiving the request sent by the active release; then the passive releasing party sends the connection release again request message; finally, the active releasing party only needs to send a confirmation message after receiving the release request from the passive releasing party.

What is the release process of tcp connection?

The release process of tcp connection is:

1. After the communication is completed, the TCP connection is waved four times release process.

What is the release process of tcp connection?

#2. The party actively releasing sends a connection release request. (Waving for the first time)

What is the release process of tcp connection?

#3. After receiving the request for active release, the party that releases passively sends a confirmation message. (Waving for the second time)

What is the release process of tcp connection?

4. After waiting for a period of time, the passive releasing party sends the connection release request message again. (Waving for the third time)

What is the release process of tcp connection?

5. The active releasing party sends a confirmation message after receiving the release request from the passive releasing party. (Waving for the fourth time)

What is the release process of tcp connection?

#6. The connection release is completed.

What is the release process of tcp connection?

Related learning recommendations: PHP programming from entry to proficiency

The above is the detailed content of What is the release process of tcp connection?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn