A network administrator is setting up a secure email transmission service that encrypts SMTP traffic. Which port should the administrator configure the email server to listen to in order to secure email messages?
Port 587 is used for secure email communication over SMTP, commonly known as SMTPS. This port allows email to be sent securely via an encrypted connection, which is crucial for protecting sensitive information during transmission. Port 25 is the default for unencrypted SMTP, and while port 443 is commonly used for HTTPS, it is not used for securing SMTP. Port 993 is for IMAPS, which is used for receiving emails securely, not sending.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
Why is encryption important for SMTP traffic?
Open an interactive chat with Bash
What role does Port 25 play in email transmission?
Open an interactive chat with Bash
How is Port 993 different from Port 587 in email services?