HTTP (Hypertext Transfer Protocol) is the foundation of data transfer on the World Wide Web. It's the protocol that governs how web browsers and servers communicate with each other. When you visit a website, your browser sends an HTTP request to the web server, and the server sends back an HTTP response, containing the web page's data.
HTTPS (Hypertext Transfer Protocol Secure) is a secure version of HTTP. It uses TLS/SSL (Transport Layer Security/Secure Sockets Layer) to encrypt the communication between your browser and the server. This encryption ensures that the data exchanged between your browser and the server is protected from eavesdropping and tampering.
Feature | HTTP | HTTPS |
---|---|---|
Encryption | No | Yes |
Security | Unsecured | Secure |
Address Bar Icon | None | Padlock icon |
Port Number | 80 | 443 |
HTTPS is essential for securing online transactions and protecting user privacy. Always ensure that you are using HTTPS websites, especially when sharing sensitive information. Look for the padlock icon in the address bar and the "https://" prefix in the website's address.
Create a customised learning path powered by AI — stay focused, track progress, and earn certificates.
Build Your Learning Path →