Problem Statement
Which protocol secures web communication by encrypting data between browser and server?
Explanation
Secure Sockets Layer (SSL) and Transport Layer Security (TLS) provide end-to-end encryption for web traffic. They ensure that data exchanged between a web browser and server remains confidential and tamper-proof. Modern browsers use TLS, the successor to SSL.
