Skip navigation

DSpace

機構典藏 DSpace 系統致力於保存各式數位資料(如:文字、圖片、PDF)並使其易於取用。

點此認識 DSpace
DSpace logo
English
中文
  • 瀏覽論文
    • 校院系所
    • 出版年
    • 作者
    • 標題
    • 關鍵字
    • 指導教授
  • 搜尋 TDR
  • 授權 Q&A
    • 我的頁面
    • 接受 E-mail 通知
    • 編輯個人資料
  1. NTU Theses and Dissertations Repository
  2. 電機資訊學院
  3. 資訊工程學系
請用此 Handle URI 來引用此文件: http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/27259
完整後設資料紀錄
DC 欄位值語言
dc.contributor.advisor劉邦鋒
dc.contributor.authorChun-Ting Chenen
dc.contributor.author陳俊廷zh_TW
dc.date.accessioned2021-06-12T17:59:22Z-
dc.date.available2008-01-30
dc.date.copyright2008-01-30
dc.date.issued2008
dc.date.submitted2008-01-28
dc.identifier.citation[1] Filesystem in userspace–fuse. http://fuse.sourceforge.net/. 24
[2] W. Allcock, I. Foster, S. Tuecke, A. Chervenak, and C. Kesselman. Protocols and
services for distributed data-intensive science. Advanced computing and analysis
techniques in physics research, 583:161–163, 2001. 3, 24
[3] P. Andrews, P. Kovatch, and C. Jordan. Massive High-Performance Global File Systems
for Grid Computing. Proc of the ACM/IEEE Conference on High Performance
Networking and Computing (SC05), pages 12–18. 4
[4] C. Baru, R. Moore, A. Rajasekar, and M. Wan. The sdsc storage resource broker,
1998. 3
[5] J. Bester, I. Foster, C. Kesselman, J. Tedesco, and S. Tuecke. GASS: a data movement
and access service for wide area computing systems. Proceedings of the sixth
workshop on I/O in parallel and distributed systems, pages 78–88, 1999. 3
[6] I. Foster and C. Kesselman. The Globus project: a status report. Heterogeneous
Computing Workshop, 1998.(HCW 98) Proceedings. 1998 Seventh, pages 4–18,
1998. 29
[7] I. Foster, C. Kesselman, G. Tsudik, and S. Tuecke. A security architecture for computational grids. Proceedings of the 5th ACM conference on Computer and communications
security, pages 83–92, 1998. 3
[8] J.H. Howard, M.L. Kazar, S.G. Menees, D.A. Nichols, M. Satyanarayanan, R.N.
Sidebotham, and M.J. West. Scale and performance in a distributed file system.
ACM Transactions on Computer Systems (TOCS), 6(1):51–81, 1988. 2, 3
[9] Autodock docking tools. http://autodock.scripps.edu/. 24, 29
[10] Globus toolkit. http://www.globus.org. 24, 28
[11] Storage resource broker. http://www.sdsc.edu/srb/index.php. 3
[12] Sqlite. http://www.sqlite.org/. 24
[13] Teragrid. http://www.teragrid.org. 4
[14] Taiwan unigrid project. http://www.unigrid.org.tw. 1, 3
[15] Chien-Min Wang Li-Yung Ho, Pangfeng Liu and Jan-Jan Wu. The development
of a drug discovery virtual screening application on taiwan unigrid. In The 4th
Workshop on Grid Technologies and Application(WoGTA’07), Providence University,
Taichung,Taiwan, December 2007. 31, 34
[16] R.J. Russell, L.F. Haire, D.J. Stevens, P.J. Collins, Y.P. Lin, G.M. Blackburn, A.J.
Hay, S.J. Gamblin, and J.J. Skehel. Structural biology: antiviral drugs fit for a
purpose. Nature, 443:37–38, 2006. 31
[17] R. Sandberg, D. Goldberg, S. Kleiman, D. Walsh, and B. Lyon. Design and Implementation
of the Sun Network Filesystem. Proceedings of the Summer 1985
USENIX Conference, pages 119–130, 1985. 3
[18] A. Shoshani, A. Sim, and J. Gu. Storage Resource Managers: Middleware Components
for Grid Storage. Tenth Goddard Conference on Mass Storage Systems and
Technologies. 4
[19] T. Smith. Using scp (Secure Copy) To Transfer Files. 2004. 24
dc.identifier.urihttp://tdr.lib.ntu.edu.tw/jspui/handle/123456789/27259-
dc.description.abstract由於傳統的分散式檔案系統大都設計在區域網路上,因此,並不適合使用在廣域網路的網格環境中。所以,我們設計一個適合使用在網格環境中的點對點分散式檔案系統,稱為Grid File System,並且建立在Unix-like的網格系統上。我們的檔案系統在安裝上,不需要主機的管理者的協助,並且提供適合網格環境的安全機制,底層使用點對點傳輸機制,提升檔案傳輸的效能。zh_TW
dc.description.abstractIn this paper, we design a P2P distributed file system and build a prototype system in Unix-like grid systems. Traditional distributed file system technologies designed for local and campus area networks do not adapt well to wide area grid computing environments. Therefore, we have designed the P2P distributed file system, which meets the needs of
grid computing. the P2P distributed file system is easily deployed without special privileges, easily accessed without special account, provides strong security mechanisms, and
Peer-to-Peer transmitting to increase throughput.
en
dc.description.provenanceMade available in DSpace on 2021-06-12T17:59:22Z (GMT). No. of bitstreams: 1
ntu-97-J94922020-1.pdf: 456432 bytes, checksum: c733fa2ca4099c23a34b16b4227e2e0a (MD5)
Previous issue date: 2008
en
dc.description.tableofcontentsAbstract i
List of Figures iv
List of Tables v
1 Introduction 1
2 Related work 3
3 Architecture of Grid File System 5
3.1 The Directory Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1.1 Service Functionalities . . . . . . . . . . . . . . . . . . . . . . . 6
3.2 The GFS client and the GFS file server . . . . . . . . . . . . . . . . . . . 9
3.2.1 An example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.3 Naming Strategies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
4 Security 14
4.1 Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.2 An example for indirect access a GFS data file . . . . . . . . . . . . . . . 16
5 Peer-to-Peer Transferring Mechanism 18
5.1 Peer-to-Peer mechanism work . . . . . . . . . . . . . . . . . . . . . . . 18
5.2 An example for read a file . . . . . . . . . . . . . . . . . . . . . . . . . 19
6 Replication and Version Control 21
6.1 Replication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
6.2 Version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
6.3 Consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
7 Performance Evaluation 24
7.1 Experiment Settings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
7.2 Experiment Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
7.2.1 Effects of File Length . . . . . . . . . . . . . . . . . . . . . . . 26
7.2.2 GFS File Transfer . . . . . . . . . . . . . . . . . . . . . . . . . . 27
7.2.3 Job Success Rate . . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.3 Concluding Remarks of Experiments . . . . . . . . . . . . . . . . . . . . 32
8 Conclusion 34
Bibliography 36
dc.language.isozh-TW
dc.subject版本控制zh_TW
dc.subject網格zh_TW
dc.subject檔案系統zh_TW
dc.subject複本zh_TW
dc.subject點對點zh_TW
dc.subjectfile systemen
dc.subjectversion controlen
dc.subjectpeet-to-peeren
dc.subjectgriden
dc.subjectreplicationen
dc.title網格計算環境下點對點複本控管檔案系統zh_TW
dc.titleA Peer-to-Peer File System for Grid Computingen
dc.typeThesis
dc.date.schoolyear96-1
dc.description.degree碩士
dc.contributor.oralexamcommittee王大為,薛智文
dc.subject.keyword檔案系統,複本,網格,點對點,版本控制,zh_TW
dc.subject.keywordfile system,replication,grid,peet-to-peer,version control,en
dc.relation.page38
dc.rights.note有償授權
dc.date.accepted2008-01-29
dc.contributor.author-college電機資訊學院zh_TW
dc.contributor.author-dept資訊工程學研究所zh_TW
顯示於系所單位:資訊工程學系

文件中的檔案:
檔案 大小格式 
ntu-97-1.pdf
  未授權公開取用
445.73 kBAdobe PDF
顯示文件簡單紀錄


系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。

社群連結
聯絡資訊
10617臺北市大安區羅斯福路四段1號
No.1 Sec.4, Roosevelt Rd., Taipei, Taiwan, R.O.C. 106
Tel: (02)33662353
Email: ntuetds@ntu.edu.tw
意見箱
相關連結
館藏目錄
國內圖書館整合查詢 MetaCat
臺大學術典藏 NTU Scholars
臺大圖書館數位典藏館
本站聲明
© NTU Library All Rights Reserved