View Single Post
Old 07-12-2016, 04:22 AM   #7
AshokDixit89
Registered User
 
Join Date: Jan 2016
Location: Mumbai, India
Posts: 1,064
HTTP is Hyper Text Transfer protocol that is used in networking. Whenever basically you type a website in the browser, its is this protocol which by default listens on port 80 on the server side and helps you to see the web page on your machine.

HTTPS : This is Hypertext Transfer protocol with added security layer in place in a form on TLS/SSL. Servers and clients communicate with each other exactly same as HTTP but over a secure channel.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
AshokDixit89 is offline   Reply With Quote