The HTTP is an application layer protocol of the web.
The server system will have a web server (Apache, Nginx, & Lighthttpd …) configured to serve the application to the public internet or intranet.
The client triggers a request to the server over the HTTP protocol, and the server accepts the request and responds accordingly.
The syntax of the HTTP protocol is,
protocol://Host:Port/path/to/the/application
Example:-
Note: By default, HTTP port is “80” and HTTPS is “443”, but server engineers can configure it to any port.