A network infrastructure engineer is auditing management protocols and server roles across a corporate datacenter. Match each network host service or role on the left with its corresponding primary function and standard port assignment on the right.
- Syslog ServerAggregates system status messages and event notifications from network infrastructure devices over UDP port 514.
- NTP ServerSynchronizes time clocks across network endpoints and servers using UDP port 123.
- IPAM ServerTracks, discovers, and manages the network IP address space and subnet allocations.
- RADIUS ServerProvides centralized authentication, authorization, and accounting for network access control over UDP ports 1812/1813.
Answer
Syslog Server matches with UDP port 514 log aggregation; NTP Server matches with UDP port 123 clock synchronization; IPAM Server matches with IP address space tracking and planning; RADIUS Server matches with UDP ports 1812/1813 centralized AAA authentication.
Each service directly pairs with its official network function and port assignment: Syslog aggregates event logs on UDP 514; NTP synchronizes systems on UDP 123; IPAM tracks IP address allocations; and RADIUS delivers centralized AAA authentication on UDP 1812/1813.
Step-by-Step Solution
Key Concept
Network Host Services and Server Roles
Estimated Time:1m 30s