Network Fundamentals - IPv6 Flashcards
The IPv6 routing protocols
- RIPng (RIP next generation)
- OSPFv3
- EIGRPv6
- MP BGP-4 (Multiprotocol BGP version 4)
Note: See Table 28-2, pg. 679, Chapter 28 of the ICND1 Study Guide.
The IPv6 equivalent of a subnet ID
IPv6 prefix
The number of bits in an IPv6 address
128 bits
Rules for finding an IPv6 prefix when given an address and the prefix length
If the prefix length is ‘P’:
- Copy the first ‘P’ bits
- Change the rest of the bits to 0
Note: Four bits equals one hex digit
A method for abbreviating IPv6 addresses
Remove all leading zeros and replace the longest string of leading zeros with a double colon (::)
A reserved block of publicly-routable IPv6 addresses that a company reserves from an ISP or Internet registry
A “global routing prefix”
The IPv6 equivalent of a private IPv4 address
Unique local address
The IPv6 equivalent of a public IPv4 address
Global unicast address
The 4 main types of IPv6 addresses
- Global unicast
- Unique local
- Multicast
- Link local
Note: See Table 29-2, pg. 695, Chapter 29 of the ICND1 Study Guide
The starting hex digits of a ‘link-local’ IPv6 address
FE80
The starting hex digits of a ‘multicast’ IPv6 address
FF
The starting hex digits of a ‘unique local’ IPv6 address
FD
The starting hex digits of a ‘global unicast’ IPv6 address
Any hex digits that are not otherwise reserved (most commonly 2 or 3)
The most common IPv6 prefix length
/64
The 3 parts of a subnetted IPv6 address
- Global routing prefix
- Subnet ID
- interface ID
The formal name for an IPv6 subnet ID
Subnet router anycast address
The rules for creating an IPv6 unique local address
- Use FD as the first two hex digits
- Choose a unique 40-bit global ID
- Append the global ID to FD to create a 48-bit prefix, used as the prefix for all your addresses
- Use the next 16 bits as a subnet field
- The final 64 bits are used for the interface ID
The practice of using both IPv4 and IPv6 in a network
Dual-stack routing
The IPv6 protocol used by hosts to learn information about their local link (subnet)
Neighbor Discovery Protocol (NDP)
Note: See pg. 730 - 735 of the ICND1 Study Guide for more information.