wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IPv6 Address Configuration Quiz

Total questions: 45

Worksheet time: 23mins

Name
Class
Date
1.

How does an IPv6 client ensure that it has a unique address after configuring its IPv6 address using SLAAC?

a)

It sends an ARP message with the IPv6 address as the destination IPv6 address.

b)

It sends an ICMPv6 Neighbor Solicitation message with the IPv6 address as the target IPv6 address.

c)

It checks with the IPv6 address database that is hosted by the SLAAC server.

d)

It contacts the DHCPv6 server via a special formed ICMPv6 message.

2.

Which method would an IPv6-enabled host using SLAAC employ to learn the address of the default gateway?

a)

reply messages that are received from the DHCPv6 server

b)

neighbor advertisements that are received from link neighbors

c)

router advertisements that are received from the link router

d)

advertise messages that are received from the DHCPv6 server

3.

What two methods can be used to generate an interface ID by an IPv6 host that is using SLAAC? (Choose two.)

a)

EUI-64

b)

DAD

c)

stateful DHCPv6

d)

random generation

4.

What must a client do before it can begin to use an IPv6 address generated by SLAAC?

a)

It must send a DHCPv6 REQUEST message to the DHCPv6 server.

b)

It must send an ICMPv6 Router Solicitation message to determine what default gateway it should use.

c)

It must send an ICMPv6 Neighbor Solicitation message to ensure that the address is not already in use on the network.

d)

It must send a DHCPv6 INFORMATION-REQUEST message to request the address of the DNS server.

5.

Which command should be configured on a router interface to set the router as a stateful DHCPv6 client?

a)

ipv6 address autoconfigure

b)

ipv6 dhcp server stateful

c)

ipv6 address dhcp

d)

ipv6 enable

6.

What message informs IPv6 enabled interfaces to use stateful DHCPv6 for obtaining an IPv6 address?

a)

the DHCPv6 Reply message

b)

the ICMPv6 Router Solicitation

c)

the DHCPv6 Advertise message

d)

the ICMPv6 Router Advertisement

7.

Which destination IP address is used when an IPv6 host sends a DHCPv6 SOLICIT message to locate a DHCPv6 server?

a)

FF02::2

b)

FF02::1:2

c)

FF02::1

d)

FE80::1

8.

In which alternative to DHCPv6 does a router dynamically provide IPv6 configuration information to hosts?

a)

EUI-64

b)

SLAAC

c)

ICMPv6

d)

ARP

9.

What message does a workstation send to a DHCPv6 server for configuration information after receiving messages from multiple DHCPv6 servers?

a)

DHCPv6 REQUEST

b)

DHCPv6 SOLICIT

c)

DHCPv6 ADVERTISE

d)

DHCPv6 INFORMATION-REQUEST

10.

What process is used in ICMPv6 for a host to verify that an IPv6 address is unique before configuring it on an interface?

a)

SLAAC

b)

DAD

c)

ARP

d)

EUI-64

11.

What are two characteristics of the SLAAC method for IPv6 address configuration? (Choose two.)

a)

Clients send router advertisement messages to routers to request IPv6 addressing.

b)

This stateful method of acquiring an IPv6 address requires at least one DHCPv6 server.

c)

The default gateway of an IPv6 client on a LAN will be the link-local address of the router interface.

d)

Router solicitation messages are sent by the router to offer IPv6 addressing to clients.

12.

After booting, a client receives an ICMPv6 RA message with the M flag set to 0 and the O flag set to 1. What does this indicate?

a)

The client should automatically configure an IPv6 address and then contact a DHCPv6 server for more information.

b)

The client should be statically configured with an IPv6 address.

c)

The client should automatically configure an IPv6 address without contacting a DHCPv6 server.

d)

The client should request an IPv6 address directly from a DHCPv6 server.

13.

What command is required to enable IPv6 routing on a router?

a)

ipv6 dhcp server stateful

b)

ipv6 address autoconfigure

c)

ipv6 enable

d)

ipv6 unicast-routing

14.

Which address will a client use as its default gateway when using SLAAC?

a)

The unique local address of the router interface.

