A network technician is auditing network security documentation to verify default port filtering rules on an enterprise gateway. Match each networking protocol to its correct default port number and transport layer protocol.
- Telnet (Teletype Network)TCP 23
- POP3S (Post Office Protocol 3 Secure)TCP 995
- NTP (Network Time Protocol)UDP 123
- HTTPS (Hypertext Transfer Protocol Secure)TCP 443
Answer
Telnet matches with TCP 23, POP3S matches with TCP 995, NTP matches with UDP 123, and HTTPS matches with TCP 443.
Each protocol correctly pairs with its standardized port and transport layer assignment: Telnet requires TCP 23 for unencrypted remote command line sessions, POP3S uses TCP 995 for secure email retrieval, NTP uses UDP 123 for network clock synchronization, and HTTPS relies on TCP 443 for encrypted web browsing.
Step-by-Step Solution
Key Concept
Standard TCP/UDP Port Numbers and Protocols
Estimated Time:1m 30s