
Network Project
Problem Statement -
A small scaled version of the Internet.
In this project, we will be building a small-scale version of the internet using the tools and techniques you have learned in class so far.
Specifically, we will be given computers, which you will group into clusters according to latency of transmissions, create a cluster-network, and implement an algorithm to handle efficient inter-cluster routing of messages.
This project is divided into four milestones-
Milestone 1: Building network as a single cluster
Milestone 2: k-Clustering using Kruskal’s algorithm
Milestone 3: Building network with multiple clusters
Milestone 4: Inter-cluster communication.

Technologies, Languages, Tools & more
Topics -
-> Graph Algorithms
-> Kruskal’s Algorithm
** Compiled in Java 8.
Notebook/IDE - intelliJ. IDEA
** All linked code, with comments can be found on Github.**