A network administrator is documenting legacy and standard network services for a company's firewall configuration audit. Match each network protocol to its default port number and primary operating characteristics.
- SMB (Server Message Block)TCP Port 445 (Shared file/folder and printer access over IP)
- POP3S (Post Office Protocol 3 Secure)TCP Port 995 (Encrypted email retrieval over TLS/SSL)
- TFTP (Trivial File Transfer Protocol)UDP Port 69 (Connectionless lightweight file transfer)
- TelnetTCP Port 23 (Unencrypted command-line remote terminal management)
Answer
SMB matches TCP Port 445; POP3S matches TCP Port 995; TFTP matches UDP Port 69; Telnet matches TCP Port 23.
Each protocol correctly pairs with its official IANA port assignment and operational characteristics: SMB operates on TCP 445 for direct file sharing over IP, POP3S uses TCP 995 for secure email retrieval, TFTP uses UDP 69 for lightweight file transport, and Telnet uses TCP 23 for legacy unencrypted terminal sessions.
Step-by-Step Solution
Key Concept
Standard TCP and UDP port assignments for networking services and protocols.