312-50V13 · Question #29
Email is transmitted across the Internet using the Simple Mail Transport Protocol. SMTP does not encrypt email, leaving the information in the message vulnerable to being read by an unauthorized perso
The correct answer is D. STARTTLS. The question asks for the specific SMTP command used to upgrade a connection to use TLS for encrypted email transmission.
Question
Options
- AOPPORTUNISTICTLS
- BUPGRADETLS
- CFORCETLS
- DSTARTTLS
How the community answered
(43 responses)- A5% (2)
- B2% (1)
- C2% (1)
- D91% (39)
Why each option
The question asks for the specific SMTP command used to upgrade a connection to use TLS for encrypted email transmission.
There is no standard SMTP command named OPPORTUNISTICTLS for initiating TLS.
There is no standard SMTP command named UPGRADETLS for initiating TLS.
There is no standard SMTP command named FORCETLS for initiating TLS.
`STARTTLS` is the standard SMTP command used to signal to the receiving mail server that the sending server wishes to upgrade the current plain text connection to a secure, encrypted one using Transport Layer Security (TLS). This command initiates the negotiation process for establishing an encrypted channel, after which email data is transmitted securely.
Concept tested: SMTP STARTTLS command for encryption
Source: https://www.rfc-editor.org/rfc/rfc3207
Topics
Community Discussion
No community discussion yet for this question.