Centralised Control | Distributed System |
Scalability | Reliability |
Fault Tolerance | Latency |
Data Consistency | Performance |
A network of independent entities that collaborate and operate without a single point of control. | A system in which a single central entity manages and coordinates the operations of all components. |
The measure of a system's ability to function correctly and consistently over time. | The ability of a system to handle growth and increased demand without compromising performance. |
The time delay in communication between different components of a system. | The capability of a system to continue functioning in the event of a component failure. |
The efficiency with which a system processes tasks and delivers results. | The degree to which all parts of a distributed system reflect the same data at the same time. |
Load Balancing | |
The distribution of workloads across multiple computing resources to optimize resource use and minimize response time. | |