What are the uses of NAS devices?

  • Thread starter Thread starter Pengwuino
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the uses and applications of Network Attached Storage (NAS) devices. Participants explore various contexts in which NAS can be utilized, including media storage, file sharing, and data management, while also considering the differences between NAS and traditional file servers.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant questions the applications of large NAS devices, suggesting that they primarily serve as file servers and expressing confusion about the need for such storage capacity at the entry level.
  • Another participant explains that NAS devices provide additional storage without the complexity of setting up a new file server, highlighting their compactness and ease of configuration.
  • A different viewpoint introduces the concept of NAS as a Network Access Server, indicating its role in user authentication and network management.
  • Some participants argue that NAS devices can serve various purposes beyond file servers, including media centers for streaming content and backing up personal computers.
  • Concerns are raised about the cost-effectiveness of NAS devices, with one participant suggesting they may be seen as expensive accessories for media playback.
  • Another participant points out that NAS can be used to connect inexpensive drives to a network, although compatibility issues with file sharing protocols like SMB or NFS may arise.
  • Some participants emphasize that NAS devices are simply another form of file server, capable of managing large datasets and providing accessible storage without the need for extensive setup.
  • One participant discusses the ability of NAS devices to create logical volumes from multiple drives, allowing for efficient data management and optimized performance based on file size.

Areas of Agreement / Disagreement

Participants express a range of views on the applications and benefits of NAS devices, with no clear consensus on their primary uses or the necessity of large storage capacities outside of traditional file server roles. The discussion remains unresolved regarding the specific contexts in which NAS devices are most beneficial.

Contextual Notes

Some participants mention the limitations of NAS devices in terms of compatibility with certain file sharing protocols and the potential for confusion regarding their applications compared to traditional file servers.

Pengwuino
Gold Member
Messages
5,112
Reaction score
20
I was wondering something, what are NAS devices use for? I see this description for one NAS that says "For entry-level or mid-level applications" but the capacity was like, 14 SCSI hard drives and I've seen some up to 1.5TB that seem entry level. What applications do these huge storage devices have at the "entry level"? I can't even imagine how anything outside of file servers would need this kinda storage. I need enlightening!
 
Computer science news on Phys.org
NAS - Network Attached Storage.

It's just a way of adding additional storage without the burden of configuring a new file server box. Before NAS/SAN, if you needed extra storage, you either stuffed another drive into your computer, or set up another computer to act as a file server. Then you run into problems like running out of space in your computer, or your file server capacity becomes maxed out. Then you have to set up another computer and create another file server.

A NAS is essentially a miniature file server with it's own built in OS. Much smaller and more compact than a regular file server and easier to setup/configure. You attach it to the network with a piece of Cat 5, connect to it with a web browser and configure it via WWW interface. Then it's just a matter of mounting the provided disk volumes to your computer. If you need more storage, just get another NAS device and attach it to the network. No more big servers to maintain. Instead of having a cluster of tall tower servers hogging up space, you have a a bunch of small boxes that aren't much larger than a traditional external hard drive enclosure.

As far as entry level stuff, well suppose you have an extensive CD and/or DVD collection. You could stuff some jumbo sized 300 or 500 GB drives in your computer, but what if you don't have room in your case? External drives are a possibility, but they're only available to the computer they're connected on. Sure you can do the file sharing thing, but that means the computer it's attached to has to be on all the time.

In comes NAS. It's pretty much stand-alone. Rip all your CDs/DVDs and store them on the NAS. You can set up a small computer to act as a media center wired to your TV and/or stereo and have it serve up content from the NAS. Fire up your laptop in your bedroom, mount a NAS volume and watch a movie or listen to tunes in bed over a wireless connection. Back up your computer to a NAS.

Keep in mind that NAS can be pretty much any size you want. You can get a NAS device as just an empty case and stuff whatever drives in you want. Or get one with removable drives, so if you need to expand capacity later on just add additional drives or replace existing ones.

Bottom line: easy to configure storage, no big file servers to maintain.
 
Can also mean Network Access Server. For example an AAA server running TACACS+ or RADIUS, which you can authenticate network users from the ground up, before they can even grab an IP address.

What you are talking about is what imabug rightly said, Network Attached Storage, which are usually RAID5 disk arrays for storing your data on, be it a hugh ERP system DB or local office files and folders...
 
Sounds like a pretty expensive media player accessory...
 
not necessarily. There are some useful devices to attatch cheap IDE drives via USB 2 to your network. the problem is that few use SMB or NFS. Most use FTP which is a pain if you want to mount a drive as a file system.
 
I thought NAS's were mainly internet applications? For servers and such. Which again begs the question as to what exactly needs so much space outside of file servers?
 
nothing. it is simply a set of hard disks on the network than anyone can access from the network. It is easier to manage and is lower power than a file server.
 
pengwuino said:
I thought NAS's were mainly internet applications? For servers and such. Which again begs the question as to what exactly needs so much space outside of file servers?

you've obviously never had to deal with GB sized data sets before.

NAS is just another type of a file server. There's nothing inherently special about a file server. All it is is a computer that provides additional disk storage to other computers.

if you need the storage, you can either grab a computer (big tower box) and create a file server out of it, or get a NAS or SAN device (small drive enclosure) and attach it to the network. What you choose depends on your needs. The idea behind a NAS is that it can be attached anywhere and make that storage available to anything. you don't need to set up and configure a new file server every time you need extra storage. you don't need to find extra room for that server box in your office/computer room or on the rack.
 
imabug said:
you've obviously never had to deal with GB sized data sets before.

Sure haven't!
 
  • #10
NAS's will also allow you to create logical volumes using the disks that are in it. So, you may have a NAS with 20 or more drives, and you wish to stripe (combine) 5 of those drives into a logical volume. When a computer mounts the logical volume, they won't see 5 separate drives -- they'll see one drive that's the size of those 5 drives, combined.

Some of the more expensive NAS's will also allow you to tune the "chunk" size of the logical volume. So, if you're dealing with large files -- let's say multimedia/video files, you're going to want a larger "chunk" size, so more data can be written and read in a single read.

Edit: One of the reasons you may want a NAS with multiple drives is each drive (typically) has a separate path, whether that be fibre, SCSI, IDE, or SATA. So, each drive is entitled to the path's full bandwidth that is offered. For instance, if you have a NAS that uses 2Gb/s FC-AL drives, with a decent NAS, each of those drives will receieve the *full* 2Gb/s that is offered -- it won't be divided amongst the drives.
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
12K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
6
Views
2K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 35 ·
2
Replies
35
Views
6K
  • · Replies 12 ·
Replies
12
Views
5K