You are on page 1of 2

Agna Putra Prawira_TI-1i_01

ASSIGNMENT
1. Find your computer's IP address

2. convert IPv6 and IPv4 addresses to decimal, binary and hexadecimal

3. Write down the steps


ex:
192.168.58.1->11111111.xxxxxxxx.xxxxxx.00000001

ANSWER
1.

2. -Pv4 Address: 192.168.0.103


 Decimal: 192.168.0.103
 Binary: 11000000.10101000.00000000.01100111
 Hexadecimal: C0.A8.00.67
-IPv6 Address: fe80::ba8f:8678:93ee:ed28%10
 Decimal: This is not typically converted to decimal, but if you want to
treat it as a single large decimal number, it would be a very long number.
 Binary:
fe80: 1111111010000000
ba8f: 1011101010001111
8678: 1000011001111000
93ee: 1001001111101110
ed28: 1110110100101000
 Hexadecimal:
fe80
ba8f
8678
93ee
ed28

3. -Pv4 Address:
192.168.0.103 (Decimal) → 11000000.10101000.00000000.01100111 (Binary)
→ C0.A8.00.67 (Hexadecimal)
- IPv6 Address: fe80::ba8f:8678:93ee:ed28%10 (Hexadecimal)
→1111111010000000.0000000000000000.0000000000000000.0000000000000
000.1011101010001111.1000011001111000.1001001111101110.111011010010
1000 (Binary)

You might also like