Hello all,
I would just appreciate some clarification on something when working with Variable Length Subnet Masks
So this is the example I have created myself
Sales team need 37 IP Addresses and HR needs 7 IP Addresses
Sales Team
Subnet 192.168.0.0/26
Broadcast 192.168.0.64
Mask 255.255.255.192
Range 192.168.0.1 to 192.168.0.63
So I am using my block table so if HR team needs 7 IP Addresses must I plus 2 (reserved for subnet and broadcast)
If I look at my block table 192.168.0.65/29 would be wrong because I can only get 8 IP addresses max out of it so if I wanted 7 I have to bear in mind that I must reserve subnet and broadcast? so the answer would be to move up a block and say 192.168.0.65/28 would be the answer because I can get 16 IP addresses out of it maximum so HR needs 7 IP Addresses + 2 for subnet and broadcast?
Thanks for your help 

 in advance!!