Assignment 4
Assignment 4
Objectives
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.
Instructions
Calculate the following subnets using the same methodology used in the lecture. Write your
calculation in your notebook and paste the picture of your solution for each exercise. Fill out the
tables below with appropriate answers given the IPv4 address, original subnet mask, and new subnet
mask.
Exercise 1
Given:
Find:
Number of Subnet Bits The difference between (/24 )and (/27) is 3 bits.
Number of Subnets Created 3
2 =8 subnets
Number of Host Bits per Subnet 32 (total bits) - 27 (subnet mask) = 5 bits
Introduction to computer network: ICT-1202 – Sem1 2024-2025
Name: Mohamed Saleh Al Seiari
ID No: M00009189
Find:
Exercise 2
Given:
Find:
Exercise 3
Given:
Find:
Number of Subnet Bits The difference between /16 and /19 is 3 bits.
Number of Subnets Created 3
2 =8 subnets
Number of Host Bits per Subnet 32−19=13 bits
Number of Hosts per Subnet 213−2=8190 Hosts
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
Exercise 4
Given:
Find:
Number of Subnet Bits The difference between /24 and /30 is 6 bits.
2 =64 subnets
Number of Subnets Created 6
Find:
Exercise 5
Given:
Find:
Number of Subnet Bits The difference between /16 and /24 is 8 bits.
2 =256 subnets
Number of Subnets Created 8
Exercise 6
Given:
Find:
Number of Subnet Bits The difference between /24 and /29 are 5 bits.
Number of Subnets Created 5
2 =32 subnets
Number of Host Bits per Subnet 32−29=3 bits
Number of Hosts per Subnet 3
2 −2=6 hosts
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