https://github.com/arkantrust/network_architect
As a network architect, your goal is to design and optimize a data center network within a given budget while meeting computational and spatial requirements.
https://github.com/arkantrust/network_architect
Last synced: over 1 year ago
JSON representation
As a network architect, your goal is to design and optimize a data center network within a given budget while meeting computational and spatial requirements.
- Host: GitHub
- URL: https://github.com/arkantrust/network_architect
- Owner: arkantrust
- License: other
- Created: 2023-11-05T20:34:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:23:11.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:11:13.895Z (over 1 year ago)
- Language: C++
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Network Architect
As a network architect, your goal is to design and optimize a data center network within a given budget while meeting computational and spatial requirements.
Second project for the course of Algorithms and Data Structures I of ICESI University. Original requirements [here](https://docs.google.com/document/d/10hhjAGeJ64UNWm14GvJy1Y3xHKX2kzeJjCLxbtblADg/edit?usp=sharing).
For the preliminary version of the game, the objective will be to connect some end user devices (phones, laptops, speakers, etc) on a smart home. The player will be able to use routers, switches, and servers (DNS, gateways) as nodes. And, UTP cables, wireless connections like Wi-Fi or other protocols like zigbee as edges.
All the details of the game are in the [requirements](./docs/requirements.md) document.