Skip to content

Simulations

jfuruness edited this page Feb 26, 2021 · 1 revision

lib_bgp_data

The simulations module contains functionality to simulate the internet for theoretical scenarios. Specifically, we can make up or modify routing policies, and play out various scenarios to determine the policies hijack rate, disconnect rate, and success rate.

To do that, we have two submodules:

  • Simulator: This is the simulator that plays out theoretical situations with various parameters for attacks and defenses. This gets raw data.
  • Simulation Grapher: This module takes in the raw data from the simulator and creates various graphs based on the desired features