fbpx
  • Servers are the one that is responsible to provide response to each client’s request simultaneously.
  • A Server may be responsible to process a single request or more than one request at a time.

1

 

server is a system (software and suitable computer hardware) that responds to requests across a computer network to provide, or help to provide, a network service. Servers can be run on a dedicated computer, which is also often referred to as “the server”, but many networked computers are capable of hosting servers. In many cases, a computer can provide several services and have several servers running.

The term server is used quite broadly in information technology. Despite the many server-branded products available (such as server versions of hardware, software or operating systems), in theory any computerized process that shares a resource to one or more client processes is a server. To illustrate this, take the common example of file sharing. While the existence of files on a machine does not classify it as a server, the mechanism which shares these files to clients by the operating system is the server.

Similarly, consider a web server application (such as the multiplatform “Apache HTTP Server“). This web server software can be run on any capable computer. For example, while a laptop or personal computer is not typically known as a server, they can in these situations fulfill the role of one, and hence be labeled as one. It is, in this case, the machine’s role that places it in the category of server.

In the hardware sense, the word server typically designates computer models intended for hosting software applications under the heavy demand of a network environment. In this server configuration one or more machines, either a computer or a computer appliance, share information with each other with one acting as a host for the other

 

SERVER Hardware

Hardware requirement for servers vary, depending on the server application. Absolute CPU speed is not quite as critical to a server as it is to a desktop machine. Servers’ duties to provide service to many users over a network lead to different requirements such as fast network connections and high I/O throughout. Since servers are usually accessed over a network, they may run in headless mode without a monitor or input device. Processes that are not needed for the server’s function are not used. Many servers do not have a graphical user interface (GUI) as it is unnecessary and consumes resources that could be allocated elsewhere. Similarly, audio and USB interfaces may be omitted.

3 2

 

 

 

 

 

 

WHAT SERVER PROVIDES

  • In the client/server programming model, a server is a program that awaits and fulfills requests from client programs in the same or other computers. A given application in a computer may function as a client with requests for services from other programs and also as a serverof requests from other programs.
  • Specific to the Web, a web server is the computer program (housed in a computer) that serves requested html pages or files. A Web clientis the requesting program associated with the user. The Web Browser in your computer is a client that requests HTML files from Web servers.

 

4

 

 

 

Categories: Knowledgebase

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.