Servers
Web Server- 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 users. This intercommunication is done using HTTP. These web pages are mostly static content that includes HTML documents ,style ,images,sheets,test etc. Apart form 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. The main job of a web server is to display the website content. If a web server is to display the website content. If a web server is not exposed to the public and is used internally, then it is called Intranet Server. A server can be a single computer, or even an embedded system such...