Question
What is a shared-nothing architecture?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Each node has its own processor, memory, and storage and communicates over a network
Explanation:
Shared-nothing systems avoid a single shared hardware bottleneck.
They scale by partitioning data and work across independent nodes.
Leave a Reply