Skip to content

ZMackay/Distributed-File-Server-JAVA-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-File-Server(JAVA)

This was the final project for my distributed systems class that me and other classmates collabortated to complete.

This system utilizes sockets and concurrency in order to create a smooth interaction between Client<->MasterServer<->DataServer.

We multiple thread safe data structures and load balancing techniques to create a well functioning system.