What Does Storage Server Mean
What Does Storage Server Mean
DAS
These disks are connected directly (locally) and used in both servers and
workstations. Directly attached storage connects multiple disks in arrays, or
single disks of the following types:
SATA: Serial ATA. 6Gbps currently for SATA III (That's 600MBps)
These disks have their own fast channel on the controller and use much narrower
cables than PATA.
When using these drives in a server or SAN make sure they have a high MTBF
rating, (mean time between failures) as workstation drives fail more quickly. The
SSD (Solid State Disk) variety of SATA can achieve higher read/write results than
standard SATA disks; 1,100 MBps reads and close to 700 MBps writes. They have
no moving parts as they only contain chips.
NAS
A NAS has multiple disks usually in a RAID array, and appears on the network as
a single node of shared storage. NAS storage does not appear to your server or
computer as a disk drive, rather as a network location which can be added as a
mapped drive. They are popular because they are much cheaper than SANs and
allow the creation of user access permissions, and certain software can be run
from them. They are often used to back up servers or to provide access to
shared files to many computers.
They use shared file system protocols like SMB/CIFS, NFS, AFS and GFS. These
protocols allow multiple users to access the same file at the same time, however
this overhead software does make transmission slightly slower than SANs.
SAN
Unlike a NAS, a SAN presents a drive for the server to connect to, which appears
in disk management like a normal drive would. SANs incorporate multiple
network devices on a separate self-contained network, which appear as one
drive, which can be divided up. These drives are then available to multiple
servers and computers. They often use higher end switches to create a VLAN,
which joins the two networks together and provides security. They use SAS or
SATA in multiple RAID arrays connected together. There are two types of SAN;
iSCSI and Fibre Channel (FC), both use SCSI commands, except that FC packages
SCSI commands into Fibre Channel frames, and iSCSI uses Internet Protocol.
The iSCSI device is referred to as the 'target' and any computer or server can be
used as an 'initiator' as long as it has initiator software installed. (This includes
Apple Mac). The initiator scans the target looking for a LUN (Logical Unit Number)
Each Logical Unit can be made up of many configurations, for example a whole
RAID set, or a group of partitions or disks, but is seen by the LUN as one drive.
There are two versions of Microsoft iSCSI Initiator installed on a Microsoft server;
one version is to allow booting from the SAN when the OS is installed on it, the
other is for use as normal storage.