Marc Tacchi How a web server works

  • Marc Tacchi

Marc Tacchi For the correct operation of a web server we need a web client that makes an http or https request through a browser such as Chrome, Firefox or Safari and a server where the information is stored.

The process would be as follows: Marc Tacchi Vancouver Canada - After the first query by the user to a website, a connection is established between the DNS server and the computer that makes the query or request. This DNS server responds with the correct IP address of the web server where the requested content is hosted.
The next step would be to request the content from the web server using the HTTP/HTTPS protocol. Marc Tacchi Once the web server has received the request for the content requested by the web client, it must process the request until it finds the requested content within the corresponding domain.
Sends the requested content to the web client that requested it. Marc Tacchi Vancouver Canada -You have to keep in mind that there are differences between a web server and web hosting.