当前位置:网站首页>wireshark报文分析tcp,ftp
wireshark报文分析tcp,ftp
2022-07-01 18:45:00 【蜉蝣之翼*】
TCP简介
TCP 负责应用软件(比如你的浏览器)和网络软件之间的通信。
IP 负责计算机之间的通信。
TCP 负责将数据分割并装入 IP 包,然后在它们到达的时候重新组合它们。
IP 负责将包发送至接受者。
tcp 标志位
SYN:同步标志位,用于2台主机要建立连接时,第一次发出的数据包,在TCP三次握手中,前两次握手会带有SYN标志位,如上图的TCP三次握手。
ACK:确认位,用于说明前对方发过来的数据包成功收到,上图中可以看到,第二次握手时,Receiver发送的包里面带有ACK和SYN,ACK是告诉Sender,刚刚你发过来的SYN包,我已经收到了。
FIN:发送方发送FIN标志位,目的是告诉接收者,这是最后一个包了。
URG:urgent flag用于通知receiver进程这个包要优先处理,把其他包先放一边。
PSH:push flag功能也urgent一样,优先处理,只是带有这个标志位的包程序直接处理,不进入接收缓存中。
RST:reset flag是从receiver发送到sender的包中才有,表明需要重连。需要复位。
ECE:ECN响应标志被用来在TCP3次握手时表明一个TCP端是具备ECN功能的,并且表明接收到的TCP包的IP头部的ECN被设置为11。
CWR:拥塞窗口减少标志被发送主机设置,用来表明它接收到了设置ECE标志的TCP包。拥塞窗口是被TCP维护的一个内部变量,用来管理发送窗口大小。

边栏推荐
- 精耕渠道共谋发展 福昕携手伟仕佳杰开展新产品培训大会
- Shell高级进阶
- 案例分享:QinQ基本组网配置
- 从零开始学 MySQL —数据库和数据表操作
- Bao, what if the O & M 100+ server is a headache? Use Xingyun housekeeper!
- Thesis reading [distinctive late semantic graph for video capturing]
- pickle.load报错【AttributeError: Can‘t get attribute ‘Vocabulary‘ on <module ‘__main__‘】
- ES6中的代理proxy
- uni-app商品分类
- Lake shore optimag superconducting magnet system om series
猜你喜欢

Lake shore optimag superconducting magnet system om series

【pytorch记录】自动混合精度训练 torch.cuda.amp

Flutter 实战-快速实现音视频通话应用

Solidity - 算术运算的截断模式(unchecked)与检查模式(checked)- 0.8.0新特性

数字化转型企业成功的关键,用数据创造价值

Lumiprobe cell imaging study PKH26 cell membrane labeling kit

Lake Shore - crx-em-hf low temperature probe station

测试自学人必看:软件测试如何找测试项目?

Instagram 为何从内容共享平台变成营销工具?独立站卖家如何利用该工具?

Dom4J解析XML、Xpath检索XML
随机推荐
为什么一定要从DevOps走向BizDevOps?
uni-app商品分类
Solidity - 合约结构 - 错误(error)- ^0.8.4版本新增
Lake Shore低温恒温器的氦气传输线
Solidity - truncated and checked modes of arithmetic operations - new features of 0.8.0
Superoptimag superconducting magnet system - SOM, Som2 series
OpenCV视频质量检测--清晰度检测
宝,运维100+服务器很头疼怎么办?用行云管家!
精耕渠道共謀發展 福昕攜手偉仕佳傑開展新產品培訓大會
【Go ~ 0到1 】 第四天 6月30 defer,结构体,方法
狼人杀攻略:你当我好骗吗,我们相信谁!
How to solve the problem of splash screen when the main and sub code streams of easygbs are h.265?
[6.24-7.1] review of wonderful technical blog posts in the writing community
Learning records of building thingsboard, an Internet of things platform
Methods of finding various limits
uni-app微信小程序一键登录获取权限功能
EasyGBS网络不稳定情况下重复请求视频拉流问题的优化
OpenCV视频质量诊断----视频遮挡诊断
Once the SQL is optimized, the database query speed is increased by 60 times
pickle.load报错【AttributeError: Can‘t get attribute ‘Vocabulary‘ on <module ‘__main__‘】