What is the purpose of “DHCP” in a network?
a) To automatically assign IP addresses to devices
b) To encrypt network data
c) To route data between networks
d) To store network configuration files
Answer:
a) To automatically assign IP addresses to devices
Explanation:
DHCP (Dynamic Host Configuration Protocol) is a network protocol used to automatically assign IP addresses to devices on a network. When a device connects to the network, DHCP assigns it a unique IP address from a pool of available addresses.
DHCP simplifies network management by eliminating the need for manually assigning IP addresses to each device. It also ensures that no two devices on the same network have the same IP address, preventing conflicts.
DHCP is commonly used in home and business networks to streamline the process of connecting devices and maintaining proper network configuration.