Ok, I'm still working on subnetting here. Here is a question from subnetting.org that I'm lost on:
Question: You have the following subnetted network: 172.16.0.0/21. You need to assign your router the first usable host address on the third subnet. What address would you use?
Answer: 172.16.16.1
I'm still confused on how to do the blocking for this problem. I did the following:
Tried to get the block size by subtracting 32 - 21. The 21 is the prefix notation.
I get 11
Once I convert the ip address and subnet into binary, I get the following network address: 172.16.0.0
Then I tried to add the 11 into the third octect to create by subnets:
172.16.0.0
172.16.11.0
172.16.22.0
This can't be correct because the answer has 172.16.16.1 and that is falls under the 2nd subnet...