let's say that we have a router with address: 172.31.219.33/27 from this I can tell several things:
- Subnet mask: 255.255.255.224
- Broadcast address (here I am not sure if last digit should 64 or 65 - see later): 172.31.219.64
- Last host address (since we know broadcast address; also not sure if last digit should be 63 or 62): 172.31.219.63
We could also tell first host address (172.31.219.33) and network address (172.31.219.32).
I don't understand two things:
- Why is first host address X.X.X.33? It is like the router is already a host?
- Why is network address X.X.X.32? In other way, why it is not X.X.X.33 (from router address)?
EDIT: Could also anyone tell me why it is B-class address and not C-class (since mask for C-class is 255.255.255.0 - 255.255.255.254)?