Computer Science, asked by eelizajaved1692, 1 year ago

Difference between webserver and application server and database server

Answers

Answered by greninjapower99
2

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 Server: Database server handles database queries. It runs on MySQL, PostgreSQL, MariaDB, etc.

Similar questions