TCP three-way handshake understanding, if there are any mistakes, please help me correct.

The

client marks the bit flags to send syn = 1, the
server replies ack = 1 and syn = 1 after receiving the reply, and the
client sends ack = 1 to the server to complete the three-way handshake after receiving the reply.
then send the http request ack = 1 and psh = 1, and wrap the http request format in the data body and send it to the server
server after processing, reply ack = 1 and psh = 1, and attach the http response format.

online tcp tutorials are used (bloggers themselves do not quite understand that cp is their own). They are analyzed by package grabbing software. If there are any mistakes, please point them out.

Jun.25,2021

it seems that Baidu encyclopedia has an explanation of "three-way handshake", which will be a little more detailed

.
Menu