Packet Tracer - Subnet An Ipv4 Network: Addressing Table
Packet Tracer - Subnet An Ipv4 Network: Addressing Table
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Objectives
Part 1: Design an IPv4 Network Subnetting Scheme
Part 2: Configure the Devices
Part 3: Test and Troubleshoot the Network
Background / Scenario
In this activity, you will subnet the Customer network into multiple subnets. The subnet scheme
should be based on the number of host computers required in each subnet, as well as other network
considerations, like future network host expansion.
After you have created a subnetting scheme and completed the table by filling in the missing host and
interface IP addresses, you will configure the host PCs, switches and router interfaces.
After the network devices and host PCs have been configured, you will use the ping command to test
for network connectivity.
Instructions
How many host addresses are needed in the largest required subnet?
What is the minimum number of subnets required?
The network that you are tasked to subnet is 192.168.0.0/24. What is the /24 subnet mask in
binary? 255.255.255.0
e. The subnet mask is made up of two portions, the network portion, and the host portion. This is
represented in the binary by the ones and the zeros in the subnet mask.
Questions:
Given each of the possible subnet masks depicted in the following binary format, how many
subnets and how many hosts are created in each example?
Hint: Remember that the number of host bits (to the power of 2) defines the number of hosts per
subnet (minus 2), and the number of subnet bits (to the power of two) defines the number of
subnets. The subnet bits (shown in bold) are the bits that have been borrowed beyond the
original network mask of /24. The /24 is the prefix notation and corresponds to a dotted decimal
mask of 255.255.255.0.
1) (/25) 11111111.11111111.11111111.10000000
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.128
Jumlah subnet 2pangkat x = 2pangkat 1 = 2
Jumlah host 2 pangkat y-2 = 2pangkat 7 – 2 = 126
Blok subnet 256-128=128
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.254
Ip broadcast = 192.168.0.255
2) (/26) 11111111.11111111.11111111.11000000
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.192
Jumlah subnet 2pangkat x = 2pangkat 2 = 4
Jumlah host 2 pangkat y-2 = 2pangkat 64 – 2 = 62
256-192=64
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.62
Ip broadcast = 192.168.0.63
3) (/27) 11111111.11111111.11111111.11100000
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.224
Jumlah subnet 2pangkat x = 2pangkat 3 = 8
Jumlah host 2 pangkat y-2 = 2pangkat5 – 2 = 30
256-224=32
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.30
Ip broadcast = 192.168.0.31
4) (/28) 11111111.11111111.11111111.11110000
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.240
Jumlah subnet 2pangkat x = 2pangkat 4 = 16
Jumlah host 2 pangkat y-2 = 2pangkat4 – 2 = 14
256-240=16
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.14
Ip broadcast = 192.168.0.15
5) (/29) 11111111.11111111.11111111.11111000
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.248
Jumlah subnet 2pangkat x = 2pangkat 5 = 32
Jumlah host 2 pangkat y-2 = 2pangkat33 – 2 = 6
256-248=8
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.6
Ip broadcast = 192.168.0.7
6) (/30) 11111111.11111111.11111111.11111100
Dotted decimal subnet mask equivalent:
Number of subnets? Number of hosts? 255.255.255.252
Jumlah subnet 2pangkat x = 2pangkat 3 = 8
Jumlah host 2 pangkat y-2 = 2pangkat2 – 2 = 2
256-252=4
Network ip = 192.168.0.0
Ip range = 192.168.0.1 - 192.168.0.2
Ip broadcast = 192.168.0.3
Considering your answers above, which subnet masks meet the required number of minimum
host addresses? 192.168.0.0/25 /26
Considering your answers above, which subnet masks meets the minimum number of
subnets required? 1/26, /27, /28, /29, /30 will give the required number of subnets
1. Considering your answers above, which subnet mask meets both the required minimum
number of hosts and the minimum number of subnets required? /26 will give you the
four subnets that are required, and 62 hosts per subnet, which is greater than
the 50 hosts required for the first subnet.
When you have determined which subnet mask meets all of the stated network requirements,
derive each of the subnets. List the subnets from first to last in the table. Remember that the first
subnet is 192.168.0.0 with the chosen subnet mask.