Beginner Cybersecurity & Cryptography
Q25 / 100

What does HTTPS provide over HTTP?

Correct! Well done.

Incorrect.

The correct answer is B) Encryption (confidentiality), authentication (server identity verification), and integrity (data not tampered in transit)

B

Correct Answer

Encryption (confidentiality), authentication (server identity verification), and integrity (data not tampered in transit)

Explanation

HTTPS = HTTP over TLS. TLS provides: encryption (eavesdroppers can't read traffic), authentication (server cert validates identity), and integrity (MAC prevents tampering). Port 443 vs HTTP's 80.

Progress
25/100