Question

Difficulty: HardNetwork Host Services and Server Roles

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

1
Identify the host role responsible for dynamic IP addressing
Associate the DHCP Server with automated IP scope assignment using UDP ports 67 (server) and 68 (client).
DHCP automates network configuration and prevents manual static addressing errors across workstations.
2
Identify the service providing hostname-to-IP resolution
Associate the DNS Server with name resolution operating on port 53 over UDP/TCP.
DNS maps user-friendly web and host names to network-routable IP addresses.
3
Determine the service responsible for centralized event log aggregation
Associate Syslog with logging data consolidation over UDP port 514.
Syslog provides a standardized message transport mechanism to collect system status notifications centrally.
4
Identify the intermediary service inspecting web traffic
Associate the Web Proxy Server with intercepting client web requests for policy enforcement and caching.
Proxies act as security gateways and traffic managers for outbound HTTP/HTTPS web sessions.

Key Concept

Network Host Services and Server Roles
Rate this question