Font size
S
M
L
XL
WorksheetsModules 7-8_ DHCPv4 and SLAAC + DHCPV6
Total questions: 75
Worksheet time: 38mins
Name
Class
Date
1.
A DHCP-enabled client PC has just booted. During which two steps will the client PC use broadcast messages when communicating with a DHCP server? (Choose two.)
a)
DHCPDISCOVER
b)
DHCPACK
c)
DHCPOFFER
d)
DHCPREQUEST
e)
DHCPNAK
2.
An administrator issues the commands: Router(config)# interface g0/1 / Router(config-if)# ip address dhcp // What is the administrator trying to achieve?
a)
configuring the router to act as a DHCPv4 server
b)
configuring the router to obtain IP parameters from a DHCPv4 server
c)
configuring the router to act as a relay agent
d)
configuring the router to resolve IP address conflicts
3.
When a client is requesting an initial address lease from a DHCP server, why is the DHCPREQUEST message sent as a broadcast?
a)
The client does not yet know the IP address of the DHCP server that sent the offer.
b)
The DHCP server may be on a different subnet, so the request must be sent as a broadcast.
c)
The client does not have a MAC address assigned yet, so it cannot send a unicast message at Layer 2.
d)
The client may have received offers from multiple servers, and the broadcast serves to implicitly decline those other offers.
4.
Which DHCP IPv4 message contains the following information? // Destination address: 255.255.255.255
Client IPv4 address: 0.0.0.0
Default gateway address: 0.0.0.0
Subnet mask: 0.0.0.0
a)
DHCPACK
b)
DHCPDISCOVER
c)
DHCPOFFER
d)
DHCPREQUEST
5.
a client initiating a message to find a DHCP server
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
6.
a DHCP server responding to the initial request by a client
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
7.
the client accepting the IP address provided by the DHCP server
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
8.
the DHCP server confirming that the lease has been accepted
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
9.
Which protocol automates assignment of IP addresses on a network, and which port number does it use? (Choose two.)
a)
DHCP
b)
DNS
c)
SMB
d)
53.0
e)
67.0
10.
Refer to the exhibit. PC1 is configured to obtain a dynamic IP address from the DHCP server. PC1 has been shut down for two weeks. When PC1 boots and tries to request an available IP address, which destination IP address will PC1 place in the IP header?
a)
192.168.1.1
b)
192.168.1.255
c)
255.255.255.255
d)
192.168.1.8
11.
Which message does an IPv4 host use to reply when it receives a DHCPOFFER message from a DHCP server?
a)
DHCPOFFER
b)
DHCPDISCOVER
c)
DHCPREQUEST
d)
DHCPACK
12.
Which command, when issued in the interface configuration mode of a router, enables the interface to acquire an IPv4 address automatically from an ISP, when that link to the ISP is enabled?
a)
service dhcp
b)
ip address dhcp
c)
ip helper-address
d)
ip dhcp pool
13.
Which kind of message is sent by a DHCP client when its IP address lease has expired?
a)
a DHCPDISCOVER unicast message
b)
a DHCPREQUEST broadcast message
c)
a DHCPREQUEST unicast message
d)
a DHCPDISCOVER broadcast message
14.
A host PC is attempting to lease an address through DHCP. What message is sent by the server to let the client know it is able to use the provided IP information?
a)
DHCPDISCOVER
b)
DHCPOFFER
c)
DHCPREQUEST
d)
DHCPACK
e)
DHCPNACK
15.
What is one indication that a Windows computer did not receive an IPv4 address from a DHCP server?
a)
The computer cannot ping 127.0.0.1.
b)
The computer receives an IP address that starts with 169.254.
c)
Windows displays a DHCP timeout message.
d)
The computer cannot ping other devices on the same network with IP addresses in the 169.254.0.0/16 range.
16.
Which DHCPv4 message will a client send to accept an IPv4 address that is offered by a DHCP server?
a)
broadcast DHCPACK
b)
broadcast DHCPREQUEST
c)
unicast DHCPACK
d)
unicast DHCPREQUEST
17.
A small coffee shop is offering free Wi-Fi to customers. The network includes a wireless router and a DSL modem that is connected to the local phone company. What method is typically used to configure the connection to the phone company?
a)
Set the WAN connection in the wireless router as a DHCP client.
b)
Set the connection between the wireless router and the DSL modem as a private IP network.
c)
Set the DSL modem as a DHCP client to get a public IP address from the wireless router.
d)
Set the DSL modem as a DHCP client to the phone company and a DHCP server for the internal connection.
18.
A company uses DHCP to manage IP address deployment for employee workstations. The IT department deploys multiple DHCP servers in the data center and uses DHCP relay agents to facilitate the DHCP requests from workstations. Which two UDP ports are used to forward DHCP traffic? (Choose two.)
a)
23.0
b)
53.0
c)
67.0
d)
68.0
e)
80.0
19.
A client device on an Ethernet segment needs an IP address in order to communicate on the network. A DHCP server with IP address 192.168.1.1 has been configured and enabled on the network. How will a client device obtain a usable IP address for this network?
a)
Send a DHCPACK packet to the default gateway address.
b)
Use a statically configured IP address from the pool of IP addresses that is offered by the DHCP server.
c)
Send a DHCPDISCOVER message to physical address FF-FF-FF-FF-FF-FF.
d)
Send a DHCPREQUEST packet to IP address 255.255.255.255.
20.
What is an advantage of configuring a Cisco router as a relay agent?
a)
It can provide relay services for multiple UDP services.
b)
It reduces the response time from a DHCP server.
c)
It can forward both broadcast and multicast messages on behalf of clients.
d)
It will allow DHCPDISCOVER messages to pass without alteration.
21.
Which statement is true about DHCP operation?
a)
When a device that is configured to use DHCP boots, the client broadcasts a DHCPDISCOVER message to identify any available DHCP servers on the network.
b)
A client must wait for lease expiration before it sends another DHCPREQUEST message.
c)
If the client receives several DHCPOFFER messages from different servers, it sends a unicast DHCPREQUEST message to the server from which it chooses to obtain the IP information.
d)
The DHCPDISCOVER message contains the IP address and subnet mask to be assigned, the IP address of the DNS server, and the IP address of the default gateway.
22.
Which statement is true about DHCP operation? // DHCPACK
a)
1.0
b)
4.0
c)
3.0
d)
2.0
23.
Which statement is true about DHCP operation? // DHCPOFFER
a)
1.0
b)
4.0
c)
3.0
d)
2.0
24.
Which statement is true about DHCP operation? // DHCPDISCOVER
a)
1.0
b)
4.0
c)
3.0
d)
2.0
25.
Which statement is true about DHCP operation? // DHCPREQUEST
a)
1.0
b)
4.0
c)
3.0
d)
2.0
26.
A network administrator configures a router to send RA messages with M flag as 0 and O flag as 1. Which statement describes the effect of this configuration when a PC tries to configure its IPv6 address?
a)
It should contact a DHCPv6 server for the prefix, the prefix-length information, and an interface ID that is both random and unique.
b)
It should use the information that is contained in the RA message and contact a DHCPv6 server for additional information.
c)
It should use the information that is contained in the RA message exclusively.
d)
It should contact a DHCPv6 server for all the information that it needs.
27.
Refer to the exhibit. What should be done to allow PC-A to receive an IPv6 address from the DHCPv6 server?
a)
Add the ipv6 dhcp relay command to interface Fa0/0.
b)
Change the ipv6 nd managed-config-flag command to ipv6 nd other-config-flag.
c)
Configure the ipv6 nd managed-config-flag command on interface Fa0/1.
d)
Add the IPv6 address 2001:DB8:1234:5678::10/64 to the interface configuration of the DHCPv6 server.
28.
Refer to the exhibit. A network administrator is implementing the stateless DHCPv6 operation for the company. Clients are configuring IPv6 addresses as expected. However, the clients are not getting the DNS server address and the domain name information configured in the DHCP pool. What could be the cause of the problem?
a)
The DNS server address is not on the same network as the clients are on.
b)
The router is configured for SLAAC operation.
c)
The GigabitEthernet interface is not activated.
d)
The clients cannot communicate with the DHCPv6 server, evidenced by the number of active clients being 0.
29.
A company uses the SLAAC method to configure IPv6 addresses for the employee workstations. Which address will a client use as its default gateway?
a)
the global unicast address of the router interface that is attached to the network
b)
the unique local address of the router interface that is attached to the network
c)
the all-routers multicast address
d)
the link-local address of the router interface that is attached to the network
30.
Refer to the exhibit. A network administrator is configuring a router for DHCPv6 operation. Which conclusion can be drawn based on the commands?
a)
The router is configured for stateful DHCPv6 operation, but the DHCP pool configuration is incomplete.
b)
The DHCPv6 server name is ACAD_CLASS.
c)
The DHCPv6 server name is ACAD_CLASS.
d)
The router is configured for stateless DHCPv6 operation.
31.
Refer to the exhibit. What protocol can be configured on gateway routers R1 and R2 that will allow traffic from the internal LAN to be load balanced across the two gateways to the Internet?
a)
GLBP
b)
PVST+
c)
PVST
d)
STP
32.
Refer to the exhibit. A network engineer is troubleshooting host connectivity on a LAN that uses a first hop redundancy protocol. Which IPv4 gateway address should be configured on the host?
a)
192.168.2.0
b)
192.168.2.1
c)
192.168.2.2
d)
192.168.2.100
33.
Refer to the exhibit. Which destination MAC address is used when frames are sent from the workstation to the default gateway?
a)
MAC address of the virtual router
b)
MAC address of the standby router
c)
MAC addresses of both the forwarding and standby routers
d)
MAC address of the forwarding router
34.
The address pool of a DHCP server is configured with 10.92.71.0/25. The network administrator reserves 8 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
122.0
b)
118.0
c)
119.0
d)
108.0
e)
116.0
35.
After a host has generated an IPv6 address by using the DHCPv6 or SLAAC process, how does the host verify that the address is unique and therefore usable?
a)
The host sends an ICMPv6 echo request message to the DHCPv6 or SLAAC-learned address and if no reply is returned, the address is considered unique.
b)
The host sends an ICMPv6 neighbor solicitation message to the DHCP or SLAAC-learned address and if no neighbor advertisement is returned, the address is considered unique.
c)
The host checks the local neighbor cache for the learned address and if the address is not cached, it it considered unique.
d)
The host sends an ARP broadcast to the local link and if no hosts send a reply, the address is considered unique.
36.
What is the keyword that is displayed on www.netacad.com?
a)
DHCP
b)
switch
c)
Router
d)
networking
e)
Cisco
37.
a client initiating a message to find a DHCP server
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPNACK
d)
DHCPDISCOVER
e)
DHCPOFFER
38.
a DHCP server responding to the initial request by a client
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPNACK
d)
DHCPDISCOVER
e)
DHCPOFFER
39.
the client accepting the IP address provided by the DHCP server
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPNACK
d)
DHCPDISCOVER
e)
DHCPOFFER
40.
the DHCP server confirming that the address lease has been accepted
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPNACK
d)
DHCPDISCOVER
e)
DHCPOFFER
41.
a message that is used to locate any available DHCP server on a network
a)
DHCPREQUEST
b)
DHCPDISCOVER
c)
DHCPNAK
d)
DHCPOFFER
e)
DHCPACK
42.
a message that is used to identify the explicit server and lease offer to accept
a)
DHCPREQUEST
b)
DHCPDISCOVER
c)
DHCPNAK
d)
DHCPOFFER
e)
DHCPACK
43.
a message that is used to acknowledge that the lease is successful
a)
DHCPREQUEST
b)
DHCPDISCOVER
c)
DHCPNAK
d)
DHCPOFFER
e)
DHCPACK
44.
a message that is used to suggest a lease to a client
a)
DHCPREQUEST
b)
DHCPDISCOVER
c)
DHCPNAK
d)
DHCPOFFER
e)
DHCPACK
45.
Step 1
a)
DHCPv6 OFFER
b)
DHCPv6 REQUEST
c)
DHCPv6 SOLICIT
d)
DHCPv6 REPLY
e)
DHCPv6 ADVERTISE
46.
Step 2
a)
DHCPv6 OFFER
b)
DHCPv6 REQUEST
c)
DHCPv6 SOLICIT
d)
DHCPv6 REPLY
e)
DHCPv6 ADVERTISE
47.
Step 3
a)
DHCPv6 OFFER
b)
DHCPv6 REQUEST
c)
DHCPv6 SOLICIT
d)
DHCPv6 REPLY
e)
DHCPv6 ADVERTISE
48.
Step 4
a)
DHCPv6 OFFER
b)
DHCPv6 REQUEST
c)
DHCPv6 SOLICIT
d)
DHCPv6 REPLY
e)
DHCPv6 ADVERTISE
49.
Step 1
a)
The new forwarding router assumes both the IP and MAC addresses of the virtual router
b)
The host initiates an ARP request
c)
The standby router assumes the role of the forwarding router
d)
The forwarding router fails
e)
The standby router stops seeing hello messages from the forwarding router
50.
Step 2
a)
The new forwarding router assumes both the IP and MAC addresses of the virtual router
b)
The host initiates an ARP request
c)
The standby router assumes the role of the forwarding router
d)
The forwarding router fails
e)
The standby router stops seeing hello messages from the forwarding router
51.
Step 3
a)
The new forwarding router assumes both the IP and MAC addresses of the virtual router
b)
The host initiates an ARP request
c)
The standby router assumes the role of the forwarding router
d)
The forwarding router fails
e)
The standby router stops seeing hello messages from the forwarding router
52.
Step 4
a)
The new forwarding router assumes both the IP and MAC addresses of the virtual router
b)
The host initiates an ARP request
c)
The standby router assumes the role of the forwarding router
d)
The forwarding router fails
e)
The standby router stops seeing hello messages from the forwarding router
53.
Step 1
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPDISCOVER
d)
DHCPREPLY
e)
DHCPOFFER
54.
Step 2
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPDISCOVER
d)
DHCPREPLY
e)
DHCPOFFER
55.
Step 3
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPDISCOVER
d)
DHCPREPLY
e)
DHCPOFFER
56.
Step 4
a)
DHCPACK
b)
DHCPREQUEST
c)
DHCPDISCOVER
d)
DHCPREPLY
e)
DHCPOFFER
57.
The address pool of a DHCP server is configured with 192.168.234.0/27. The network administrator reserves 22 IP addresses for IP phones. How many IP addresses are left in the pool to be assigned to other hosts?
a)
10.0
b)
0 (Zero)
c)
8.0
d)
21.0
e)
18.0
58.
A company uses DHCP servers to dynamically assign IPv4 addresses to employee workstations. The address lease duration is set as 5 days. An employee returns to the office after an absence of one week. When the employee boots the workstation, it sends a message to obtain an IP address. Which Layer 2 and Layer 3 destination addresses will the message contain?
a)
both MAC and IPv4 addresses of the DHCP server
b)
FF-FF-FF-FF-FF-FF and IPv4 address of the DHCP server
c)
FF-FF-FF-FF-FF-FF and 255.255.255.255
d)
MAC address of the DHCP server and 255.255.255.255
59.
Which command will allow a network administrator to check the IP address that is assigned to a particular MAC address?
a)
Router# show running-config I section_dhcp
b)
Router# show ip dhcp server statistics
c)
Router# show ip dhcp binding
d)
Router# show ip dhcp pool
60.
What information can be verified through the show ip dhcp binding command?
a)
the IPv4 addresses that are assigned to hosts by the DHCP server
b)
that DHCPv4 discover messages are still being received by the DHCP server
c)
the IPv4 addresses that have been excluded from the DHCPv4 pool
d)
the number of IP addresses remaining in the DHCP pool
61.
What is the result of a network technician issuing the command ip dhcp excluded-address 10.0.15.1 10.0.15.15 on a Cisco router?
a)
The Cisco router will exclude only the 10.0.15.1 and 10.0.15.15 IP addresses from being leased to DHCP clients.
b)
The Cisco router will exclude 15 IP addresses from being leased to DHCP clients.
c)
The Cisco router will automatically create a DHCP pool using a /28 mask.
d)
The Cisco router will allow only the specified IP addresses to be leased to clients.
62.
Refer to the exhibit. Based on the output that is shown, what kind of IPv6 addressing is being configured?
a)
stateless DHCPv6
b)
SLAAC
c)
static link-local
d)
stateful DHCPv6
63.
Which set of commands will configure a router as a DHCP server that will assign IPv4 addresses to the 192.168.100.0/23 LAN while reserving the first 10 and the last addresses for static assignment?
a)
ip dhcp excluded-address 192.168.100.1 192.168.100.9
ip dhcp excluded-address 192.168.101.254
ip dhcp pool LAN-POOL-100
ip network 192.168.100.0 255.255.254.0
ip default-gateway 192.168.100.1
b)
dhcp pool LAN-POOL-100
ip dhcp excluded-address 192.168.100.1 192.168.100.9
ip dhcp excluded-address 192.168.100.254
network 192.168.100.0 255.255.254.0
default-router 192.168.101.1
c)
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.100.254
ip dhcp pool LAN-POOL-100
network 192.168.100.0 255.255.255.0
ip default-gateway 192.168.100.1
d)
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.101.254
ip dhcp pool LAN-POOL-100
network 192.168.100.0 255.255.254.0
default-router 192.168.100.1
64.
What is a result when the DHCP servers are not operational in a network?
a)
Workstations are assigned with the IP address 127.0.0.1.
b)
Workstations are assigned with IP addresses in the 10.0.0.0/8 network.
c)
Workstations are assigned with IP addresses in the 169.254.0.0/16 network.
d)
Workstations are assigned with the IP address 0.0.0.0.
65.
A company uses the method SLAAC to configure IPv6 addresses for the workstations of the employees. A network administrator configured the IPv6 address on the LAN interface of the router. The interface status is UP. However, the workstations on the LAN segment did not obtain the correct prefix and prefix length. What else should be configured on the router that is attached to the LAN segment for the workstations to obtain the information?
a)
R1(config)# ipv6 dhcp pool
b)
R1(config-if)# ipv6 enable
c)
R1(config)# ipv6 unicast-routing
d)
R1(config-if)# ipv6 nd other-config-flag
66.
Refer to the exhibit. PC-A is unable to receive an IPv6 address from the stateful DHCPv6 server. What is the problem?
a)
The ipv6 dhcp relay command should be applied to interface Gig0/0.
b)
The ipv6 nd managed-config-flag should be applied to interface Gig0/1.
c)
The ipv6 dhcp relay command should use the link-local address of the DHCP server.
d)
The ipv6 nd managed-config-flag command should be ipv6 nd other-config-flag
67.
Refer to the exhibit. A network administrator is configuring a router as a DHCPv6 server. The administrator issues a show ipv6 dhcp pool command to verify the configuration. Which statement explains the reason that the number of active clients is 0?
a)
The default gateway address is not provided in the pool.
b)
No clients have communicated with the DHCPv6 server yet.
c)
The IPv6 DHCP pool configuration has no IPv6 address range specified.
d)
The state is not maintained by the DHCPv6 server under stateless DHCPv6 operation.
68.
The address pool of a DHCP server is configured with 172.18.93.0/25. The network administrator reserves 10 IP addresses for web servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
106.0
b)
117.0
c)
114.0
d)
120.0
e)
116.0
69.
The address pool of a DHCP server is configured with 172.23.143.0/26. The network administrator reserves 14 IP addresses for file servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
58.0
b)
48.0
c)
50.0
d)
61.0
e)
40.0
70.
The address pool of a DHCP server is configured with 10.7.30.0/24. The network administrator reserves 5 IP addresses for printers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
253.0
b)
239.0
c)
249.0
d)
250.0
e)
247.0
71.
The address pool of a DHCP server is configured with 192.168.184.0/26. The network administrator reserves 18 IP addresses for access points. How many IP addresses are left in the pool to be assigned to other hosts?
a)
57.0
b)
44.0
c)
54.0
d)
36.0
e)
46.0
72.
The address pool of a DHCP server is configured with 10.19.44.0/24. The network administrator reserves 3 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
255.0
b)
252.0
c)
241.0
d)
251.0
e)
249.0
73.
The address pool of a DHCP server is configured with 10.19.44.0/24. The network administrator reserves 6 IP addresses for servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
246.0
b)
252.0
c)
249.0
d)
248.0
e)
238.0
74.
The address pool of a DHCP server is configured with 172.21.121.0/25. The network administrator reserves 12 IP addresses for web servers. How many IP addresses are left in the pool to be assigned to other hosts?
a)
115.0
b)
114.0
c)
118.0
d)
104.0
e)
112.0
75.
Which kind of message is sent by a DHCP client when its IP address lease is about to expire?
a)
a DHCPREQUEST broadcast message
b)
a DHCPDISCOVER unicast message
c)
a DHCPDISCOVER broadcast message
d)
a DHCPREQUEST unicast message
Reset
