Sunday, October 30, 2011

ip

ni contoh pembagian ip berdasarkan class nya
dari pada bingung hitung apalin aja ciri - cirinya

------------------------------------------
A
------------------------------------------
ip = nnn.xxx.xxx.xxx
subnet = 255.0.0.0.0
nnn =network id
0 - 127
xxx = host id
0 - 255

recomended max ip = 126.255.255.254
------------------------------------------
------------------------------------------
B
------------------------------------------
ip = nnn.nnn.xxx.xxx
subnet = 255.255.0.0
nnn = network id
128 - 191
xxx = host id
0 - 255

recomended max ip = 191.255.255.254
-------------------------------------------
------------------------------------------
c
------------------------------------------
ip = nnn.nnn.nnn.xxx
subnet = 255.255.255.0
nnn = network id
192 - 223
xxx = host id
0 - 255

recomended max ip = 223.255.255.254
-------------------------------------------