跳到主要內容

臺灣博碩士論文加值系統

(216.73.217.174) 您好!臺灣時間:2026/08/10 04:51
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:吳淑琴
研究生(外文):Wu,Shu-Chin
論文名稱:多重處理機檔案伺服器之設計與製作
論文名稱(外文):A Concurrent-Access File Server for Mach-Based Multiprocessor Machine
指導教授:莊志洋;李學養
指導教授(外文):Juang,Jie-Yong;Lee,Share-Young
學位類別:碩士
校院名稱:國立臺灣大學
系所名稱:資訊工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1994
畢業學年度:82
語文別:英文
論文頁數:94
中文關鍵詞:磁碟陣列多處理機網路檔案系統遠端程序呼叫連續配置
外文關鍵詞:Disk ArraysMultiprocessorNFSRPCContiguous Allocation
相關次數:
  • 被引用被引用:0
  • 點閱點閱:111
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
當前處理機的速度越來越快,但對於多媒體之類的大型檔案,卻是英雄無
用武之地,因為整體的性能取決於磁碟的存取速度,而不是處理機的快慢
。再者,目前的檔案系統如MS-DOS、UNIX等都不適合大型檔案
的存取。其中最大的缺點就是一次只存取一個區塊(block),也就是說,
當一位使用者要讀取長度為16K位元組的(相當於32個區塊,1 block =
512 bytes)檔案時,即使知道所有資料都存放在連續的區塊,檔案系統仍
必須下32次命令給磁碟機才能取得所有資料,而不能一次就全部取出,這
是相當不經濟的方式。因此,我們整合現有的技術,發展出一個適合大型
檔案存取的檔案伺服器,稱之為Archer。Archer 利用磁碟陣列(Disk
Array)達到同步存取( Concurrent Access)的目的,並採用連續配置(
Contiguous Allocation)以增快多區塊資料存取的速度。為了增加服務的
管道,這個檔案伺服器是架構在多重處理機(Multiprocessor)上,每個處
理機擁有相同的檔案系統且都能獨立提供服務,因此具備容錯的功能 --
有效性(Availability)。除此之外,我們採用網路檔案系統(NFS)作為檔
案伺服器的介面,所以現有的系統能夠馬上使用這個檔案伺服器,而不須
任何更改。

Multimedia is popular and file sizes grow larger and larger.
Although micro processor is getting powerful today, the overall
performance od systems with massive data will be influenced by
I/O speed. Current file systems, such as MS-DOS, and UNIX, are
not suitable for large files because they only access one block
of data at a time. Suppose the size of a file is 16K bytes and
it is stored on a disk continuously. When a user wants to get
the whole data of this file at once, these systems need to
issue 32 disk requests to get data. It wastes time. Thus, we
build a file server, called Archer, such that it good
performance for large files. Archer adopts contiguous
allocation and disk arrays to improve I/O speed. It is
established on a multiprocessor machine. Thus, clients can
mount more than one Archer servers, which sit on different
hosts. When one host crashes, clients can access data through
another host as no matter happens. Furthermore, current file
systems can communicate with Archer through NFS interface.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top