Log in

View Full Version : Explain The Different Between Http And Https?



jsharma
08-02-2019, 11:02 PM
Hello friends,

Explain The Different Between Http And Https?

PrimeItSolution
08-04-2019, 09:59 PM
Instead of HyperText Transfer Protocol (HTTP), this website uses HyperText Transfer Protocol Secure (HTTPS). Using HTTPS, the computers agree on a "code" between them, and then they scramble the messages using that "code" so that no one in between can read them. This keeps your information safe from hackers.

WoodsPainting
08-06-2019, 11:32 PM
HTTP URL in your browser's address bar is HTTP:// and the HTTPS URL is HTTPS:// . HTTP sends data over port 80 while HTTPS uses port 443. HTTP operates at application layer, while HTTPS operates at transport layer.

vijayshah1140
08-07-2019, 05:16 AM
HTTP (Hypertext transfer protocol)
-Send data over port 80
-Operates at the application layer

HTTPS(Hypertext transfer protocol secure)
-Send data over port 443
-Operates at transport layer

RH-Calvin
08-08-2019, 06:27 AM
Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted.