Q3 IPv6 Flashcards
(7 cards)
What does an Unspecified address look like?
: :
What does a Loopback address look like?
: : 1
What do Link-local unicast addresses look like?
fe80::/10
What do Unique-local unicast addresses look like?
fc00::/7
What do Global unicast addresses look like?
2000::/3
What do Multicast addresses addresses look like?
ff00::/8
Since some IPv6 addresses are formed by hosts themselves using EUI-64 identifier in Stateless Address AutoConfiguration (SLAAC), there could be duplicate addresses. Explain how SLAAC detects duplicate addresses.
When it connects it sends a router solicitation to the network then listens for advertisements sent by routers, these provide the network prefix and flags saying that slaac is permitted. then the host generates a full ipv6 by combining it with the network prefix. to ensure the address is not already in use the host performs dad by sending a neighbour solicitation message to the network, if no response recieved the address is assumed to be unique and is assigned to the interface.