Calculating IP Address Ranges VER2
Calculating IP Address Ranges VER2
Calculating IP Address Ranges VER2
SUBNETTING
Dividing one large network into smaller networks called subnets.
As an example, lets say you subnetted the 192.168.1.0 network with a 28-bit subnet mask, and you want to determine how many subnets were created.
Using the previous example, lets say you want to determine the number of available host IP addresses in one of the 192.168.1.0/28 subnets.
Number of host bits = 32 - 28 = 4
Your company has been assigned the 172.20.0.0/16 network for use at one of its sites. You need to use a subnet mask that will accommodate 47 subnets while simultaneously accommodating the maximum number of hosts per subnet. What subnet mask will you use?
you should use a subnet mask of /22 , which could also be written as 255.255.252.0 .
Your company has been assigned the 172.20.0.0/16 network for use at one of its sites. You need to calculate a subnet mask that will accommodate 100 hosts per subnet while maximizing the number of available subnets. What subnet mask will you use?
32 total bits - 7 host bits = 25 subnet mask bits Therefore, you can conclude that to meet the scenarios requirements, you should use a subnet mask of /25 , which could also be written as 255.255.255.128 .
The network has subnetted the 192.168.0.0/16 network by using a 26-bit subnet mask. Notice that two VLANs (two subnets) are currently configured; however, one of the client PCs is assigned an IP address that is not in that PCs VLAN. Which client PC is assigned an incorrect IP address?