Web Server Software, we mentioned that "To consider a software to be web server, the software must implement the HTTP protocol". So, to understand how web server works, we need to understand the HTTP (Hypertext Transfer Protocol) and by understanding HTTP, you will have a better sense of troubleshooting any issues appear between Web Servers (Apache HTTP as an example) and Web Clients (Web Browsers). So 1. What is HTTP? The HTTP (Hypertext Transfer Protocol) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP is used to deliver data between web servers and web clients, HTTP is a TCP/IP protocol which means that it's a reliable protocol. It guarantees that your data will not be damaged in transit. The default HTTP port is TCP "80", but other ports can be used as well. 2. How HTTP Works? Once you enter a web address (https://middlewaretechnologiesbyashok.blogspot.in) in your web browser...
Welocome to Middleware World