In the description is says "128.32.10.1 == 10000000.00100000.00001010.00000001"
It's converting decimal representation to binary numbers:
128 is 10000000 in binary
32 is 00100000 in binary
10 is 00001010 in binary
1 is 00000001 in binary
Therefore binary representation of 128.32.10.1 is 10000000.00100000.00001010.00000001.
If you leave the dots out it becomes 32-bit binary number 10000000001000000000101000000001 which converts to 2149583361 in decimal.
I'm sorry but this questions is very confusing to me. I don't understand the conversion to binary, as well as where 2149583361 came from. Can some further explain the problem.
Thanks for the explanation bro.
In the description is says "128.32.10.1 == 10000000.00100000.00001010.00000001"
It's converting decimal representation to binary numbers:
128 is 10000000 in binary
32 is 00100000 in binary
10 is 00001010 in binary
1 is 00000001 in binary
Therefore binary representation of 128.32.10.1 is 10000000.00100000.00001010.00000001.
If you leave the dots out it becomes 32-bit binary number 10000000001000000000101000000001 which converts to 2149583361 in decimal.
I'm sorry but this questions is very confusing to me. I don't understand the conversion to binary, as well as where 2149583361 came from. Can some further explain the problem.