Home > General > Meet the Web Server

Meet the Web Server

June 26th, 2010
{lang: 'en-GB'}

There is a lot that goes into running a web hosting business.  The provider needs an internet connection, bandwidth and data facility to store the equipment that enables the service.  While numerous components are required, almost all of them revolve around the web server.

What is a Web Server?

There term web server actually describes to different elements.  One is the computer that stores the data for websites.  The other is a software application that runs on the computer and processes requests from web browsers and other client-side technologies.  Though often used interchangeably, these two components are quite different.  For this reason, one should always clarify the mentioning of a web server as it can refer to either a machine or an application.

The Web Server in Action

A web server application helps the actual hardware serve web pages upon the request of a browser such as Internet Explorer or Opera.  Because it deals primarily in HTTP (Hypertext Transfer Protocol) requests, this type of application if often referred to as an HTTP server.  After receiving a request, the server runs HTTP, which is a protocol for transferring data over the internet and enabling two computers to communicate with each other.  When using your web browser to access any given website, a request is transmitted to a web server on a remote computer.  The server application then processes the browser’s request and attempts to locate the requested web page.  If it is found, the server sends the page to your browser which then displays the appropriate content.

Commonly Used Web Servers

The Netcraft Web Server Usage Survey reports that the Apache HTTP server is the most the widely installed web server in the world, claiming that it has nearly 60% of the market share.  As an open-source application, Apache supports numerous open-source technologies such as the Linux operating system and MySQL database server.

Using a Web Server off the Web

While primarily intended for the web hosting arena, web server applications can also be used for other purposes as well.  For example, many techies have the Apache server installed on their Windows-based computers.  This is great for someone who scripts custom programs for their own servers.  Several developers find this method much easier than working on a remote server.   So, if you have a powerful computer with a need to create PHP scripts, a web server like Apache could work wonders on your system.

DiggDeliciousFacebookGoogle BookmarksBeboFriendFeedGoogle ReaderAIMBlipGoogle GmailLinkedInRedditMySpaceYahoo MailYahoo BookmarksShare
Categories: General Tags: , ,
Comments are closed.