GCIA · Question #10
Which of the following is the default port for POP3?
The correct answer is B. 110. POP3 (Post Office Protocol version 3) uses port 110 by default for retrieving email from a mail server.
Question
Which of the following is the default port for POP3?
Options
- A21
- B110
- C80
- D25
How the community answered
(22 responses)- A5% (1)
- B77% (17)
- C9% (2)
- D9% (2)
Why each option
POP3 (Post Office Protocol version 3) uses port 110 by default for retrieving email from a mail server.
Port 21 is assigned to FTP (File Transfer Protocol) for control connections, not email retrieval.
Port 110 is the IANA-assigned well-known port for POP3, as defined in RFC 1939. POP3 clients connect to this port to authenticate and download messages from a mail server. The secure variant, POP3S, uses port 995.
Port 80 is assigned to HTTP (Hypertext Transfer Protocol) for web traffic, not email retrieval.
Port 25 is assigned to SMTP (Simple Mail Transfer Protocol) for sending and relaying email between servers, not for client email retrieval.
Concept tested: Well-known port numbers for common protocols
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.