Match each network administration protocol and port specification on the left with its primary operational use case and security characteristic on the right.
- TCP 22 (SSH)Encrypted command-line administration and secure file transfer operations
- UDP 123 (NTP)Clock synchronization across distributed network infrastructure and logging systems
- TCP 389 (LDAP)Unencrypted querying of directory services databases for user authentication
- UDP 161 (SNMP)Gathering health metrics, interface statistics, and alert traps from managed hardware
Answer
TCP 22 (SSH) matches Encrypted command-line administration; UDP 123 (NTP) matches Clock synchronization; TCP 389 (LDAP) matches Unencrypted directory queries; UDP 161 (SNMP) matches Gathering health metrics.
TCP port 22 is used by SSH for encrypted console operations and SFTP. UDP port 123 is utilized by NTP to synchronize clocks across log infrastructure. TCP port 389 is the default for unencrypted LDAP directory queries. UDP port 161 is used by SNMP agents to report system status and performance telemetry to network management stations.
Step-by-Step Solution
Key Concept
Standard Network Management Protocols and Port Numbers
Estimated Time:2m 0s