Ad
  • Default User Avatar

    Thanks for the explanation bro.

  • Default User Avatar

    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.