Ok. So I've went over this with people, youtubed, etc. I get it, but I don't get it. And I really need to be able to do all of this without a calculator. I've studied tables, made charts and shit myself. Yeah it's not clicking. it's all there... just not clicking in place.
0
Comments
So say you're dealing with 10.0.0.0 /24. You know you have a max of 254 hosts (8 bits minus broadcast and subnet address). If you have to subnet for 100 hosts, 35 hosts and 2 hosts, you start with the 100. Subtracting one host bit from the IP (10.0.0.0 /25) gives you 128 addresses left, so you can subnet the 100 in that range (10.0.0.0 - 10.0.0.127 /25) which leaves you 10.0.0.128 - 10.0.0.255 open, so you can further subdivide that for the other subnets, like 10.0.0.128 /26 for the 35 hosts (you're borrowing one more host bit so the maximum addresses here is 64 (10.0.0.128 - 10.0.0.192 /25). Etc etc until you run out of addresses or all your shit is subnetted.