A Java-based distributed file system implementation featuring multiple server components for file storage and management.
This project implements a distributed file system with three main server components:
- DFS Server - Main distributed file system server
- Extent Server - Handles file extents and storage blocks
- Lock Server - Manages distributed locking for file access coordination