0% found this document useful (0 votes)
60 views

Name: Ordoñez, Brandon Noel T. Section:ECE41 Objectives

The document provides instructions for determining IPv4 subnetting information based on given IP addresses and subnet masks. It contains multiple examples where the user is asked to identify the number of subnet bits, number of subnets created, number of host bits per subnet, network address, and other details based on the original and new subnet masks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

Name: Ordoñez, Brandon Noel T. Section:ECE41 Objectives

The document provides instructions for determining IPv4 subnetting information based on given IP addresses and subnet masks. It contains multiple examples where the user is asked to identify the number of subnet bits, number of subnets created, number of host bits per subnet, network address, and other details based on the original and new subnet masks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Name: Ordoñez, Brandon Noel T.

Section:ECE41

Objectives
Part 1: Determine IPv4 Address Subnetting
Part 2: Calculate IPv4 Address Subnetting

Background / Scenario
The ability to work with IPv4 subnets and determine network and host information based on a given IP
address and subnet mask is critical to understanding how IPv4 networks operate. The first part is designed to
reinforce how to compute network IP address information from a given IP address and subnet mask. When
given an IP address and subnet mask, you will be able to determine other information about the subnet.
 1 PC (Windows with Internet access)
 Optional: IPv4 address calculator

Instructions
Fill out the tables below with appropriate answers given the IPv4 address, original subnet mask, and new
subnet mask.

Given:

Host IP Address: 192.168.200.139


Original Subnet Mask 255.255.255.0
New Subnet Mask: 255.255.255.224

Find:

3
Number of Subnet Bits
11111111.11111111.11111111.11100000
8
Number of Subnets Created
23 = 8
5
Number of Host Bits per Subnet
11111111.11111111.11111111.11100000
30
Number of Hosts per Subnet
25-2 = 30

2013 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com
Calculate IPv4 Subnets

Find:

Network Address of this Subnet 192.168.200.128


IPv4 Address of First Host on this Subnet 192.168.200.129
IPv4 Address of Last Host on this Subnet 192.168.200.158
IPv4 Broadcast Address on this Subnet 192.168.200.159

Given:

Host IP Address: 10.101.99.228


Original Subnet Mask 255.0.0.0
New Subnet Mask: 255.255.128.0

Find:

9
Number of Subnet Bits
17-8 = 9

512
Number of Subnets Created
29 = 512
15
Number of Host Bits per Subnet
11111111.11111111.10000000.00000000
32,766
Number of Hosts per Subnet
215-2 = 32,766

Network Addressof this Subnet 10.101.0.0


IPv4 Address of First Host on this Subnet 10.101.0.1
IPv4 Address of Last Host on this Subnet 10.101.127.254
IPv4 Broadcast Address on this Subnet 10.101.127.255

2013 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Calculate IPv4 Subnets

Given:

Host IP Address: 172.22.32.12


Original Subnet Mask 255.255.0.0
New Subnet Mask: 255.255.224.0

Find:

3
Number of Subnet Bits
19-16 = 3
8
Number of Subnets Created
23 = 8
13
Number of Host Bits per Subnet 11111111.11111111.11100000.00000000
8,190
Number of Hosts per Subnet
213-2 = 8190

Network Address of this Subnet 172.22.32.0

IPv4 Address of First Host on this Subnet 172.22.32.1

IPv4 Address of Last Host on this Subnet 172.22.63.254

IPv4 Broadcast Address on this Subnet 172.22.63.255

Given:

Host IP Address: 192.168.1.245


Original Subnet Mask 255.255.255.0
New Subnet Mask: 255.255.255.252

Find:

6
Number of Subnet Bits
30-24 = 6

64
Number of Subnets Created
26 = 64

2013 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Calculate IPv4 Subnets

Find:

2
Number of Host Bits per Subnet
11111111.11111111.11111111.11111100

2
Number of Hosts per Subnet
22 – 2 = 2

Network Address of this Subnet 192.168.1.244

IPv4 Address of First Host on this Subnet 192.168.1.245

IPv4 Address of Last Host on this Subnet 192.168.1.246

IPv4 Broadcast Address on this Subnet 192.168.1.247

Given:

Host IP Address: 128.107.0.55


Original Subnet Mask 255.255.0.0
New Subnet Mask: 255.255.255.0

Find:

8
Number of Subnet Bits
24-16 = 8

256
Number of Subnets Created
28 = 256

8
Number of Host Bits per Subnet
11111111.11111111.11111111.00000000

254
Number of Hosts per Subnet
28-2 = 254

Network Address of this Subnet 128.107.0.0


IPv4 Address of First Host on this Subnet 128.107.0.1
IPv4 Address of Last Host on this Subnet 128.107.0.254

IPv4 Broadcast Address on this Subnet 128.107.0.255

2013 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Calculate IPv4 Subnets

Given:

Host IP Address: 192.135.250.180


Original Subnet Mask 255.255.255.0
New Subnet Mask: 255.255.255.248

Find:

5
Number of Subnet Bits
29-24 = 5

32
Number of Subnets Created
25 = 32

3
Number of Host Bits per Subnet
11111111.11111111.11111111.11111000

6
Number of Hosts per Subnet
23 = 6
Network Address of this Subnet 192.135.250.176
IPv4 Address of First Host on this Subnet 192.135.250.177

IPv4 Address of Last Host on this Subnet 192.135.250.182

IPv4 Broadcast Address on this Subnet 192.135.250.183

Reflection Question
Why is the subnet mask so important when analyzing an IPv4 address?

The subnet mask is a combination of a 32-bit number that is created by setting all host bits to be 0s
and all network bits into 1s. The subnet mask is important in analyzing the different parameters
needed when observing an IPv4 Address since from the subnet mask, we would be able to
determine the CIDR notation. Moreover, through the subnet mask, the network address, the usable
host IP range, and the broadcast address will be determined.

2013 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com

You might also like