nerdexam
EC-Council

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.

Submitted by neha2k· Mar 6, 2026Cryptography

Question

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 person. SMTP can upgrade a connection between two mail servers to use TLS. Email transmitted by SMTP over TLS is encrypted. What is the name of the command used by SMTP to transmit email over TLS?

Options

  • AOPPORTUNISTICTLS
  • BUPGRADETLS
  • CFORCETLS
  • DSTARTTLS

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    91% (39)

Why each option

The question asks for the specific SMTP command used to upgrade a connection to use TLS for encrypted email transmission.

AOPPORTUNISTICTLS

There is no standard SMTP command named OPPORTUNISTICTLS for initiating TLS.

BUPGRADETLS

There is no standard SMTP command named UPGRADETLS for initiating TLS.

CFORCETLS

There is no standard SMTP command named FORCETLS for initiating TLS.

DSTARTTLSCorrect

`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

#SMTP#TLS encryption#email security

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice