79.0k views
2 votes
What is the maximum number of hosts you can have on a network if the first decimal value of the ip address is between 192 and 223 and the subnet mask is 255.255.255.0?

1 Answer

1 vote
With CIDR (Common Internet Domain Routing), the first decimal number isn't important any more. The /24 netmask means that there's one octet (256) numbers that aren't part of the network number. The .0 address is the network number itself and .255 is the broadcast address of the network, so that leaves 254 available node numbers, but one of those has to be a router or else the machines can't communicate with other networks.
User WhatIsOpenID
by
7.7k points