Chapter 22: Fundamentals of IP Version 6 Flashcards

1
Q

What was a short-time solution to the IPv4 address exhaustion?

A

NAT/PAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A

The router discards the Ethernet data-link header and trailer of the received frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the shortest valid abbreviation for FE80:0000:0000:0100:0000:0000:0000:0123?

A

FE80:0:0:100::123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the shortest valid abbreviation for 2000:0300:0040:0005:6000:0700:0080:0009

A

2000:300:40:5:6000:700:80:9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the unabbreviated version of IPv6 address 2001:DB8::200:28

A

2001:0DB8:0000:0000:0000:0000:0200:0028

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the prefix for address 2000:0000:0000:0005:6000:0700:0080:0009, assuming a mask of /64

A

2000:0:0:5::/64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How long is an IPv6?

A

128bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How long are the Source and Destination Addresses in the IPv6 Header of a Packet?

A

Source Address: 16 Bytes

Destination Address: 16 Bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does the router makes an IPv6 routing decision?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Name 4 IPv6 routing protocols?

A
  • 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you abbreviate an IPv6?

A

Two basic rules let you, or any computer, shorten or abbreviate an IPv6 address:

  1. 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.)
  2. 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to expand an abbreviated IPv6?

A
  1. In each quartet, add leading 0s as needed until the quartet has four hex digits.
  2. 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to find the prefix of an IPv6 Address?

A

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:

  1. Copy the first P bits.
  2. Change the rest of the bits to 0.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Find the prefix of 34BA:B:B:0:5555:0:6060:707/80

A

34BA:B:B:0:5555::/80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Find the prefix of 3124::DEAD:CAFE:FF:FE00:1/80

A

3124:0:0:DEAD:CAFE::/80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Find the prefix of 34BA:B:B:0:5555:0:6060:707/36

A

34BA:B::/36

17
Q

Find the prefix of 2BCD::FACE:1:BEFF:FEBE:CAFE/56

A

2BCD:0:0:FA00::/56