期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
Research Status of Network Attachment Subsystem in NGN
1
作者 Shen MinShi XiaofengLi Mingdong(Central Academy of ZTE Corporation, Nanjing 210012, China) 《ZTE Communications》 2007年第1期26-31,共6页
The Network Attachment Subsystem (NASS) is introduced to the Next Generation Network (NGN) architecture to enable services independent from access networks and support nomadism for fixed terminals. The NASS is respons... The Network Attachment Subsystem (NASS) is introduced to the Next Generation Network (NGN) architecture to enable services independent from access networks and support nomadism for fixed terminals. The NASS is responsible for managing the users attached to the access network in terms of user authentication, allocation of the IP address, and location management. In NGN R1, Telecommunications and Internet Converged Services and Protocols for Advanced Networking (TISPAN) studied the internal architecture and external interface protocols of NASS and published the relevant technical specifications. In NGN R2, TISPAN focuses on the study of mobility and nomadism as well as the ability to support various access network architectures. There still remain several issues that need further study. 展开更多
关键词 Research Status of network attachment Subsystem in NGN NASS ACCESS ITU
下载PDF
Performance analysis of an iSCSI-based unified storage network 被引量:2
2
作者 傅湘林 张琨 谢长生 《Journal of Zhejiang University Science》 EI CSCD 2004年第1期1-7,共7页
In this paper, we introduced a novel storage architecture 'Unified Storage Network', which merges NAC( Network Attached Channel) and SAN( Storage Area Network) , and provides the file I/O services as NAS devic... In this paper, we introduced a novel storage architecture 'Unified Storage Network', which merges NAC( Network Attached Channel) and SAN( Storage Area Network) , and provides the file I/O services as NAS devices and provides the block I/O services as SAN. To overcome the drawbacks from FC, we employ iSCSI to implement the USN( Unified Storage Network) . To evaluate whether iSCSI is more suitable for implementing the USN, we analyze iSCSI protocol and compare it with FC protocol from several components of a network protocol which impact the performance of the network. From the analysis and comparison, we can conclude that the iSCSI is more suitable for implementing the storage network than the FC under condition of the wide-area network. At last, we designed two groups of experiments carefully. 展开更多
关键词 ISCSI network Attached Channel (NAC) Unified Storage networks (USN) NAS (network Attached Storage) SAN (Storage Area network)
下载PDF
HUSTserver:Implementation for Reliable and High-Performance Network Attached Storage System 被引量:2
3
作者 郭辉 周敬利 余胜生 《Journal of Shanghai University(English Edition)》 CAS 2003年第2期156-162,共7页
Network attached storage (NAS) with the properties of improved scalability, simplified management, low cost and balanced price performance, is desirable for high performance storage systems applied to extensive area... Network attached storage (NAS) with the properties of improved scalability, simplified management, low cost and balanced price performance, is desirable for high performance storage systems applied to extensive areas. Unfortunately, it also has some disadvantages such as increased network workload, and inconvenience in disaster recovery. To overcome these disadvantages, we propose a channel bonding technique and provide hot backup functions in the designed NAS system, named HUSTserver. Channel bonding means merging multiple Ethernet channels into integrated one, and that the data packets can be transferred through any available network channels in a parallel mode. The hot backup function provides automatic data mirroring among servers. In this paper, we first describe the whole system prototype from a software and hardware architecture view. Then, multiple Ethernet and hot backup technologies that distinguish HUSTserver from others are discussed in detail. The findings presented demonstrate that network bandwidth can be scaled by the use of multiple commodity networks. Dual parallel channels of commodity 100 Mbps Ethernet are both necessary and sufficient to support the data rates of multiple concurrent file transfers. And the hot backup function introduced in our system provides high data accessibility. 展开更多
关键词 storage systems network attached storage computer network channel bonding data mirroring.
下载PDF
File Assignment Policy in Network Storage System
4
作者 Cao Qiang, Xie Chang-sheng College of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan 430074, Hubei, China 《Wuhan University Journal of Natural Sciences》 CAS 2003年第04A期1075-1080,共6页
Network storage increase capacity and scalability of storage system, data availability and enables the sharing of data among clients. When the developing network technology reduce performance gap between disk and netw... Network storage increase capacity and scalability of storage system, data availability and enables the sharing of data among clients. When the developing network technology reduce performance gap between disk and network, however, mismatched policies and access pattern can significantly reduce network storage performance. So the strategy of data placement in system is an important factor that impacts the performance of overall system. In this paper, the two algorithms of file assignment are presented. One is Greed partition that aims at the load balance across all NADs (Network Attached Disk). The other is Sort partition that tries to minimize variance of service time in each NAD. Moreover, we also compare the performance of our two algorithms in practical environment. Our experimental results show that when the size distribution (load characters) of all assigning files is closer and larger, Sort partition provides consistently better response times than Greedy algorithm. However, when the range of all assigning files is wider, there are more small files and access rate is higher, the Greedy algorithm has superior performance in compared with the Sort partition in off-line. 展开更多
关键词 file assignment network storage network attached disk
下载PDF
Security System in United Storage Network and Its Implementation
5
作者 黄建忠 谢长生 韩德志 《Journal of Shanghai University(English Edition)》 CAS 2005年第3期249-254,共6页
With development of networked storage and its applications, united storage network (USN) combined with network attached storage (NAS) and storage area network (SAN) has emerged. It has such advantages as high performa... With development of networked storage and its applications, united storage network (USN) combined with network attached storage (NAS) and storage area network (SAN) has emerged. It has such advantages as high performance, low cost, good connectivity, etc. However the security issue has been complicated because USN responds to block I/O and file I/O requests simultaneously. In this paper, a security system module is developed to prevent many types of attacks against USN based on NAS head. The module not only uses effective authentication to prevent unauthorized access to the system data, but also checks the data integrity. Experimental results show that the security module can not only resist remote attacks and attacks from those who has physical access to the USN, but can also be seamlessly integrated into underlying file systems, with little influence on their performance. 展开更多
关键词 network attached storage (NAS) storage area network (SAN) united storage network (USN) hashed message authentication code (HMAC).
下载PDF
Research on the Security of the United Storage Network Based on NAS
6
作者 黄建忠 《Journal of Chongqing University》 CAS 2004年第2期48-53,共6页
A multi-user view file system (MUVFS) and a security scheme are developed to improve the security of the united storage network (USN) that integrates a network attached storage (NAS) and a storage area network (SAN). ... A multi-user view file system (MUVFS) and a security scheme are developed to improve the security of the united storage network (USN) that integrates a network attached storage (NAS) and a storage area network (SAN). The MUVFS offers a storage volume view for each authorized user who can access only the data in his own storage volume, the security scheme enables all users to encrypt and decrypt the data of their own storage view at client-side, and the USN server needs only to check the users’ identities and the data’s integrity. Experiments were performed to compare the sequential read, write and read/write rates of NFS+MUVFS+secure_module with those of NFS. The results indicate that the security of the USN is improved greatly with little influence on the system performance when the MUVFS and the security scheme are integrated into it. 展开更多
关键词 multi-user view file system (MUVFS) storage area network (SAN) united storage network (USN) network attached storage (NAS) hashed message authentication code (HMAC)
下载PDF
A New Scheme of Integrating NAS with SAN 被引量:3
7
作者 王志恒 白英彩 《Journal of Shanghai Jiaotong university(Science)》 EI 2003年第1期6-9,共4页
This paper reviewed two types of network storage technique: NAS and SAN. After comparing and analyzing, it concluded that the ultimate realization of network storage will be in the eventual convergence of NAS and SAN ... This paper reviewed two types of network storage technique: NAS and SAN. After comparing and analyzing, it concluded that the ultimate realization of network storage will be in the eventual convergence of NAS and SAN architectures. Currently, all the integration methods are based on the architecture level. This paper presented a device level integration scheme based on IXP1200 network processor. The device can be used as an NAS file server or an SAN’s storage node. Furthermore, it can be used as a bridge to connect NAS and SAN, and then be shared by their clients. 展开更多
关键词 network attached storage (NAS) storage area network (SAN) network processor
下载PDF
SAN存储区域网络在企业中的应用
8
作者 曹明阳 《中国电子商务》 2011年第8期123-123,共1页
信息数据的存储与管理的安全性、可靠性在企业信息系统中越来越重要,开放式存储(DAS)在大中型信息系统应用中出现越来越多的问题。存储区域网络(SAN)的出现且随着技术日益更新使其应用变得越来越多,特别是ISCSI,随着千兆及万兆... 信息数据的存储与管理的安全性、可靠性在企业信息系统中越来越重要,开放式存储(DAS)在大中型信息系统应用中出现越来越多的问题。存储区域网络(SAN)的出现且随着技术日益更新使其应用变得越来越多,特别是ISCSI,随着千兆及万兆以太网的普遍应用,其在统一数据中心存储中的应用有赶超FCSAN的趋势。 展开更多
关键词 SAN(Storage Area network)存储区域网络DAs(Direct—Attached Storage)直连式存储FC(Fiber channel)光纤通道ISCSI(Internet Small Computer System Interface)Internet小型计算机系统界面
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部