The Hypertext Transfer Protocol (HTTP) is application-level protocol for collaborative, distributed, hypermedia information systems.
HTTPS is a protocol that allows web servers and browsers to exchange data over the web (request response protocol). It uses the reliable TCP connections by default on TCP port 80. =used to deliver the data like image files, query results, HTML files etc on the World Wide Web (WWW) with the default port is TCP 80. It provides the standardized way for computers to communicate with each other.
There are three fundamental features that make the HTTP a simple and powerful protocol used for communication:
It is the data communication protocol used to establish communication between client and server.