As you can see, the network address of 128.42.5.4/21 is 128.42.0.0.
Get theThe broadcast address by convertingconverts all host bits to 1s...
Host bits = logLog2(Number-of-hosts) = logLog2(100) = 6.643
The reason we subtract 2 above is because the all-ones and all-zeros host numbers are reserved. The all-zeros host number is the network address;number; the all-ones host number is the broadcast address.
In this case the maximum netmask (minimum hostmask) would be /25.