首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

个人工具


網路儲存設備

维库,知识与思想的自由文库

跳转到: 导航, 搜索
Samba Network Icon
Samba Network Icon

網路儲存設備 (NAS) 是一種專門的資料儲存技術的名稱,它可以直接連接在電腦網路上面,對異質網路使用者提供了集中式資料存取服務。

目录

[编辑] 描述

NAS 和傳統的檔案儲存服務或是直接儲存設備不同的地方在於 NAS 設備上面的作業系統和軟體只提供了資料儲存、資料存取、以及相關的管理功能;此外,NAS 設備也提供了不止一種檔案傳輸協定。NAS 系統通常有一個以上的硬碟,而且和傳統的檔案伺服器一樣,通常會把它們組成 RAID 來提供服務;有了 NAS 以後,網路上的其他伺服器就可以不必再兼任檔案伺服器的功能。NAS 的型式很多樣化,可以是一個大量生產的嵌入式設備,也可以在一般的電腦上執行 NAS 的軟體。

NAS 用的是以檔案為單位的通訊協定,例如像是 NFS (在 UNIX 系統上很常見) 或是 SMB (常用在 MS 視窗環境)。NAS 所用的是以檔案為單位的通訊協定,大家都很清楚它們的運作模式,相對之下,存儲區域網路 (SAN) 用的則是以區塊為單位的通訊協定、通常是透過 SCSI 再轉為光纖通道或是 iSCSI。(還有其他各種不同的 SAN 通訊協定,像是 ATA over EthernetHyperSCSI,不過這些都不常見。)

NAS 電腦或設備用的通常是精簡版的作業系統,只提供了最單純的檔案服務和其相關的通訊協定;舉例來說,有一個叫 FreeNAS 的開放源碼 NAS 軟體用的就是精簡版的 FreeBSD,它可以在一般的電腦硬體上執行,而商業化的嵌入式設備用的則是封閉源碼的作業系統和通訊協定程式。

[编辑] 歷史

網路儲存設備 一開始是在 1983 年 Novell 公司的 NetWare 作業系統裡面的檔案分享功能和 NCP 通訊協定裡面所引進來的觀念;而在 UNIX 界,1984 年時昇陽公司發表了 NFS,讓網路伺服器之間能夠利用網路程式彼此能夠分享儲存空間。3Com 公司的 3Server3+Share 軟體是當時第一個為了開放系統伺服器而特別設計的伺服器 (其中包括了專屬軟硬體及多台磁碟機),該公司也從 1985 年到 1990 年代初期一直領導時代的潮流,3Com 和微軟公司在這個新市場上還合作開發了 LAN Manager 軟體及其通訊協定。受到 Novell 的檔案侗服器的啟發,IBM、昇陽、以及其他相當多的公司都開始研發專屬的伺服器;3server 應該是第一家專門為桌上型作業系統開發專屬 NAS 的公司,而 Auspex Systems 則是第一家為 UNIX 市場開發專屬 NFS 伺服器的公司。在 1990 年代早期,Auspex 公司的一些員工獨立出來開了另一家叫 Network Appliance 的公司,同時支援了 Windows 和 UNIX 系統,開啟了專屬 NAS 的市場。

[编辑] 益處

Availability of data can potentially be increased with NAS because data access is not dependent on a server: the server can be down and users will still have access to data on the NAS. Performance can be increased by NAS because the file serving is done by the NAS and not done by a server responsible for also doing other processing. The performance of NAS devices, though, depends heavily on the speed of and traffic on the network and on the amount of cache memory (the equivalent of RAM) on the NAS computers or devices. Scalability of NAS is not limited by the number of internal or external ports of a server's 匯流排, as a NAS device can be connected to any available network jack. NAS can be more reliable than DAS because it separates the storage from the server. If the server fails, there is unlikely to be file system corruption, although partially-created files may linger. However, if the power source or OS of the NAS fails, corruption is still possible.

[编辑] NAS 使用狀況

NAS可讓資料的使用率提升,主要的原因在於資料不會像以往一樣依附在SERVER上,比方說以往使用者不會因為SERVER的閉閉而讓使用者無法使用,因為使用者連結的是NAS 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 嵌入式Linux 作業系統. Examples include Buffalo's TeraStation [1] and Linksys NSLU2 [2].

[编辑] NAS 頭

A NAS head refers to a NAS which does not have any on-board storage, but instead connects to a SAN. In effect, it acts as a translator between the file-level NAS protocols (NFS,CIFS,etc.) and the block-level SAN protocols (Fibre Channel, iSCSI). Thus it can combine the advantages of both technologies.

[编辑] 消費性 PC 所用的 NAS 作業系統

開放源碼 NAS-oriented distributions of Linux and FreeBSD are also available, including FreeNAS, NASLite and Openfiler. They are easy to configure via a Web-based Interface and run on low-end conventional computers. They can run off of LiveCDs, bootable USB flash drives, or off of one of the mounted hard drives. They run Samba, NFS daemon, and FTP daemons that are freely available for those operating systems.

[编辑] NAS 設備

[编辑] 參考

[编辑] 外部連結

其它语言
AD Links