Clients and Servers on Separate Hosts

This is the commonly understood meaning of client/server computing where the server resides on one host system and clients can reside on one or multiple additional computer systems. If all of the clients connect to the same server, this is known as a two-tier architecture. If there are multiple servers that do different types of work and can each one can connect to multiple clients, this is known as a multi-tier architecture. A common type of three-tier architecture (a subset of multi-tier) is a case in which one server holds data, one holds business rules, and the clients connect transparently to both servers. These types of connections are referred to a remote connections.

There are two network protocols ...

Get Informix DBA Survival Guide, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.