In a network with a subnet mask of 255.255.255.0, what is the maximum number of hosts?
Q1. In a network with a subnet mask of 255.255.255.0, what is the maximum number of hosts?
Answer: 254
Explanation: The number of hosts is 2^n - 2, where n is the number of host bits. Here, n = 8, so 2^8 - 2 = 254.