Subnetting Algorithm

Code written in python where the algorithm for IP segmentation with FLSM and VLSM techniques is used.

Project Image

Project Overview

It has several functions to help you in subnetting problems:

  • Does subnetting techniques as FLSM and VLSM.
  • Does subnetting by number of minimun networks or number of minimun hosts.
  • Creates a dictionary structure with subnetting results.
  • Creates a tree structure with subnetting results.
  • Saves in a file or show in console the results (dictionary or tree).

API version:

  • Does subnetting techniques as FLSM and VLSM.
  • Does subnetting by number of minimun networks or number of minimun hosts.
  • Returns a JSON structure with subnetting results.
  • Returns a tree structure of subnetting as string.

Tools Used

Python
JavaScript
Subnetting algorithms