IPv6 Flashcards
How many bits are IPv6 addresses?
128 bits
How are IPv6 addresses wrotten out?
As 8 groups that are 16 bits each and made up of 4 hexadecimal numbers
What does the IPv6 address reserved for educational documentation begin with?
2001:0d68
What are the 2 rules for shortening IPv6 addresses?
- you can remove any leading zeros from a group
2. any # of consecutive groups composed 0s can be replaced by 2 colons
What’s the loopback address for IPv6 addresses?
31 0s with a 1 at the end
What is the condensed loopback address?
::1
What’s the multicast address?
FF00::
What’s the link-local unicast address?
FE80::
Which portion of IPv6 addresses is reserved for the network ID?
the first 64 bits
Which portion of IPv6 addresses is reserved for the host ID?
the second 64 bits
Describe link-local unicast.
It allows for local network communications and are configured based upon a host’s MAC address.
Describe how MAC addresses are configured for link-local unicast.
It’s used by IPv6 addresses to receive their configuration (like DHCP for IPv4). The host MAC address is run though an algorithm to turn it from a 48-bit # to a unique 64-bit number that’s inserted into the address’s host ID.
What do IPv4 mapped address spaces begin with?
80 zeros that are followed by 16 ones
What does an IPv4 mapped address space end with?
The same 32 bits of the IPv4 address it’s meant to represent.
What do IPv4 mapped address spaces allow for?
A way for IPv4 traffic to travel over an IPv6 network.