Hello,
today I faced with this problem, 172.22.242.17 – 172.22.242.30, basically we need the Network and subnet mask of this range!!
and I solved it with this weird method that we have 13 hosts in this range, so we need subnets of 13 hosts(so we need 4 bits from the right), and we will go up from here(the first subnet that can exist), until we reach this particular range
172.22.242.0 - 172.22.242.15
172.22.242.16 - 172.22.242.31
is there any other method beside this one?
thanks