2001:0DB8:0000:0000:0000:0000:0001:0002 ` ### Two Simplification Rules Rule 1 — Drop leading zeros within any group: ` 2001:DB8:0:0:0:0:1:2 ` Rule 2 — Double-colon (::) compression replaces one or more consecutive all-zero groups (used only once per address): ` 2001:DB8::1:2 ` > ⚠️ The :: can only appear once in an address. If used twice, the router cannot determine how many zero groups each :: represents. --- ## IPv6 Address Types You Must Know | Address Type | Prefix / Range | Purpose | |---|---|---| | Global Unicast Address (GUA) | 2000::/3 | Routable on the internet; equivalent to IPv4 public addresses | | Link-Local Address (LLA) | FE80::/10 | Required on every IPv6-enabled interface; used for neighbor discovery and routing protocol hellos; never routed beyond the local link | | Loopback | ::1/128 | Local loopback; equivalent to IPv4 127.0.0.1 | | Unspecified | ::/128 | Source address before a device has an address (like 0.0.0.0 in IPv4) | | Unique Local | FC00::/7` | Private, non-routable; roughly equivalent to RFC…Sign up free to read the full lesson, ask the AI tutor, and take practice questions.