Chapter 22: Fundamentals of IP Version 6 Flashcards
What was a short-time solution to the IPv4 address exhaustion?
NAT/PAT
If a router receivers an Ethernet frame that holds an IPv6 packet and then wants to rout the packet out a serial link. How does the router process this action?
The router discards the Ethernet data-link header and trailer of the received frame.
What is the shortest valid abbreviation for FE80:0000:0000:0100:0000:0000:0000:0123?
FE80:0:0:100::123
What is the shortest valid abbreviation for 2000:0300:0040:0005:6000:0700:0080:0009
2000:300:40:5:6000:700:80:9
What is the unabbreviated version of IPv6 address 2001:DB8::200:28
2001:0DB8:0000:0000:0000:0000:0200:0028
What is the prefix for address 2000:0000:0000:0005:6000:0700:0080:0009, assuming a mask of /64
2000:0:0:5::/64
How long is an IPv6?
128bit
How long are the Source and Destination Addresses in the IPv6 Header of a Packet?
Source Address: 16 Bytes
Destination Address: 16 Bytes
How does the router makes an IPv6 routing decision?
By comparing the IPv6 packet’s destination address to the router’s IPv6 routing table; the matched route lists directions of where to send the IPv6 packet next.
Name 4 IPv6 routing protocols?
- RIPng (Routing information protocol next generation)
- OSPFv3 (Open shortest path first version 3)
- EIGRPv6 (Enhanced interior gateway routing protocol version 6) (owned by Cisco)
- MP BGP-4 (Multi protocol boarder gateway protocol version 4)
How do you abbreviate an IPv6?
Two basic rules let you, or any computer, shorten or abbreviate an IPv6 address:
- Inside each quartet of four hex digits, remove the leading 0s (0s on the left side of the quartet) in the three positions on the left. (Note: at this step, a quartet of 0000 will leave a single 0.)
- Find any string of two or more consecutive quartets of all hex 0s, and replace that set of quartets with a double colon (::). The :: means “two or more quartets of all 0s.” However, you can use :: only once in a single address because otherwise the exact IPv6 might not be clear.
How to expand an abbreviated IPv6?
- In each quartet, add leading 0s as needed until the quartet has four hex digits.
- If a double colon (::) exists, count the quartets currently shown; the total should be less than 8. Replace the :: with multiple quartets of 0000 so that eight total quartets exist.
How to find the prefix of an IPv6 Address?
As with IPv4, you can start with an IPv6 address and prefix length, and find the prefix, with the same general rules that you use in IPv4. If the prefix length is /P, use these rules:
- Copy the first P bits.
- Change the rest of the bits to 0.
Find the prefix of 34BA:B:B:0:5555:0:6060:707/80
34BA:B:B:0:5555::/80
Find the prefix of 3124::DEAD:CAFE:FF:FE00:1/80
3124:0:0:DEAD:CAFE::/80