GCIA · Question #93
Which of the following is the default port for Hypertext Transfer Protocol (HTTP)?
The correct answer is C. 80. HTTP uses port 80 by default for unencrypted web traffic. This is a fundamental IANA well-known port assignment.
Question
Which of the following is the default port for Hypertext Transfer Protocol (HTTP)?
Options
- A23
- B21
- C80
- D25
How the community answered
(51 responses)- A6% (3)
- B8% (4)
- C84% (43)
- D2% (1)
Why each option
HTTP uses port 80 by default for unencrypted web traffic. This is a fundamental IANA well-known port assignment.
Port 23 is assigned to Telnet, a legacy remote terminal access protocol, not HTTP.
Port 21 is assigned to FTP (File Transfer Protocol) for control channel connections, not HTTP.
Port 80 is the IANA-assigned well-known port for HTTP. Web browsers connect to port 80 by default when accessing http:// URLs, and web servers listen on this port unless explicitly reconfigured to another value.
Port 25 is assigned to SMTP (Simple Mail Transfer Protocol) for email relay, not HTTP.
Concept tested: IANA well-known TCP port assignments
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.