Category glossary

IPv6 glossary

46 definitions associated with IPv6.

Browse the glossary

Browse IPv6 definitions

46 matching terms

Page 1 of 2

DAD

Duplicate Address Detection, the Neighbor Discovery procedure a node uses before assigning an IPv6 unicast address to an interface. It helps detect another node already using the same address on the link.

Read definition

DHCPv6

The DHCP protocol for IPv6. It uses UDP ports 546 and 547, DUID-based identities, identity associations, and messages such as SOLICIT, ADVERTISE, REQUEST, and REPLY.

Read definition

DNS64

A resolver function that synthesizes AAAA records from IPv4 A records using a configured IPv6 prefix, allowing IPv6-only clients to reach IPv4 services through NAT64.

Read definition

EUI-64

A 64-bit Extended Unique Identifier format. Modified EUI-64 was historically used to form IPv6 interface identifiers from MAC addresses, though modern systems often use privacy or stable-random identifiers instead.

Read definition

Global scope

The address scope intended for reachability beyond the local link, subject to routing and policy. Global unicast addresses normally come from 2000::/3, though the concept of scope is broader than that allocation block.

Read definition

Global unicast address (GUA)

An IPv6 unicast address designed for global routing, generally allocated from 2000::/3 at present. A GUA can still be filtered or used only internally depending on routing policy.

Read definition

Happy Eyeballs

A client connection strategy that quickly races or sequences IPv6 and IPv4 attempts so users are not delayed by a broken path for one family. It affects how A and AAAA answers translate into observed connections.

Read definition

ICMPv6

The IPv6 control protocol used for errors, diagnostics, Neighbor Discovery, Router Advertisements, multicast listener functions, and other essential operations. Blocking it broadly can break IPv6.

Read definition

IID

Interface Identifier, the lower-order portion of an IPv6 unicast address used to identify an interface within a subnet prefix. Modern IID generation may use stable-random or temporary privacy methods rather than embedding a MAC address.

Read definition

Ip6.arpa

The DNS reverse-mapping domain for IPv6. Each hexadecimal nibble of the 128-bit address is reversed as a label beneath ip6.arpa.

Read definition

IPv6 address scope

The reachability boundary associated with an IPv6 address, such as interface-local, link-local, or global. Scope identifiers may be required when using link-local addresses on a multi-interface host.

Read definition

IPv6 Router Advertisement

An ICMPv6 message sent by routers to announce prefixes, default-router information, lifetimes, MTU, flags, and optional configuration such as recursive DNS. Hosts use it for on-link determination and often for SLAAC.

Read definition

IPv6 subnet

An on-link IPv6 prefix, conventionally /64 for ordinary LANs that use SLAAC and Neighbor Discovery. Different prefix lengths are possible for specific link types and designs.

Read definition

IPv6-only network

A network where endpoints are not assigned native IPv4 addresses. Access to IPv4-only services may be provided through NAT64, DNS64, 464XLAT, proxies, or application gateways.

Read definition

LLA

Common abbreviation for IPv6 link-local address. Every IPv6-enabled interface generally has one, and routing protocols and Neighbor Discovery frequently use it.

Read definition

NA

Neighbor Advertisement, an ICMPv6 Neighbor Discovery message used to answer Neighbor Solicitations, announce address or link-layer changes, and support reachability and duplicate-address procedures.

Read definition

NAT64

A translation mechanism that lets IPv6 clients communicate with IPv4 servers by mapping between an IPv6 prefix and IPv4 addresses. DNS64 is commonly paired with it to synthesize reachable AAAA answers.

Read definition

Neighbor cache

A per-interface table mapping IPv6 neighbors to link-layer addresses and reachability states. It is the IPv6 counterpart to the IPv4 ARP cache, with richer state tracking.

Read definition

Neighbor Discovery (ND)

The ICMPv6 framework used for router discovery, prefix discovery, address resolution, neighbor reachability, redirects, and Duplicate Address Detection. It replaces ARP and several IPv4 control mechanisms.

Read definition

Neighbor Solicitation

An ICMPv6 message used to resolve a neighbor's link-layer address, verify reachability, or perform Duplicate Address Detection. It is commonly abbreviated NS.

Read definition