An Integrated Multimedia File System Model

D Xiang,J Gu,Ss Yu,Jl Zhou,Jh Zheng
2002-01-01
Abstract:File system manages uniformly all kinds of files saved in the computer system, and takes charge of the operation to create, read, write, open, close and delete files. Continuous media, such as video and audio, and text, have different need for file system because of different characteristics on real time, delay and throughput. This paper proposed a layered file system model that can integrate some media data type, optimize the resource allocation and improve the utilization and quality of service on different layer according to the media characteristics. Three layers are application program layer, transfer control layer and storage control layer. Upper layer is supported by lower layer through interface, and upper layer needs not to care the implementation details of lower layer. The storage control layer decides data placement and schedule policy on disks to make full use of disk I/O bandwidth. Transfer control layer is responsible for making good use of network bandwidth, which selects proper transfer policy, dispatches bandwidth and processes errors. Application layer needs only to select related coder and decoder according to data type. The model is validated by building a prototype system.
What problem does this paper attempt to address?