哪位高手可以用英语简单描写一下“TCP三次握手/四次挥手”,谢谢!

来源:百度知道 编辑:UC知道 时间:2024/06/03 18:24:47
RT,老师留的作业,谢谢!
好了,追加200分以上!
谢绝谷歌翻译,谢谢!

RFC793 第30页
目录是:3.4. Establishing a connection

To establish a connection, TCP uses a three-way handshake. Before a client attempts to connect with a server, the server must first bind to a port to open it up for connections: this is called a passive open. Once the passive open is established, a client may initiate an active open. To establish a connection, the three-way (or 3-step) handshake occurs:
The active open is performed by the client sending a SYN to the server.
In response, the server replies with a SYN-ACK.
Finally the client sends an ACK back to the server.
At this point, both the client and server have received an acknowledgment of the connection.