ElijahBaley
IS-IT--Management
Just when I thought I was getting the hang of subnetting, I saw the question below - surely the IP Address and gateway addresses are class C, how can they use a class B subnet mask:
QUESTION:
Users complain that they cannot connect to server4, which was recently added to the network, you check server4's TCP/IP config:
IP Address 192.168.64.100
Subnet Mask 255.255.255.0
Default Gateway 192.168.79.1
You notice that the subnet mask is incorrect, which of the following mask values would be correct?
a. 255.255.252.0
b. 255.255.254.0
c. 255.255.248.0
d. 255.255.224.0
ANSWER:
The correct answer is d. with each of the other mask values. The host and gateway would be on different subnets, a mask of 255.255.224 puts all hosts between 192.168.64.1 and 192.168.95.254 on the same subnet.
Thanks for your comments,
EB