Lab 13-updated
Lab 13-updated
1. How many subnets and hosts per subnet can you get from the network
172.22.0.0/28?
Answer: 4096 subnets and 14 hosts
Answer: 172.25.253.255
3. What subnet mask would you use for the 172.29.0.0 network, such that you
can get 120 subnets and 280 hosts per subnet?
Answer: 255.255.254.0
4. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 192.168.16.0/24:
Answer: Subnets: 1, Hosts per subnet: 254
6. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 172.23.0.0 255.255.255.240:
Answer: Subnets: 4096, Hosts per subnet: 14
9. Write the valid host range for the network that the IP address 10.2.181.162
255.255.255.252 is a part of:
Answer: First Host: 10.2.181.161, Last Host: 10.2.181.162
10. Write the first valid host on the network 192.168.177.0/24:
Answer: 192.168.177.1
13. Write the first valid host on the network 10.66.79.224 255.255.255.252:
Answer: 10.66.79.225
15. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 172.27.0.0/24:
Answer: Subnets: 256, Hosts per subnet: 254
16. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 192.168.101.0/28:
Answer: Subnets: 16, Hosts per subnet: 14
17. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 172.18.0.0/28:
Answer: Subnets: 4096, Hosts per subnet: 14
18. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 172.20.0.0/22:
Answer: Subnets: 64, Hosts per subnet: 1022
19. Write the maximum number of valid subnets and usable hosts per subnet that
you can get from the network 192.168.152.0 255.255.255.248:
Answer: Subnets: 32, Hosts per subnet: 6
20. What are the subnet mask, first available host address of subnet one (NOT
subnet zero), and the maximum number of hosts per subnet for the network
below?
Network ID: 184.97.0.0
Answer:
21. What are the subnet mask, first available host address of subnet one (NOT
subnet zero), and the maximum number of hosts per subnet for the network
below?
You need to allow for maximum number of hosts. Also, you can use subnet
zero and the all-ones subnet.
Network ID: 219.59.71.0
Subnets Required: 6
Answer:
Max # of hosts/subnet: 30
22. What are the network address, broadcast address, and the subnet mask for a
host with the IP Address below?
IP Address: 128.161.72.218 / 30
Answer:
23. What are the network address, broadcast address, and the subnet mask for a
host with the IP Address below?
IP Address: 206. 232. 120. 201/ 24
Answer:
24. What are the network address, broadcast address, and the subnet mask for a
host with the IP Address below?
IP Address: 150. 20. 204. 138/ 25
Answer:
25. What are the network address, broadcast address, and the subnet mask for a
host with the IP Address below?
IP Address: 202. 7. 57. 105/ 20
Answer:
26. You have been allocated a class B network address of 135.1.0.0 and and need
to create 4 subnets each with around 200 hosts what is the easiest mask to use
to satisfy the criteria?
Solution:
Easiest is to sub net on a byte boundary which would mean a subnet mask
of 255.255.255.0
This would allocate 8 bits for the subnet and 8 bits for the host.
We need to accommodate around 200 hosts which requires 8 bits which we have.
We need 4 subnets which require 4 bits and we have 8 bits. So we have more than
enough.
Decimal 192 =11000000 binary which means that 2 bits of this octet are used for the
subnet. Now add the 24 bits 255.255.255 and we have 26 bits. So we write:
Solution:
222.1.1.20/262
28. Write the IP address 135.1.1.25 mask 255.255. 248.0 in CIDR notation
Decimal 248 =11111000 binary which means that 5 bits of this octet are used for the
subnet. Now add the 16 bits 255.255. and we have 21 bits. So we write:
Solution:
135..1.1.25/21
29. You have been allocated a class C network address of 211.1.1.0 and are using
the default subnet mask of 255.255.255.0 how may hosts can you have?
Solution:
A class C address has 8 bits of the host which will give 28 -2 =254 hosts
30. Subnet the Class C IP Address 195.1.1.0 So that you have 10 subnets each
with a maximum 12 hosts on each subnet. List the Address on host 1 on subnet
0,1,2,3,10
Solution:
31. Subnet the Class C IP Address 205.11.2.0 so that you have 30 subnets.
Solution:
32. Subnet the Class C IP Address 195.1.1.0 So that you have at least 2 subnets
each subnet must have room for 48 hosts .
Solution:
Total of 7 bits needed so therefore we can use either 1 bit or 2 bits for the subnet. So
we could have
masks are 10000000 and 11000000 =128 decimal and 192 decimal.
Answer:255.255.224.0
Requirements: 1,000 subnets + 100 subnets = 1,100 subnets, and as many host
addresses as possible
2^10-2 = 1022 we Know from memory that 2^10= 1024, and will yield ONLY 1022
usable subnets with 10 bits of subnetting.
Because our requirements ask for over 1024 subnets, we must borrow one more host
bit for our subnetting:
2^11-2 = (1024 * 2) - 2 = 2046 unique usable subnets
Scenario:
NuTex Corporation has been assigned the Class B network address 165.87.0.0.
NuTex needs to divide the network into eight subnets. What subnet mask should be
applied to the network to provide the most hosts per subnet?
Solution:
Answer: 255.255.240.0
2^3-2 = 6 subnets
2^4-2 = 14 subnets
(2^16 - 2^4) -2 = 2^12 - 2 = 4094 hosts possible per subnet