Skip to content

LahiruKaushalya/DistributedSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DistributedSystem

CS4262 Distributed Systems

Develop a simple overlay-based solution that allows a set of nodes to share contents (e.g., music files) among each other. Consider a set of nodes connected via some overlay topology. Each of the nodes has a set of files that it is willing to share with other nodes. Suppose node x is interested in a file f. x issues a search query to the overlay to locate a at least one node y containing that particular file. Once the node is identified, the file f can be exchanged between X and y.

  • design, develop, and debug overlay-based applications such as a simple search engine to find contents in a distributed system

  • use RPCs, web services, or REST APIs to develop distributed systems

  • measure an analyze the performance of a distributed system

About

CS4262 Distributed Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages