Match each network server role on the left with its primary service function on the right.
- DHCP ServerAutomatically assigns IP addresses, subnet masks, and default gateways to client endpoints.
- DNS ServerTranslates human-readable domain names into numerical IP addresses.
- Syslog ServerCentralizes and stores system logs and event notifications sent from network hardware.
- Web ServerDelivers web content and hypermedia pages to user browsers using HTTP or HTTPS.
Answer
The DHCP Server dynamically provides IP parameters to host devices; the DNS Server maps human-readable domain names to numerical IP addresses; the Syslog Server aggregates event log data from remote devices; and the Web Server serves web site pages via HTTP/HTTPS protocols.
Each server role performs a distinct service: DHCP automates IP configuration, DNS converts hostnames to IP addresses, Syslog aggregates remote device logs, and Web servers store and serve web content.
Step-by-Step Solution
Key Concept
Network Host Services and Server Roles