Questions :
Which protocol ensures encrypted communication between a web browser and a server?
Options :
- HTTP
- FTP
- HTTPS
- SMTP
correct answer : c)
Explanation :
HTTPS uses SSL/TLS encryption to secure data transmission, whereas HTTP is unencrypted, FTP is used for file transfer, and SMTP is used for sending emails.