当前位置:网站首页>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 .
边栏推荐
- Which securities company is better to open an account? Is online account opening safe
- Minidom module writes and parses XML
- Cadeus has never stopped innovating. Decentralized edge rendering technology makes the metauniverse no longer far away
- 【公开课预告】:视频质量评价基础与实践
- 关系型数据库
- Open3D 曲面法向量计算
- Is it safe to open an account in the stock of Caicai college? Can you only open an account by digging money?
- 保证接口数据安全的10种方案
- 案例分享|金融业数据运营运维一体化建设
- 类方法和类变量的使用
猜你喜欢

做BI开发,为什么一定要熟悉行业和企业业务?

Flutter TextField示例

解读创客教育中的各类智能化组织发展
![Compréhension approfondie du symbole [langue C]](/img/4b/26cf10baa29eeff08101dcbbb673a2.png)
Compréhension approfondie du symbole [langue C]

bizchart+slider实现分组柱状图

redis03——Redis的网络配置与心跳机制

Operation of adding material schedule in SolidWorks drawing

Super detailed tutorial, an introduction to istio Architecture Principle and practical application

MP3是如何诞生的?

QT - double buffer plot
随机推荐
Hash table
HDU - 2859 Phalanx(DP)
面试官:说说XSS攻击是什么?
Cadeus has never stopped innovating. Decentralized edge rendering technology makes the metauniverse no longer far away
Drop down selection of Ehlib database records
电话加密,中间4为****代替
Bookmark
如何借助自动化工具落地DevOps
解析steam教育中蕴含的众创空间
MongoDB中的索引操作总结
输入的查询SQL语句,是如何执行的?
奋斗正当时,城链科技战略峰会广州站圆满召开
How was MP3 born?
flink1.13 sql基础语法(一)DDL、DML
2021 CCPC Harbin B. magical subsequence (thinking question)
Bookmark
MongoDB聚合操作总结
什么是商业智能(BI),就看这篇文章足够了
Word文档中标题前面的黑点如何去掉
Daily question-leetcode556-next larger element iii-string-double pointer-next_ permutation