0% found this document useful (0 votes)
106 views1 page

SAN vs. NAS: Key Differences Explained

A storage area network (SAN) connects storage devices through a switch so that servers can easily access storage. From the server's perspective, accessing data from a SAN is no different than directly connected storage. A SAN supports block-level access to data like directly attached storage. Network-attached storage (NAS) serves files remotely using protocols like CIFS or NFS, enabling file sharing and centralized management. The key difference is that a SAN provides block-level access over a network, while NAS handles file-level access through remote file serving.

Uploaded by

Rakesh Barnwal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views1 page

SAN vs. NAS: Key Differences Explained

A storage area network (SAN) connects storage devices through a switch so that servers can easily access storage. From the server's perspective, accessing data from a SAN is no different than directly connected storage. A SAN supports block-level access to data like directly attached storage. Network-attached storage (NAS) serves files remotely using protocols like CIFS or NFS, enabling file sharing and centralized management. The key difference is that a SAN provides block-level access over a network, while NAS handles file-level access through remote file serving.

Uploaded by

Rakesh Barnwal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

A storage area network (SAN) is storage connected in a fabric (usually through a switch) so that there can be easy access

to storage from many different servers. From the server application and operating system standpoint, there is no visible difference in the access of data for storage in a SAN or storage that is directly connected. A SAN supports block access to data just like directly attached storage. Network-attached storage (NAS) is really remote file serving. Rather than using the software on your own file system, the file access is redirected using a remote protocol such as CIFS or NFS to another device (which is operating as a server of some type with its own file system) to do the file I/O on your behalf. This enables file sharing and centralization of management for data. So from a system standpoint, the difference between SAN and NAS is that SAN is for block I/O and NAS is for file I/O. One additional thing to remember when comparing SAN vs. NAS is that NAS does eventually turn the file I/O request into a block access for the storage devices attached to it. The fundamental difference is NAS does file I/O by remote file serving, while SAN is for block I/O where storage is connected via a network (usually fibre channel, but with recent deployments of iSCSI, over IP on Ethernet) just like the storage that was directly connected. Both are very applicable in consolidation solutions where storage is being consolidated for use by multiple servers and applications. So, remember, file I/O versus block I/O

You might also like