I created I network topology using a python package called NetworkX . In this topology I assigned to each nodes 2 attributes (cpu and ram capacities) the links also have a bandwidth . Now i want to simulate the resources utilisation based on incoming data .
I assumed that there is a constant resource requirement for each incoming request, but I am unsure if my assumption is correct.
New contributor
hassen 5225 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.