Category: Computer Science | Last updated: 2026-09-18
Which protocol is primarily used for secure communication over a computer network, especially for encrypting data sent between a web browser and a website?
A) FTP
B) SMTP
C) HTTP
D) HTTPS
Explanation
HTTPS (Hypertext Transfer Protocol Secure) is the secure version of HTTP, which uses SSL/TLS encryption to establish a secure connection between a web server and a browser, protecting data in transit.