b)

The link-local address of the router interface.

c)

The all-routers multicast address.

d)

The global unicast address of the router interface.

15.

What effect does configuring a router to send RA messages with the M flag set to 1 and the A flag set to 0 have on clients?

a)

Clients must use the prefix and prefix length provided by RA messages.

b)

Clients must use all configuration information provided by a DHCPv6 server.

c)

Clients must use the information that is contained in RA messages.

d)

Clients must use the prefix and prefix length provided by a DHCPv6 server.

16.

What is the purpose of the EUI-64 process in IPv6?

a)

To create a random interface ID.

b)

To create an IPv6 address from an IPv4 address.

c)

To create a link-local address.

d)

To create an IPv6 interface ID from a MAC address.

17.

What happens when a client receives an RA message with the M flag set to 0 and the O flag set to 1?

a)

The client should contact a DHCPv6 server for all the information it needs.

b)

The client should use the information in the RA message exclusively.

c)

The client should automatically configure an IPv6 address without contacting a DHCPv6 server.

d)

The client should use the information in the RA message and contact a DHCPv6 server for additional information.

18.

What is the role of the ipv6 nd managed-config-flag command on a router?

a)

It allows clients to use SLAAC for address configuration.

b)

It enables the router to send ICMPv6 RA messages.

c)

It configures the router as a stateful DHCPv6 server.

d)

It indicates that clients should use stateful DHCPv6.

19.

What is the function of the ipv6 unicast-routing command?

a)

It enables DNS service in DHCPv6 configurations.

b)

It is required for sending ICMPv6 RA messages.

c)

It is required to configure a stateless DHCPv6 server.

d)

It is required to configure a stateful DHCPv6 server.

20.

What is the purpose of the DHCPv6 SOLICIT message?

a)

To inform clients of DHCPv6 server availability.

b)

To request configuration information from a DHCPv6 server.

c)

To locate a DHCPv6 server.

d)

To confirm the receipt of configuration information.

21.

What is the significance of the O flag in an RA message?

a)

It indicates whether to use SLAAC.

b)

It indicates whether to use DAD.

c)

It indicates whether to use stateless DHCPv6.

d)

It indicates whether to use stateful DHCPv6.

22.

What is the primary function of the ICMPv6 Neighbor Solicitation message?

a)

To request an IPv6 address from a DHCPv6 server.

b)

To verify the uniqueness of an IPv6 address.

c)

To inform clients of available DHCPv6 servers.

d)

To send router advertisements.

23.

What does the A flag in an RA message indicate?

a)

Whether to use DAD.

b)

Whether to use SLAAC.

c)

Whether to use stateful DHCPv6.

d)

Whether to use stateless DHCPv6.

24.

What is the purpose of the DHCPv6 REQUEST message?

a)

To request configuration information from a DHCPv6 server.

b)

To inform clients of DHCPv6 server availability.

c)

To confirm the receipt of configuration information.

d)

To locate a DHCPv6 server.

25.

What is the role of the DHCPv6 ADVERTISE message?

a)

To inform clients of DHCPv6 server availability.

b)

To locate a DHCPv6 server.

c)

To confirm the receipt of configuration information.

d)

To request configuration information from a DHCPv6 server.

26.

What is the purpose of the ipv6 address dhcp command on a router?

a)

To enable the router as a DHCPv6 client.

b)

To configure the router as a stateful DHCPv6 server.

c)

To enable IPv6 on the router interface.

d)

To configure the router for SLAAC.

27.

What is the significance of the FF02::1:2 address?

a)

It is the link-local address of the router.

b)

It is the all-DHCPv6-servers multicast address.

c)

It is the all-routers multicast address.

d)

It is the global unicast address of the router.

28.

What is the primary function of the ICMPv6 Router Advertisement message?

a)

To verify the uniqueness of an IPv6 address.

b)

To inform clients of available DHCPv6 servers.

c)

To provide addressing information to clients.

d)

To request configuration information from a DHCPv6 server.

29.

What does the term 'stateless' refer to in SLAAC?

a)

It requires a DHCPv6 server.

