Skip to content

Onisoya/IPv4-IP-address-to-binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WHAT DOES THIS CODE DO?

The IP address system we are presently using is known as IP version 4, or IPv4. It is made up of 32 bits of four octets (8 characters) or four groups of 8 bits (on/off switches). This project translates your IPv4 address into bits( E.g 142.250.200.142 translates to 10001110.11111010.11001000.10001110) for clarity and an overview.

Networking and Cybersecurity students can use this program to see how all IPV4 address translates to bits; a language that computers understands.

My IPv4-IP-address to binary converter takes any IPv4 IP address from user and converts it to the binary equivalent. The other purpose of this project demonstrates my understanding of Python programming concepts relating to cybersecurity & networking. And also, to help networking and cybersecurity students who may encounter mathematics, networking or cybersecurity projects where they need to convert IPv4 IP address to binary or convert a number(in base 10) to binary.

FUTURE UPDATES(MOD) TO EXPECT!

This converter show be about to tell

  1. If the IP address given to it is a public or private IP address
  2. Whose name the IP address is registered under(if available)
  3. Physical address associated to the IP address(if available)
  4. More to come!!

About

This code converts IP4 IP addresses to the binary equivalent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages