The process of a typical Web app looks like this: The user initiates a request to the web server, which is subsequently forwarded to the relevant web application server by the web server.
The Web application server executes the specified operation and provides the results to the web server after the request is passed. Following that, the web server responds to the users with the required information