All interfaces on IPv6 nodes must have a link-local address, which is usually automatically configured from the identifier
for an interface and the link-local prefix FE80::/10. A link-local address enables a node to communicate with other nodes
on the link and can be used to further configure the node.
Nodes can connect to a network and automatically generate global IPv6 addresses without the need for manual configuration
or help of a server, such as a Dynamic Host Configuration Protocol (DHCP) server. With IPv6, a device on the link advertises
any global prefixes in Router Advertisement (RA) messages, as well as its willingness to function as a default device for
the link. RA messages are sent periodically and in response to device solicitation messages, which are sent by hosts at system
startup.
A node on the link can automatically configure global IPv6 addresses by appending its interface identifier (64 bits) to the
prefixes (64 bits) included in the RA messages. The resulting 128-bit IPv6 addresses configured by the node are then subjected
to duplicate address detection to ensure their uniqueness on the link. If the prefixes advertised in the RA messages are globally
unique, then the IPv6 addresses configured by the node are also guaranteed to be globally unique. Device solicitation messages,
which have a value of 133 in the Type field of the ICMP packet header, are sent by hosts at system startup so that the host
can immediately autoconfigure without needing to wait for the next scheduled RA message.