Which statement about HTTP and HTTPS is true?

Prepare for IT Technical Interviews with quizzes. Use diverse questions ranging from coding challenges to system design. Enhance your skills and be job-ready!

Multiple Choice

Which statement about HTTP and HTTPS is true?

Explanation:
HTTP and HTTPS are two web transfer protocols, with HTTPS adding security features on top of HTTP. The standard ports reflect this: HTTP uses TCP port 80, while HTTPS uses TCP port 443. HTTPS encrypts the data in transit and authenticates the server through a TLS/SSL certificate, so information remains confidential and you can be confident you’re talking to the real server. That makes the statement correct: HTTP on port 80, HTTPS on port 443, plus encryption and server identity verification. The other options mix up the ports, claim there’s no encryption, or say both use the same port, which contradicts how these protocols actually operate.

HTTP and HTTPS are two web transfer protocols, with HTTPS adding security features on top of HTTP. The standard ports reflect this: HTTP uses TCP port 80, while HTTPS uses TCP port 443. HTTPS encrypts the data in transit and authenticates the server through a TLS/SSL certificate, so information remains confidential and you can be confident you’re talking to the real server. That makes the statement correct: HTTP on port 80, HTTPS on port 443, plus encryption and server identity verification. The other options mix up the ports, claim there’s no encryption, or say both use the same port, which contradicts how these protocols actually operate.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy