Deloitte Interview Question

Difference between Application Server and Web Server

Interview Answer

Anonymous

Jun 8, 2022

A web server accepts and fulfills requests from clients for static content (i.e., HTML pages, files, images, and videos) from a website. Web servers handle HTTP requests and responses only. An application server exposes business logic to the clients, which generates dynamic content.