The given IP is Broadcast Address of the subnet
$B=10100000.00011000.11011111.11111111$
It is broadcast address .
In broadcast address all the host ID part is $1’s$.
So what we can conclude from this broadcast address ?
=> 10100000.00011000.110 → This portion at least has to be in network id portion . The bits after this 19 bits may or may not be in network id portion we are not sure about that but this 19 (yellow marked bits) definitely network id bits because in broadcast address all the host id bit should be $’0’$ but here we got $’0’$ at 19 th bit which confirm first 19 bit should be network id portion rest may or may not be in network id portion we don’t know .
Now subnet mask :- In subnet mask all the network id part bit should be $’1’$ and Host Id part bit should be ‘0’ .
Now If we check the option :-
- $M1$=11111111.11111111.11010000.00000000 → This marked 3 bits belongs to network id portion should be $1$ in subnet mask but here it is $0$ . So it should not be valid subnet mask .
- $M2$=11111111.11111111.11100000.00000000 → This marked 3 bits belongs to network id portion is $1$ in subnet mask . So it should be valid subnet mask .
- $M3$=11111111.11111111.11110000.00000000 → This marked 3 bits belongs to network id portion is $1$ in subnet mask . So it should be valid subnet mask .
- Even this ,$M4$=11111111.11111111.11111000.00000000 → This marked 3 bits belongs to network id portion is $1$ in subnet mask . So it should be valid subnet mask .
From the given information we can only conclude this .