SSCP · Question #216
Which of the following is often the greatest challenge of distributed computing solutions?
The correct answer is B. security. Distributed computing spreads processing and data across multiple nodes, networks, and often geographic locations, which dramatically expands the attack surface. Securing data in transit between nodes, enforcing consistent access controls across heterogeneous systems, ensuring…
Question
Which of the following is often the greatest challenge of distributed computing solutions?
Options
- Ascalability
- Bsecurity
- Cheterogeneity
- Dusability
How the community answered
(57 responses)- A2% (1)
- B93% (53)
- D5% (3)
Explanation
Distributed computing spreads processing and data across multiple nodes, networks, and often geographic locations, which dramatically expands the attack surface. Securing data in transit between nodes, enforcing consistent access controls across heterogeneous systems, ensuring integrity when data is replicated, and maintaining accountability across system boundaries are all inherently difficult. While scalability, heterogeneity, and usability are real concerns, security is consistently cited as the greatest challenge because failures can lead to breaches, data loss, and compliance violations.
Topics
Community Discussion
No community discussion yet for this question.