From the above,
Mask 255.255.0.0 has 8 bits for the sub net, and 16 bits for the host.
8 bits will accommodate"=2^8=256" sub nets
16 bits will accommodate"=2^{16}=64000" hosts
Mask 255.255.255.0 has 16 bits for the sub net, and 8 bits for the host.
So, total possible hosts"=2^8-2=254"
Hence, both the given will work.
Comments
Leave a comment