How does a distributed system differ from a centralized system in terms of architecture?

  • Distributed systems have multiple nodes that communicate via a network
  • Centralized systems have all resources located in a single location
  • Distributed systems have limited scalability compared to centralized systems
  • Centralized systems are more resilient to network failures than distributed systems
In a distributed system, computing resources are spread across multiple nodes connected via a network, allowing for better scalability and fault tolerance. Centralized systems, on the other hand, have all resources located in one place, making them easier to manage but less resilient to failures.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *