GCIA · Question #111
Which of the following is the default port used by Simple Mail Transfer Protocol (SMTP)?
The correct answer is B. 25. SMTP uses TCP port 25 by default for mail transfer between servers, making it one of the oldest and most recognized well-known port assignments.
Question
Which of the following is the default port used by Simple Mail Transfer Protocol (SMTP)?
Options
- A80
- B25
- C20
- D21
How the community answered
(30 responses)- A7% (2)
- B73% (22)
- C7% (2)
- D13% (4)
Why each option
SMTP uses TCP port 25 by default for mail transfer between servers, making it one of the oldest and most recognized well-known port assignments.
Port 80 is assigned to HTTP for web traffic and has no role in email transmission.
Port 25 is the IANA-assigned well-known port for SMTP, used for server-to-server email relay since RFC 821. It is the standard port mail transfer agents (MTAs) listen on to receive inbound messages from other mail servers.
Port 20 is the FTP data transfer port used for active-mode file transfers.
Port 21 is the FTP control port used to establish FTP sessions and send commands.
Concept tested: SMTP default well-known port assignment
Source: https://datatracker.ietf.org/doc/html/rfc5321
Topics
Community Discussion
No community discussion yet for this question.