010-160 · Question #69
Which of the following is a protocol used for automatic IP address configuration?
The correct answer is E. DHCP. DHCP is the protocol responsible for automatically assigning IP addresses and other network configuration parameters to hosts. The other protocols serve unrelated purposes such as file sharing, directory lookup, email, and name resolution.
Question
Options
- ANFS
- BLDAP
- CSMTP
- DDNS
- EDHCP
How the community answered
(25 responses)- B4% (1)
- C8% (2)
- E88% (22)
Why each option
DHCP is the protocol responsible for automatically assigning IP addresses and other network configuration parameters to hosts. The other protocols serve unrelated purposes such as file sharing, directory lookup, email, and name resolution.
NFS (Network File System) is a distributed file system protocol for sharing files over a network, not for IP address assignment.
LDAP (Lightweight Directory Access Protocol) is used to access and maintain directory services such as user accounts and authentication, not IP configuration.
SMTP (Simple Mail Transfer Protocol) is used for sending email between mail servers, not for network address assignment.
DNS (Domain Name System) resolves human-readable hostnames to IP addresses but does not assign or configure IP addresses on hosts.
DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, subnet masks, default gateways, and DNS server addresses to clients on a network. It uses a four-step DORA process (Discover, Offer, Request, Acknowledge) to lease configuration to clients without manual input. This eliminates the need for static IP assignment on each individual device.
Concept tested: DHCP protocol for automatic IP address assignment
Source: https://www.rfc-editor.org/rfc/rfc2131
Topics
Community Discussion
No community discussion yet for this question.