Geoff Lane wrote in message
(E-Mail Removed):
> Network masks are confusing me a wee bit.
>
> I think I understand that 192.168.1.1/255.255.255.255 refers to the
> specific address of 192.168.1.1
>
> 192.168.1.0/255.255.255.0 I think refers to the entire range from
> 192.168.1.0 to 192.168.1.255 so can the preceeding IP address actually
> be anything in the 192.168.1 range?
Yes, except 192.168.1.0 and 192.168.1.255 which are reserved for broadcast
and multicast addresses.
> Now with a filter of 255.255.255.252 I think this gives a range of 4
> IP addresses, I'm thinking, if the address was given as
> 192.168.1.254/255.255.255.252 what addresses would be covered?
I think it's convention to express a subnet by referring to the lowest value
in the range, rather than an arbitrary address within the range - so it
would normally be stated as 192.168.1.252/255.255.255.252 or
192.168.1.252/30 (30 = number of 1s in subnet mask), covering addresses 252,
253, 254 and 254. I think 252 and 255 would be reserved for broadcast,
leaving you with just two usable addresses.