IPv6 Flashcards
(45 cards)
IPv6 addressed are made up of ___ hexadecimal numbers and organized into __ quartets.
32, 8
Each quartet is separated by a ___.
Colon
Each quartet is represented as a hexadecimal number between __ - __ and __ - __.
1-9, A-F (A being 10, B being 11, and so on…)
How many sets of consecutive zeros can be substituted by a double colon ::?
Only 1
Unicast addresses include…
Link local, unique local, and global unicast
Link local addresses are…
Only valid on the current subnet (not globally routable)
Unique local addresses are…
Private addresses used for communication within a site or between a limited number of sites. Does not cross a public network.
Unique local prefixes include…
FE80:://10, FE8, FE9, FEA, FEB
Link local addresses are used for…
Automatic address configuration (similar to APIPA), neighbor discovery
Unique local addresses are…
Private addresses used for communication within a site or between a limited number of sites. Does not cross public network.
Unique local prefixes include…
FC00::/7, FD
Global unicast addresses are…
Addresses that are assigned to individual interfaces that are globally unique (throughout the entire internet)
Global unicast prefixes include…
Anything that is not link-local, unique local, or multicast
What is the RIR of an IPv6 Address?
The regional internet registry, often by continent. In a /64 environment the RIR is the first 12 bits or /12 of an address.
What does NIR stand for?
National internet registry
What does LIR stand for?
Local internet registry
What does ISP stand for?
Internet service provider
What is the NIR/LIR/ISP of an IPv6 address?
The regional organization subdivides its block of IP addresses into small blocks and assigns those blocks to NIR, LIR, or ISP. It can vary, but the minimum prefix length is 32 bits or /32.
What is the site of an IPv6 address?
The site is a block of IP addresses requested by individual companies/organizations from an NIR/LIR/ISP to use in private networks. By convention, each site is assigned a 48-bit site ID or /48
What is the subnet of an IPv6 address?
The remaining 16 bits in the global routing prefix are used by the local network admin to creating subnets.
What is the interface ID of an IPv6 address?
The host ID, anything after the subnet ID
What is the global routing prefix?
The first three octets (RIR and site)
Multicast addresses are…
A dynamic group of hosts. Packets sent to a multicast address are sent to all interfaces identified by that address.
All multicast addresses have a…prefix.
FF00::/8