Selasa, 22 April 2025

Decimal to Hexadecimal Conversion

Just like binary and octal, we will also use the same calculation technique.

 

Example 1:

 

6710 = …….16 ?

 

First of all 67/16 = 4, remainder 3

Then 4/16 = 0, remainder 4,

Thus the calculation result is 6710 = 4316

 

Example 2:

 

9210 = ………………………16 ?

 

First of all 92/16 = 5, remainder 12 (written C)

Then 5/16 = 0, remainder 5,

Thus the calculation result is 9210 = 5C16


Jumat, 18 April 2025

Prefix Length

Prefix length is a simple method of representing the subnet mask, ie by counting the number of 1 bits (network bits) in the subnet mask and preceded with slash notation (/).