Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m321_aws:topics:01 [2025/08/13 17:07] – dgaravaldi | en:modul:m321_aws:topics:01 [2025/08/13 17:35] (aktuell) – dgaravaldi | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
===== Centralized vs Distributed System Architecture | ===== Centralized vs Distributed System Architecture | ||
+ | \\ | ||
+ | {{: | ||
+ | \\ | ||
\\ | \\ | ||
==== Centralized System Architecture | ==== Centralized System Architecture | ||
A centralized system architecture refers to a computing architecture where all or most of the processing, data storage, and management are performed by a single central server or a mainframe. This central entity is responsible for handling all requests and serving all client devices connected to it. Here are the main characteristics and components of a centralized system architecture: | A centralized system architecture refers to a computing architecture where all or most of the processing, data storage, and management are performed by a single central server or a mainframe. This central entity is responsible for handling all requests and serving all client devices connected to it. Here are the main characteristics and components of a centralized system architecture: | ||
+ | \\ | ||
=== Characteristics === | === Characteristics === | ||
* **Single Point of Control**: All processing, data storage, and management are handled by a central server or mainframe. | * **Single Point of Control**: All processing, data storage, and management are handled by a central server or mainframe. | ||
Zeile 22: | Zeile 25: | ||
* Client-server architecture | * Client-server architecture | ||
* Single data center cloud computing | * Single data center cloud computing | ||
+ | \\ | ||
\\ | \\ | ||
==== Distributed System Architecture ==== | ==== Distributed System Architecture ==== | ||
Zeile 47: | Zeile 51: | ||
* Distributed databases (e.g., Apache Cassandra, Amazon DynamoDB) | * Distributed databases (e.g., Apache Cassandra, Amazon DynamoDB) | ||
* Cloud computing (multi-data center) | * Cloud computing (multi-data center) | ||
+ | \\ | ||
\\ | \\ | ||
==== Comparison ==== | ==== Comparison ==== | ||
- | |||
| Feature | | Feature | ||
Zeile 60: | Zeile 64: | ||
| **Performance** | | **Performance** | ||
| **Examples** | | **Examples** | ||
- | |||
- | {{: | ||
- | {{: | ||
In summary, centralized systems are simpler to manage and more straightforward in design but face challenges in scalability and reliability. Distributed systems offer better scalability and fault tolerance but are more complex to design, implement, and manage. | In summary, centralized systems are simpler to manage and more straightforward in design but face challenges in scalability and reliability. Distributed systems offer better scalability and fault tolerance but are more complex to design, implement, and manage. | ||
- | |||
- | |||