7.3.1 - Simple Mail Transfer Protocol

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Flashcards about Simple Mail Transfer Protocol and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Simple Mail Transfer Protocol (SMTP)

A protocol that enables a person to compose a message and send it to another user on their own network or anywhere in the world via the Internet.

2
New cards

Step 1 of Email Transmission

Client submits a new message for delivery to the local S M T P server over secure port 587, and the message is copied to the sent items folder on the local I M P server using secure port 993.

3
New cards

Step 2 of Email Transmission

The local S M T P server uses D N S to lookup the M X record listing an I P address for the remote recipient domain and establishes a session with the remote S M T P server over the unencrypted port 25.

4
New cards

Step 3 of Email Transmission

If the remote server accepts the message, it copies it to the inbox folder of the user’s mailbox hosted on an I M P server.

5
New cards

Step 4 of Email Transmission

The remote user’s mail client connects to its I M A P server over secure port 993 to download the message.

6
New cards

STARTTLS

A command that upgrades an existing insecure connection to use TLS; also referred to as explicit TLS or opportunistic TLS; now deprecated but remains in widespread use.

7
New cards

Implicit TLS

Establishes the secure connection before any SMTP commands are exchanged; now considered the preferred method.

8
New cards

Port 25

Used for message relay between SMTP servers, or message transfer agents (MTAs); STARTTLS can be used for a secure connection if supported by both servers.

9
New cards

Port 465

Used for SMTP Submission with implicit TLS; SMTP Submission allows the MSA (part of a mail client) to transfer messages for delivery by a server.

10
New cards

Port 587

Used for SMTP Submission with explicit TLS; servers should use STARTTLS and require authentication before message submission.

11
New cards

Simple Mail Transfer Protocol (SMTP)

Specifies how email is delivered from one system to another.

12
New cards

Domain Name System (DNS)

The SMTP servers for the domain are registered in DNS using mail exchange (MX) and host (A/AAAA) records.

13
New cards

Non-Delivery Report (NDR)

If there is a communication problem, the SMTP server retries at regular intervals before timing out and returning an error code indicating the reason the item could not be delivered.

14
New cards

Transport Layer Security (TLS)

SMTP communications can be secured using TLS with a certificate on the SMTP server and a negotiation between client and server about which cipher suites to use.