In a network, a host is assigned an IP address of 192.168.1.100 with a subnet mask of 255.255.255.0. What is the broadcast address?
Q1. In a network, a host is assigned an IP address of 192.168.1.100 with a subnet mask of 255.255.255.0. What is the broadcast address?
Answer: 192.168.1.255
Explanation: Broadcast address = IP address OR (NOT subnet mask). NOT 255.255.255.0 = 0.0.0.255, 192.168.1.100 OR 0.0.0.255 = 192.168.1.255.