tcp-learner 数据包分析 20240420

输入输出:

数据包分析:

learner和Adapter建立连接。

Learner让Adapter发送RST

Adapter没有从SUT抓到任何回复,于是向learner发送timeout

learner给adapter发送reset命令,让SUT重置。

这是第一次初始化,由于Adapter和SUT之间没有控制信道来传送消息,Adapter和SUT开放的5001端口建立连接。

连接建立后,SUT会监听一个端口,并把端口号告诉Adapter

Learner让Adapter发送PA数据包,SUT返回RST,Adapter把结果告诉learner

Learn让Adapter发送RST给SUT,SUT没有返回任何数据包,Adapter给Learner返回timeout,


Learner给Adapter发送reset,想要重置连接,并给出下一轮需要发送的消息RA。


Adapter给SUT发送reset指令,SUT重新监听一个端口,并把这个端口返回给Adapter

Adapter给SUT发送RA,SUT没有回复,于是Adapter给learner返回timeout

learner让Adapter给SUT发送R,没有收到SUT回复,Adapter给Learner回复RST。

下面一段类似:

  • learner发送reset
  • learner发送吓一条测试数据包FA
  • Adapter给SUT发送reset
  • SUT给Adapter回复端口
  • Adapter发送FA,获得RST
  • Adapter将RST告诉Learner
  • Learner让Adapter发送RST
  • Adapter发送RST,超时,Adapter给learner返回timeout
  • learner发送reset

重复上述过程

RST,timeout

重置

PUSH/ACK,RST

RST,timeout

重置

RST/ACK,timeout

RST,timeout

重置

FIN/ACK,RST

RST,timeout

重置

SYN/ACK,RST

RST,timeout

重置

PUSH/ACK,RST

ACK,RST

RST,timeout

重置

RST/ACK,timeout

ACK,RST

RST,timeout

重置

FIN/ACK,RST

ACK,RST

RST,timeout

重置

SYNACK,RST

ACK,RST

RST,timeout

ACK,RST

PUSH/ACK,RST

感觉不是很合理,为什么会多次出现xx/ACK?

具体的学习顺序是什么?

得去看一下Learner侧的代码

相关推荐
橘橙黄又青41 分钟前
网络原理(应用层)->HTTP
网络·网络协议·http
北京理工大学软件工程1 小时前
Linux
linux·运维·服务器
大美B端工场-B端系统美颜师1 小时前
工控:传感器负责采集数据,可视化大屏负责展示数据二者珠联璧合
网络·人工智能·可视化
Blood_J2 小时前
服务器虚拟化
运维·服务器
纯小白是我3 小时前
Linux可视化工具cockpit
linux·运维·服务器·centos·数据可视化
不绝1913 小时前
计算机网络综合题
网络·计算机网络
小狮子安度因3 小时前
Linux上的各种查询
linux·运维·服务器
IPFoxy6663 小时前
如何生成谷歌临时邮箱?五个步骤轻松搞定!
服务器
嵌入式Linux,5 小时前
BUG: scheduling while atomic
linux·运维·服务器·bug
小兔子酱#5 小时前
【Linux 29】传输层协议 - UDP
linux·运维·服务器·网络·网络协议·udp