博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【TCP/IP】Ethernet II VS 802.3
阅读量:4353 次
发布时间:2019-06-07

本文共 2434 字,大约阅读时间需要 8 分钟。

一、Ethernet Frame Types: Provan's Definitive Answer

Novell Frame Type Designation: Ethernet_II Common name: Ethernet Layout:
6 bytes       6 bytes       2 bytes         Up to 1500 bytes+-------------+-------------+-------------+-------------------------+| Destination |   Source    |    E-type   | Network Protocol Packet || MAC Address | MAC Address | (IPX: 8137) |                         |+-------------+-------------+-------------+-------------------------+
Comments:
  1. Used for TCP/IP as well as many other protocols.
  2. Most common frame type in general, although Ethernet_802.3 might possibly carry more packets world wide.

Novell Frame Type Designation: Ethernet_802.3 Common name: "Raw" 802.3 Layout:
6 bytes       6 bytes       2 bytes         Up to 1500 bytes+-------------+-------------+--------------+------------------------+| Destination |   Source    | Total packet |       IPX Packet       || MAC Address | MAC Address |    length    | first two bytes: FF,FF |+-------------+-------------+--------------+------------------------+
Comments:
  1. No protocol ID: Can only carry IPX packets.
  2. Distinguishable from Ethernet_802.2 only because the first two bytes of all IPX packets carried on Ethernet_802.3 must be all ones, which makes no sense in Ethernet_802.2.
  3. The default frame type for NetWare software until NetWare v4.0 was released.

 

二、Some examples of values in the type/length field:

0 - 1500 length field (IEEE 802.3 and/or 802.2)0x0800 IP(v4), Internet Protocol version 40x0806 ARP, Address Resolution Protocol0x8137 IPX, Internet Packet eXchange (Novell)0x86dd IPv6, Internet Protocol version 6

 

三、找到一张802.3与以太网的封装格式对比图

 

四、Ethernet VS 802.3

0.[wireshark wiki: Ethernet]

http://wiki.wireshark.org/Ethernet

1.[wikipedia: Jumbo frame]

http://en.wikipedia.org/wiki/Jumbo_frame

 

2.Ethernet Frame Types

http://telecom.tbi.net/frmlan.html

3.EtherType variable assignments

http://telecom.tbi.net/etype.html

4.Ethernet Frame Types: Provan's Definitive Answer

http://www.ee.siue.edu/~bnoble/comp/networks/frametypes.html

5.Ethernet frame

http://en.wikipedia.org/wiki/Ethernet_frame

6.Ethernet

http://en.wikipedia.org/wiki/Ethernet

 

7.802.3

http://en.wikipedia.org/wiki/IEEE_802.3

 

8.IEEE Std 802.3-2012, IEEE Standard for Ethernet

http://standards.ieee.org/about/get/802/802.3.html

http://standards.ieee.org/getieee802/download/802.3-2012.zip

 

五、本文网址[原文发布于2014-09-24 08:54]

 

 

【完结】

转载于:https://www.cnblogs.com/tom-and-jerry/p/3989524.html

你可能感兴趣的文章
ZOJ 2532 Internship
查看>>
HDU 3452 Bonsai
查看>>
[Erlang12] Mnesia分布式应用
查看>>
图的遍历 | 1013 连通块块数
查看>>
Kinect 开发 —— 进阶指引(上)
查看>>
python学习笔记(六)time、datetime、hashlib模块
查看>>
uva489(需要考虑周全)
查看>>
C-关键字(二)
查看>>
排序笔记
查看>>
下载360doc.com里的文章
查看>>
【转】globk和glorg中使用的apr文件
查看>>
导航,头部,CSS基础
查看>>
PostMessage 解析
查看>>
Java语法基础(一)
查看>>
as3 sort
查看>>
hdu 2680 Choose the best route Dijkstra 虚拟点
查看>>
26. Remove Duplicates from Sorted Array java solutions
查看>>
[bzoj1185] [HNOI2007]最小矩形覆盖
查看>>
全景图制作详解
查看>>
React之todo-list
查看>>