Answer :
The common types of servers are Web server, File server, and Network server. Web servers use an HTTP server to serve web pages, File servers manage file access within a network, and Network servers take care of network resources and services. The correct option is 1 ,2, 3.
The common types of servers include a Web server, a File server, and a Network server. A Web server serves web pages to users over the internet, typically using HTTP. A File server manages and provides access to files within a network. A Network server maintains network resources and may offer services like network administration, security, and data management.
Servers generally consist of hardware and software components. The software side includes an operating system, a server service like an HTTP server for Web servers, a database to manage data, and a scripting language to execute dynamic web pages. Popular server software configurations are known by acronyms like LAMP (Linux, Apache, MySQL, and PHP) or WAMP (Windows, Apache, MySQL, PHP) for Web servers, which evidently do not include Network servers or File servers. The correct option is 1, 2, 3.