Server

From Computer History Wiki
Revision as of 18:24, 13 September 2018 by Jnc (talk | contribs) (A start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In an application which runs across a communication network, the server is the end which provides the service (hence the name); the client at the other end makes contact with the server to request the service.

While clients may come and go (in the sense of being started and shut down), servers (or a service housing which is prepared to start a server when a request comes in) generally are always operational, waiting for a request to come in (since the requests usually arrive asynchronously).