HTTPS VS HTTP DIFFERENT
HTTPS HTTPS (Hypertext Transfer Protocol Secure) is a protocol that provides secure communication over the internet. It is an extension of the standard HTTP protocol, with an additional layer of encryption and authentication. When a website uses HTTPS, the communication between the user's web browser and the website's server is encrypted, which helps protect the confidentiality and integrity of the data being transmitted. This encryption prevents eavesdropping and tampering by malicious third parties. Here's a simplified explanation of how HTTPS works: 1. SSL/TLS Handshake: When a user's browser connects to a website over HTTPS, it initiates a secure connection using the SSL (Secure Sockets Layer) or TLS (Transport Layer Security) protocols. These protocols establish a secure session between the browser and the server. 2. Server Authentication: The server presents its digital certificate to the browser during the SSL/TLS handshake. The certificate is issued by a truste...
Comments
Post a Comment