Ethernet/Frame: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
|||
Zeile 1: | Zeile 1: | ||
'''{{BASEPAGENAME}}''' - Beschreibung | |||
== Beschreibung == | |||
<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}} | |||
[[Kategorie:new]] | |||
</noinclude> | |||
= TMP = | |||
=== Typen von Ethernet-Frames === | === Typen von Ethernet-Frames === | ||
; Ethernet-Version I | ; Ethernet-Version I |
Version vom 2. Juni 2025, 17:46 Uhr
Ethernet/Frame - Beschreibung
Beschreibung
Anhang
Siehe auch
Dokumentation
Links
Weblinks
TMP
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 |