Question: If a host has an IP address of 192.168.1.10 and a subnet mask of 255.255.255.0, what is its network address?
Options:
Correct Answer: 192.168.1.0
Solution:
The network address is obtained by performing a bitwise AND between the IP address and the subnet mask: 192.168.1.10 AND 255.255.255.0 = 192.168.1.0.