1
Dedicated Server Hosting Experience / What is the difference between static web server and dynamic web server
« on: July 29, 2020, 01:26:56 AM »
Static Web Server
It is based on a physical server (hardware) and HTTP server (software). When a client sends a request for a specific file from his browser then static web server sends the hosted files as it is.
Dynamic Web Server
It is also a static web server with the enhanced functionality by an application server or databases. When any client sends the request then application server makes the changes or updates on hosted file before delivering to client by HTTP server.
It is based on a physical server (hardware) and HTTP server (software). When a client sends a request for a specific file from his browser then static web server sends the hosted files as it is.
Dynamic Web Server
It is also a static web server with the enhanced functionality by an application server or databases. When any client sends the request then application server makes the changes or updates on hosted file before delivering to client by HTTP server.