What is Difference Between HTTP and HTTPS Protocol

by Himanshu Yadav on June 26, 2011

Before knowing the difference between these two protocols you should know how browser works. Here is a great illustration by Vladstudio that helps you to understand the functionality of browser.

Hypertext Transfer Protocol (HTTP) is a protocol used in networking. When you type any web address in your web browser, your browser acts as a client, and the computer having the requested information acts as a server. When client requests for any information from the server, it uses HTTP protocol to do so. The server responds back to the client after the request completes. The response comes in the form of web page which you see just after typing the web address and press “Enter”.

http vs https What is Difference Between HTTP and HTTPS Protocol

Hypertext Transfer Protocol Secure (HTTPS) is a combination of two different protocols. It is more secure way to access the web. It is combination of Hypertext Transfer Protocol (HTTPS) and SSL/TLS protocol. It is more secure way to sending request to server from a client, also the communication is purely encrypted which means no one can know what you are looking for. This kind of communication is used for accessing those websites where security is required. Banking websites, payment gateway, emails (Gmail offers HTTPS by default in Chrome browser), and corporate sector websites are some great examples where HTTPS protocols are used.

For HTTPS connection, public key trusted and signed certificate is required for the server. These certificate comes either free or it costs few dollars depends on the signing authority. There is one other method for distributing certificates. Site admin creates certificates and loads in the browser of users. Now when user requests information to the web server, his identity can be verified easily.

Here are some major differences between HTTP and HTTPS:

HTTP HTTPS
URL begins with “http://” URL begins with “https://”
It uses port 80 for communication It uses port 443 for communication
Unsecured Secured
Operates at Application Layer Operates at Transport Layer
No encryption Encryption is present
No certificates required Certificates required

{ 10 comments… read them below or add one }

Joe Roberts July 16, 2011 at 9:17 am

Very interesting and informative post! Now I know the difference between HTTP and HTTPS.

By the way, I read a very cool write up about this one and I want to share it with you for other information. Check this link:

http://www.techyv.com/article/http-and-https-difference-and-similarities

Enjoy reading!!!

Reply

James Carter July 19, 2011 at 11:54 pm

In this article the description is very clear and helpful. It describes everything clearly. I enjoyed the article very much. I also have read a article about this topic here “http://www.techyv.com/article/http-and-https-difference-and-similarities” which is very helpful also.

Reply

Suvidh Jain October 22, 2011 at 8:29 pm

Now i know the difference between the HTTP and HTTPS protocol very well.

Reply

sivarathipriya March 21, 2012 at 8:15 pm

It is easily understandable….Thanks……..

Reply

Nasiruddin Khan May 28, 2012 at 10:58 am

It’s very easy simple to understand………..
Thank u

Reply

ralph June 4, 2012 at 8:32 pm

what a marvelous way of explaining issues. Thanks you made it so easy to understand the differences between http & https

Reply

Abhishek June 12, 2012 at 4:29 pm

Informative and nicely explained. Thank you.

Reply

shabi June 23, 2012 at 10:51 am

i got what i look for,its now very clear thank u for the information

Reply

Santhosh Kumar July 12, 2012 at 1:10 pm

Everthing is understood. Can any one clearly explain why a hacker cant access the same. Dont need answers like it uses HTTP(S) and port 443 and certificates. Just a quick and clear understanding on that.

Reply

Arun Kumar January 17, 2013 at 3:24 pm

Helpful topic.
thanks

Reply

Leave a Comment

Previous post:

Next post: