The _________ daemon in Linux is responsible for assigning IP addresses to devices on a local network.
- DHCP
- DNS
- SSH
- HTTP
The DHCP (Dynamic Host Configuration Protocol) daemon in Linux is responsible for assigning IP addresses to devices on a local network. It automates the process of configuring network settings for devices, ensuring they receive the necessary IP address, subnet mask, gateway, and other parameters.
Loading...
Related Quiz
- If you wanted to rate limit incoming SSH connections using iptables, which module would be most appropriate?
- The systemctl command is primarily used to control the _________ system and service manager.
- Which command is used to grant temporary elevated privileges in Linux?
- To compare two numbers in Bash and check if they're equal, you'd use the ________ operator within a conditional statement.
- A kernel that can have modules loaded and unloaded at runtime is referred to as a _________ kernel.