Connected: An Internet Encyclopedia
Ethernet Standard Encapsulation
Top: Connected: An Internet Encyclopedia
Up: Topics
Up: Hardware Media
Up: Ethernet
Search: Search Depth:
Search Type:String RegEx Search Options: NoCase WholeWord

Ethernet Standard Encapsulation

In order to transport IP packets across an Ethernet, two issues must be addressed. First, how should an IP packet be converted to an Ethernet packet? Second, how should an IP address be converted to an Ethernet address?

How to convert an IP packet to an Ethernet packet depends in large part on what type of Ethernet is used. Two methods are most common:

Using repeaters, bridges, and routers, it's fairly simple to to interoperate Ethernet implementations to the point of sharing DIX and IEEE 802 frames on the same cable. However, bizarre interactions are possible, particularly with regard to the slight MTU size variances. If a TCP host transmiting a stream of maximally sized RFC 894 (DIX) packets, they will require IP fragmentation before transport using RFC 1042 (IEEE 802) encapsultion.


Connected: An Internet Encyclopedia
Ethernet Standard Encapsulation