A network administrator is configuring inbound ACL rules on an edge firewall. The security baseline requires enabling secure, encrypted command-line management for distant switches while allowing internal infrastructure devices to synchronize their clocks against an external stratum-1 time server. Which TWO of the following port and transport protocol combinations must be permitted in the firewall policy? (Select TWO)
- TCP port 22Answer
- UDP port 123Answer
- CTCP port 23
- DTCP port 123
Answer
The required services are Secure Shell (SSH), which operates over TCP port 22, and Network Time Protocol (NTP), which operates over UDP port 123.
Secure Shell (SSH) provides secure, encrypted command-line sessions using TCP port 22. Network Time Protocol (NTP) synchronizes system clocks across network devices using connectionless UDP port 123.
Step-by-Step Solution
Key Concept
Port number and transport protocol mapping for SSH (TCP 22) and NTP (UDP 123).