Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:modul:m321_aws:topics:01 [2025/08/13 17:07] dgaravaldien: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  =====
 +\\
 +{{:en:modul:m321_aws:topics:cs_vs_ds.png?600|Fig-01: 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                | Centralized System                      | Distributed System                       | | Feature                | Centralized System                      | Distributed System                       |
Zeile 60: Zeile 64:
 | **Performance**        | Low latency in small-scale operations   | High performance for large-scale operations; may face network latency | | **Performance**        | Low latency in small-scale operations   | High performance for large-scale operations; may face network latency |
 | **Examples**           | Mainframes, client-server systems       | Internet services, peer-to-peer networks, cloud computing | | **Examples**           | Mainframes, client-server systems       | Internet services, peer-to-peer networks, cloud computing |
- 
-{{:en:modul:m321_aws:learningunits:lu02:cs_vs_ds.png?600|Fig-01: Centralized vs Distributed System Architecture}} 
-{{:en:modul:m321_aws:lu02:cs_vs_ds.png?600|Fig-01: Centralized vs Distributed System Architecture}} 
  
  
 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.
- 
- 
  
  • en/modul/m321_aws/topics/01.1755097664.txt.gz
  • Zuletzt geändert: 2025/08/13 17:07
  • von dgaravaldi