News

WatDFS is a distributed file system that provides transparent access to remote files using FUSE (Filesystem in Userspace). It operates in two modes: Remote Access (P1): Directly forwards file ...
A centralized DFS architecture relies on a single master server that manages all the metadata and operations of the file system, such as file names, locations, permissions, and locks. The master ...
This project will design and implement a simple distributed file system (DFS). First, several file transfer protocols are developed using gRPC and Protocol Buffers. Next, it incorporates a weakly ...