A network technician is configuring outbound traffic rules on a perimeter firewall for a dedicated network administration workstation. The workstation must be capable of establishing encrypted command-line remote management sessions with remote Linux servers and performing hostname-to-IP address resolutions against internal DNS servers. Which of the following port and transport protocol combinations must be permitted through the firewall to fulfill these requirements? (Select TWO).
- TCP port 22Answer
- UDP port 53Answer
- CTCP port 23
- DUDP port 67
Answer
The firewall must allow outbound traffic on TCP port 22 for Secure Shell (SSH) remote command-line management and UDP port 53 for Domain Name System (DNS) hostname resolution.
Secure remote command-line administration requires SSH, which uses TCP port 22 to encrypt session data. Hostname-to-IP address resolution relies on DNS, which uses UDP port 53 for standard name lookup requests.
Step-by-Step Solution
Key Concept
Standard Network Ports and Transport Protocols for SSH and DNS
Estimated Time:2m 0s