I was given a question. A company needs 3 networks. Given IP address is 176.0.0.0
Network A: 300 hosts
Network B: 5 hosts
Network C: 75 hosts
So Network A should be having a subnet of /23 and therefore having maximum assignable IP addresses of 510. So there would be a wastage of 210 hosts since 510-300=210.
My question is can I use those 210 IP addresses for Network B and Network C?
Thanks.