This has the basic implementation of network files system. networ file system is a file system which basically contains Naming Server, Storage server and client. Client is the user and Storage server has the files in it and Naming server is the main server which handles servers and clients
- DHCP port = 1000
Only a single DHCP server exists
- Simple File Operations such as Read, Write, Create and Delete are Handled
Clone the repo by running the following command :
git clone <REPO>
To push the code, do the following :
git add <files> git commit -m "<Commit Message>" git push