IP Addressing - Identify Broadcast Address

I felt very comfortable with IP Addressing and Subnetting until I was referred to this site --> http://www.subnettingquestions.com/. Here is the first question I was asked
Question: What is the broadcast address of the network 172.28.208.0 255.255.252.0?
Answer: 172.28.211.255
Would anyone care to explain?
Thanks in advance.
Question: What is the broadcast address of the network 172.28.208.0 255.255.252.0?
Answer: 172.28.211.255
Would anyone care to explain?
Thanks in advance.
Comments
Default mask for a 172.16.0.0. 172.31.255.255 is 255.255.0.0
In 255.255.252.0
22 bits used for the subnet mask, leaving 10 bits for the host address
Network address is 172.28.0.0
subnets 2^6-2=62
hosts 2^10-2=1022
Valid subnets 256-252= 4, 8,...208..212..216...248
172.28.4.0, 172.28.8.0, 172.28.12.0.........172.28.248.0
172.28.208.0 is the net ID for the 172.28.208.0 subnet
1st host 172.28.208.1
last host is 172.28.211.254
broadcast address is 172.28.211.255
172.28.212.0 is the next subnet, so we stop before it
I hope you understand
172.28.208.0/22
172.28.208.1 - 172.28.208.254
172.28.208.255 is the broadcast address for the .208 subnetID
I don't know where in the calculations would you get a valid 172.28.211.0 when the grouping number is 4, hence 172.28.4.0, 172.28.8.0, 172.28.12.0 . . etc.
**** After staring at it for a while, I realized what I did and failed to do ****
I am now back at feeling very comfortable with IP Addressing and Subnetting!
172.28.208.0 is the subnet
172.28.208.1 is the first host
172.28.211.254 is the last host ( remember that the next subnet is 172.28.212.0)
Broadcast address is 172.28.211.255
You won't understand if you haven't mastered subnetting yet.
Thanks for your time.
I found this --> http://www.cisco.com/warp/public/701/3.html
I two thought I had a good understanding of subnets and subnet masks but going through this I'm totally confused as I used MS book and it all made sense as well as the learnkey, It seems I cant figure out the calculations for hosts/subnets. Also determining which ips are on the same subnets.
I've read through this a couple of times but just made me more baffled
http://www.cisco.com/warp/public/701/3.html
Any help?
http://www.ralphb.net/IPSubnet/
Now I understand
Iankf, join the club! I too read this --> http://www.cisco.com/warp/public/701/3.html and felt as if it didn't provide the breakdown detail I expected to see. Anyhow, I'll check out the link you provided a bit later.
If anyone has anymore resources, please share.
Thanks to all!