The broadcrast address is the 'last' address in an [[IPv4 Address]] and [[Subnet Mask]]
>[!question]
>Given. an IP address of 192.168.1.123 and a mask of 255.255.255.0 (/24) - identify the network, broadcast and host's address ranges.
>
>
>- Subnetmask: 11111111 11111111 11111111 00000000
>- NOT mask: 00000000 00000000 00000000 11111111
>- 192.168.1.0:11000000 10101000 00000001 00000000
>
>What range of adress can be assigned to hosts?
>
>- 192.168.1.0:11000000 10101000 00000001 **00000000**
>- Host Mask: 00000000 00000000 00000000 11111111
>
>Potentional Values: 0 to 255, but remember two are not usable.
>
>Answer: 192.168.1.1 - 192.168.1.254