{"id":182,"date":"2017-04-07T07:11:36","date_gmt":"2017-04-07T07:11:36","guid":{"rendered":"http:\/\/www.esds.co.in\/data-centers\/kb\/?p=182"},"modified":"2019-06-10T06:01:24","modified_gmt":"2019-06-10T06:01:24","slug":"what-is-the-difference-between-san-and-nas","status":"publish","type":"post","link":"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/","title":{"rendered":"What is the difference between SAN and NAS ?"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_77 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#Introduction\" >Introduction<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#Comparison\" >Comparison<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#NAS\" >NAS<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#SAN\" >SAN<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Introduction\"><\/span>Introduction<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } -->At first glance, NAS and SAN might seem almost identical, and in fact, many times either will work in a given situation. After all, both NAS and SAN generally use RAID connected to a network, which they are backed up onto tape.<\/p>\n<p>Almost any machine that can connect to the LAN (or is interconnected to the LAN through a WAN) can use NFS, CIFS or HTTP protocol to connect to a NAS and share files. Only server class devices with SCSI Fibre Channel can connect to the SAN. The Fibre Channel of the SAN has a limit of around 10km at best A NAS identifies data by file name and byte offsets, transfers file data or file meta-data (file&#8217;s owner, permissions, creation date, etc.), and handles security, user authentication, file locking A SAN addresses data by disk block number and transfers raw disk blocks.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Comparison\"><\/span>Comparison<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The administrator of a home or small business network can connect one NAS device to their LAN. The NAS maintains its own IP address comparable to the computer and other TCP\/IP devices. Using a software program that normally is provided together with the NAS hardware, a network administrator can set up automatic or manual backups and file copies between the NAS and all other connected devices. The NAS holds many gigabytes of data, up to a few terabytes. Administrators add more storage capacity to their network by installing additional NAS devices, although each NAS operates independently.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"NAS\"><\/span>NAS<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>A NAS allows greater sharing of information especially between disparate operating systems such as Unix and NT. File Sharing is operating system dependent and does not exist in many operating systems. File System managed by NAS head unit File System managed by servers Backups and mirrors (utilizing features like NetApp&#8217;s Snapshots) is done on files, not blocks, for savings in bandwidth and time. A Snapshot can be tiny compared to its source volume. Backups and mirrors require a block by block copy, even if blocks are empty. A mirror machine must be equal to or greater in capacity compared to the source volume.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"SAN\"><\/span>SAN<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Whereas in SAN, Only server class devices with SCSI Fibre Channel can connect to the SAN. The Fibre Channel of the SAN has a limit of around 10km at best. A SAN addresses data by disk block number and transfers raw disk blocks. File Sharing is operating system dependent and does not exist in many operating systems. File System managed by servers. Backups and mirrors require a block by block copy, even if blocks are empty. A mirror machine must be equal to or greater in capacity compared to the source volume.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction At first glance, NAS and SAN might seem almost identical, and in fact, many times either will work in a given situation. After all, both NAS and SAN generally use RAID connected to a network, which they are backed up onto tape. Almost any machine that can connect to the LAN (or is interconnected&#8230; <\/p>\n<div class=\"clear\"><\/div>\n<p><a href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\" class=\"gdlr-button small excerpt-read-more\">Read More<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[53,751,54,52,51,752],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.9.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is the difference between SAN and NAS ?<\/title>\n<meta name=\"description\" content=\"Storage area networks (SANs) and network-attached storage (NAS) both provide networked storage solutions. A NAS is a single storage device that operates...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the difference between SAN and NAS ?\" \/>\n<meta property=\"og:description\" content=\"Storage area networks (SANs) and network-attached storage (NAS) both provide networked storage solutions. A NAS is a single storage device that operates...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\" \/>\n<meta property=\"og:site_name\" content=\"ESDS Official Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ESDSdc\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-07T07:11:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-06-10T06:01:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ESDSDataCenter\" \/>\n<meta name=\"twitter:site\" content=\"@ESDSDataCenter\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/#website\",\"url\":\"https:\/\/www.esds.co.in\/kb\/\",\"name\":\"ESDS Official Knowledgebase\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.esds.co.in\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#webpage\",\"url\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\",\"name\":\"What is the difference between SAN and NAS ?\",\"isPartOf\":{\"@id\":\"https:\/\/www.esds.co.in\/kb\/#website\"},\"datePublished\":\"2017-04-07T07:11:36+00:00\",\"dateModified\":\"2019-06-10T06:01:24+00:00\",\"author\":{\"@id\":\"https:\/\/www.esds.co.in\/kb\/#\/schema\/person\/d951a1b6843822458f3c5f5ee02a74e8\"},\"description\":\"Storage area networks (SANs) and network-attached storage (NAS) both provide networked storage solutions. A NAS is a single storage device that operates...\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/\",\"url\":\"https:\/\/www.esds.co.in\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\",\"url\":\"https:\/\/www.esds.co.in\/kb\/what-is-the-difference-between-san-and-nas\/\",\"name\":\"What is the difference between SAN and NAS ?\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/#\/schema\/person\/d951a1b6843822458f3c5f5ee02a74e8\",\"name\":\"ESDS ADMIN\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.esds.co.in\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5618393df3c15e5b6b3b9ef917e83827?s=96&d=mm&r=g\",\"caption\":\"ESDS ADMIN\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/posts\/182"}],"collection":[{"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/comments?post=182"}],"version-history":[{"count":13,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/posts\/182\/revisions"}],"predecessor-version":[{"id":3593,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/posts\/182\/revisions\/3593"}],"wp:attachment":[{"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/media?parent=182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/categories?post=182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esds.co.in\/kb\/wp-json\/wp\/v2\/tags?post=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}