Skip Site Navigation «

DRX

app«drx

Web Developer Resource Index: Servers

Server software is the half of the client-server model that accepts network requests and returns a standardized response according to the protocol being used. An HTTP (or Web) server is the most familiar of these, although anytime you send or receive email, upload a file, chat, or any other number of Internet services, you are using the same software model.

A server is not hardware, it is an application, or daemon, that resides in memory and waits for requests to made using a socket, which is the combination of a protocol and an IP address on a particular port..

Some software, for instance a RDBMS such as MySQL, acts as both a server and a client. The records that make up the resource listings in this application are stored in a database, and I am using client calls to extract them from a database which also resides on this host.

Updated: Saturday, August 27th, 2005 @ 11:46 PM EST [29]

Internet:WWW:Servers {1}(7)

Sub Categories

Navigation

Resources

Matching Tags

Indexes

§ A.Author
§ B.Best
§ D.Domain
§ F.Recent
§ G.Tag
§ H.Title

Search for Web Server on:


Last updated: Saturday, August 27th, 2005 @ 11:46 PM EST [2005-08-28T04:46:46Z]   home

(c) 2006-2008, Douglas W. Clifton, loadaveragezero.com, all rights reserved.