A network technician is performing a security audit and service verification across an enterprise network infrastructure. Match each network host service or server role on the left with its corresponding default network port, protocol, or primary administrative function on the right.
- DHCP ServerDynamically assigns client IP configurations and scope options via UDP ports 67/68
- DNS ServerTranslates fully qualified domain names into IP addresses using UDP/TCP port 53
- Syslog ServerCentralizes device status alerts, audit logging, and system events over UDP port 514
- Web Proxy ServerIntercepts client outbound HTTP/HTTPS requests to perform content filtering and caching
Answer
The DHCP Server dynamically assigns client IP addresses and network configurations using UDP ports 67/68. The DNS Server resolves fully qualified domain names to IP addresses over port 53. The Syslog Server aggregates centralized event log messages over UDP port 514. The Web Proxy Server intercepts client outbound HTTP/HTTPS requests for content filtering and caching.
Each service is matched to its definitive server function and standard network port: DHCP handles client network configuration over UDP ports 67/68; DNS resolves names to IP addresses over port 53; Syslog collects centralized status logs over UDP 514; and Web Proxy servers handle web request interception and content filtering.
Step-by-Step Solution
Key Concept
Network Host Services and Server Roles