cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

When we Use HTTPS and HTTP

Former Member
0 Likes
2,386

Hi Frnds,

when we Use HTTP's and HTTP.

Can anyone explain...

Regards,

Raj

View Entire Topic
GabrielSagaya
Active Contributor
0 Likes

HTTP

The HyperText Transfer Protocol is an application layer protocol, which means it focuses on how information is presented to the user of the computer but doesnu2019t care a whit about how data gets from Point A to Point B. It is stateless, which means it doesnu2019t attempt to remember anything about the previous Web session. This is great because there is less data to send, and that means speed. And HTTP operates on Transmission Control Protocol (TCP) Port 80 by default, meaning your computer must send and receive data through this port to use HTTP. Not just any old port will do

HTTPS

Secure HyperText Transfer Protocol (HTTPS) is for all practical purposes HTTP. The chief distinction is that it uses TCP Port 443 by default, so HTTP and HTTPS are two separate communications. HTTPS works in conjunction with another protocol, Secure Sockets Layer (SSL), to transport data safely. Remember, HTTP and HTTPS donu2019t care how the data gets to its destination. In contrast, SSL doesnu2019t care what the data looks like. People often use the terms HTTPS and SSL interchangeably, but this isnu2019t accurate. HTTPS is secure because it uses SSL to move data

http://www.biztechmagazine.com/article.asp?item_id=277