A systems administrator is setting up outbound traffic rules on an enterprise edge firewall to allow internal web servers to connect to external API gateways for encrypted transaction processing. Which transport layer protocol and port number must be allowed through the firewall to support standard secure web services?
- TCP port 443Answer
- BTCP port 80
- CUDP port 443
- DTCP port 8080
Answer
TCP port 443 is the standard protocol and port for secure web communications (HTTPS).
HTTPS (Hypertext Transfer Protocol Secure) provides encrypted web communication using TLS/SSL and operates over TCP port 443 by default.
Step-by-Step Solution
Key Concept
Hypertext Transfer Protocol Secure (HTTPS) over TCP 443