Vol 1 Part 7: Fundamentals of IP Version 6 Flashcards

1
Q

How many bits and what type of characters are used in an IPv6 address?

A

128 bits, hexadecimal

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

What are the 4 types of routing protocols used with IPv6?

A
  1. RIPng (RIP Next Generation)
  2. OSPFv3
  3. EIGRPv6 (Cisco proprietary)
  4. MP GBP-4 (multiprotocol BGP version 4)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When abbreviating an IPv6 address, what can be removed: leading 0s or trailing 0s?

A

Leading 0s

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

Any string of two or more consecutive zeros can be replaced with what character?

A

The double colon (::)

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

What are the 6 types of IPv6 addresses?

A

Global unicast, unique local, multicast, link local, anycast, and modified EUI-64

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

What is the global routing prefix do for an IPv6 address?

A

It serves as the network portion of the address

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

What are the first hex digits for the four different types of IPv6 addresses?

A

Global Unicast: 2 or 3 (ex 2001 for US IPv6 addresses)
Unique Local: FD
Multicast: FF
Link Local: FE80

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

What are the 3 components of a subnetted IPv6 Global Unicast Address?

A

Global Routing Prefix (Set by IANA, RIR, or ISP)
Subnet (bits = 64 - bits from global routing prefix)
Interface ID

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

What do unique local addresses serve as in IPv6?

A

Private IP addresses

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

What does the structure of a unique local address in IPv6 look like?

A

FD as the first two hex digits, a unique 40-bit global ID following the initial 8 bits of FD, 16 bit subnet field, 64 bit interface ID field

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

What commands are used to configure a static IPv6 address on a router?

A

ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 address 2001:DB8:1111:4::2/64

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

Modified EUI64 addresses enable what as part of its addressing, and how does the interface ID get created as a result of it?

A

The MAC address. It makes up the interface ID portion of the. To do this, it

  1. splits the 48bit MAC address into two halves
  2. inserts FFFE in between the two, giving a new 16 hex digit, 64 bit interface ID.
  3. Lastly, the 7th bit of the interface ID gets inverted in binary and converted back into Hex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What command is used to enable a router to learn IPv6 addresses with DHCP? What about SLAAC?

A

ipv6 address dhcp

ipv6 address autoconfig

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

What happens when you add an IPv6 address to a router interface?

A

The interface received a unicast ipv6 address and the routing of ipv6 packets on that interface is enabled.

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

What are link local addresses used for in ipv6?

A

They are used for overhead protocols and for next-hop routing. Every ipv6 host interface and router interface can create its own link-local address

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

What is the Neighbor Discovery Protocol (NDP)?

A

It is similar to ICMP for IPv4, and performs the same role as ARP in IPv4.

17
Q

What are the 4 major functions of NDP?

A
  1. Neighbor MAC discovery
  2. Router Discovery
  3. SLAAC
  4. Duplicate Address Detection
18
Q

What is neighbor solicitation?

A

The process of a router asking a host with an IPv6 address to reply with a neighbor advertisement message of their MAC. This is sent to a solicited-node multicast address.

19
Q

What is neighbor advertisement?

A

A message that lists the sender’s IPv6 address and MAC address. This is usually sent in unicast directly to the soliciting host in the form of a neighbor solicitation. However, it CAN be sent unsolicited to a multicast if FF02::1.

20
Q

What is router solicitation?

A

Message sent to all IPv6 routers locally via multicast address FF02::2 and identifies the other routers on the local network.

21
Q

What is router advertsiement?

A

A message sent by the router in response to a RS, listing the link-local address and many other facts. Can be sent via unicast or multicast address FF02::2, but it can also be sent without being solicited to address FF02::1

22
Q

What is the administrative distance of NDP?

A

2