Worksheet on IP addressing fundamentals
Fill the following table accordingly
CLASS Range Example Number of Number of hosts
Networks in each subnet
A
1
Worksheet on IP addressing fundamentals
Address Class Identification
a. 10.250.1.1 _____
b. 150.10.15.0 _____
c. 148.17.9.1 _____
d. 193.42.1.1 _____
e. 126.8.156.0 _____
f. 220.200.23.1 _____
g. 230.230.45.58 _____
h. 177.100.18.4 _____
i. 119.18.45.0 _____
j. 249.240.80.78 _____
k. 199.155.77.56 _____
l. 117.89.56.45 _____
m. 215.45.45.0 _____
n. 199.200.15.0 _____
o. 95.0.21.90 _____
p. 33.0.0.0 _____
q. 158.98.80.0 _____
2
Worksheet on IP addressing fundamentals
Identify Network and Host portion of these addresses:
1) 177.100.18.4
2) 119.18.45.0
3) 209.240.80.78
4) 199.155.77.56
5) 117.89.56.45
6) 215.45.45.0
7) 192.200.15.0
8) 95.0.21.90
9) 33.0.0.0
Using the IP address and subnet mask shown write out the network address
A. 188.10.18.2 _____________________________
255.255.0.0
B. 10.10.48.80 _____________________________
255.255.255.0
C. 192.149.24.191 _____________________________
255.255.255.0
D. 150.203.23.19 _____________________________
255.255.0.0
3
Worksheet on IP addressing fundamentals
Questions
1. How many of these address are valid IP address for host?
A. 10.1.10.10 B.200.200.300.19 C.192.168.256.0 D. 64.64.64.64
2. Convert the following decimal numbers to binary.
A. 75 B. 100 C. 254 D. 99 E.224
3. Convert the following binary numbers to decimal.
A. 10101010 B.00011100 C.11110010 D.10100111
4. What is the full subnet mask for address 192.168.10.10/28?
5. You have the following address: 192.168.5.99/29. How many total bits are being
used to identify the network, and how many total bits identify the host?
6. You still are using the default mask for your IP network 192.168.1.0. You need to
subnet your network so that you have 4 additional networks, and 60 hosts per
network. Is this possible, and what subnet mask should you use?
7. You currently use the default mask for your IP network 192.168.1.0. You need to
subnet your network so that you have 30 additional networks, and 4 usable hosts
per network. Is this possible, and what subnet mask should you use?
8. You have sub-netted your class C network 192.168.10.0 with a subnet mask of
255.255.255.224. Please list the following: number of networks, number of hosts
per network, network address, broadcast address, the full range of the first four
networks, and the usable address range from those first four networks.
9. You have sub-netted your class C network 200.138.1.0 with a subnet mask of
255.255.255.252. Please list the following: number of networks, number of hosts
per network, the full range of the first three networks, and the usable address
range from those first three networks. Additionally, identify the broadcast
addresses for each network.
4
Worksheet on IP addressing fundamentals
When given an IPv4 address, the original subnet mask and the new subnet mask, you will be able
to determine:
1. Network address of this subnet
2. Broadcast address of this subnet
3. Range of host addresses of this subnet
4. Number of subnets created
5. Number of hosts per subnet
Exercise 1
Given
Host IP address 192.168.200.139
Default Subnet Mask 255.255.255.0
New Subnet Mask 255.255.255.224
Find
a. Borrowed bits
b. Address class
c. Subnet mask value
d. Number of subnets
e. Number of hosts per each subnet
f. Number of usable hosts per each subnet through range
g. First usable address
h. Last usable address
i. Network address of each subnet
j. Broadcast address of each subnet
5
Worksheet on IP addressing fundamentals
Exercise 2
Given
Host IP address 192.168.1.245
Default Subnet Mask 255.255.255.0
New Subnet Mask 255.255.255.252
Find
1. Borrowed bits
2. Address class
3. Subnet mask value
4. Number of subnets
5. Number of hosts per each subnet
6. Number of usable hosts per each subnet through range
7. First usable address
8. Last usable address
9. Network address of each subnet
10. Broadcast address of each subnet
6
Worksheet on IP addressing fundamentals
Summarization or Aggregation
1.
2.
7
Worksheet on IP addressing fundamentals
3. Answer for Q2