b)

It does not require a DHCPv6 server.

c)

It requires a static IP address.

d)

It requires a dynamic IP address.

30.

What is the purpose of the ipv6 nd prefix command?

a)

To enable IPv6 routing.

b)

To set the prefix length for SLAAC.

c)

To configure the router as a stateful DHCPv6 server.

d)

To configure the router to send RA messages.

31.

What is the role of the DHCPv6 INFORMATION-REQUEST message?

a)

To inform clients of DHCPv6 server availability.

b)

To confirm the receipt of configuration information.

c)

To request configuration information from a DHCPv6 server.

d)

To locate a DHCPv6 server.

32.

What is the significance of the link-local address in IPv6?

a)

It is used for communication within the local network segment.

b)

It is used for communication across the internet.

c)

It is used for DHCPv6 server communication.

d)

It is used for static IP address assignment.

33.

What is the purpose of the DHCPv6 SOLICIT message?

a)

To confirm the receipt of configuration information.

b)

To inform clients of DHCPv6 server availability.

c)

To request configuration information from a DHCPv6 server.

d)

To locate a DHCPv6 server.

34.

What is the role of the M flag in an RA message?

a)

It indicates whether to use stateful DHCPv6.

b)

It indicates whether to use DAD.

c)

It indicates whether to use SLAAC.

d)

It indicates whether to use stateless DHCPv6.

35.

What is the primary function of the ICMPv6 Neighbor Solicitation message?

a)

To verify the uniqueness of an IPv6 address.

b)

To request an IPv6 address from a DHCPv6 server.

c)

To send router advertisements.

d)

To inform clients of available DHCPv6 servers.

36.

What does the A flag in an RA message indicate?

a)

Whether to use DAD.

b)

Whether to use SLAAC.

c)

Whether to use stateful DHCPv6.

d)

Whether to use stateless DHCPv6.

37.

What is the purpose of the DHCPv6 REQUEST message?

a)

To inform clients of DHCPv6 server availability.

b)

To confirm the receipt of configuration information.

c)

To request configuration information from a DHCPv6 server.

d)

To locate a DHCPv6 server.

38.

What is the role of the DHCPv6 ADVERTISE message?

a)

To confirm the receipt of configuration information.

b)

To inform clients of DHCPv6 server availability.

c)

To locate a DHCPv6 server.

d)

To request configuration information from a DHCPv6 server.

39.

What is the purpose of the ipv6 address dhcp command on a router?

a)

To enable IPv6 on the router interface.

b)

To configure the router as a stateful DHCPv6 server.

c)

To configure the router for SLAAC.

d)

To enable the router as a DHCPv6 client.

40.

What is the significance of the FF02::1:2 address?

a)

It is the all-routers multicast address.

b)

It is the all-DHCPv6-servers multicast address.

c)

It is the link-local address of the router.

d)

It is the global unicast address of the router.

41.

What is the primary function of the ICMPv6 Router Advertisement message?

a)

To provide addressing information to clients.

b)

To request configuration information from a DHCPv6 server.

c)

To inform clients of available DHCPv6 servers.

d)

To verify the uniqueness of an IPv6 address.

42.

What does the term 'stateless' refer to in SLAAC?

a)

It requires a dynamic IP address.

b)

It requires a static IP address.

c)

It does not require a DHCPv6 server.

d)

It requires a DHCPv6 server.

43.

What is the purpose of the ipv6 nd prefix command?

a)

To enable IPv6 routing.

b)

To configure the router as a stateful DHCPv6 server.

c)

To set the prefix length for SLAAC.

d)

To configure the router to send RA messages.

44.

What is the role of the DHCPv6 INFORMATION-REQUEST message?

a)

To request configuration information from a DHCPv6 server.

b)

To inform clients of DHCPv6 server availability.

c)

To confirm the receipt of configuration information.

d)

To locate a DHCPv6 server.

45.

What is the significance of the link-local address in IPv6?

a)

It is used for communication within the local network segment.

b)

It is used for communication across the internet.

c)

It is used for DHCPv6 server communication.

d)

It is used for static IP address assignment.