TechKnowSurge
Cisco CCNA 1.9 CompTIA Network+ 1.4 Cisco CCNA 1.8 CompTIA Network+ 1.8
InteractiveNetworkFree

IPv6 Address Type Identifier

Classify IPv6 address strings by type — Global Unicast, Link-Local, Loopback, Multicast, Anycast, or Unique Local — using prefix patterns.

Complete this interactive to capture a CTF flag worth 5 points.

About this interactive

IPv4 makes you count octets. IPv6 does not — it tells you what an address is in the first few characters, and once you trust that, sorting fourteen addresses is one rule applied fourteen times. 2000::/3 means global unicast, the public routable space. fe80::/10 means link-local: auto-configured on every interface, and it stops at the first router. ff00::/8 means multicast. fc00::/7 — which you meet in the wild as fc or fd — means unique local, IPv6's answer to RFC 1918. And ::1 is loopback, the whole address, all 128 bits of it. Read the front, know the type. Then there is anycast, which is why this activity is worth doing rather than reading. An anycast address has no prefix of its own. It is taken from global unicast space and looks exactly like one — 2001:4860:: is a perfectly ordinary GUA until you learn that a dozen servers in a dozen cities are all answering to it, and the network delivers your packet to whichever is nearest. That is a configuration decision made on the routers, not a fact encoded in the address, and no amount of staring at the hex will reveal it. So two items here arrive with a note attached describing how they are deployed, and that note is the only thing distinguishing them from the global unicast bin. If that feels like cheating, it is the opposite: it is the honest version of a distinction that every other IPv6 type gives away for free, and knowing which properties an address advertises and which it hides is the actual skill.

What you'll learn

Aligned to

Cisco CCNA
1.9 Describe IPv6 address types
1.8 Configure and verify IPv6 addressing and prefix
CompTIA Network+
1.4 Explain common networking ports, protocols, services, and traffic types.
1.8 Summarize evolving use cases for modern network environments.

Key terms

Global Unicast Address
GUA
A publicly routable IPv6 unicast address beginning with the prefix 2000::/3, equivalent in role to a public IPv4 address, used to identify a device uniquely across the internet. GUAs are assigned by ISPs and regional internet registries and are the addresses used for internet-facing communication in IPv6.
Link-Local Address
An IPv6 address in the FE80::/10 range that is automatically assigned to every IPv6-enabled interface and used only for communication within a single network link. It cannot be routed beyond the local Layer 2 segment and is required for Neighbor Discovery and router communication.
IPv6 Loopback Address
The reserved IPv6 address ::1/128 that a device uses to send traffic to itself, allowing the local network stack to be tested without sending packets onto a physical network. It is the IPv6 counterpart of IPv4's 127.0.0.1, but reserves a single address rather than the whole 127.0.0.0/8 range, and a packet addressed to ::1 never leaves the device.
IPv6 Multicast Address
An IPv6 address in the FF00::/8 range used to deliver packets to multiple subscribed interfaces simultaneously.
IPv6 Anycast
An IPv6 address type where traffic sent to a shared address is delivered only to the nearest or best-available member of a group of subscribing devices.
Unique Local Address
An IPv6 address in the FC00::/7 range (most commonly FD00::/8) used for private internal network communication, analogous to IPv4 private address ranges like 192.168.0.0/16. Unique local addresses are not routable on the public internet but can be routed within an organization's own network.
Prefix
The network portion of an IPv6 address, expressed as a slash notation (e.g., /48), that identifies the boundary between the network and host segments.
IPv6
The sixth version of the Internet Protocol, using 128-bit addresses written in hexadecimal and separated by colons to provide a vastly larger address space than IPv4's 32-bit addresses. IPv6 also introduces built-in features like SLAAC, NDP, and mandatory support for IPsec.
IPv6 Unicast Address
An IPv6 address that identifies a single network interface, with packets delivered to that specific interface.
Multicast
A transmission type in which data is sent from one source to a specific group of devices that have subscribed to a multicast group address, rather than to all devices or just one. This differs from broadcast (all devices) and unicast (one device).
Anycast
A transmission type where data is sent to an anycast address and delivered to only one of several devices associated with that address, typically the nearest or best-available one.
IPv6 Prefix Length
A value expressed in slash notation that identifies how many leading bits of an IPv6 address represent the network portion, functioning similarly to CIDR notation in IPv4.

Topics

Interactive Categorize

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →