Ipv6 Overview Flashcards
What is the global routing prefix in IPv6?
The prefix assigned by the provider to a customer or site, varying by ISP policies.
What does the Subnet ID field in an IPv6 address indicate?
It identifies subnets within an organization.
What is the Interface ID in an IPv6 address?
Equivalent to the host portion of an IPv4 address, typically using a /64 subnet.
True or False: The all-0s IPv6 address can be assigned to any device.
False. The all-0s address is reserved as a Subnet-Router anycast address.
What are IPv6 global unicast addresses (GUAs)?
Globally unique addresses routable on the IPv6 internet.
Fill in the blank: IPv6 GUAs currently begin with the first three bits of ______.
001 or 2000::/3.
What is the range for IPv6 unique local addresses?
fc00::/7 to fdff::/7.
What is the primary use of unique local addresses (ULAs)?
For local addressing within a site or between limited sites.
What are the two types of unicast addresses typically assigned to IPv6 devices?
- Global Unicast Address (GUA)
- Link-local Address (LLA)
True or False: Link-local addresses (LLAs) can be routed.
False. LLAs are confined to a single link and cannot be routed.
What is the range of IPv6 link-local addresses (LLAs)?
fe80::/10.
What command is used to configure a static GUA on a router interface?
ipv6 address ipv6-address/prefix-length.
What is the recommended prefix length for IPv6 networks?
/64.
What are the three categories of IPv6 addresses?
- Unicast
- Multicast
- Anycast
What does unicast mean in the context of IPv6?
It uniquely identifies an interface on an IPv6-enabled device.
What is the purpose of Router Solicitation (RS) messages?
To discover IPv6 routers.
What information can Router Advertisement (RA) messages provide?
- Network prefix and prefix length
- Default gateway address
- DNS addresses and domain name
What does SLAAC stand for?
Stateless Address Autoconfiguration.
What is the maximum number of /64 subnets that can be created from a /48 global routing prefix?
65,536.
Fill in the blank: IPv6 addresses are represented in ______ format.
hexadecimal.
What is the preferred format for writing an IPv6 address?
x:x:x:x:x:x:x:x, with each ‘x’ consisting of four hexadecimal values.
What is the rule for omitting leading zeros in IPv6 addresses?
Leading 0s can be omitted, but trailing 0s must not be omitted.
What does a double colon (::) represent in IPv6 addresses?
It can replace a contiguous string of one or more 16-bit hextets consisting of all zeros.