When should I use DAS instead of NAS?Why should storage be easy to use? The need to add storage capacity appeals to more than those who are IT professionals. Small Offices and Home Offices (SOHO Soho (sōhō`, sə–), district of Westminster, London, England, known for its continental restaurants. Once a fashionable quarter, it became popular among writers and artists in the 19th cent. ) need to add server class storage without the luxury of using IT services. This SOHO market is large, and the need for expanding storage capacity is spreading into the Home Entertainment or Consumer spaces as well. It is vital to these segments, for the installation and maintenance of the storage server to be very easy. They need to come preformatted and striped, and ready to go for the most common usage models. This large customer base can only be served if these low-end storage expansion severs hide the enterprise class technology, that makes them work. These non-enterprise consumers need protected storage and not just capacity alone or performance alone. Typically there are two system solution choices to serve this market, 1) Network Attached Storage (NAS (1) See network access server. (2) (Network Attached Storage) A specialized file server that connects to the network. A NAS device contains a slimmed-down operating system and a file system and processes only I/O requests by supporting the popular ), and 2) Direct Attached Storage (DAS). Some advocate NAS for the small sever market and yet the majority of the evidence leads to DAS being a better solution for this market. What is a NAS solution? NAS is directly attached to the network media and uses file management over low-cost Ethernet-based networks. Ethernet began as a network media in the 1980s. Typical for the SOHO market, the network peak bandwidths are 10Mbps, 100Mbps, and sometimes 1Gbps (1.25MBps, 12.5MBps, 125MBps). Ethernet is a media and it uses an IP-based protocol, such as TCP/IP TCP/IP in full Transmission Control Protocol/Internet Protocol Standard Internet communications protocols that allow digital computers to communicate over long distances. generally run on top of Ethernet protocol. At the system level the storage management uses the Network File System (NFS (Network File System) The file sharing protocol in a Unix network. This de facto Unix standard, which is widely known as a "distributed file system," was developed by Sun. See file sharing protocol and WebNFS. NFS - Network File System ) or Common Internet File System (protocol) Common Internet File System - (CIFS) An Internet file system protocol, based on Microsoft's SMB. Microsoft has given CIFS to the Internet Engineering Task Force (IETF) as an Internet Draft. CIFS is intended to complement existing protocols such as HTTP, FTP, and NFS. (CIFS (Common Internet File System) The file sharing protocol used in Windows. It evolved out of the SMB (Server Message Block) protocol in DOS, which is why the terms CIFS/SMB and SMB/CIFS are sometimes seen. The word "Internet" in the CIFS name has little relevance. ), to allow for sharing the data, and these file systems run on top of the TCP/IP protocol. The NFS file protocol is device-independent and an NFS command reads the first 80 characters from a file, without knowing the location of the data on the device. The NAS box A network attached storage device. See NAS and box. receives an NFS or CIFS request over a network and has an internal processor which translates that request to the proper storage command in ATA (1) (AT Attachment) The specification for IDE drives. See IDE. (2) See analog telephone adapter. ATA - Advanced Technology Attachment or SATA (Serial ATA) A serial version of the ATA (IDE) interface, which has been the de facto standard hard disk interface for desktop PCs for more than two decades. The original Parallel ATA (PATA) interface was launched in 1986. , to access the appropriate storage device. The NAS controller can provide protection for the data using a redundant array mode, if there is a storage controller. NAS generally costs more than DAS (because of its built-in file sharing Copying files from one computer to another. See peer-to-peer network, file sharing protocol and file and printer sharing. intelligence) and the need for the additional NAS controller. NFS is actually supported directly by most operating systems Operating systems can be categorized by technology, ownership, licensing, working state, usage, and by many other characteristics. In practice, many of these groupings may overlap. , or is available from many software vendors. Due to the NAS box being attached over the network media, large numbers of users are able to access the same storage device. NAS installation requires some knowledge of network topology and how IP addresses are provided for the target network. The user must assign an IP address for the NAS box and configure it over the network (set permissions and structuring the drives). What is a DAS Solution? DAS is optimized for single PC or server with low initial cost. The storage is directly attached by an I/O (Input/Output) The transfer of data between the CPU and a peripheral device. Every transfer is an output from one device and an input to another. See PC input/output. I/O - Input/Output cable to the PC or server. The media could be any (i.e., SCSI SCSI in full Small Computer System Interface Once common standard for connecting peripheral devices (disks, modems, printers, etc.) to small and medium-sized computers. SCSI has given way to faster standards, such as Firewire and USB. , 1394, USB USB in full Universal Serial Bus Type of serial bus that allows peripheral devices (disks, modems, printers, digitizers, data gloves, etc.) to be easily connected to a computer. or SATA). DAS is like a desktop system with its internal hard disks. The key to DAS architecture is that all the storage is directly controlled by the PC or server, and not mounted remotely on a network node like NAS. The next question for the SOHO user is which bus comes with your primary PC or server. To insure the DAS solution is easy-to-use, host buses already available on the outer skin of the PC or server should considered before adding an HBA (Host Bus Adapter) See host adapter. upgrade. Some of the host bus speeds are 12MBps for USB 1.0, 40MBps for UltraSCSI, 50MBps for 1394a, 60MBps for USB 2.0, 80MBps for Ultra2 SCSI, 100MBps for 1394b, 150MBps SATA Gen1, 160MBps Ultra160 SCSI, 300MBps for SATA Gen2, 320MBps Ultra320 SCSI. If you need more than one DAS, your environment becomes islands of storage. Each server or PC must be managed one at a time in the multi-DAS scenario. The PC's or servers are performance bottlenecks in the topology just like the NAS solutions. Where does NAS fall down? NAS become performance bottlenecks, when you compare the NAS peak speed (typically 12.5MBps) with the speed even a single drive is capable of providing (50-60MBps). * Multiple NAS boxes increase the management complexity with multiple IP locations. * NAS boxes require IP configuration and system setup. * Adding the second NAS box introduces the same complexity as with a DAS environment and each NAS box must be managed separately. * Network media speed is a limiting factor for storage performance (typically 12.5MBps). * Network traffic loads that are not storage focused can slow a NAS access down. The main areas where NAS falls down and affects ease-of-use are the complexity of installation and configuration. Before beginning the process you need to first find out whether or not your network has a DHCP server running. A DHCP server could be a server computer running some kind of server operating system See network operating system. or maybe a router for you to split your DSL DSL in full Digital Subscriber Line Broadband digital communications connection that operates over standard copper telephone wires. It requires a DSL modem, which splits transmissions into two frequency bands: the lower frequencies for voice (ordinary or Cable broadband IP address. If there is no DHCP server in your LAN (Local Area Network) A communications network that serves users within a confined geographical area. The "clients" are the user's workstations typically running Windows, although Mac and Linux clients are also used. , you need to find out if your computers were for some reason assigned static IP address. If all this DHCP (Dynamic Host Configuration Protocol) Software that automatically assigns temporary IP addresses to client stations logging into an IP network. It eliminates having to manually assign permanent "static" IP addresses. DHCP software runs in servers and routers. and IP talk sounds like a foreign language to an average SOHO customer, then you can see the issue which NAS brings to this market. At this stage, due to frustration, many SOHO customers either consult a network administrator or select an easier to use storage product. Remember, one small incorrect change in the network's IP scheme or DHCP setting can take down your entire network and NAS box. Where Does DAS fall down? There is also a limit to how much capacity can be directly attached to each PC or server; due to the number of external ports (this is also true for NAS boxes). * If host buses do not support hot plug, then a DAS connected to a PC or server is taken offline for expansion or maintenance, all the data attached to it becomes unavailable causing downtime. * There is no way to manage the separate storage islands as a coherent whole and this is true for multiple NAS boxes. * DAS can stress your local processor as the data is accessed remotely. The PC or sever must manage the network traffic to the DAS, serving files while handling local applications. * Multiple DAS boxes increase the management complexity with multiple locations. Adding an HBA card to provide faster host bus access can provide some hurdles in configuration and set-up. [FIGURE 1 OMITTED] [FIGURE 2 OMITTED] * The main area where DAS falls down and affects ease-of-use is when the network grows large enough and the complexity of multiple DAS boxes becomes a management burden and the SOHO is no longer small or at home. When is NAS the best solution? * Use NAS when performance is not the issue and sheer capacity is more important. * Use NAS when you have a large network and locations that are separated. * Use NAS if you understand IT management techniques, DHCP and IP settings. * Use NAS if you must support various OS types in your SOHO and can only afford one storage box. * Use NAS if you need to manage your storage from a remote location using a web browser The program that serves as your front end to the Web on the Internet. In order to view a site, you type its address (URL) into the browser's Location field; for example, www.computerlanguage.com, and the home page of that site is downloaded to you. over the network. * Use NAS if there is no issue to have an enterprise IT infrastructure, and it is easy justify technology investments for the IT budget. When is DAS the best solution? * Use DAS when you have a small network with only a few servers or power PC users. * Use DAS when storage performance and local capacity is critical for the power users. * Use DAS when you have a small location and are not expecting significant growth. DAS is ideal for localized environments with a single server or a few servers in small businesses or departments and workgroups that do not need to share information over long distances or across an enterprise. * Use DAS when you want easy-to-use storage without IT configuration issues. Setting up, upgrading, or maintaining a DAS box can be handled by just about anyone with any network experience at all. * Use DAS if you want to use the most common type of storage expansion, in the form of independent drives, RAID arrays or tape libraries. DAS is the most basic level of storage, in which storage devices are part of the host computer, as with drives, or directly connected to a single server or PC. * Use DAS because it has the lowest initial cost in comparison to other storage solutions and requires the lowest support or maintenance. Final Recommendation If you want performance, NAS at peak levels can only offer 12.5MBps, while DAS can offer 300MBps, using SATA Gen2 host buses. If you want a lower cost storage solution, then DAS is the proper selection. If you want a storage solution that is easy-to-use, then DAS can be used without the need of IT professionals. Clearly, for the SOHO market, the right solution is DAS and not NAS. Conrad A. Maxwell is CEO (1) (Chief Executive Officer) The highest individual in command of an organization. Typically the president of the company, the CEO reports to the Chairman of the Board. of Maxwell Consulting Associates, Inc. (Corona, CA) www.maxwellca.com |
|
||||||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion