What Does SAN Mean?
Also known as: Storage Area Network, FC SAN, iSCSI SAN
This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.
On This Page
Quick Definition
A Storage Area Network (SAN) is a specialized, high-performance network designed exclusively for connecting servers to shared storage devices, such as disk arrays and tape libraries. Unlike general-purpose networks that carry file-level traffic (like email or web pages), a SAN operates at the block level, meaning it transfers raw storage blocks directly between servers and storage. This allows servers to treat the remote storage as if it were a local hard drive, enabling efficient data access and management. The primary purpose of a SAN is to consolidate storage resources, improve data availability, and enhance scalability. By separating storage traffic from the local area network (LAN), a SAN reduces congestion and boosts overall performance. It is commonly used in data centers and enterprise environments where high-speed, reliable, and centralized storage is critical for applications like databases, virtualization, and large-scale file systems.
Must Know for Exams
On the Network+ exam (N10-008 or N10-009), SAN is tested under Objective 1.6: 'Explain the purpose of storage area networks.' The exam focuses on several key areas: 1) The difference between SAN and NAS – candidates must know that SAN provides block-level storage, while NAS provides file-level storage.
2) SAN protocols – Fibre Channel (FC) and iSCSI are the most common; FC uses dedicated fiber optic cables and switches, while iSCSI runs over standard Ethernet. 3) SAN components – Host Bus Adapters (HBAs), Fibre Channel switches, and storage arrays. 4) Zoning and LUN masking – these are security and access control mechanisms unique to SANs.
5) Use cases – SANs are used for high-performance databases, virtualization, and disaster recovery. The exam may also ask about the speed of Fibre Channel (e.g., 8 Gbps, 16 Gbps, 32 Gbps) and the fact that SAN traffic is typically isolated from LAN traffic to avoid congestion.
Be prepared to identify scenarios where a SAN is more appropriate than NAS or DAS.
Simple Meaning
Imagine a large library where all the books are stored in a single, massive room. Instead of each person having to walk into that room and search through shelves (which would cause congestion and chaos), the library has a dedicated conveyor belt system that quickly brings the exact book a person requests directly to their desk. The person doesn't need to know where the book was stored or how the conveyor belt works—they just get the book as if it were already on their desk.
In this analogy, the conveyor belt system is the SAN, the books are the data blocks, and the people are the servers. The SAN provides a fast, direct, and exclusive path between servers and storage, bypassing the general network traffic. This makes data access incredibly fast and efficient, especially when many servers need to access the same storage pool simultaneously.
Full Technical Definition
A Storage Area Network (SAN) is a dedicated, high-speed network that provides block-level storage access to servers. It operates primarily at the physical and data link layers (Layer 1 and Layer 2) of the OSI model, though it can also involve network layer (Layer 3) in some implementations like iSCSI. The most common SAN protocols are Fibre Channel (FC) and iSCSI (Internet Small Computer System Interface).
Fibre Channel is defined by the T11 technical committee and uses its own addressing scheme (World Wide Names) and frame structure (FC-2 layer). iSCSI, defined in RFC 7143, encapsulates SCSI commands over TCP/IP, allowing SAN traffic to traverse standard Ethernet networks. A SAN consists of three main components: initiators (typically Host Bus Adapters or HBAs in servers), targets (storage arrays or tape libraries), and a fabric (the network of switches and cables connecting them).
The fabric can be a Fibre Channel switch fabric, an Ethernet switch fabric for iSCSI, or a converged network using FCoE (Fibre Channel over Ethernet). SANs use zoning (logical grouping of devices) and LUN (Logical Unit Number) masking to control access and ensure security. Compared to NAS (Network Attached Storage), which provides file-level access over a network, a SAN provides raw block-level access, making it ideal for high-performance databases and virtualized environments.
SANs are also distinct from DAS (Direct Attached Storage), where storage is directly connected to a single server via cables like SATA or SAS.
Real-Life Example
A large hospital uses a SAN to centralize storage for its electronic health records (EHR) system. The hospital has multiple application servers running the EHR software, each needing fast, reliable access to patient data. Instead of attaching separate hard drives to each server (which would be inefficient and hard to manage), the IT team deploys a Fibre Channel SAN.
They install a Fibre Channel switch in the data center and connect it to a high-capacity disk array. Each server is equipped with a Host Bus Adapter (HBA) and connected to the switch via fiber optic cables. The storage administrator creates a LUN on the disk array and presents it to the EHR servers.
The servers see the LUN as a local drive and format it with a file system. When a doctor queries a patient record, the server sends a block-level read request across the SAN. The disk array retrieves the data blocks and sends them back, all in milliseconds.
This setup ensures that all servers have consistent, high-speed access to the same storage pool, improving performance and simplifying backups.
Why This Term Matters
Understanding SAN is critical for IT professionals because it underpins the storage infrastructure in most medium-to-large enterprises. SANs provide the high performance and reliability required for mission-critical applications like databases, virtualization platforms (e.g.
, VMware vSphere), and large email systems. Troubleshooting SAN issues requires knowledge of Fibre Channel zoning, LUN masking, and multipathing, which are not covered in general networking. A SAN failure can bring down an entire data center, so knowing how to design, configure, and maintain a SAN is a valuable skill.
For career growth, SAN expertise is often a prerequisite for roles in storage administration, data center management, and cloud infrastructure. Even for network engineers, understanding SAN helps in designing converged networks that carry both LAN and SAN traffic, a trend in modern data centers.
How It Appears in Exam Questions
1) Comparison questions: 'Which of the following provides block-level storage over a dedicated network?' The correct answer is SAN. Wrong answers often include NAS (file-level) and DAS (direct-attached).
2) Protocol identification: 'Which protocol is used to connect servers to a SAN over an Ethernet network?' The correct answer is iSCSI. Wrong answers might be NFS (NAS protocol) or SMB (Windows file sharing).
3) Scenario questions: 'A company needs to centralize storage for multiple database servers with high performance requirements. Which solution should they choose?' The correct answer is SAN.
Wrong answers might include NAS (slower file-level) or a simple external hard drive (DAS). 4) Component questions: 'What device is used in a server to connect to a Fibre Channel SAN?' The correct answer is HBA (Host Bus Adapter).
Wrong answers might be NIC (network interface card) or a modem. To identify the correct answer, focus on the keywords 'block-level,' 'dedicated network,' 'high performance,' and 'Fibre Channel' or 'iSCSI.'
Practise SAN Questions
Test your understanding with exam-style practice questions.
Example Scenario
Step 1: A company has three application servers that all need to access the same database. Step 2: The IT team installs a Fibre Channel switch in the server room. Step 3: They connect a disk array (storage) to the switch using fiber optic cables.
Step 4: Each server gets a Host Bus Adapter (HBA) installed and is connected to the switch. Step 5: The storage administrator creates a Logical Unit Number (LUN) on the disk array and assigns it to the three servers. Step 6: The servers see the LUN as a local hard drive and format it with a file system.
Step 7: When a server writes data to the database, the data is sent as block-level commands across the SAN to the disk array. Step 8: The disk array stores the data and confirms the write. Step 9: All servers now have consistent, high-speed access to the same storage, improving performance and reliability.
Common Mistakes
SAN and NAS are the same thing.
SAN provides block-level storage (raw disk blocks), while NAS provides file-level storage (shared folders). They use different protocols and are suited for different use cases.
Remember: SAN = block-level (like a local hard drive), NAS = file-level (like a network shared folder).
SAN uses standard Ethernet and TCP/IP exclusively.
While iSCSI SAN does use Ethernet and TCP/IP, Fibre Channel SAN uses dedicated fiber optic cables and its own protocol stack, not Ethernet or IP.
Know the two main types: Fibre Channel (dedicated, non-IP) and iSCSI (over Ethernet/IP).
SAN is just a bunch of hard drives connected to a network.
A SAN is a complex network of switches, HBAs, and storage arrays with specific protocols (FC, iSCSI) and management features like zoning and LUN masking. It's not just drives on a network.
Think of SAN as a dedicated storage network, not just a collection of drives.
Exam Trap — Don't Get Fooled
{"trap":"The most dangerous trap is confusing SAN with NAS. Exam candidates often choose NAS when the question asks for block-level storage, or choose SAN when the question describes file-level access. They see 'storage network' and assume SAN, but the key is the access level."
,"why_learners_choose_it":"Both SAN and NAS are network storage solutions, and the terms sound similar. Candidates may not carefully read whether the question says 'block-level' or 'file-level.' The word 'network' in both names adds confusion."
,"how_to_avoid_it":"Always check the access level keyword: if the question says 'block-level' or 'raw disk access,' the answer is SAN. If it says 'file-level' or 'shared folder,' the answer is NAS. Never rely on the word 'network' alone."
Commonly Confused With
SAN provides block-level storage (raw disk blocks) over a dedicated network, while NAS provides file-level storage (shared folders) over a standard network. SAN uses protocols like Fibre Channel or iSCSI; NAS uses NFS or SMB.
Use SAN when a database server needs direct block access to a disk array; use NAS when employees need to access shared documents via a network drive.
DAS is storage directly connected to a single server via cables like SATA or SAS, while SAN is a network that allows multiple servers to share storage. DAS is simpler but not scalable; SAN is more complex but enables sharing.
Use DAS for a single server's internal hard drive; use SAN when multiple servers need to access the same storage pool.
Step-by-Step Breakdown
Step 1: Server sends a read/write request
An application on a server needs to read or write data. The server's operating system generates a SCSI command (e.g., READ(10)) and passes it to the Host Bus Adapter (HBA).
Step 2: HBA encapsulates the command
The HBA encapsulates the SCSI command into a Fibre Channel frame (if using FC) or an iSCSI PDU (if using iSCSI). It adds addressing information like the destination World Wide Name (WWN) or IP address.
Step 3: Frame travels through the SAN fabric
The frame is sent over the SAN network—through Fibre Channel switches or Ethernet switches. The fabric uses zoning to ensure the frame reaches only authorized devices.
Step 4: Storage array receives and processes the command
The storage array's target port receives the frame, extracts the SCSI command, and performs the read or write operation on the physical disks. It then prepares a response.
Step 5: Response is sent back to the server
The storage array sends a response frame (e.g., data or status) back through the SAN fabric to the server's HBA. The HBA passes the data to the OS, which delivers it to the application.
Practical Mini-Lesson
A Storage Area Network (SAN) is a dedicated network that provides block-level storage access. Think of it as a private highway for storage traffic, separate from the regular network that carries email and web traffic. The core concept is that servers (initiators) send SCSI commands (read/write) over a specialized network to storage devices (targets).
The SAN fabric (switches and cables) transports these commands at high speed. There are two main types: Fibre Channel SAN, which uses dedicated fiber optic cables and switches, and iSCSI SAN, which runs over standard Ethernet. Fibre Channel is faster and more reliable but more expensive; iSCSI is cheaper and easier to integrate with existing networks.
Compared to NAS (Network Attached Storage), which provides file-level access (like a shared folder), a SAN provides raw block access, making it ideal for databases and virtual machines. Compared to DAS (Direct Attached Storage), a SAN allows multiple servers to share the same storage, improving utilization and manageability. Configuration involves zoning (logically grouping devices to control access) and LUN masking (restricting which servers can see which LUNs).
Key takeaway: SAN is all about high-speed, block-level storage sharing over a dedicated network. For the exam, remember that SAN = block-level, NAS = file-level, and the most common protocols are Fibre Channel and iSCSI.
Memory Tip
Remember 'SAN = Block Party' – SAN provides block-level access, like moving raw blocks of data. Also, 'SAN is a private storage highway' – it's a dedicated network for storage traffic only. For protocols: 'FC is Fast and Costly, iSCSI is Inexpensive and Standard.'
Covered in These Exams
Current Exam Context
Current exam versions that test this topic — use these objectives when studying.
N10-009CompTIA Network+ →Legacy Exam Context
Older materials may mention these exam versions, but learners should use the current objectives for their target exam.
N10-008N10-009(current version)Related Glossary Terms
AH (Authentication Header) is an IPsec protocol that provides connectionless integrity, data origin authentication, and anti-replay protection for IP packets.
AH (Authentication Header) is an IPsec protocol that provides connectionless integrity, data origin authentication, and anti-replay protection for IP packets.
An AP (Access Point) bridges wireless clients to a wired network, acting as a central transceiver and controller for Wi-Fi communications.
An API is a set of rules that allows software applications to communicate and exchange data with each other.
BCP is a proactive process that creates a framework to ensure critical business functions continue during and after a disruptive event.
BNC (Bayonet Neill-Concelman Connector) is a miniature coaxial connector used for terminating coaxial cables in networking, video, and RF applications.
Frequently Asked Questions
What is the difference between a SAN and a NAS?
A SAN provides block-level storage, meaning it transfers raw disk blocks. Servers see it as a local hard drive. A NAS provides file-level storage, meaning it shares files over a network. Servers access it as a network folder. SAN uses Fibre Channel or iSCSI; NAS uses NFS or SMB.
Can I use a SAN over my existing Ethernet network?
Yes, if you use iSCSI SAN, which runs over standard Ethernet and TCP/IP. However, for best performance, you should use a dedicated VLAN or separate switches to isolate SAN traffic from LAN traffic. Fibre Channel SAN requires dedicated fiber optic cables and switches.
What is zoning in a SAN?
Zoning is a security feature in Fibre Channel SANs that logically groups devices (servers and storage) into zones. Devices in one zone cannot communicate with devices in another zone unless permitted. This prevents unauthorized access and reduces the risk of data corruption.
Is SAN covered on the Network+ exam?
Yes, SAN is covered under Objective 1.6: 'Explain the purpose of storage area networks.' You need to know the difference between SAN and NAS, common protocols (Fibre Channel, iSCSI), and typical use cases. It is not a major topic, but it appears in a few questions.
When should I use a SAN instead of DAS?
Use a SAN when you need multiple servers to share the same storage pool, when you need high performance for databases or virtualization, or when you need centralized management and scalability. Use DAS for a single server with simple storage needs.
Summary
1) A Storage Area Network (SAN) is a dedicated, high-speed network that provides block-level storage access to servers, making storage appear as locally attached drives. 2) Its key technical property is that it separates storage traffic from the general LAN, using protocols like Fibre Channel or iSCSI to transfer raw data blocks, which improves performance and scalability. 3) The most important exam fact is that SAN provides block-level storage (unlike NAS which provides file-level), and it is used for high-performance applications like databases and virtualization.
Remember: SAN = block-level, dedicated network; NAS = file-level, shared network.