Ethernet/Frame: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „===Ethernet Formate=== *Es gibt vier Typen von Ethernet-Frames. **Ethernet-Version I (nicht mehr benutzt, Definition 1980 durch Konsortium DEC, Intel und Xerox). **Der Ethernet-Version-2- oder Ethernet-II-Frame, der sogenannte DIX-Frame (Definition 1982 durch das Konsortium DEC, Intel und Xerox). Seit 1983 entsteht der Standard IEEE 802.3, dieser definiert zwei weitere Frame-Formate: # IEEE 802.3 3.1.a Basic MAC frame # IEEE 802.3 3.1.b Tagged MAC frame…“ |
|||
(178 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''{{BASEPAGENAME}}''' - 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 | |||
# IEEE 802.3 3.1.a Basic MAC frame | DIX-Frame | ||
# IEEE 802.3 3.1.b Tagged MAC frame | * Definition 1982 durch das Konsortium DEC, Intel und Xerox | ||
*definiert das 16-bit-Feld nach den MAC-Adressen als Type/Length-Feld | |||
*Ethernet ist quasi ein Synonym für diesen Standard | ; 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 ==== | ==== 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 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> | |||
==== | == Anhang == | ||
=== Siehe auch === | |||
<div style="column-count:3"> | |||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
<!-- | |||
==== | ===== RFC ===== | ||
{| class="wikitable big options col1center col3center" | |||
|- | |||
! RFC !! Titel !! Jahr !! Status | |||
|- | |||
| [https://www.rfc-editor.org/info/rfc2460 2460] || Internet Protocol, Version 6 (IPv6) Specification || 1998 || Obsoleted by [https://www.rfc-editor.org/info/rfc8200 RFC 8200] | |||
|- | |||
| [https://www.rfc-editor.org/info/rfc8200 8200] || Internet Protocol, Version 6 (IPv6) Specification || 2017 || Updated by [https://www.rfc-editor.org/info/rfc9673 RFC 9673] | |||
|} | |||
===== Man-Page ===== | |||
===== Info-Page ===== | |||
--> | |||
=== Links === | |||
==== Weblinks ==== | |||
{{DEFAULTSORT:new}} | |||
{{DISPLAYTITLE:new}} | |||
</noinclude> | |||
[[Kategorie:Ethernet]] |
Aktuelle Version vom 2. Juni 2025, 17:50 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
- 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
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