A network administrator is configuring inbound access control list (ACL) rules on a perimeter firewall. The corporate security policy specifies that external clients must be permitted to securely retrieve email using IMAPS and securely access internal web resources using HTTPS. Which of the following default TCP ports must be allowed through the firewall? (Select TWO.)
- TCP port 993Cevap
- TCP port 443Cevap
- CTCP port 143
- DTCP port 80
Cevap
The administrator must permit TCP port 993 for secure IMAPS email traffic and TCP port 443 for encrypted HTTPS web traffic.
TCP port 993 is the standard default port for IMAPS, enabling encrypted email retrieval via TLS/SSL. TCP port 443 is the standard default port for HTTPS, enabling encrypted web traffic via TLS/SSL. Together, these two ports fulfill the organization's requirements for secure email and web connectivity.
Adım Adım Çözüm
Anahtar Kavram
Standard default port numbers for secure network transport layer protocols (IMAPS on port 993 and HTTPS on port 443).