Web Server

A computer system that hosts websites and delivers web pages to users’ browsers.

Web Server is a computer system that processes requests via HTTP, the basic network protocol used to distribute information on the World Wide Web. It delivers web pages to users’ browsers as they are requested. Examples include Apache, Nginx, and Microsoft’s Internet Information Services (IIS). For instance, when a user enters a URL in their browser, the web server delivers the corresponding web page.