Network-attached storage

Network-attached storage
Network-attached storage
Connects to

Local area network via:

Hard drives via one of:

Common manufacturers HP
NetApp
Dell
Cisco
Netgear
Sun Microsystems
Introduced 1980s

Network-attached storage (NAS) is file-level computer data storage connected to a computer network providing data access to heterogeneous clients. NAS not only operates as a file server, but is specialized for this task either by its hardware, software, or configuration of those elements. NAS is often made as a computer appliance – a specialized computer built from the ground up for storing and serving files – rather than simply a general purpose computer being used for the role.[nb 1]

As of 2010 NAS devices are gaining popularity, as a convenient method of sharing files among 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.

Contents

Description

A Netgear NAS

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.

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 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

Visual differentiation of NAS vs. SAN use in network architecture.

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.

One way to loosely conceptualise the difference between a NAS and a SAN is that a NAS appears to the client OS (operating system) as a file server (the client can map network drives to shares on that server) whereas a disk available through a SAN still appears to the client OS as a disk, visible in disk and volume management utilities (along with client's local disks), and available to be formatted with a file system and mounted.

Despite their differences, SAN and NAS are not mutually exclusive, and may be combined as a SAN-NAS hybrid, offering both file-level protocols (NAS) and block-level protocols (SAN) from the same system. An example of this is Openfiler, a free software product running on Linux-based systems.

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 (acquired by RedHat in 2011), 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.

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, CryptoNAS, NASLite, 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 checksumming 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.

List of network protocols used to serve NAS

See also

Notes

  1. ^ In this article "file server" is generally used as the term contrasting to NAS, referring to general-purpose computer used for serving files.

References

  1. ^ a b CDRLab Test (in Polish)
  2. ^ InfoStor. NAS Advantages: A VARs View, April 01, 1998. By Ron Levine.
  3. ^ "An Introduction 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". Software Practice and Experience 12: 1147–1162. doi:10.1002/spe.4380121206. http://www.cs.ncl.ac.uk/publications/articles/papers/399.pdf. 
  5. ^ Callaghan, Brent (2000). NFS Illustrated. Addison Wesley. ISBN 0-201-32570-5. 
  6. ^ The Age Of Computing Diversity. 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. ^ "NETGEAR Launches First NAS-Linked Online Disaster Recovery for Consumers and SMBs" (Press release). Reuters. http://www.reuters.com/article/pressRelease/idUS130761+02-Mar-2009+PRN20090302. Retrieved 2009-10-21. 
  8. ^ "CTERA Networks Launches, Introduces Cloud Attached Storage" (Press release). Reuters. http://www.reuters.com/article/pressRelease/idUS125181+06-Jan-2009+PRN20090106. Retrieved 2009-10-21. 
  9. ^ Ubuntu-based TurnKey File Server

Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Network Attached Storage — (NAS, dt. netzgebundener Speicher) bezeichnet einfach zu verwaltende Dateiserver. Allgemein wird NAS eingesetzt, um ohne hohen Aufwand unabhängige Speicherkapazität in einem Rechnernetz bereitzustellen. Inhaltsverzeichnis 1 Begriffsklärung,… …   Deutsch Wikipedia

  • Network Attached Storage — Network Attached Storage,   NAS …   Universal-Lexikon

  • Network Attached Storage — Stockage en réseau NAS Pour les articles homonymes, voir NAS …   Wikipédia en Français

  • Network attached storage — Stockage en réseau NAS Pour les articles homonymes, voir NAS …   Wikipédia en Français

  • Network-attached storage — Para otros usos de este término, véase Nas (desambiguación). Icono de red de Samba. NAS (del inglés Network Attached Storage) es el nombre dado a una tecnología de almacenamiento dedicada a compartir la capacidad de almacenamiento de un… …   Wikipedia Español

  • network attached storage —    Abbreviated NAS. A collection of mass storage devices contained in a single chassis with a built in operating system.    Ethernet connectors allow the NAS to connect directly to the network. A NAS might contain a large hard disk as well as a… …   Dictionary of networking

  • Buffalo network-attached storage series — Infobox Information appliance name = Buffalo network attached storage series caption = The Kuro Box Pro manufacturer = Melco type = Network attached storage connectivity = 100BASE T, 1000BASE T os = Linux cpu = PowerPC, MIPSel, ARM The Buffalo… …   Wikipedia

  • Сетевое устройство хранения данных (Network Attached Storage - NAS) — Сетевое устройство хранения данных (Network Attached Storage) аппаратно программное средство хранения данных, которое имеет свои собственные программы для структуризации, защиты и простой обработки данных. Подключается непосредственно к локальной …   Краткий толковый словарь по полиграфии

  • Network-Attached Secure Disks — (NASD) is 1997 2001 research project of Carnegie Mellon University, with the goal of providing cost effective scalable storage bandwidth. Overview NASD reduces the overhead on the file server (file manager) by allowing storage devices to transfer …   Wikipedia

  • Network Direct Attached Storage — (NDAS) is a proprietary NAS type system, patented by Ximeta, for connecting external digital storage devices such as hard disks, flash memory and tape drives via ethernet networks. Of interest, unlike other, more common forms of networked storage …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”