220-801 · Question #460
Which of the following ports is used for HTTPS traffic by default?
The correct answer is C. 443. HTTPS (Hypertext Transfer Protocol Secure) uses TCP port 443 by default. It is the encrypted version of HTTP, using TLS/SSL to secure the connection. Port 80 (A) is used by standard, unencrypted HTTP. Port 143 (B) is used by IMAP for email retrieval. Port 8080 (D) is an…
Question
Which of the following ports is used for HTTPS traffic by default?
Options
- A80
- B143
- C443
- D8080
How the community answered
(24 responses)- A4% (1)
- C92% (22)
- D4% (1)
Explanation
HTTPS (Hypertext Transfer Protocol Secure) uses TCP port 443 by default. It is the encrypted version of HTTP, using TLS/SSL to secure the connection. Port 80 (A) is used by standard, unencrypted HTTP. Port 143 (B) is used by IMAP for email retrieval. Port 8080 (D) is an unofficial alternate for HTTP, often used for web proxies or development servers, but is not the default for HTTPS.
Topics
Community Discussion
No community discussion yet for this question.