Storage area networks (SANs) are sometimes referred to as
network behind the servers and historically developed out of a
centralized data storage model, but with its own
data network. A SAN is, at its simplest, a dedicated network for data storage. In addition to storing data, SANs allow for the automatic
backup of data, and the monitoring of the storage as well as the backup process. A SAN is a combination of hardware and software. It grew out of data-centric
mainframe architectures, where clients in a network can connect to several
servers that store different types of data. To scale storage capacities as the volumes of data grew,
direct-attached storage (DAS) was developed, where
disk arrays or
just a bunch of disks (JBODs) were attached to servers. In this architecture, storage devices can be added to increase storage capacity. However, the server through which the storage devices are accessed is a
single point of failure, and a large part of the LAN network bandwidth is used for accessing, storing and backing up data. To solve the single point of failure issue, a
direct-attached shared storage architecture was implemented, where several servers could access the same storage device. DAS was the first network storage system and is still widely used where data storage requirements are not very high. Out of it developed the
network-attached storage (NAS) architecture, where one or more dedicated
file server or storage devices are made available in a LAN. Therefore, the transfer of data, particularly for backup, still takes place over the existing LAN. If more than a terabyte of data was stored at any one time, LAN bandwidth became a bottleneck. Therefore, SANs were developed, where a dedicated storage network was attached to the LAN, and terabytes of data are transferred over a dedicated high speed and bandwidth network. Within the SAN, storage devices are interconnected. Transfer of data between storage devices, such as for backup, happens behind the servers and is meant to be transparent. In a NAS architecture data is transferred using the
TCP and
IP protocols over
Ethernet. Distinct protocols were developed for SANs, such as
Fibre Channel,
iSCSI,
Infiniband. Therefore, SANs often have their own network and storage devices, which have to be bought, installed, and configured. This makes SANs inherently more expensive than NAS architectures. == Components ==