Web Server: Web server handles web requests sent by visitors visiting your website. Web server runs on Apache, Nginx, Microsoft IIS, etc.
Application server: Application server is the server that works between Web server and database server and basically manages, processes the data.
Database...