Spring 2024 - CS610P - 2 bc220210553
Spring 2024 - CS610P - 2 bc220210553
Instructions:
Please read the following instructions carefully before solving & submitting the assignment solution:
It should be clear that your assignment will not get any credit (zero marks) if:
Objectives:
GOOD LUCK
Marks: 10
Assignment No. 2
(Marks 10)
SCENARIO:
You are the network administrator for a mid-sized company called "TechSolutions Inc." The company has
recently expanded and acquired two new office locations. Each location needs to be set up with its own subnet to
ensure efficient network traffic route management.
The main office has been assigned the IP address range 192.168.1.0/24 (Class C network).
The two new offices (Office A and Office B) each need their own subnet, and each office is expected to
support up to 50 devices.
Requirements:
Considering the requirements mentioned above for the given scenario, answer the following Questions:
Solution:
To support up to 50 devices in each subnet, we need to calculate the number of bits required for the host
portion .
The formula for calculating the number of host addresses is: 2^n-2≥50
2^5-2=30
2^6-2=62
The remaining bits will be used for the network portion. In a Class C network, there are 24 bits for
network portion by default. Subtracting the 6 bits needed for hosts: 24+(8-6)=26.
Q#1: What minimum bits are required for the host portion to support up to 50 devices? You are required to
compute the subnet mask which is used to ensure that each subnet can support up to 50 devices. You need to
follow the table below for answering question:
Ans:
6 Bits
Number of bits needed for Host ID
New subnet mask for each subnetwork 255.255.255.192/26
255.255.255.192 (or /26 in CIDR notation)
Q#2: Calculate the subnets for Office A and Office B, including their network addresses, broadcast addresses,
and the range of available/useable IP addresses. Provide your answer in the table below:
Ans. 2
Office A Office B
Note: You must submit your solution as an MS Word document (DOC or DOCX) file.