IPv6/Multicast/Adresse: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „ Bits “ durch „ Bit “ |
|||
(37 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''IPv6/Multicast/Adresse''' | |||
== Beschreibung == | |||
[[File:ipv6MulticastAddress.png|mini|400px|Multicast Address]] | [[File:ipv6MulticastAddress.png|mini|400px|Multicast Address]] | ||
; Präfix | ; Präfix | ||
ff::/8 | |||
; Beginnen mit '''ff''' | |||
* 4 Bit für Flags | * 4 Bit für Flags | ||
* 4 Bit für die Angabe des Multicast Scopes | * 4 Bit für die Angabe des Multicast Scopes | ||
; | === Flags === | ||
; 4 Bit | |||
{| class="wikitable options big gnu" | |||
|- | |||
! | |||
! Flag !! Beschreibung | |||
|- | |||
| 0 | |||
| Reserviert || Reserviert für spätere Erweiterungen. Es wird auf Null gesetzt | |||
|- | |||
| 1 | |||
| Rendezvous Point || Group Identifier enthält die Adresse eines Rendezvous Points ([[Inter Domain Multicast]] nach [[RFC 3956]]) | |||
|- | |||
| 2 | |||
| Prefix || Group Identifier enthält ein Präfix und die zugehörige Präfixlänge nach [[RFC 3306]] | |||
* Nodes können das Präfix extrahieren und erfahren, in welchem Netz die Multicast-Quelle beheimatet ist | |||
|- | |||
| 3 | |||
| Transient || Address ist nicht Well-known | |||
|} | |||
=== Multicast Scopes === | |||
{| class="wikitable options big" | {| class="wikitable options big" | ||
! Scope !! Name !! Beschreibung | |||
|- | |||
| 0x0 || Reserviert || | |||
|- | |- | ||
| 0x1 || Interface-Local || Das Multicast-Äquivalent zur Loopback Address ::1. Nur auf dem lokalen Node gültig | |||
|- | |- | ||
| | | 0x2 || Link-local || Nur auf dem Link gültig. Die Pakete dürfen nicht geroutet werden | ||
|- | |- | ||
| | | 0x3 || Reserviert || | ||
|- | |- | ||
| | | 0x4 || Admin-Local || Vom Administrator festzulegender Teil des Netzes. Wird auch für eigenständig administrierte Abteilungen verwendet | ||
|- | |- | ||
| | | 0x5 || Site-Local || Lokales, physikalisches Netzwerk. In der Regel eine Filiale oder eine Betriebsstätte | ||
|- | |||
| 0x6 - 0x7 || Nutzerdefiniert || Zur freien Definition eigener Gültigkeitsbereiche | |||
|- | |||
| 0x8 || Organization‑Local || Ein die gesamte Organisation umfassender Gültigkeitsbereich. Umfasst auch geographisch entfernte Betriebsstätten, die über Standleitung oder Virtual Private Network (VPN) angebunden sind | |||
|- | |||
| 0x9 - 0xd || Nutzerdefiniert || Zur freien Definition eigener Gültigkeitsbereiche | |||
|- | |||
| 0xe || Global || Das gesamte Internet | |||
|- | |||
| 0xf || Reserviert || | |||
|} | |} | ||
=== Well-known Multicast Addresses === | |||
{| class="wikitable options big" | |||
{| class="wikitable options" | |||
|- | |- | ||
! Scope: | ! colspan="2" | Scope: Interface-Local | ||
|- | |- | ||
! Präfix !! Nutzung | ! Präfix !! Nutzung | ||
|- | |- | ||
| | | ff01::1 || Alle Nodes | ||
|- | |- | ||
| | | ff01::2 || Alle Router | ||
|- | |- | ||
| | | ff01::fb || Multicast-DNS | ||
|} | |} | ||
{| class="wikitable options" | {| class="wikitable options big" | ||
|- | |- | ||
! Scope: Link | ! colspan="2" | Scope: Link-local | ||
|- | |- | ||
! Präfix !! Nutzung | ! Präfix !! Nutzung | ||
|- | |- | ||
| | | ff02::1 || Alle Nodes | ||
|- | |- | ||
| | | ff02::2 ||Alle Router | ||
|- | |- | ||
| | | ff02::b ||Mobile Agents (Mobile IPv6) | ||
|- | |- | ||
| | | ff02::f ||Universal Plug and Play | ||
|- | |- | ||
| | | ff02::16 ||Alle MLDv2-fähigen Router | ||
|- | |- | ||
| | | ff02::6a ||Alle Multicast-Abonnenten | ||
|- | |- | ||
| | | ff02::fb ||Multicast-DNS | ||
|- | |- | ||
| | | ff02::1:2 ||Alle DHCP-Agents | ||
|- | |- | ||
| | | ''ff02::1:ff : /104'' ||Solicited Node Multicast Address | ||
|} | |} | ||
{| class="wikitable options" | {| class="wikitable options big" | ||
|- | |- | ||
! Scope: Site Adresse | ! colspan="2" | Scope: Site Adresse | ||
|- | |- | ||
! Präfix !! Nutzung | ! Präfix !! Nutzung | ||
|- | |- | ||
| | |ff05::2 ||Alle Router | ||
|- | |- | ||
| | |ff05::1:3 ||Alle DHCP-Server | ||
|- | |- | ||
| | |ff05::fb ||Multicast-DNS | ||
|} | |} | ||
Zeile 83: | Zeile 116: | ||
! Präfix !! Nutzung | ! Präfix !! Nutzung | ||
|- | |- | ||
| | |ff0X::fb ||Multicast-DNS | ||
|- | |- | ||
| | |ff0X::1 1 ||NTP | ||
|- | |- | ||
| | |ff0X::db8: : /96 ||Dokumentation | ||
|} | |} | ||
: IANA: https://www.iana.org/assignments/multicast-addresses | <noinclude> | ||
== Anhang == | |||
=== Siehe auch === | |||
<div style="column-count:2"> | |||
<categorytree hideroot=on mode="pages">IPv6/Multicast</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/IPv6/Multicast}} | |||
=== Links === | |||
==== Weblinks ==== | |||
# IANA: https://www.iana.org/assignments/multicast-addresses | |||
[[Kategorie:IPv6/Multicast]] | [[Kategorie:IPv6/Multicast]] | ||
[[Kategorie:Multicast]] | [[Kategorie:Multicast]] | ||
</noinclude> |
Aktuelle Version vom 21. Juli 2025, 14:42 Uhr
IPv6/Multicast/Adresse
Beschreibung

- Präfix
ff::/8
- Beginnen mit ff
- 4 Bit für Flags
- 4 Bit für die Angabe des Multicast Scopes
Flags
- 4 Bit
Flag | Beschreibung | |
---|---|---|
0 | Reserviert | Reserviert für spätere Erweiterungen. Es wird auf Null gesetzt |
1 | Rendezvous Point | Group Identifier enthält die Adresse eines Rendezvous Points (Inter Domain Multicast nach RFC 3956) |
2 | Prefix | Group Identifier enthält ein Präfix und die zugehörige Präfixlänge nach RFC 3306
|
3 | Transient | Address ist nicht Well-known |
Multicast Scopes
Scope | Name | Beschreibung |
---|---|---|
0x0 | Reserviert | |
0x1 | Interface-Local | Das Multicast-Äquivalent zur Loopback Address ::1. Nur auf dem lokalen Node gültig |
0x2 | Link-local | Nur auf dem Link gültig. Die Pakete dürfen nicht geroutet werden |
0x3 | Reserviert | |
0x4 | Admin-Local | Vom Administrator festzulegender Teil des Netzes. Wird auch für eigenständig administrierte Abteilungen verwendet |
0x5 | Site-Local | Lokales, physikalisches Netzwerk. In der Regel eine Filiale oder eine Betriebsstätte |
0x6 - 0x7 | Nutzerdefiniert | Zur freien Definition eigener Gültigkeitsbereiche |
0x8 | Organization‑Local | Ein die gesamte Organisation umfassender Gültigkeitsbereich. Umfasst auch geographisch entfernte Betriebsstätten, die über Standleitung oder Virtual Private Network (VPN) angebunden sind |
0x9 - 0xd | Nutzerdefiniert | Zur freien Definition eigener Gültigkeitsbereiche |
0xe | Global | Das gesamte Internet |
0xf | Reserviert |
Well-known Multicast Addresses
Scope: Interface-Local | |
---|---|
Präfix | Nutzung |
ff01::1 | Alle Nodes |
ff01::2 | Alle Router |
ff01::fb | Multicast-DNS |
Scope: Link-local | |
---|---|
Präfix | Nutzung |
ff02::1 | Alle Nodes |
ff02::2 | Alle Router |
ff02::b | Mobile Agents (Mobile IPv6) |
ff02::f | Universal Plug and Play |
ff02::16 | Alle MLDv2-fähigen Router |
ff02::6a | Alle Multicast-Abonnenten |
ff02::fb | Multicast-DNS |
ff02::1:2 | Alle DHCP-Agents |
ff02::1:ff : /104 | Solicited Node Multicast Address |
Scope: Site Adresse | |
---|---|
Präfix | Nutzung |
ff05::2 | Alle Router |
ff05::1:3 | Alle DHCP-Server |
ff05::fb | Multicast-DNS |
Scope: Variabel (X) Adresse | |
---|---|
Präfix | Nutzung |
ff0X::fb | Multicast-DNS |
ff0X::1 1 | NTP |
ff0X::db8: : /96 | Dokumentation |
Anhang
Siehe auch
Links
Weblinks