Two-tiered Database Applications

From InterBase

Go Up to Database Architecture


In two-tiered database applications, a client application provides a user interface to data, and interacts directly with a remote database server. The following picture illustrates this relationship:

ClientApp db2tiered.png

In this model, all applications are database clients. A client requests information from and sends information to a database server. A server can process requests from many clients simultaneously, coordinating access to and updating data.

Advance To: