0% found this document useful (0 votes)
172 views

SAN&NAS

Network-attached storage (NAS) connects storage drives like hard drives to a local area network, allowing clients on the network to access files. NAS devices first emerged in the 1980s as a way to share files between computers on a network. Potential benefits of NAS include faster data access, easier administration, and simple configuration compared to file servers. Common uses of NAS include centralized network storage, load balancing for servers, and consumer-oriented home storage devices.

Uploaded by

fasly hicham
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 PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
172 views

SAN&NAS

Network-attached storage (NAS) connects storage drives like hard drives to a local area network, allowing clients on the network to access files. NAS devices first emerged in the 1980s as a way to share files between computers on a network. Potential benefits of NAS include faster data access, easier administration, and simple configuration compared to file servers. Common uses of NAS include centralized network storage, load balancing for servers, and consumer-oriented home storage devices.

Uploaded by

fasly hicham
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 PDF, TXT or read online on Scribd
You are on page 1/ 4

Network-attached storage 1

Network-attached storage
Connects to Local Area Network via:
• Ethernet
Hard Drives via one of:
• SATA
• SAS
• USB
• Fibre Channel

Common manufacturers HP
NetApp
Dell
Cisco
Netgear
CTERA
Sun_Microsystems

Introduced 1980's

Network-attached storage (NAS) is file-level computer data storage connected to a computer network providing
data access to heterogeneous clients. As of 2010 NAS devices are gaining popularity, as a convenient method of
sharing files between multiple computers.[1] Potential benefits of network-attached storage, compared to file servers,
include faster data access, easier administration, and simple configuration.[2]
NAS systems are networked appliances which contain one or more hard drives, often arranged into logical,
redundant storage containers or RAID arrays. Network-attached storage removes the responsibility of file serving
from other servers on the network. They typically provide access to files using network file sharing protocols such as
NFS, SMB/CIFS, or AFP.

Description
A NAS unit is a computer connected to a network that only provides file-based data storage services to other devices
on the network. Although it may technically be possible to run other software on a NAS unit, it is not designed to be
a general purpose server. For example, NAS units usually do not have a keyboard or display, and are controlled and
configured over the network, often using a browser.[3]
A fully-featured operating system is not needed on a NAS device, so often a stripped-down operating system is used.
For example, FreeNAS, an open source NAS solution designed for commodity PC hardware, is implemented as a
stripped-down version of FreeBSD.
NAS systems contain one or more hard disks, often arranged into logical, redundant storage containers or RAID
arrays. NAS removes the responsibility of file serving from other servers on the network.
NAS uses file-based protocols such as NFS (popular on UNIX systems), SMB/CIFS (Server Message
Block/Common Internet File System) (used with MS Windows systems), or AFP (used with Apple Macintosh
computers). NAS units rarely limit clients to a single protocol.
Network-attached storage 2

NAS vs DAS
The key difference between direct attached storage (DAS) and NAS is that DAS is simply an extension to an existing
server and is not necessarily networked. NAS is designed as an easy and self-contained solution for sharing files over
the network.
Both DAS and NAS can potentially increase availability of data by using RAID or clustering.
When both are served over the network, NAS could have better performance than DAS, because the NAS device can
be tuned precisely for file serving which is less likely to happen on a server responsible for other processing. Both
NAS and DAS can have various amount of cache memory, which greatly affects performance. When comparing use
of NAS with use of local (non-networked) DAS, the performance of NAS depends mainly on the speed of and
congestion on the network.
NAS is generally not as much customizable in terms of hardware (CPU, memory, storage components) or software
(extensions, plug-ins, additional protocols) as a general purpose server supplied with DAS.

NAS vs SAN
NAS provides both storage and a file system. This is often contrasted
with SAN (Storage Area Network), which provides only block-based
storage and leaves file system concerns on the "client" side. SAN
protocols are SCSI, Fibre Channel, iSCSI, ATA over Ethernet (AoE),
or HyperSCSI.
Despite their differences, SAN and NAS are not mutually exclusive,
and may be combined as a SAN-NAS hybrid, offering both file-level Visual differentiation of NAS vs. SAN use in
protocols (NAS) and block-level protocols (SAN) from the same network architecture.
system. An example of this is Openfiler, a free software product
running on Linux.

History
In the early 1980s, the 'Newcastle Connection' by Brian Randell and his colleagues at Newcastle University
demonstrated and developed remote file access across a set of UNIX machines.[4] [5] Novell's NetWare server
operating system and NCP protocol was released in 1983. Following the Newcastle Connection, Sun Microsystems'
1984 release of NFS allowed network servers to share their storage space with networked clients. 3Com and
Microsoft would develop the LAN Manager software and protocol to further this new market. 3Com's 3Server and
3+Share software was the first purpose-built server (including proprietary hardware, software, and multiple disks)
for open systems servers.
Inspired by the success of file servers from Novell, IBM, and Sun, several firms developed dedicated file servers.
While 3Com was among the first firms to build a dedicated NAS for desktop operating systems, Auspex Systems
was one of the first to develop a dedicated NFS server for use in the UNIX market. A group of Auspex engineers
split away in the early 1990s to create the integrated NetApp filer, which supported both the Windows CIFS and the
UNIX NFS protocols, and had superior scalability and ease of deployment. This started the market for proprietary
NAS devices now led by NetApp and EMC Celerra.
Starting in the early 2000s, a series of startups emerged offering alternative solutions to single filer solutions in the
form of clustered NAS – Spinnaker Networks (acquired by NetApp in February 2004), Exanet (acquired by Dell in
February 2010), Gluster, ONStor (acquired by LSI in 2009), IBRIX (acquired by HP), Isilon (acquired by EMC),
PolyServe (acquired by HP in 2007), and Panasas, to name a few.
Network-attached storage 3

In 2009, NAS vendors (notably CTERA Networks[6] [1] and NETGEAR) began to introduce Online Backup
solutions integrated in their NAS appliances, for online disaster recovery.[7] [8]

Uses
NAS is useful for more than just general centralized storage provided to client computers in environments with large
amounts of data. NAS can enable simpler and lower cost systems such as load-balancing and fault-tolerant email and
web server systems by providing storage services. The potential emerging market for NAS is the consumer market
where there is a large amount of multi-media data. Such consumer market appliances are now commonly available.
Unlike their rackmounted counterparts, they are generally packaged in smaller form factors. The price of NAS
appliances has plummeted in recent years, offering flexible network-based storage to the home consumer market for
little more than the cost of a regular USB or FireWire external hard disk. Many of these home consumer devices are
built around ARM, PowerPC or MIPS processors running an embedded Linux operating system.

Open source implementations


Open source NAS-oriented distributions of Linux and FreeBSD are available, including FreeNAS, Gluster, Openfiler
and the Ubuntu-based TurnKey File Server.[9] These are designed to be easy to setup on commodity PC hardware,
and are typically configured using a web browser.
They can run from a virtual machine, Live CD, bootable USB flash drive (Live USB), or from one of the mounted
hard drives. They run Samba (an SMB daemon), NFS daemon, and FTP daemons which are freely available for
those operating systems.
NexentaStor, built on the Nexenta Core Platform, is similar in that it is built on open source foundations; however,
NexentaStor requires more memory than consumer oriented open source NAS solutions and also contains most of
the features of enterprise class NAS solutions, such as snapshots, management utilities, tiering services, mirroring,
and end to end check summing due, in part, to the use of ZFS.

Clustered NAS
A clustered NAS is a NAS that is using a distributed file system running simultaneously on multiple servers. The
key difference between a clustered and traditional NAS is the ability to distribute (e.g. stripe) data and metadata
across the cluster nodes or storage devices. Clustered NAS, like a traditional one, still provides unified access to the
files from any of the cluster nodes, unrelated to the actual location of the data. The examples of commercial products
are Isilon OneFS, GlusterFS and IBM Scale-out File Services.

References
[1] CDRLab Test (http:/ / cdrlab. pl/ article_strona_9571_1. html) (in Polish)
[2] InfoStor. NAS Advantages: A VARs View (http:/ / www. infostor. com/ index/ articles/ display/ 55961/ articles/ infostor/ volume-2/ issue-4/
news-analysis-trends/ nas-advantages-a-vars-view. html), April 01, 1998. By Ron Levine.
[3] "An Iintroduction to Network Attached Storage", HWM magazine, Jul 2003. ISSN 0219-5607. Published by SPH Magazines. p. 90-92
[4] Brownbridge, D.R.; Marshall, L.F.; Randell, B. (1982). "The Newcastle Connection" (http:/ / www. cs. ncl. ac. uk/ publications/ articles/
papers/ 399. pdf). Software Practice and Experience 12: 1147–1162. doi:10.1002/spe.4380121206. .
[5] Callaghan, Brent (2000). NFS Illustrated. Addison Wesley. ISBN 0-201-32570-5.
[6] The Age Of Computing Diversity (http:/ / www. forrester. com/ rb/ Research/ age_of_computing_diversity/ q/ id/ 56888/ t/ 2). by Frank E.
Gillett. Forrester Research, September 16, 2010. Page 12. "CTERA’s C200 provides a better take on network-attached storage (NAS) [...] with
local Mac and PC backup built in and automated hooks to an online backup service for offsite backup in case of site disaster."
[7] Reuters. "NETGEAR Launches First NAS-Linked Online Disaster Recovery for Consumers and SMBs" (http:/ / www. reuters. com/ article/
pressRelease/ idUS130761+ 02-Mar-2009+ PRN20090302). Press release. . Retrieved 2009-10-21.
[8] Reuters. "CTERA Networks Launches, Introduces Cloud Attached Storage" (http:/ / www. reuters. com/ article/ pressRelease/ idUS125181+
06-Jan-2009+ PRN20090106). Press release. . Retrieved 2009-10-21.
[9] Ubuntu-based TurnKey File Server (http:/ / www. turnkeylinux. org/ fileserver)
Article Sources and Contributors 4

Article Sources and Contributors


Network-attached storage  Source: http://en.wikipedia.org/w/index.php?oldid=405915376  Contributors: A. B., Acentam, Agathoclea, Akc9000, Alarob, Albe, Alexh19740110, Alfio,
AlistairMcMillan, Andrewpmk, Annsilverthorn, Anon user, Antilived, Arichnad, Armando82, Ashishkapahi, Austinmurphy, Beland, Bezenek, Bingoeleven, Blackbox98, Bobo192, Boston,
Brianok, Burgundavia, Cameron Scott, Capricorn42, Captain Disdain, Cheese Sandwich, ClementSeveillac, Closedmouth, Codemechanic, Cplatz, CrocodileMisfit, DARTH SIDIOUS 2, DPdH,
Dave420, DavidCary, DavidIsaac, Disdero, Dlimato, DrBumQuist, Drbreznjev, Drilnoth, Ds13, Duttraghav, Eatrains, Elvis100, Emilyjetnexus, Enviroboy, Epbr123, Epowell101, Etraitel, Ettrig,
Excirial, Fabrice.Rossi, Falcor84, Fastilysock, Feline Hymnic, FirewireMan, Firsfron, Focusnetwork, FortunaPS, Fragglet, Frap, Gdp5701, Ghostreveries, Gibsonmh, Gordondrummond,
Grandscribe, GreggEdwards, Gzornenplatz, Harddrives, Heron, Hockeyweasel, Hqduong, Ibmstorage, Iomega2009-1, Isilanes, IvanLanin, Ivanl, J.delanoy, Jackstuder, JamesBWatson, Jjdejong,
Jliv, Joewski, Jon toor, JonHarder, Jondelac, Jrdioko, Julesd, KD5TVI, Kim Meyrick, Kozuch, Krich, Kubanczyk, Lctech, Lennylim, LilHelpa, Loftenter, Lore uni, Lujk, M4gnum0n, Mahanga,
Marcelst, Marokwitz, Martianlu, Matt Britt, Matt Crypto, Mctt, MegX, Mennis, Michael Hardy, Mikebar, Minna Sora no Shita, Mirage5000, Mkarthikbe, Moritzh 1810, Mosca, MrHefnner,
Mrzaius, Muijz, Music Sorter, Mwtoews, Mykost, Nakon, NeoChaosX, Nexlogic, Ngardiner, Nicholsr, Nubiatech, Objix, Ohnoitsjamie, Oicumayberight, Olddocks, Ooblik, Oscarthecat,
PPGMD, Pagrashtak, Pak21, Panealy, Paul Koning, Pavel Vozenilek, PdDemeter, Pelago, Phlegat, PlatinumX, Pnm, Pol098, Pseydtonne, Quasipalm, Quaysea, Quintote, R'n'B, Radiojon,
Ralphbk, Raumka, Raysonho, Rbellin, Redeeman, Reedy, Rickjpelleg, Ridernyc, Rluchs, Robofish, Rocinante9x, Ronz, Roux-HG, SF007, Samjuaa, Sarahbyte, Seeeve, Sejtam, Sfoskett, Shammy
maxtec, Shell Kinney, Skwa, SkyWalker, Sloop Jon, Sltan, SoWhy, Spellicy, Spike.robinson, SpuriousQ, Stevestrange, Stillbill, Storageguide, Storagezone, Storio, Storkk, Straif, Swaq, Swizkid,
TReidLewis, Technologyvoices, The Anome, Think Fast, Thomo5000, Thue, Thyvillageidiot, Tombohannon, Travelbird, Typhoon, Vedexent, Verwolff, WCLL HK, WhosAsking,
Windowsvistafan, Wknight94, Wmahan, Wrs1864, XenonofArcticus, Xompanthy, ‫םיאפר לורט‬, 487 anonymous edits

Image Sources, Licenses and Contributors


Image:SANvsNAS.svg  Source: http://en.wikipedia.org/w/index.php?title=File:SANvsNAS.svg  License: Creative Commons Attribution-Sharealike 2.5  Contributors: Kozuch, Mennis,
Nzhamstar, 9 anonymous edits

License
Creative Commons Attribution-Share Alike 3.0 Unported
http:/ / creativecommons. org/ licenses/ by-sa/ 3. 0/

You might also like