/distributedSystems

Assignments for CMSC 621, Advanced Operating System

Primary LanguageGo

distributedSystems

4 ASSIGNMENTS:

  1. GoLang multithreaded application to compute the average of the integers stored in a file.
  2. Develop a RESTful API for CRUD operations on resources using the GoLang and a web toolkit.
  3. Write a GoLang distributed application that implements the CHORD protocol/distributed hash table. Assume a CHORD ring of order 2^N for some large constant N, e.g. N=32.
  4. Write a GoLang multithreaded application to compute the average of N real numbers using gossip.