A network technician is documenting standard firewall port rules for secure management and messaging applications. Match each network protocol on the left with its default port and primary operational role on the right.
- LDAPSTCP Port 636 — Secure directory service querying over SSL/TLS
- IMAPSTCP Port 993 — Encrypted email retrieval while keeping messages stored on the server
- SNMPUDP Port 161 — Querying and collecting diagnostic metrics from network devices
- SFTPTCP Port 22 — Secure file transfer operating over an SSH tunnel
Answer
LDAPS pairs with TCP Port 636; IMAPS pairs with TCP Port 993; SNMP pairs with UDP Port 161; SFTP pairs with TCP Port 22.
Each protocol correctly aligns with its standard port assignment and primary use case: LDAPS uses TCP 636 for secure directory services, IMAPS uses TCP 993 for secure email retrieval, SNMP uses UDP 161 for device monitoring, and SFTP uses TCP 22 for SSH-based file transfer.
Step-by-Step Solution
Key Concept
Standard TCP/UDP Port Numbers and Protocol Roles
Estimated Time:1m 30s