A network administrator is configuring an automated appliance management server. The server must establish encrypted CLI connections to remote routers for administration and receive router system logs and configuration files via Trivial File Transfer Protocol (TFTP). Which of the following port and transport protocol combinations must be permitted through the enterprise firewall to support these services? (Select TWO.)
- TCP port 22Answer
- UDP port 69Answer
- CTCP port 23
- DTCP port 21
Answer
The firewall rules must permit TCP port 22 for encrypted Secure Shell (SSH) remote management and UDP port 69 for Trivial File Transfer Protocol (TFTP) file transfers.
Secure Shell (SSH) uses TCP port 22 to encrypt remote terminal administration sessions. Trivial File Transfer Protocol (TFTP) uses UDP port 69 to send configuration backup files without session overhead.
Step-by-Step Solution
Key Concept
Networking Ports and Protocols (SSH on TCP 22 and TFTP on UDP 69)