Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IP BASED COHERENT FILE SYSTEM (IPCFS)
#1

In the case of a larger computer system inter connected through lan, wan or internet the data/storage manipulation is a major issue. The IPCFS is a flexible filesystem that can be used for creating a larger space which is mountable as a formal filesystem like ext3/NTFS to the linux machine and can perform all the properties of a filesytem.
The IPCFS gets bigger than a normal filesystem that can be build on a hard disk, cdrom or flash memmory, IPCFS is a virtual filesystem using all the storage area allocated to it in the network. The storage area that can be given to the IPCFS can be controlled by using all the memmory area allocated to IPCFS in the network. Over all storage capacity of the IPCFS is high probably in the range of terrabytes.
A central server machine handles the virtual file system. The memmory can be used by any system who got the permission to mount the IPCFS. After monuting this user level file system will perform all the operations similar to a normal filesystem in the full form.

A fixed area can be used for sharing in a system due to security resons. This fixed area to be shared is specified by the administrator since he is the only person responsible for security issues occured in the shared area.

The different modules of the IPCFS are:

1.Client Module
2.Master Server Module
3.Data Server Module
4.Network Module

1.Client Module
The is module is used to mount the IPCFS. FUSE-'the user level file system' is used for mounting. The FUSE module performs the file system operations that actualy makes the IPCFS a file system. Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like computer operating systems that lets non-privileged users create their own file systems. This is achieved by running file system code in user space while the FUSE module provides only a "bridge" to the actual kernel interfaces.

2.Master Server Module
This module creates a virtual view of the mounted IPCFS. All client systems initially interact with the Master Server. All the data servers are connected with Master Server. It decides the routing of the requests from client systems to data servers. Every client systems which mounts the IPCFS feels a large file system has been mounted to it but its actually a virtual collection of data from data servers.

3.Data Server Module
The Data Servers holds the actual/physical data collection. Fixed areas in the data servers are shared with this module. The actual file system operations are happening in this module. Overall output is visible only in the mounted systems. The normal file systems like EXT3, EXT2 etc are used in data servers. This file system is used to mount as the IPCFS in client systems.

4.Network Module
TCP sockets are the data carriers in IPCFS. Since it is distributed over network data trasfer between the systems must be reliable and fast. Only TCP sockets can provide these features perfectly. Each client systems are inter connected with the master server initialy for routing and then with data servers for data transfer. Data servers are also connected with master server for submitting their updates.

Software Requirement

FUSE 2.6
Linux kernel 2.6

Tools
C
GCC compiler
GDB Debugger

Hardware

Intel p4 processor, 128 RAM, LAN with 100mbps
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.