what is server?Also define the web server?
Answers
Answer:
A server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients". ... Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.
A web server is a computer that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP).
Hope it helps :)
Explanation:
A server is a computer on internet which is used for storing and running a web-site.
A web server is a computer that runs websites. It's a computer program that distributes web pages as they are requisitioned. The basic objective of the web server is to store, process and deliver web pages to the users. This intercommunication is done using Hypertext Transfer Protocol (HTTP). These web pages are mostly static content that includes HTML documents, images, style sheets, test etc. Apart from HTTP, a web server also supports SMTP (Simple Mail transfer Protocol) and FTP (File Transfer Protocol) protocol for emailing and for file transfer and storage.
HOPE IT HELPS!!!