63. Which of the following ports is used for secure email?
Answer: D
Port 587 is used for secure email.
Port 587 is the designated port for sending email securely using the SMTP protocol with encryption, making it the correct choice for secure email transmission.
A) 25
Port 25 is primarily used for SMTP, but it is not secure and is often blocked by ISPs to prevent spam. While it can be used for sending email, it does not provide the necessary encryption for secure communication.
B) 110
Port 110 is used for the POP3 email protocol, which retrieves emails from a server but does not provide secure transmission. It is not related to sending emails securely.
C) 143
Port 143 is used for the IMAP email protocol, which allows users to access and manage their emails on the server. However, like Port 110, it does not provide secure email transmission by default.
D) 587
Port 587 is explicitly designated for secure email submission using SMTP with TLS encryption. This allows for safe transmission of email messages over the internet, making it the appropriate choice for secure email.
Conclusion
Port 587 is the only option that supports secure email transmission through encryption, while the other ports either do not provide security or are used for different functions entirely. Therefore, it is essential to use Port 587 for secure email to ensure the confidentiality and integrity of the messages sent.