Zum Inhalt springen

Ethernet/Frame: Unterschied zwischen den Versionen

Aus Foxwiki
Zeile 2: Zeile 2:


== Beschreibung ==
== Beschreibung ==
=== Typen von Ethernet-Frames ===
; Ethernet-Version I
Nicht mehr benutzt
* Definition 1980 durch Konsortium DEC, Intel und Xerox
; Ethernet-Version-2 oder Ethernet-II-Frame
DIX-Frame
* Definition 1982 durch das Konsortium DEC, Intel und Xerox
; Standard IEEE 802.3
* Seit 1983
* Definiert zwei weitere Frame-Formate
*# IEEE 802.3 3.1.a Basic MAC frame
*# IEEE 802.3 3.1.b Tagged MAC frame
* definiert das 16-bit-Feld nach den MAC-Adressen als Type/Length-Feld
* Ethernet ist quasi ein Synonym für diesen Standard
==== Ethernet Version 2 ====
; Heute verwendetes Ethernet-Datenblockformat
{| class="big"
|-
| colspan="2" style="background-color:#00a4e9;" | '''Bitfolge'''</br>1010101010
| colspan="5" style="background-color:#9adaeb;" | '''Ethernet-Frame'''</br>64-1518 Byte
| rowspan="3" style="background-color:#7193bf;" | '''Inter</br>Frame</br>Gap</br>'''9,6 μs
|-
| style="background-color:#c4c4c4;" | '''Präambel'''
| style="background-color:#c4c4c4;" | '''SFD'''
| style="background-color:#fff200;" | '''Zieladresse'''
| style="background-color:#ffca05;" | '''Quelladresse'''
| style="background-color:#ff8022;" | '''Typ'''
| style="background-color:#b6e717;" | '''Daten'''
| style="background-color:#ffb0ca;" | '''FCS'''
|-
| colspan="2" style="background-color:#c4c4c4;" | 8 Byte
| style="background-color:#fff200;" | 6 Byte
| style="background-color:#ffca05;" | 6 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#b6e717;" | 46-1500 Byte
| style="background-color:#ffb0ca;" | 4 Byte
|}
; Ethernet Version 2 Tagged
Ethernet-II Standard mit 802.1Q VLAN-Tag
{| class="big"
|-
| colspan="2" style="background-color:#00a4e9;" | '''Bitfolge''' </br>1010101010
| colspan="6" style="background-color:#9adaeb;" | '''Ethernet-Frame'''</br>68-1522 Byte
| rowspan="3" style="background-color:#7193bf;" | '''Inter</br>Frame</br>Gap</br>9,6 μs'''
|-
| style="background-color:#c4c4c4;" | '''Präambel'''
| style="background-color:#c4c4c4;" | '''SFD'''
| style="background-color:#fff200;" | '''Zieladresse'''
| style="background-color:#ffca05;" | '''Quelladresse'''
| style="background-color:#ff8022;" | '''Tag'''
| style="background-color:#ff8022;" | '''Typ'''
| style="background-color:#b6e717;" | '''Daten'''
| style="background-color:#ffb0ca;" | '''FCS'''
|-
| colspan="2" style="background-color:#c4c4c4;" | 8 Byte
| style="background-color:#fff200;" | 6 Byte
| style="background-color:#ffca05;" | 6 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#b6e717;" | 46-1500 Byte
| style="background-color:#ffb0ca;" | 4 Byte
|}
==== Ethernet 802.3 Raw (Novell) ====
{| class="big"
|-
| colspan="1" style="background-color:#00a4e9;" | '''Bitfolge''' </br>1010 1010
| colspan="1" style="background-color:#00a4e9;" | </br>1010 101<u>1</u>
| colspan="6" style="background-color:#9adaeb;" | '''Ethernet-Frame'''</br>64-1518 Byte
| rowspan="3" style="background-color:#7193bf;" | '''Inter</br>Frame</br>Gap</br>9,6 μs'''
|-
| style="background-color:#c4c4c4;" | '''Präambel'''
| style="background-color:#c4c4c4;" | '''SFD'''
| style="background-color:#fff200;" | '''Zieladresse'''
| style="background-color:#ffca05;" | '''Quelladresse'''
| style="background-color:#ff8022;" | '''Länge'''
| style="background-color:#b6e717;" | '''0xFFFF'''
| style="background-color:#b6e717;" | '''Daten'''
| style="background-color:#ffb0ca;" | '''FCS'''
|-
| colspan="2" style="background-color:#c4c4c4;" | 8 Byte
| style="background-color:#fff200;" | 6 Byte
| style="background-color:#ffca05;" | 6 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#b6e717;" | 2 Byte
| style="background-color:#b6e717;" | 44-1498 Byte
| style="background-color:#ffb0ca;" | 4 Byte
|}
==== Ethernet IEEE 802.3 Basic ====
Neu sind "DSAP" und "SSAP", ersetzt Type-Field
{| class="big"
|-
| colspan="1" style="background-color:#00a4e9;" | '''Bitfolge''' </br>1010 1010
| colspan="1" style="background-color:#00a4e9;" | </br>1010 101<u>1</u>
| colspan="8" style="background-color:#9adaeb;" | '''Ethernet-Frame'''</br>64-1518 Byte
| rowspan="3" style="background-color:#7193bf;" | '''Inter</br>Frame</br>Gap</br>9,6 μs'''
|-
| style="background-color:#c4c4c4;" | '''Präambel'''
| style="background-color:#c4c4c4;" | '''SFD'''
| style="background-color:#fff200;" | '''Zieladresse'''
| style="background-color:#ffca05;" | '''Quelladresse'''
| style="background-color:#ff8022;" | '''Länge'''
| style="background-color:#b6e717;" | '''DSAP'''
| style="background-color:#b6e717;" | '''SSAP'''
| style="background-color:#b6e717;" | '''Controle'''
| style="background-color:#b6e717;" | '''Daten'''
| style="background-color:#ffb0ca;" | '''FCS'''
|-
| colspan="2" style="background-color:#c4c4c4;" | 8 Byte
| style="background-color:#fff200;" | 6 Byte
| style="background-color:#ffca05;" | 6 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 42-1497 Byte
| style="background-color:#ffb0ca;" | 4 Byte
|}
=== Ethernet 802.3 Tagged ===
Ethernet-II nach IEEE 802.3 (mit 802.1Q VLAN-Tag)
{| class="big"
|-
| colspan="1" style="background-color:#00a4e9;" | '''Bitfolge''' </br>1010 1010
| colspan="1" style="background-color:#00a4e9;" | </br>1010 101<u>1</u>
| colspan="9" style="background-color:#9adaeb;" | '''Ethernet-Frame'''</br>68-1522 Byte
| rowspan="3" style="background-color:#7193bf;" | '''Inter</br>Frame</br>Gap</br>9,6 μs'''
|-
| style="background-color:#c4c4c4;" | '''Präambel'''
| style="background-color:#c4c4c4;" | '''SFD'''
| style="background-color:#fff200;" | '''Zieladresse'''
| style="background-color:#ffca05;" | '''Quelladresse'''
| style="background-color:#ff8022;" | '''Tag'''
| style="background-color:#ff8022;" | '''Länge'''
| style="background-color:#b6e717;" | '''DSAP'''
| style="background-color:#b6e717;" | '''SSAP'''
| style="background-color:#b6e717;" | '''Controle'''
| style="background-color:#b6e717;" | '''Daten'''
| style="background-color:#ffb0ca;" | '''FCS'''
|-
| colspan="2" style="background-color:#c4c4c4;" | 8 Byte
| style="background-color:#fff200;" | 6 Byte
| style="background-color:#ffca05;" | 6 Byte
| style="background-color:#ff8022;" | 4 Byte
| style="background-color:#ff8022;" | 2 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 1 Byte
| style="background-color:#b6e717;" | 42-1497 Byte
| style="background-color:#ffb0ca;" | 4 Byte
|}


