Beginner System Design
Q26 / 100

What is the difference between "HTTP" and "HTTPS"?

Correct! Well done.

Incorrect.

The correct answer is A) HTTPS is HTTP with an added layer of encryption (TLS/SSL) to secure data transmitted between client and server

A

Correct Answer

HTTPS is HTTP with an added layer of encryption (TLS/SSL) to secure data transmitted between client and server

Explanation

HTTPS encrypts the communication channel using TLS, protecting data from eavesdropping and tampering, while HTTP transmits data in plaintext.

Progress
26/100