Oracle7 Server Distributed Systems Volume I: Distributed Data

Contents Index Home Previous Next

What is the Client-Server Model?

Certain features are always present in the client-server model.

There is a server process that can process requests from one or more client processes concurrently over a network connection. The client machine provides front-end application software for accessing the data on the server (it may include a graphical interface).

The client initiates transactions, the server processes the transactions (though it can also activate stored procedures), triggers, and stored business rules. Typically, there is a structured query language (for example, SQL) that can be used to access data stored on the server side.

Other aspects of a client-server architecture are:


Contents Index Home Previous Next