Storage area network
From Free net encyclopedia
In computing, a storage area network (SAN) is a network designed to attach computer storage devices such as disk array controllers and tape libraries to servers. As of 2006, SANs are common in enterprise storage.
There are two variations of SANs:
1. A network whose primary purpose is the transfer of data between computer systems and storage elements. A SAN consists of a communication infrastructure, which provides physical connections, and a management layer, which organizes the connections, storage elements, and computer systems so that data transfer is secure and robust. The term SAN is usually (but not necessarily) identified with block I/O services rather than file access services.
2. A storage system consisting of storage elements, storage devices, computer systems, and/or appliances, plus all control software, communicating over a network.
Contents |
Defining SAN
Storage networks are distinguished from other forms of network storage by the low-level access method that they use. Data traffic on these networks is very similar to those used for internal disk drives, like ATA and SCSI.
In a storage network, a server issues a request for specific blocks, or data segments, from specific disk drives. This method is known as block storage. The device acts in a similar fashion to an internal drive, accessing the specified block, and sending the response across the network.
In more traditional file storage access methods, like SMB or NFS, a server issues a request for an abstract file as a component of a larger file system, managed by an intermediary computer. The intermediary then determines the physical location of the abstract resource, accesses it on one of its internal drives, and sends the complete file across the network.
Most storage networks use the SCSI protocol for communication between servers and devices, though they do not use its low-level physical interface.
Benefits
Sharing storage usually simplifies storage administration and adds flexibility since cables and storage devices do not have to be physically moved to move storage from one server to another. Note, though, that with the exception of SAN file systems and clustered computing, SAN storage is still a one-to-one relationship. That is, each device (or Logical Unit Number (LUN)) on the SAN is "owned" by a single computer (or initiator). In contrast, Network Attached Storage (NAS) allows many computers to access the same set of files over a network. It is now possible to combine the SAN and NAS using a NAS head, such as the gateway manufactured by ONStor
SANs tend to increase storage capacity utilization, since multiple servers can share the same growth reserve.
Other benefits include the ability to allow servers to boot from the SAN itself. This allows for a quick and easy replacement of faulty servers since the SAN can be reconfigured so that a replacement server can use the LUN of the faulty server. This process can take as little as half an hour and is a relatively new idea being pioneered in newer data centres.
SANs also tend to enable more effective disaster recovery processes. A SAN attached storage array can replicate data belonging to many servers to a secondary storage array. This secondary array can be local or remote.
SAN types
SANs are normally built on an infrastructure specially designed to handle storage communications. Thus, they tend to provide faster and more reliable access than higher level protocols such as NAS.
The most common SAN technology is Fibre Channel networking with the SCSI command set. A typical Fibre Channel SAN is made up of a number of Fibre Channel switches which are connected together to form a fabric or network.
An alternative, and more recent (2003), SAN protocol is iSCSI which uses the same SCSI command set over TCP/IP (and, typically, Ethernet). In this case, the switches would be Ethernet switches.
One alternative to iSCSI is the ATA-over-Ethernet or AoE protocol which embeds the ATA protocol inside of raw Ethernet frames. While a raw Ethernet protocol like AoE cannot be routed without something else performing the encapsulation, it does provide a simple discovery model with low overhead.
Connected to the SAN will be one or more servers(hosts) and one or more disk arrays, tape libraries, or other storage devices. In the case of a Fibre Channel SAN, the servers would use special Fibre Channel host bus adapters (HBAs) and optical fiber. iSCSI SANs would normally use Ethernet network interface cards, and often specialized TOE cards.
Storage area networks are of two kinds - centralized storage area networks and distributed storage area networks
Compatibility
One of the early problems with Fibre Channel SANs was that the switches and other hardware from different manufacturers were not entirely compatible. Although the basic storage protocols (such as FCP) were always quite standard, some of the higher-level functions did not interoperate well. Similarly, many host operating systems would react badly to other OSes sharing the same fabric. Many systems were pushed to the market before standards were finalised and vendors innovated around the standards.
The combined efforts of the members of the Storage Networking Industry Association (SNIA) improved the situation during 2002 and 2003. Today most vendor devices, from HBAs to switches and arrays, interoperate nicely, though there are still many high-level functions that do not work between different manufacturers' hardware.
The HBA's must match with appropriate ID or connectivity is denied.
SANs at work
SANs are primarily used in large scale, high performance enterprise storage operations. It would be unusual to find a Fibre Channel disk drive connected directly to a SAN. Instead, SANs are normally networks of large disk arrays. Fibre Channel host bus adapters are also rare in desktop computers. Accordingly, SAN equipment is relatively expensive. The nascent (as of 2004) iSCSI SAN technology is expected to produce cheaper SANs, but it is unlikely that this technology will be used outside the enterprise data center environment with the exception of remote replication partner sites. The remote replication partner sites enables the data center environment to exist in mulitiple locations for disaster recovery and business continuity purposes.
SANs in a SOHO
With the increasing rise of digital media in all phases of life and its effect on storage needs, it's natural that SANs will enter into the SOHO market. Currently this is dominated by NAS type of systems.
See also
- ATA over Ethernet - a light-weight open source SAN protocol
- Fibre Channel - the most common SAN protocol
- InfiniBand - a high-speed interconnect that can be used as a SAN
- iSCSI - a newer SAN protocol
- Network-attached storage - the most common enterprise storage alternative
- Redundant array of independent disks (RAID) - a common method of disk storage
- List of SAN Network Management Systems
- Centralized storage area networks
- Distributed storage area networks
- SMI-S - Storage Management Initiative Specification
External links
- Cisco Storage Networking products
- Introduction to Storage Area Networks - Exhaustive Introduction into SAN, IBM Redbookde:Storage Area Network
es:Storage Area Network fr:Storage Area Network it:Storage Area Network nl:Storage Area Network ja:ストレージエリアネットワーク pl:Storage Area Network pt:Storage area network ru:Сеть хранения данных zh:存储区域网络