Volume 1 - Chapter 28: Implementing IPv6 Addressing on Hosts Flashcards

1
Q

What feature of NDP allows an IPv6 host to learn the MAC address of other hosts in the LAN?

A

Neighbor MAC Discovery.

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

What feature of NDP allows an IPv6 host to learn the MAC address of routers in the same subnet?

A

Router Discovery.

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

What feature of NDP allows an IPv6 host to learn the subnet prefix that routers expect to exist on the link?

A

Prefix Discovery.

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

Describe the function of DAD in regard to NDP.

A

Duplicate Address Detection is used to verify that no other host is using the same IP address before the host is assigned it.

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

Describe the function of the NDP NS message.

A

Functions similarly to an IPv4 ARP Request.

The IPv6 Neighbor Solicitation request is used to request the MAC address of a host on the same subnet.

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

Describe the function of the NDP NA message.

A

Functions similarly to an IPv4 ARP Reply.

The IPv6 Neighbor Advertisement is the response to the NS request containing the IPv6 address and MAC address

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

What multicast address is used for sending an unsolicited IPv6 neighbor advertisement?

A

FF02::1

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

What service can a technician use to prevent NDP neighbor solicitation messages from being flooded out to all hosts, and to only be sent to the intended host?

A

Multicast Listener Discovery (MLD)

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

What is the multicast address used for hosts to discover routers using a router advertisement?

A

FF02::2

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

Describe the differences between how hosts calculate routes in IPv4 versus IPv6

A

IPv4 hosts calculate the subnet and range of address using their IP address and subnet mask

IPv6 hosts build their routing table using a prefix advertised to them using NDP.

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

When using IPv6, how does a host send information to its default gateway when trying to reach an exterior subnet?

A

The host will create a default route to its gateway using the routers LLA.

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

Describe the process of an IPv6 host using DAD.

A

Step 1) The host wants to use an IPv6 address, so it sends a NS request with the destination IP as the one it wants to use

Step 2) If a host already that IP, it responds back with a NA containing its IP and MAC

Step 3) The original host receives the NA response and determines it cannot use that IP

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

Describe how stateful DHCPv4 and stateful DHCPv6 differ

A

With stateful DHCPv4 the DHCP server provides the IP address, subnet mask, gateway, and DNS servers.

With stateful DHCPv6 the server only provides the unicast address and DNS servers. The host will use NDP requests for the prefix length and default router

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

What process does IPv6 use for DHCP?

A

SARR

Solicit, Advertise, Request, and Reply

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

What destination address is used for “all DHCP agents”?

A

The link-local scope multicast address FF02::1:2

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

What is the command to set the DHCP relay address for an interface?

A

ipv6 dhcp relay destination address

17
Q

Describe how a host uses SLAAC to generate an IP address.

A

Step 1) The host uses NDP Router Solicitation/Advertisement messages to learn the prefix
Step 2) Make up the IID randomly or using EUI-64
Step 3) Use DAD to ensure the address isn’t in use

18
Q

Describe how a host gets its necessary IP configuration when utilizing stateless DHCP with SLAAC.

A

The host creates the IID
The host uses NDP messages to get the prefix, prefix length, and gateway
The stateless DHCP server provides the DNS servers

19
Q

Describe the differences between a stateful and stateless DHCP server.

A

The stateful DHCP server provides all IP addressing information to the host and actively tracks what host has an address.

The stateless DHCP server only provides the DNS server and does not provide or track any other information.

20
Q
A