Distributed System Data Architectures
Classified in Technology
Written on in English with a size of 25.29 KB
Data Architecture in Distributed Systems
- The logic level distributed architecture relates to the conceptual schema of the database, while the physical level relates to the internal schema. These architectures implement aids and/or limitations on functionality or access rights.
Traditional Data Model Classification
Centralized Data
The data are organized in a single database that is accessed by the entire distributed system. This was the first model to appear, as the need to design client/server systems arose where HOST data was organized in this way.
Partitioning Model
The data are distributed across multiple databases spread across the distributed platform.
Replicated Data
Copies of "stable" data from centralized databases are created and mounted... Continue reading "Distributed System Data Architectures" »