Table of Contents

Network Topology

A Network Topology is the arrangement of the elements (links, nodes, etc.) of a communication network.

There is no ideal network topology; each have their pros and cons depending on the application.

Current Topology

As of August 2, 2025, our network topology looks like this:1)

About the Diagram

It takes three steps to create the diagram above:

  1. Create a text file of the topology using a python script (quick).
  2. Import that text file into https://app.diagrams.net (quick).
  3. Format it so that the edges (links) do not intersect too much (slow).

Python Script

The Python script can be downloaded from GitHub.

diagrams.net AKA draw.io

From diagrams.net:

diagrams.net (previously draw.io) is a free and open source cross-platform graph drawing software developed in HTML5 and JavaScript.

diagrams.net is available as online as cross-browser web app, and as offline desktop application for Linux, macOS, and Windows. The web app does not require online login or registration, and can open from and save to the local hard drive.

To create a chart from the output of the python script:

1)
In Firefox, you can view the topology diagram better by right clicking on the image and selecting This Frame → Open Frame in New Tab. Then, Ctrl++ will zoom in and Ctrl+- will zoom out.