Neighbor discovery
A neighbor discovery protocol (NDP) is a communication protocol that
-
uses ICMPv6 messages to allow nodes within the same IPv6 network link to detect and signal their presence
-
employs solicited-node multicast addresses to track and discover other IPv6 hosts connected to network interfaces, and
-
facilitates address resolution and reachability checks between nodes using neighbor solicitation (NS) and neighbor advertisement (NA) messages.

Feedback