Jump to content

Shared-disk architecture

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CodeKazuko (talk | contribs) at 09:33, 24 February 2021 (added in use template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A shared disk architecture (SD) is a distributed computing architecture in which all disks are accessible from all cluster nodes.[1] It contrasts with shared nothing architecture, in which all nodes have sole access to distinct disks.[1] Multiple processors can access all disks directly via intercommunication network and every processor has local 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.

Shared Disk Architecture

References

  1. ^ a b "Shared Nothing v.s. Shared Disk Architectures: An Independent View". November 24, 2009. Retrieved November 1, 2012.