Fixed bug with image
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 1m35s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 1m35s
This commit is contained in:
parent
366fb952bc
commit
2ce3e6cc56
@ -9,7 +9,8 @@ tags:
|
|||||||
---
|
---
|
||||||
In IPv6 multicast is used much more frequently that in legacy IPv4 which is cool because multicast can do some very interesting things such as mDNS and next hop redundancy among others. But how are multicast addresses formed and what do the individual parts of a mulitcast address mean? In this note the elements of a IPv6 Multicast address are explained and different values made clear.
|
In IPv6 multicast is used much more frequently that in legacy IPv4 which is cool because multicast can do some very interesting things such as mDNS and next hop redundancy among others. But how are multicast addresses formed and what do the individual parts of a mulitcast address mean? In this note the elements of a IPv6 Multicast address are explained and different values made clear.
|
||||||
|
|
||||||
![[IPv6 Multicast Addr.svg]]
|

|
||||||
|
|
||||||
## Prefix
|
## Prefix
|
||||||
|
|
||||||
all IPv6 multicast addresses use the address space `ff::/8`. This means that the first 8 bits of an IPv6 multicast address are always set to 1 or rather are prefixed with `ff`.
|
all IPv6 multicast addresses use the address space `ff::/8`. This means that the first 8 bits of an IPv6 multicast address are always set to 1 or rather are prefixed with `ff`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user