Web servers

Web server  is a software application that is responsible for returning webpages per clients’ requests. It is computer software and underlying hardware that accepts requests via HTTP, the network protocol created to distribute web pages, or its secure variant HTTPS. A user agent, commonly a web browser or web crawler, initiates communication by making a request for a specific resource using HTTP, and the server responds with the content of that resource or an error message. The server can also accept and store resources sent from the user agent if configured to do so.

 

A server can be a single computer, or even an embedded system such as a router with a built-in configuration interface, but high-traffic websites typically run web servers on fleets of computers designed to handle large numbers of requests for documents, multimedia files and interactive scripts. A resource sent from a web server can be a preexisting file available to the server, or it can be generated at the time of the request by another program that communicates with the server program. The former is often faster and more easily cached for repeated requests, while the latter supports a broader range of applications. Websites that serve generated content usually incorporate stored files whenever possible.

 

Technologies such as REST and SOAP, which use HTTP as a basis for general computer-to-computer communication, have extended the application of web servers well beyond their original purpose of serving human-readable pages

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Enable an SSL Certificate

You’ve purchased a certificate; now it’s time to make use out of it! Since SSL certificates...

Generating a CSR using cPanel

Please follow the instructions below to generate the CSR code in your cPanel account: 1) Log...

How to install FREE SSL on cPanel

You’ve purchased your hosting; now it’s time to install SSL for FREE! Kindly use the below...

What brand of SSL do you offer?

We use comodo ssl to protect your users with https. Comodo's fully functional digital Free SSL...

WHAT IS AN SSL CERTIFICATE?

An SSL certificate acts as third-party verification for a website’s security. It verifies the...