跳到主要內容

臺灣博碩士論文加值系統

(44.222.82.133) 您好!臺灣時間:2024/09/07 20:42
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:趙政銘
研究生(外文):Cheng-Ming Chao
論文名稱:網路附屬儲存架構下之整合式檔案系統之設計與效能分析
論文名稱(外文):Design and Performance Studies of a Consolidated File System Based on Network-Attached Storage
指導教授:陳銘憲陳銘憲引用關係
指導教授(外文):Ming-Syan Chen
學位類別:碩士
校院名稱:國立臺灣大學
系所名稱:電機工程學研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2001
畢業學年度:89
語文別:英文
論文頁數:45
中文關鍵詞:檔案系統分散式系統儲存系統
外文關鍵詞:File SystemDistributed SystemNetwork-Attached Storage
相關次數:
  • 被引用被引用:1
  • 點閱點閱:142
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:2
隨著網際網路的普及,與電子商務的日漸興盛,數位電子化的資料量以極快的速度持續增加。在傳統的伺服器附屬儲存架構下(Server -Attached Storage System),僅依靠單一台伺服器提供數位資料的儲存設備與容量,已經跟不上資料量的成長速度。在此論文裡,我們以網路附屬儲存架構(Network-Attached Storage System)與分散式檔案系統(Distributed File System)為基礎,設計一套整合式的檔案儲存系統(Consolidated File System)。在此整合式檔案儲存系統中,由連結於區域網路(LAN)上的數個儲存器(Storage Box)分工合作,以組成一個具有高度容量擴充性(Scalability)的儲存架構。每一個儲存器皆具有運算能力與儲存容量,以儲存、管理其中的資料。我們也討論了數種不同儲存器的設計方式,藉由模擬實驗,以找出影響系統效能的重要因素。同時,也利用模擬實驗的結果,比較不同設計方式對系統效能的影響。

In this thesis, we propose and evaluate a new design of a Network-Attached Storage (NAS) system which is a consolidated file system in a network environment. Our objective is to build a distributed storage system with better scalability and availability. While traditional network file systems depend on a central server machine, the consolidated file system utilizes storage boxes (workstations or PCs) cooperating as peers to provide all file system services. Every storage box in the system has the capacity and the computing ability to store and control data. User transparency is achieved in our design. From the perspective of clients, the consolidated file system can be used seamlessly as a centralized storage system.
We have prototyped several key operations in this system. To provide more performance insights, we build a comprehensive system simulator and conduct extensive performance studies for the system via the simulator. This simulator has been run against a workload of a real Web server, and the system behavior with this workload is studied. Several statistics, including the count of inter-box transmission, the average response time of each request, the system throughput, the utilization of each storage box, and their relationship to the incoming request frequency and the number of storage box are explored. In addition, we disscuss various design alternatives for the consolidated file system. Several simulation results with different configurations of storage boxes are also presented and analyzed. In light of the experimental results, a consolidated file system is being implemented in full scale.

1 Introduction 1
1 .1MotivationandSummaryofOurWork..................... 1
1 .2 RelatedWorks................................... 5
1 .3 OrganizationoftheThesis............................ 5
2 Description of the Proposed System 6
2.1DescriptionofNTLayer ............................. 7
2.2 DescriptionofINTLayer............................. 9
2.3 DescriptionofCOMMLayer........................... 11
2.4 DescriptionofOPLayer ............................. 11
3 Design Consideration 12
3.1DesignConsiderationforNTLayer ....................... 1 2
3.1.1Three Design Alternatives for the placement of NT and Mapping Table 1 2
3.1.2 File-basedandDirectory-basedMappingTables............ 1 5
3.2 DesignIssuesofINTLayer............................ 1 8
3.2.1ConsiderationforCross-boxDirectory ................. 1 8
3.2.2 ConsiderationforDirectory/FileCreation ............... 1 9
4 Simulation and Experimental Studies 23
4.1SimulationApproach............................... 23
4.1.1WorkloadGeneration........................... 23
4.1.2 DescriptionoftheSimulationStateMachine.............. 24
4.2 ExperimentalStudies............................... 27
4.2.1ExperimentOne:Inter-boxtransmission................ 27
4.2.2 ExperimentTwo:Averageresponsetimeforeachoperation..... 30
4.2.3 Experiment Three : System throughput ................ 3
4.2.4 Experiment Four : System and storage box utilization ......... 33
5 Conclusions 37

[1] R. Sandberg, D. Goldberg, S. Kleiman, D.walsh, and B. Lyon, Design and Implemen-tation
of the Sun Network Filesystem, in Proceedings of the Summer 1985 USENIX,
pages 11 9─1 30, June 1 985.
[2] B. Walker, G. Popek, R. English, and et. al., The LOCUS distributed operating system,
in Proceedings of the 5th Symposium on Operating Systems Principles, pages 46─69,
October 1 983.
[3] M. Kazar., Ubik:Replicated Servers Made Easy, in Proceedings of the 2nd Workshop
on Workstation Operation Systems, pages 60─67, September 1 989.
[4] G. Popek, R. Guy, T. Page, and J. Heidemann, Replication in the Ficus Distributed
File System, in Proceedings of the Workshop on the Management of Replicated Data,
pages 5─1 0, November 1 990.
[5] B. Liskov, S. Ghemawat, R. Gruber, and et. al., Replication in the Harp File System,
in Proceedings of the 13th Symposium on Operating Systems Principles, pages 226─238,
October 1 99 .
[6] J. Kistler and M. Satyanarayanan, Disconnected Operation in the Coda File System,
in ACM Trans. on Computer Systems,10(1), pages 3─25, February 1 992.
[7] M. K. McKusick, K. Bostic, and et. al., The Design and Implementation of the 4.4BSD
Operating System, Addison-Wesley Publishing Company, Inc., 1 996.
[8] H. Howard and et al., Scale and Performance in a Distributed File System, pages 5 ─8 ,
Feb 1 998.
[9] R. Wang and T. Anderson, xFS: A Wide Area Mass Storage File System, in Fourth
Workshop on Workstation Operating Systems, pages 49─69, October 1 993.
[10] J. Wilkes, R. Golding, C. Staelin, and T. Sullivan, The HP AutoRAID Hierarchical
Storage System, in Proc. of the 15th Symp. on Operaating Systems Principles, December
1 995.
[11] J. M. N. Thomas E. Anderson, Michael D. Dahlin and et. al., Serverless Network File
Systems, in Proceedings of the 15th ACM Symposium on Operating Systems Principles,
pages 1 09─1 26, Dec 1 995.
[12] M. Rosenblum and J. K. Ousterhout, The Design and Implementation of a Log-Structured
File System, in Proceedings of the 13th ACM Symposium on Operating
Systems Principles,pages ─5, 1 99 .
[13] G. Ma and A. L. N. Reddy, An Evaluation of Storage Systems based on Network-attached
Disks, in 1998 International Conference on Parallel Processing, pages 278─285,
1 998.
[14] H. I. Gharib, P.-W. Chen, and S.-K. Chang, Naming Service in the Distributed Object
Environment for Adlets(ADDNS), in Proceedings of 4th International Workshop on
Object-Oriented Real-Time Dependable Systems, pages 76─90, Jan 1 999.
[15] G. A. Gibson, D. F. Nagle, and et. al., File Server Scaling with Network-Attached
Secure Disks, in Proceedings of ACM SIGMETRICS, pages 272─284, 1 997.
[16] R. Hurley, J. Wong, and J. Black, Performance of File Migration in a Distributed
System, in Proc. Tenth Inte’l Conf. Computer Comm., pages 685─692, November 1 990.
[17] R. Hurley, S. Yeah, J. Wong, and J. Black, Potential Benefits of File Migration in a
Heterogeneous Distributed File System, in Proc. ICCI’93: Fifth Int’l Conf. Computing
and Information, pages 1 23─1 27, May 1 993.
[18] R. Hurley and S. A. Yeap, File Migration and File Replication:A Symbiotic Relationship,
in IEEE Transactions on Parallel and Distributed Systems, pages 578─586, June 1 996.
[19] R. K. Khattar, M. S. Murphy, G. J. Tarella, and K. E. Nystrom, Introduction to Storage
Area Network, SAN, IBM International Technical Support Organization, August 1 999.
[20] S. Wilson, Managing a Fibre Channel Storage Area Network, Storage Networking
Industry Association, November 1 998.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 陳潭(1994)‧護理人員的人格特質與工作滿意度之相關研究‧東海學報,35,117-133。
2. 陳淑華(1990)‧兒科一般病房家屬需求之初步探討‧長庚護理,1(2),24-29。
3. 胡勝川(1995)‧急診室護理人員醫療體系的守護神急診醫師‧臨床醫學,35 (6),383-389。
4. 林貴滿(1999)‧台灣中部地區急診病患需求滿意度及影響因素探討‧弘光學報,34,21-45。
5. 沈志仁、張素凰(1993)‧精神分裂患者主要照顧家屬的需要及其相關因素探討‧中華心理衛生學刊,6(1),49-56。
6. 王湘如(1992)‧國軍某醫院內外科住院病患對護理服務滿意度之研究‧國防醫學,14(3),293-299。
7. 尤雅正、王立敏、李建賢(1998)‧急診部門與暴力事件‧臨床醫學,41(5),364-371。
8. 許國正、翁麗雀(1999)‧灼傷患童父母需求及其影響因素之探討‧長庚護理,10 (3),1-11。
9. 黃瑞美、錢端蘭(1997)‧急救室病患家屬與護理人員對自覺需求之探討‧榮總護理,14 (1),84-93。
10. 劉長安、蘇婉麗(1998)‧某醫學中心住院患者家屬對醫院需求及其滿意度之探討‧護理雜誌,45 (2),47-58。
11. 穆佩芬(1994)‧家庭護理之理論及臨床應用‧榮總護理,12(4),244-251。
12. 饒雅萍(1988)‧加護病房病患家屬需求及其影響因素之探討‧護理雜誌,35 (1),23-36。
13. 繆珣(1994) ‧影響急診病患對急診服務滿意度因素之探討‧榮總護理,11(4),348-360。