220-801 · Question #460
220-801 Question #460: Real Exam Question with Answer & Explanation
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 unofficia
Question
Options
- A80
- B143
- C443
- D8080
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.
Community Discussion
No community discussion yet for this question.