Introduction: 802.11 头部基本概念、图解 802.11 数据包.
802.11 头部基本概念
DU (Data Unit)
数据单元,信息传输的最小数据集合
Header
传递过程逐层封装头部
SDU(Service Data Unit)
上层发送数据包到本层,对于本层而言,上层要求本层对数据包进行传输服务,所以上层传过来的数据包被叫做“服务数据单元”
PDU(Protocol Data Unit)
本层发送数据包到下层,对于本层而言,本层已经给数据包加入头部信息,所以传下去的数据包被叫做“协议数据单元”
图解数据包
- 「Frame Control」 (2 Byte) —— 帧控
- 「Protocol Version」 (2 bit) —— 802.11 协议版本 (00-0 / 01-1 / 10-2 / 11-3)
- 「Type」 (2 bit) —— 规定帧的具体用途 (三种帧类型)
- 「Control Frame」 控制帧 (1)
- 「Data Frame」 数据帧 (2)
- 「Management Frame」 管理帧 (0)
- 「Subtype」 (4 bit) —— 子类型
- 「Sequence Control」 (2 Byte) —— 序列控制:给数据包进行编号