当前位置:网站首页>TCP protocol three times handshake process
TCP protocol three times handshake process
2022-07-04 21:54:00 【Tianmiao studio】
Common front-end interview questions TCP Protocol three handshake process

1. The first 1 The second handshake Establishing a connection
The message sent by the client to the server SYN Package information SYN Code for 1
2. The first 2 The second handshake The server responded to the client , Used to accept and connect requests
The message returned by the server to the client SYN Code and ACK All codes are 1, Also called syn-ack Message information .
3. The first 3 The second handshake The client finally sends it to the server , Used to confirm the server reply .
The message information finally sent by the client to the server ACK Code for 1, We call it ack package .
4. The first 4 Time It's also known as Finally disconnect .
summary
1 The second handshake : The client sends with syn The symbol of code connects to the packet server .
2 The second handshake : Server return syn+ack Connection request for flag + Reply data to the client .
3 The second handshake : The client finally sends ack Flag data to the server . Establishing a connection , It's ready to transfer data .
边栏推荐
- TCP协议三次握手过程
- Hash table
- Monitor the shuttle return button
- Jerry's ad series MIDI function description [chapter]
- MP3是如何诞生的?
- Redis has three methods for checking big keys, which are necessary for optimization
- 【LeetCode】17、电话号码的字母组合
- Jerry's ad series MIDI function description [chapter]
- Jerry's ad series MIDI function description [chapter]
- 奋斗正当时,城链科技战略峰会广州站圆满召开
猜你喜欢

QT—双缓冲绘图

从RepVgg到MobileOne,含mobileone的代码
![Jerry's ad series MIDI function description [chapter]](/img/28/e0f9b41db597ff3288af431c677001.png)
Jerry's ad series MIDI function description [chapter]

SolidWorks工程图添加材料明细表的操作

ArcGIS 10.2.2 | solution to the failure of ArcGIS license server to start
![[C language] deep understanding of symbols](/img/4b/26cf10baa29eeff08101dcbbb673a2.png)
[C language] deep understanding of symbols

Word文档中标题前面的黑点如何去掉
![Jerry's ad series MIDI function description [chapter]](/img/d7/348d85eb9f69ffd75612eeba56b16e.png)
Jerry's ad series MIDI function description [chapter]

Cloudcompare & open3d DBSCAN clustering (non plug-in)

巅峰不止,继续奋斗!城链科技数字峰会于重庆隆重举行
随机推荐
From repvgg to mobileone, including mobileone code
Compréhension approfondie du symbole [langue C]
[leetcode] 17. Letter combination of telephone number
Kubedm initialization error: [error cri]: container runtime is not running
Drop down selection of Ehlib database records
Interviewer: what is XSS attack?
Golang面试整理 三 简历如何书写
2021 CCPC Harbin B. magical subsequence (thinking question)
HDU - 2859 Phalanx(DP)
gtest从一无所知到熟练使用(2)什么是测试夹具/装置(test fixture)
Jerry's ad series MIDI function description [chapter]
Jerry's ad series MIDI function description [chapter]
Caduceus从未停止创新,去中心化边缘渲染技术让元宇宙不再遥远
HDU - 2859 Phalanx(DP)
How to remove the black dot in front of the title in word document
置信区间的画法
Bookmark
Jerry's ad series MIDI function description [chapter]
Kubeadm初始化报错:[ERROR CRI]: container runtime is not running
TCP协议三次握手过程