Bonjour,
A propos de la structure des adresses IPv6, il est dit dans le TP9
This 128-bit series is often divided into 2 parts:
.
- the most significant 64 bits correspond to the network address […] They contain in particular the “prefix” used for routing IPv6 packets and use, as in IPv4, the CIDR notation: / . This 64-bit block is divided into a first part containing up to 48 bits and designating the “site prefix”, (
2001:660:5307
) the rest of the bits identifying the subnet (30ff
). A prefix always contains 64 bits.
Il y a une contradiction apparente (64 bits / up to 48 bits !), parce que le lecteur identifie “prefix” et “site prefix” :
Suggestion : introduire le nom de l’autre genre de préfixe pour supprimer l’ambiguité :
- the most significant 64 bits are the network prefix, which corresponds to the network address […].
The network prefix contains a “site prefix” of at least 48 bits (exemple) , and the other bits identify a subnet (exemple).
(c’est au moins vrai pour les adresses unicast et anycast, pour les link-local c’est pas tout à fait faux, et pour les autres…)
Bonne journée !