IEEE 802.3 LLC以太帧格式
IEEE 802.3 LLC以太帧,也称为IEEE 802.3 SAP以太帧,是IEEE 正式的802.3标准,它由Ethernet II发展而来。
一、IEEE 802.3 LLC以太帧格式
+-----------+-----------+-----------+----------+----------+----------+------------------+----------+ | DMAC | SMAC | Length | DSAP | SSAP | Ctrl | Data | FCS | | 6 Bytes | 6 Bytes | 2 Bytes | 1 Bytes | 1 Bytes | 1 Bytes | Variable length | 4 Bytes | +-----------+-----------+-----------+----------+----------+----------+------------------+----------+ | | | | | | | | | | +-------------------+----------------+-------------+---------------------+ | 帧间隙 | 前同步码 | 帧开始定界符| Ethernet Frame | | 至少12Bytes | 7 Bytes | 1 Byte | Variable length | +-------------------+----------------+-------------+---------------------+
字段 | 长度 | 含义 |
---|---|---|
DMAC | 6字节 | 目的MAC地址,该字段标识帧的接收者。 |
SMAC | 6字节 | 源MAC地址,该字段标识帧的发送者。 |
Length | 2字节 | 指后续数据的字节长度,但不包括FCS字段。 |
DSAP | 1字节 | 目的服务访问点,若后面类型为IP帧值设为0x06。服务访问点的功能类似于Ethernet II帧中的Type字段或TCP/UDP传输协议中的端口号。 |
SSAP | 1字节 | 源服务访问点,若后面类型为IP帧值设为0x06。 |
Ctrl | 1字节 | 该字段值通常设为0x03,表示无连接服务的IEEE 802.2无编号数据格式。 |
Data | 43~1497字节 |
数据字段,标识帧的负载(可能包含填充位)。 数据字段的最小长度必须为43字节以保证帧长至少为64字节,这意味着传输1字节信息也必须使用43字节的数据字段。 如果填入该字段的信息少于43字节,该字段的其余部分也必须进行填充。数据字段的最大长度为1497字节。 以太帧的长度必须为整数字节,因此帧的负载长度不足整数字节,需插入填充字段以保证数据帧的长度为整数字节。 |
FCS | 4字节 |
帧校验序列FCS(Frame Check Sequence)是为接收网卡提供判断是否传输错误的一种方法,如果发现错误,丢弃此帧。 FCS只是通用叫法,具体的FCS还可以细分多种校验方法。在以太帧中,FCS通常采用循环冗余码校验CRC(Cyclical Redundancy Check)。 |
字段 | 长度 | 含义 |
---|---|---|
帧间隙 | 至少12字节 | 每个以太帧之间都要有帧间隙(Inter Frame Gap),即每发完一个帧后要等待一段时间才能再发另外一个帧,以便让帧接收者对接收的帧作必要的处理(如调整缓存的指针、更新计数、通知对报文进行处理等等)。在以太网标准中规定最小帧间隙是12个字节,其数据为全1。对于个别的接口,可减少到64(GE)或40比特(10GE),其他的接口都不应该小于12字节。 |
前同步码 | 7字节 | 以太网标准中规定前导码为10101010 10101010 10101010 10101010 10101010 10101010 10101010(二进制),共7字节。 |
帧开始定界符 | 1字节 | 以太网标准中规定帧开始定界符为10101011(二进制),共1字节。 |
二、IEEE 802.3 LLC以太帧示例
Frame 1: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) Arrival Time: Oct 24, 2007 21:55:55.413456000 Epoch Time: 1193234155.413456000 seconds [Time delta from previous captured frame: 0.000000000 seconds] [Time delta from previous displayed frame: 0.000000000 seconds] [Time since reference or first frame: 0.000000000 seconds] Frame Number: 1 Frame Length: 60 bytes (480 bits) Capture Length: 60 bytes (480 bits) [Frame is marked: False] [Frame is ignored: False] [Protocols in frame: eth:llc:stp] [Coloring Rule Name: Broadcast] [Coloring Rule String: eth[0] & 1] IEEE 802.3 Ethernet Destination: Spanning-tree-(for-bridges)_00 (01:80:c2:00:00:00) Address: Spanning-tree-(for-bridges)_00 (01:80:c2:00:00:00) .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast) .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default) Source: 87:85:04 (00:1c:0e:87:85:04) Address: 87:85:04 (00:1c:0e:87:85:04) .... ...0 .... .... .... .... = IG bit: Individual address (unicast) .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default) Length: 38 Trailer: 0000000000000000 Logical-Link Control DSAP: Spanning Tree BPDU (0x42) IG Bit: Individual SSAP: Spanning Tree BPDU (0x42) CR Bit: Command Control field: U, func=UI (0x03) 000. 00.. = Command: Unnumbered Information (0x00) .... ..11 = Frame type: Unnumbered frame (0x03) Spanning Tree Protocol Protocol Identifier: Spanning Tree Protocol (0x0000) Protocol Version Identifier: Spanning Tree (0) BPDU Type: Configuration (0x00) BPDU flags: 0x00 0... .... = Topology Change Acknowledgment: No .... ...0 = Topology Change: No Root Identifier: 32768 / 100 / 00:1c:0e:87:78:00 Root Bridge Priority: 32768 Root Bridge System ID Extension: 100 Root Bridge System ID: 00:1c:0e:87:78:00 Root Path Cost: 4 Bridge Identifier: 32768 / 100 / 00:1c:0e:87:85:00 Bridge Priority: 32768 Bridge System ID Extension: 100 Bridge System ID: 00:1c:0e:87:85:00 Port identifier: 0x8004 Message Age: 1 Max Age: 20 Hello Time: 2 Forward Delay: 15
三、IEEE 802.3 LLC以太帧参考标准
标准 | 描述 |
---|---|
IEEE 802.3 | Carrier sense multiple access with collision detection (CSMA/CD) access method and physical layer specifications |
IEEE 802.3ae | Media Access Control (MAC) Parameters, Physical Layers, and Management parameters for 10Gb/s Operation |
RFC 894 | A Standard for the Transmission of IP Datagrams over Ethernet Networks |
RFC 1042 | A Standard for the Transmission of IP Datagrams over IEEE 802 Networks |
发表评论