18.3. Architecture of Distributed Databases

Following three architectures are used in distributed database systems:

  • Client/server Architecture.

  • Collaborating server system.

  • Middleware system.

18.3.1. Client/Server Architecture

Client/server architectures are those in which a DBMS-related workload is split into two logical components namely client and server, each of which typically executes on different systems. Client is the user of the resource whereas the server is a provider of the resource. Client/server architecture has one or more client processes and one or more server processes. The applications and tools are put on one or more client platforms (generally, personal computers or workstations) and are connected to database management system ...

Get Database Systems: Concepts, Design and Applications 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.