Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Shared-disk architecture

A shared-disk architecture (SD) is a distributed computing architecture in which the nodes share same disk devices but each node has its own private memory. The disks have active nodes which all share memory in case of any failures. In this architecture, the disks are accessible from all the cluster nodes. This architecture has quick adaptability to the changing workloads. It uses robust optimization techniques. Multiple processors can access all disks directly via intercommunication network and every processor has local memory.

It contrasts with shared-nothing architecture, in which all nodes have sole access to distinct disks, and with shared-memory, in which they also share memory.

Shared-disk has two advantages over Shared-memory. Firstly, each processor has its own memory, the memory bus is not a bottleneck; secondly, the system offers a simple way to provide a degree of fault tolerance.

Related Image Collections Add Image
We don't have any YouTube videos related to Shared-disk architecture yet.
We don't have any PDF documents related to Shared-disk architecture yet.
We don't have any Books related to Shared-disk architecture yet.
We don't have any archived web articles related to Shared-disk architecture yet.

References

  1. "Difference between Shared Nothing Architecture and Shared Disk Architecture". GeeksforGeeks. 2020-05-18. Retrieved 2021-02-24. https://www.geeksforgeeks.org/difference-between-shared-nothing-architecture-and-shared-disk-architecture/

  2. "Solar: Towards a Shared-Everything Database on Distributed Log-Structured Storage" (PDF): 13 – via Solar. {{cite journal}}: Cite journal requires |journal= (help) https://www.cs.utah.edu/~dongx/paper/solar-atc.pdf

  3. Rylan, John (1 April 2018). "Big Database (Part 2): Database Architecture". DZone. https://dzone.com/articles/big-database-2-database-architecture

  4. "Shared Nothing v.s. Shared Disk Architectures: An Independent View". November 24, 2009. Retrieved November 1, 2012. http://www.benstopford.com/2009/11/24/understanding-the-shared-nothing-architecture/