A computer system on the network that stores pages, takes request from clients as well as send out information is called a
Answer Details
A computer system on the network that stores web pages, takes requests from clients, and sends out information is called a "web server". A web server is a program or a computer that stores, processes, and delivers web pages to clients on request. When a user enters a website's URL into a web browser, the browser sends a request to the web server asking for the website's content. The web server then responds by sending the requested web pages and files to the user's web browser, which displays them on the screen. Web servers use protocols like HTTP (Hypertext Transfer Protocol) to communicate with clients and deliver web pages. Examples of web servers include Apache, Nginx, and Microsoft IIS.