<noinclude>
<noinclude>
== Anhang ==
== Anhang ==
=== Siehe auch ===
=== Siehe auch ===

Version vom 2. Juni 2025, 17:47 Uhr

Ethernet/Frame - Beschreibung

Beschreibung

Typen von Ethernet-Frames

Ethernet-Version I

Nicht mehr benutzt

  • Definition 1980 durch Konsortium DEC, Intel und Xerox
Ethernet-Version-2 oder Ethernet-II-Frame

DIX-Frame

  • Definition 1982 durch das Konsortium DEC, Intel und Xerox
Standard IEEE 802.3
  • Seit 1983
  • Definiert zwei weitere Frame-Formate
    1. IEEE 802.3 3.1.a Basic MAC frame
    2. IEEE 802.3 3.1.b Tagged MAC frame
  • definiert das 16-bit-Feld nach den MAC-Adressen als Type/Length-Feld
  • Ethernet ist quasi ein Synonym für diesen Standard

Ethernet Version 2

Heute verwendetes Ethernet-Datenblockformat
Bitfolge
1010101010
Ethernet-Frame
64-1518 Byte
Inter
Frame
Gap
9,6 μs
Präambel SFD Zieladresse Quelladresse Typ Daten FCS
8 Byte 6 Byte 6 Byte 2 Byte 46-1500 Byte 4 Byte
Ethernet Version 2 Tagged

Ethernet-II Standard mit 802.1Q VLAN-Tag

Bitfolge
1010101010
Ethernet-Frame
68-1522 Byte
Inter
Frame
Gap
9,6 μs
Präambel SFD Zieladresse Quelladresse Tag Typ Daten FCS
8 Byte 6 Byte 6 Byte 2 Byte 2 Byte 46-1500 Byte 4 Byte

Ethernet 802.3 Raw (Novell)

Bitfolge
1010 1010

1010 1011
Ethernet-Frame
64-1518 Byte
Inter
Frame
Gap
9,6 μs
Präambel SFD Zieladresse Quelladresse Länge 0xFFFF Daten FCS
8 Byte 6 Byte 6 Byte 2 Byte 2 Byte 44-1498 Byte 4 Byte

Ethernet IEEE 802.3 Basic

Neu sind "DSAP" und "SSAP", ersetzt Type-Field

Bitfolge
1010 1010

1010 1011
Ethernet-Frame
64-1518 Byte
Inter
Frame
Gap
9,6 μs
Präambel SFD Zieladresse Quelladresse Länge DSAP SSAP Controle Daten FCS
8 Byte 6 Byte 6 Byte 2 Byte 1 Byte 1 Byte 1 Byte 42-1497 Byte 4 Byte

Ethernet 802.3 Tagged

Ethernet-II nach IEEE 802.3 (mit 802.1Q VLAN-Tag)

Bitfolge
1010 1010

1010 1011
Ethernet-Frame
68-1522 Byte
Inter
Frame
Gap
9,6 μs
Präambel SFD Zieladresse Quelladresse Tag Länge DSAP SSAP Controle Daten FCS
8 Byte 6 Byte 6 Byte 4 Byte 2 Byte 1 Byte 1 Byte 1 Byte 42-1497 Byte 4 Byte


Anhang

Siehe auch


Dokumentation

Links

Weblinks