Computer Science, asked by ankup9335, 1 year ago

How to convert ip address decimal to binary with example?

Answers

Answered by nottyboy112
1

Explanation:

To write the given number in decimal format, sum all the values of decimal field and write the result. In this example, it would be 0+64+32+16+0+4+0+1 = 117.

To write the given number in binary format, write all the values of binary field from left to right. In this example, it would be 11110101.

Similar questions