Tugas Desain Dan Administrasi Jaringan: Nur Savira Antula NIM: 532420046 Kelas: B

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Tugas

Desain dan Administrasi Jaringan

NUR SAVIRA ANTULA


NIM : 532420046
KELAS : B

PRODI PENDIDIKAN TEKNOLOGI INFORMASI


JURUSAN TEKNIK INFORMATIKA
FAKULTAS TEKNIK
UNUVERSITAS NEGERI GORONTALO
Soal

1. Konversikan dari format desimal ke binary patterns :


 190
 212
 30
 55
 170
2. Konversikan dari format binary patterns ke desimal :
 01010101
 11110001
 01110110
 10010010
Jawab :

1. Desimal ke binary patterns :

27 26 25 24 23 22 21 20
1 0 1 1 1 1 1 0
128 0 32 16 8 4 2 0
=10111110
=128+32+16+8+4+2=190

27 26 25 24 23 22 21 20
1 1 0 1 0 1 0 0
128 64 0 16 0 4 0 0
=11010100
=128+64+16+4=212

27 26 25 24 23 22 21 20
0 0 0 1 1 1 1 0
0 0 0 16 8 4 2 0
=00011110
=16+8+4+2=30

27 26 25 24 23 22 21 20
0 0 1 1 0 0 1 0
0 0 32 16 0 0 2 0
=00110010
=32+16+2=50

27 26 25 24 23 22 21 20
1 0 1 0 1 0 1 0
128 0 32 0 8 0 2 0
=10101010
=128+32+8+2=170
2. Binary ke desimal : 01010101 11110001 01110110 10010010
01010101 11110001 01110110 10010010

0x128=0 1x128=128 0x128=0 1x128=128


1x64=64 1x64=64 1x64=64 0x64=0
0x32=0 1x32=32 1x32=32 0x32=0
1x16=16 1x16=16 1x16=16 1x16=16
0x8=0 0x8=0 0x8=0 0x8=0
1x4=4 0x4=0 1x4=4 0x4=0
0x2=0 0x2=0 1x2=2 1x2=2
1x1=1 1x1=1 0x1=0 0x1=0

85 241 118 146

Desimal IPv4 address : 85.241.118.146

You might also like