Hi all. Hoping you all can help me understand something. I'm really struggling to understand how to
quickly figure out how to make subnets to fit a given # of subnets/hosts.
I have read the
outstanding thread "
Subnetting made easy". I can now go to the subnetting questions websites and do most of them in my head (which I am quite proud of and extremely grateful for). But figuring out the most accurate subnet to get a certain number of hosts just isnt clicking. An example:
I need to design a lab network. I am given the class c network 192.168.7.0/24. I need Subnet A = 110 hosts, Subnet B = 54 hosts. The 0 subnet is used. I need to create the smallest possible subnets that satisfy all requirements.
So, if I may, here's what I understand;
Subnet A needs 110 hosts. The closest power of 2 that fits that is 128 (2^7). So I need to use 7 bits for the hosts? That seems like a TON of bits for 110 hosts. But I understand the binary math of it, so ok. So 32-7=25. So instead of the default /24 mask I would subnet it using a /25 mask? Is that accurate?
Thank you for your help...