1.

How to convert ip address decimal to binary with example?

Answer»

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.



Discussion

No Comment Found