Compare cert salaries and plan your next career move
Mrkali wrote: » What material have you been using to study?
Z3-Masterd wrote: » What aspects of subnetting are you having trouble with? Not to frighten you, but if you don't have subnetting down, it will be very easy to miss enough questions to assure a failing score.
shellee1983 wrote: » I know the answer is 512 Subnets and 126 Hosts because the 255.255.255.128 has a prefix of /25. So deducting 32 from 25 = 7 which means 128-2 = 126 but when I try to flip it to use the prefix (which almost seems to me to be exactly the same as the network bits) I get confused which leaves me way off on the subnets.
Souljacker wrote: » Subnetting is easy if you can teach yourself to think in binary terms of all things. Here is how I do a subnetting question. 1. Look at the given mask and compare it to the mask that that class normally gets. In this case, we have a class B address 255.255.0.0 or 8.8.0.0 in binary. We are stealing much more of bits though for our subnet mask, and the end of the standard mask is the beginning of where we do our count for our powers of 2. 255.255.255.128 or 8.8.8.1\7 in binary. 1 for the subnet side in our very last octet, 7 for the hosts side. But we do not forget about that third octet which doesn't come standard as a class b address!!! From here we use the powers of two chart and just count 7 hosts, and 9 subnet bits (because of the above). We always count all of the subnet bits that aren't part of the standard class mask. This is how you get to 2 4 8 16 32 64 128 126 hosts - because 7 bits down on our chart -2 for subnet ID and broadcast = 126 and 2 4 8 16 32 64 128 256 512 512 subnets, because we had used an additional 9 total bits aside from the standard class mask for our subnet mask. If you can teach yourself to look at the mask in its binary form instead of trying to do subtraction and all that decimal math, you might have an easier time.
Souljacker wrote: » Subnetting is easy...
Ivanjam wrote: » Very true! If you are given a network address with mask of /N and a default mask of /M, the number of hosts is given by 2^(32-N) - 2 (you have to exclude the broadcast [last] address and the network [first] address, hence the minus 2) and the number of subnets by 2^(N-M). So in the above example, the network address is 172.26.0.0/25 (N=25) which is a Class B address with a default mask of /16 (M=16). So, the number of hosts = 2^(32-N) - 2 = 2^(32-25) - 2 = 2^7 - 2 = 128-2 = 126. The number of subnets = 2^(N-M) = 2^(25-16) = 2^9 = 512.
Souljacker wrote: » Not sure I would classify this as the "easy" way to figure out the question at hand.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.