Dynamic Host Configuration Protocol (DHCP), Exams of Nursing

The dynamic host configuration protocol (dhcp), which is a network protocol used to automatically assign ip addresses and other network configuration parameters to devices on a network. It covers various aspects of dhcp, such as its ability to deliver other configuration information besides ip addresses, the dhcp message exchange process, and how to configure dhcp on a cisco router to provide automatic ip address assignment to a subnet. The document also discusses scenarios where dhcp can be used to manage ip address assignment, such as in a branch office network or a small network connected to the internet. Overall, the document provides a comprehensive overview of dhcp and its practical applications in network management.

Typology: Exams

2023/2024

Available from 09/21/2024

Toperthetop
Toperthetop 🇬🇧

3

(6)

27K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Section 7.1 Dynamic Host Configuration
Protocol (DHCP)
You have a TCP/IP network with 50 hosts. There have been inconsistent communications problems
between hosts. You run a protocol analyzer and discover that two hosts have the same IP address
assigned. Which protocol can you implement on your network to help prevent problems such as this? -
correct answer ✔✔DHCP
Which two of the following statements about the Dynamic Host Configuration Protocol (DHCP) are true?
- correct answer ✔✔It can deliver other configuration information in addition to IP addresses.
A DHCP server assigns addresses to requesting hosts.
You are setting up a new branch office for your company. You would like to implement solutions to
provide the following services:
Hosts should be able to contact other hosts using names such as server1.westsim.com.
IP address assignment should be centrally managed.
Which services should you implement on your network to meet the requirements? (Select two.) - correct
answer ✔✔DNS
DHCP
You have a DHCP server on your network. Which of the following is the correct order of DHCP messages
exchanged between a client and server when the client obtains an IP address? - correct answer
✔✔DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, DHCPACK
You have a small network as shown in the exhibit. You configure DHCP on Router 1 to provide IP
addresses to all hosts connected to Switch A. Following the configuration, you verify that Wrk1 has
received an IP address from the DHCP service. Wrk1 can ping every host on the subnet, but cannot
communicate with any hosts connected to Switch B or on the Internet. What should you do? - correct
answer ✔✔Configure the DHCP server to deliver the default gateway address along with the IP address.
You have a small network connected to the Internet as shown in the exhibit. Router1 will provide NAT
services to all hosts on the private network, and DHCP services to hosts connected to SubnetA.
pf3

Partial preview of the text

Download Dynamic Host Configuration Protocol (DHCP) and more Exams Nursing in PDF only on Docsity!

Section 7.1 Dynamic Host Configuration

Protocol (DHCP)

You have a TCP/IP network with 50 hosts. There have been inconsistent communications problems between hosts. You run a protocol analyzer and discover that two hosts have the same IP address assigned. Which protocol can you implement on your network to help prevent problems such as this? - correct answer ✔✔DHCP Which two of the following statements about the Dynamic Host Configuration Protocol (DHCP) are true?

  • correct answer ✔✔It can deliver other configuration information in addition to IP addresses. A DHCP server assigns addresses to requesting hosts. You are setting up a new branch office for your company. You would like to implement solutions to provide the following services: Hosts should be able to contact other hosts using names such as server1.westsim.com. IP address assignment should be centrally managed. Which services should you implement on your network to meet the requirements? (Select two.) - correct answer ✔✔DNS DHCP You have a DHCP server on your network. Which of the following is the correct order of DHCP messages exchanged between a client and server when the client obtains an IP address? - correct answer ✔✔DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, DHCPACK You have a small network as shown in the exhibit. You configure DHCP on Router 1 to provide IP addresses to all hosts connected to Switch A. Following the configuration, you verify that Wrk1 has received an IP address from the DHCP service. Wrk1 can ping every host on the subnet, but cannot communicate with any hosts connected to Switch B or on the Internet. What should you do? - correct answer ✔✔Configure the DHCP server to deliver the default gateway address along with the IP address. You have a small network connected to the Internet as shown in the exhibit. Router1 will provide NAT services to all hosts on the private network, and DHCP services to hosts connected to SubnetA.

Srv1 is located on SubnetA. You want to make sure that this server is assigned the same IP address every time it boots, but you still want to centrally manage the address that it uses. What should you do? - correct answer ✔✔Configure a DHCP binding for Srv1. You want to configure DHCP on your Cisco router to provide automatic IP address assignment to a single subnet. You will use 192.168.12.0/27 for the subnet address. The router interface has been configured with an IP address of 192.168.12.1. Additionally, you want to make sure that a specific server, called SrvFS, always gets the last IP address on the subnet as its IP address. How should you configure DHCP on the router? (Select two.) - correct answer ✔✔Create an address pool with start address of 192.168.12. and end address of 192.168.12. Create a DHCP binding for address 192.168.12.

  • correct answer ✔✔Add a DHCP pool for network 192.168.12.0/
  • correct answer ✔✔192.168.12.
  • correct answer ✔✔It will not be assigned an IP address.
  • correct answer ✔✔Change the IP address assigned to Fa0/1.
  • correct answer ✔✔Add a default-router statement to dhcp pool 2. You have a Cisco router connected to a local ISP. The ISP dictates that the router use DHCP to receive its IP address and other configuration information. Which command should you use? - correct answer ✔✔ip address dhcp You have three hosts on network 192.168.10.0/24 as shown in the exhibit. If int Fa 0/0 on RouterB has the ip helper-address 172.17.10.20 configuration command in its running configuration which of the following are true? (Select two.) - correct answer ✔✔The hosts may receive their IP address information through DHCP. RouterB will forward broadcast packets sent to the following ports: Time, DNS, BOOTP, and TFTP.
  • correct answer ✔✔HostD will have 172.18.1.132 as a DNS server configured through DHCP.