This might sound like a stupid question but I would really like to know how I would work out how many IP's I've got available on this network range:
196.44.198.32/29
Can someone explain it to me, what the /29 means and how you calculate it. The amount of IP's you've got available, the one that would be use to broadcast ect.
Kind regards
Conrad
Answer
For such use you may use a pretty tool named ipcalc
Address: 196.44.198.32 11000100.00101100.11000110.00100 000
Netmask: 255.255.255.248 = 29 11111111.11111111.11111111.11111 000
Wildcard: 0.0.0.7 00000000.00000000.00000000.00000 111
=>
Network: 196.44.198.32/29 11000100.00101100.11000110.00100 000
HostMin: 196.44.198.33 11000100.00101100.11000110.00100 001
HostMax: 196.44.198.38 11000100.00101100.11000110.00100 110
Broadcast: 196.44.198.39 11000100.00101100.11000110.00100 111
Hosts/Net: 6 Class C
Also you can use this simple way to calculate :
2^(32-29) - 2 = 6 hosts
Comments
Post a Comment