Which subnet mask will divide a class c network into 8 subnets?
255.255.255.224
BECAUSE
128 + 64 + 32 = 3 network bits.
And 2 to the power of 3 is 8
WHY?
Because between those 3 bits, there are 8 possible combinations they can make to form a new network address.
How do you find the number of hosts?
2 to the power of [host bits]
What is a sub-interface?
A single, physical connection that represents multiple IP addresses
What is a virtual IP address?
It appears as a single IP to clients but is actually multiple machines
What is the public IP address range?
1-126
128-191
192.0.1.1 - 223.255.244.244