Fixed bug with image
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 1m35s

This commit is contained in:
Henry V Child 2025-04-06 19:18:01 +02:00
parent 366fb952bc
commit 2ce3e6cc56

View File

@ -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.
![[IPv6 Multicast Addr.svg]]
![An IPv6 Address dissected](images/IPv6 Multicast Addr.svg)
## 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`.