Why should websites use HTTPS instead of HTTP?
- A.HTTPS makes websites load faster
- B.HTTPS is required for all websites by law
- C.HTTPS encrypts data transmitted between the browser and server, protecting it from eavesdropping
- D.HTTPS prevents all types of cyberattacks
Why C is correct
HTTPS uses TLS encryption to protect data in transit between the user's browser and the web server. Without HTTPS, data (including passwords and personal information) is sent in plaintext and can be intercepted by anyone on the network. HTTPS also verifies the server's identity through digital certificates.
Know someone studying for Security Fundamentals? Send them this one.