A systems administrator is configuring perimeter firewall access control rules to enable centralized administrative access across enterprise infrastructure. The security baseline requires deploying TACACS+ for AAA management of network switches and Remote Desktop Protocol (RDP) for graphical management of remote Windows servers. Which of the following port and transport layer protocol combinations must be permitted through the firewall to support these services? (Select TWO)
- TCP port 49Answer
- TCP port 3389Answer
- CUDP port 49
- DUDP port 3389
Answer
The correct port and protocol combinations are TCP port 49 for TACACS+ and TCP port 3389 for RDP.
TACACS+ uses TCP port 49 to provide reliable, connection-oriented transmission for network access authentication, authorization, and accounting. Remote Desktop Protocol (RDP) uses TCP port 3389 to establish graphical administrative sessions on Windows systems.
Step-by-Step Solution
Key Concept
Identifying transport layer protocols (TCP/UDP) and default well-known port numbers for administrative remote management services (TACACS+ and RDP).