solicitednode
SolicitedNode refers to the solicited-node multicast mechanism used in IPv6 Neighbor Discovery. It designates a special multicast address associated with a specific unicast or anycast IPv6 address. The solicited-node address is used to reach the intended neighbor on a local link for address resolution and related Neighbor Discovery operations, while limiting unnecessary traffic on the network.
The solicited-node multicast address is formed by taking the last 24 bits of the target IPv6 address
Usage in Neighbor Discovery: When a node needs to determine the link-layer address corresponding to an IPv6
Scope and security: The solicited-node multicast address is restricted to the local link, so requests do not
See also: IPv6, Neighbor Discovery Protocol, Multicast, Duplicate Address Detection.