Also known as: FE80, link-local
Quick Definition
An IPv6 address automatically assigned to every interface, only valid on the local link (FE80::/10).
Link-local addresses begin with FE80::/10 and are automatically generated on every IPv6-enabled interface using EUI-64 or a random algorithm. They are non-routable — they are only valid for communication on the directly connected link. Link-local addresses are used for neighbour discovery (NDP), router discovery, and are required for all IPv6 operations even before a global address is assigned.
FE80::1 is a manually configured link-local address. Hosts automatically generate link-local addresses so they can communicate with local routers and neighbours even without DHCP or manual configuration.
Link-local addresses are NOT routable between networks. A router does not forward packets with a link-local source or destination address. They are only valid on the local segment.
A globally routable IPv6 address equivalent to a public IPv4 address (2000::/3).
An IPv6 mechanism where hosts automatically generate their own global address from the network prefix advertised by a router.
A method of generating a 64-bit IPv6 interface ID from a 48-bit MAC address.
Link-local addresses begin with FE80::/10 and are automatically generated on every IPv6-enabled interface using EUI-64 or a random algorithm. They are non-routable — they are only valid for communication on the directly connected link. Link-local addresses are used for neighbour discovery (NDP), router discovery, and are required for all IPv6 operations even before a global address is assigned.
Link-local addresses are NOT routable between networks. A router does not forward packets with a link-local source or destination address. They are only valid on the local segment.
FE80::1 is a manually configured link-local address. Hosts automatically generate link-local addresses so they can communicate with local routers and neighbours even without DHCP or manual configuration.
Link-local Address falls under the IPv6 domain of the 200-301 exam. Understanding it in context with related terms like global-unicast-address and slaac is essential for answering scenario-based questions correctly.