Schedule DemoStart Free Trial

Unified Observability Platform for Modern IT Operations

Summarize with AI what Motadata does:
© 2026 Mindarray Systems Limited. All rights reserved.
Privacy PolicyTerms of Service
Back to IT Glossary
IT Resources

Storage Area Network

What Is a Storage Area Network?

A storage area network (SAN) is a high-speed network built for one job, connecting servers to a shared pool of storage devices. To each attached server, that capacity looks and behaves like a disk fitted inside the machine itself. Traffic on a SAN moves in blocks. A block is a fixed-size chunk of raw data, and it carries no file name of its own.

Take a hospital that runs its patient records database across three servers. None of the three holds its own internal disks. All three reach one storage array over the SAN instead. When one server fails, the workload moves to another, and the same data is still there to read.

Data centers use storage area networks heavily, and so do virtualization clusters and large database environments. They suit any place where many machines need fast access to one shared pool of IT storage.

How Does a Storage Area Network Work?

A storage area network works by carrying block requests from a server to a storage array across a dedicated switched network. The server that asks for data is called the initiator. The storage device that answers is called the target.

Inside each server is a host bus adapter (HBA). The HBA is a card that speaks the storage protocol and puts requests onto the network. Switches forward every request to the correct array. Those switches and cables together form the fabric, which is the connective layer of the SAN.

The array publishes capacity as a logical unit number (LUN), a slice of shared storage that a server mounts and formats like a local drive. Zoning and masking rules decide which server is allowed to see which LUN. Without those rules, two servers could write to one volume and corrupt the data on it.

What Are the Main Components of a Storage Area Network?

A storage area network has three hardware layers and a management layer above them.

1. Host layer: The servers, plus the adapter cards that connect them. Other deployments fit a converged network adapter (CNA) instead, one card handling storage traffic and ordinary network traffic together.

2. Fabric layer: SAN switches, directors, and cabling make up the fabric layer, and they move block traffic between hosts and arrays. Fiber optic cabling is common here because it holds low delay over distance.

3. Storage layer: The arrays themselves, along with their controllers, disk shelves, flash modules, and mechanical drives. Controllers handle the incoming requests and manage how data is written across the drives.

4. Management layer: The software used to create LUNs, set zoning, assign capacity, and watch component health.

Which Protocols Does a Storage Area Network Use?

A storage area network uses four main protocols, and the one chosen sets both the cost of the fabric and the speed it can hold.

1. Fiber Channel (FC): A specialized optical technology built to move block data with very little delay. Cost and skill requirements rise with it, since Fiber Channel needs switches and adapters of its own.

2. iSCSI: iSCSI takes a different route, sending SCSI storage commands across standard Ethernet and IP networks. Its main appeal is cost, since most organizations already run Ethernet equipment.

3. Fiber Channel over Ethernet (FCoE): A method that wraps Fiber Channel frames and sends them across high-speed Ethernet links. One set of cables then serves both storage and network traffic.

4. NVMe over Fabrics (NVMe-oF): A protocol that arrived later, designed around flash storage and built to hold latency down even at high request rates. Fiber Channel, Ethernet, and InfiniBand can all carry it.

What Is the Difference Between a SAN and Network Attached Storage?

A SAN and network attached storage differ in what they hand back to the server. A storage area network serves raw blocks over its own fabric, while network attached storage serves complete files over the existing local network.

Point of comparison

Storage area network

Network attached storage

Unit of data

Blocks

Files

Network used

Dedicated storage fabric

Existing Ethernet LAN

Common protocols

FC, iSCSI, FCoE, NVMe-oF

NFS, SMB

How a server sees it

A local disk

A shared folder

Typical workloads

Databases, virtual machines

File shares, documents, media

Both approaches often run side by side. Databases and hypervisors go on the SAN, while user file shares stay on network attached storage.

Why Is a Storage Area Network Important?

A storage area network matters because it turns storage into a shared resource that can be assigned, protected, and grown without touching the servers using it.

1. Consolidation: Capacity moves out of individual servers and into shared arrays. Administrators then assign space where it is needed instead of buying disks per machine.

2. Performance: Storage traffic runs on its own fabric, away from user and application traffic. That separation protects throughput during busy periods.

3. Availability: Multiple paths run between each server and each array. If a cable, port, or switch fails, traffic continues over the surviving path.

4. Scale: New arrays and shelves join the fabric without changes inside the servers. Growth becomes a storage project rather than a server refresh.

5. Data protection: Arrays can snapshot volumes and replicate them to a second site, which supports the recovery point objective set for each workload. Backup traffic also stays off the production network, which keeps network backup windows predictable.

How Is a Storage Area Network Monitored?

Monitoring a storage area network means watching every layer that a block request passes through. Capacity per LUN, controller health, port errors, and path failures all matter, because a fault in any one of them reaches the applications above.

Four signals carry most of the diagnostic value. Used capacity shows how close a volume is to filling. Latency covers the time each request takes from start to finish. Throughput and IOPS, meaning input and output operations per second, measure the volume of work moving through the fabric and array. Component state shows which controller, port, or drive has degraded.

Storage figures make more sense when they are read next to server and network data from the same period. A slow database is easier to explain when array response times, switch port errors, and host performance appear on one screen. That correlated view is the goal of storage resource monitoring across a shared infrastructure.

Explore More IT Terms

Browse our comprehensive IT glossary to learn more about technology terminology.

Back to IT GlossaryContact Us
Table of Contents