nerdexam
LPI

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.

The Linux Operating System

Question

Which of the following is a protocol used for automatic IP address configuration?

Options

  • ANFS
  • BLDAP
  • CSMTP
  • DDNS
  • EDHCP

How the community answered

(25 responses)
  • B
    4% (1)
  • C
    8% (2)
  • E
    88% (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.

ANFS

NFS (Network File System) is a distributed file system protocol for sharing files over a network, not for IP address assignment.

BLDAP

LDAP (Lightweight Directory Access Protocol) is used to access and maintain directory services such as user accounts and authentication, not IP configuration.

CSMTP

SMTP (Simple Mail Transfer Protocol) is used for sending email between mail servers, not for network address assignment.

DDNS

DNS (Domain Name System) resolves human-readable hostnames to IP addresses but does not assign or configure IP addresses on hosts.

EDHCPCorrect

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

#DHCP#network protocols#IP configuration

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice