-1

I am currently getting subnet Mask /23 till second octect 255.255.254.0. My ip address is 10.11.17.111, and broadcast ip is 10.11.17.254.

So while pinging the server, is it correct, if we are pining on 10.11.16.255. Since it is not broadcast ip.

Ankit Thakur
  • 4,739
  • 1
  • 19
  • 35

1 Answers1

1

What I think you're asking is if whether or not you can use 10.11.16.255 for a host, given your subnet mask. Please try re-wording your question if that's not the case.

With your netmask, it is totally acceptable to use 10.11.16.255 for a host. It's not a broadcast address, nor a network ID. It's the same as any other IP in this case.

Brad
  • 159,648
  • 54
  • 349
  • 530
  • `It's not a broadcast address, nor a network ID. It's the same as any other IP in this case.` This was my doubt. I was assuming that 0, 255 port numbers in 4th octect are unsafe to use. – Ankit Thakur Mar 30 '16 at 09:31