Chapter 12: IPv6 Flashcards
Define: IPv6 Address
A 128-bit address consisting of eight sets of four hexadecimal numbers, each number being a value between 0000 and ffff, using a colon to separate the numbers.
What two IPv6 addresses may not be used?
An all 0s and an all ffffs address.
What two parts are IPv6 addresses generally split into?
A 64-bit network prefix used for routing and a 64-bit interface ID, the user portion.
The network prefix of an IPv6 address gets split into what two parts?
A routing prefix and a subnet ID.
What are the IPv6 shorthand notation rules?
Leading zeroes can be dropped and only one group of contiguous zeroes can be represented by a double colon (::).
What does the IPv6 “/x” prefix length naming convention specify?
The number of bits in the network ID.
What is the IPv6 loopback address?
::1
Does a host have one or more IPv6 addresses?
It has more than one.
What is a link-local address and what is it used for?
The address that a computer running IPv6 gives itself after first booting. It is used for communicating on a local network.
What is the IPv6 link-local address?
The first 64 bits are always fe80::/64 (fe80:0000:0000:0000)
What are the two ways the 64-bit interface ID is generated in IPv6?
Most OSs generate a 64-bit random number. Older OSs and some devices may use the device’s MAC address to create a 64-bit number called an Extended Unique Identifier, 64-bit (EUI-64).
What is a unicast address in IPv6?
A unique address exclusive to that system in a LAN and is the link-local address.
What address type does a client need to access IPv6 content on the Internet?
A global unicast address
Does IPv6 use broadcast addresses or multicast addresses?
Multicast addresses
What is the all-nodes IPv6 multicast address?
ff02::1
The 2 (scope) indicates the local network segment.
The 1 (group) indicates all nodes within the scope.
What is the all-routers IPv6 multicast address?
ff02::2
The first 2 (scope) indicates the local network segment.
The second 2 (group) indicates all routers within the scope.