A network technician is documenting network infrastructure roles for a newly deployed branch office. Match each network host service to its default transport port and primary operational function.
- DHCP ServerUDP 67/68 - Dynamically provisions IPv4 network configurations to client hosts.
- DNS ServerUDP/TCP 53 - Resolves human-readable domain names into numerical IP addresses.
- Syslog ServerUDP 514 - Collects and centralizes system log messages from network devices.
- NTP ServerUDP 123 - Synchronizes system time clocks across infrastructure hosts.
Answer
DHCP Server matches UDP 67/68 for dynamic IP address provisioning; DNS Server matches UDP/TCP 53 for name resolution; Syslog Server matches UDP 514 for centralized message logging; NTP Server matches UDP 123 for network clock synchronization.
Each host service performs a distinct administrative function: DHCP assigns IP parameters over UDP 67/68, DNS performs hostname lookup over port 53, Syslog gathers centralized logs over UDP 514, and NTP maintains temporal synchronization over UDP 123.
Step-by-Step Solution
Key Concept
Network Host Services and Server Roles
Estimated Time:1m 30s