Which of the following is a key characteristic of distributed systems?

  • Centralized control
  • Fault tolerance
  • Low network latency
  • Monolithic architecture
Fault tolerance is a key characteristic of distributed systems, referring to their ability to continue operating despite individual component failures. Distributed systems are designed to handle failures gracefully by replicating data, employing redundancy, and implementing algorithms to detect and recover from faults without disrupting overall system functionality. This resilience ensures system availability and reliability in the face of failures, a crucial aspect of distributed computing.
Add your answer
Loading...

Leave a comment

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