6.3 Flashcards
(13 cards)
What is the purpose of Automatic Private IP Addressing (APIPA)?
For clients to talk locally when they could not get a DHCP server
How do you know if a host is using an APIPA address?
They use a range from
169.254.0.1
169.254.255.254
Which IP configuration parameters are set when APIPA is used? Which parameters are not set?
How does address autoconfiguration work on IPv6 networks?
Through Neighbor Discovery Protocol
What configuration parameters can be supplied using DHCPv6?
What does ND do?
Address auto-config
Prefix discovery
Local address resolution
What is Prefix discovery?
Devices send out a router solicitation (RS), basically asking:
👉 “Hey, router, what network am I on?”
Routers answer with a router advertisement (RA), which says:
👉 “You’re on network X.Y.Z. Here’s some extra info, like the max packet size (MTU) and how many hops to other networks (hop limit).”
What is Address Autoconfig?
Dynamically gives hosts IPv6 address using NS (Neighbor solicitation) and NA (Neighbor advertisement)
What is SLAAC?
Stateless Address Autoconfig.
Uses ND, RA (router advert) , RS (Router solicitation)
It doesn’t need a DHCP server for IP. Uses the router to get IP address
What is ICMP?
Diagnostic or control
messages between network devices
.
ICMP is utilized for error reporting, such as unreachable hosts or network segments, and for
operational queries like echo requests and replies (used by tools like ping).
What is ICMPv6 for?
ICMPv4 :Unreachable / time exceeded
ICMPv6: adds Packet Too Big MTU error
.
What’s the multicast address for IPv6?
ff02::1:2
Does IPv6 reservation use a MAC address?
No