Closed finalcut closed 5 years ago
I think I've answered my own question.
ip addresses are actually numbers in base 256 so 65536 is converted via base 256 where each part of the ip4 address is a different number in base 256
So 65536 in this format is 0.1.0.0 which is basically the same as 0.001.000.000
This tool will help others as confused as me https://www.ipaddressguide.com/ip
Plug in an ip address like 127.0.0.1 and see what the decimal number is (2130706433)
it is identified as valid and the range is :
I don't understand what is happening there.