ShedrackGodson / pySubnet

Make it easier to find the Subnets Addresses, IP Address Classes, IP Addresses Conversions
MIT License
1 stars 0 forks source link

pySubnet

Introduction

This project provides basic conversions needed in order to simplify working with IP addresses conversions, binary to dotted decimals conversions and vice versa, dotted decimals to hexadecimals and vice versa, binary to hexadecimals and vice versa.

Aim

The Aim is to Simplify how IP addresses can be expressed and converted easily without any hussle since everything is handled and tested as well.

The following are the useful terminologies

Address - The unique number ID assigned to one host or interface in a network.

Subnet - A portion of a network that shares a particular subnet address.

Subnet mask - A 32-bit combination used to describe which portion of an address refers to the subnet and which part refers to the host.

Interface - A network connection.