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

assign4_B

Uploaded by

gustavofring894
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

assign4_B

Uploaded by

gustavofring894
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Assignment No.

Part 1: Subnetting Design


The allocated network block, 192.168.0.0/22, offers 1024 IP addresses, which are divided into
four /24 subnets. By implementing Variable Length Subnet Masking (VLSM), the IP space is
efficiently managed to minimize waste.

Subnet Requirements

 Headquarters Departments:
o Management: 40 devices → /26 (62 usable IPs)
o Sales: 70 devices → /25 (126 usable IPs)
o IT: 110 devices → /25 (126 usable IPs)
o HR: 25 devices → /27 (30 usable IPs)
 Branch A:
o Hosts: 60 devices → /26 (62 usable IPs)
o Servers: 10 devices → /28 (14 usable IPs)
 Branch B:
o Hosts: 40 devices (reserved for up to 100 devices) → /25 (126 usable IPs)
 Branch C:
o Hosts: 20 devices → /27 (30 usable IPs)
 WAN Links:
o Three point-to-point links → /30 (4 IPs per link)

Subnet Allocation Table

First Usable Last Usable Broadcast


Subnet CIDR Subnet Mask IP Range
IP IP Address
192.168.0.0 –
Management /26 255.255.255.192 192.168.0.1 192.168.0.62 192.168.0.63
192.168.0.63
192.168.0.64
Sales /25 255.255.255.128 – 192.168.0.65 192.168.0.190 192.168.0.191
192.168.0.191
IT /25 255.255.255.128 192.168.0.192 192.168.0.193 192.168.1.62 192.168.1.63

Page | 1
First Usable Last Usable Broadcast
Subnet CIDR Subnet Mask IP Range
IP IP Address
192.168.1.63
192.168.1.64
HR /27 255.255.255.224 – 192.168.1.65 192.168.1.94 192.168.1.95
192.168.1.95
192.168.1.96
Branch A
/26 255.255.255.192 – 192.168.1.97 192.168.1.158 192.168.1.159
Hosts
192.168.1.159
192.168.1.160
Branch A
/28 255.255.255.240 – 192.168.1.161 192.168.1.174 192.168.1.175
Servers
192.168.1.175
192.168.1.176
Branch B /25 255.255.255.128 – 192.168.1.177 192.168.2.46 192.168.2.47
192.168.2.47
192.168.2.48
Branch C /27 255.255.255.224 – 192.168.2.49 192.168.2.78 192.168.2.79
192.168.2.79
WAN Link 1 192.168.2.80
(HQ ↔ /30 255.255.255.252 – 192.168.2.81 192.168.2.82 192.168.2.83
Branch A) 192.168.2.83
WAN Link 2 192.168.2.84
(HQ ↔ /30 255.255.255.252 – 192.168.2.85 192.168.2.86 192.168.2.87
Branch B) 192.168.2.87
WAN Link 3 192.168.2.88
(HQ ↔ /30 255.255.255.252 – 192.168.2.89 192.168.2.90 192.168.2.91
Branch C) 192.168.2.91

Part 2: Address Allocation

 HQ Departments:
o Management: 192.168.0.1 – 192.168.0.62
o Sales: 192.168.0.65 – 192.168.0.190
o IT: 192.168.0.193 – 192.168.1.62
o HR: 192.168.1.65 – 192.168.1.94
 Branch A:
o Hosts: 192.168.1.97 – 192.168.1.158
o Servers: 192.168.1.161 – 192.168.1.174
 Branch B:
o Hosts: 192.168.1.177 – 192.168.2.46
 Branch C:
o Hosts: 192.168.2.49 – 192.168.2.78
 WAN Links:
o HQ ↔ Branch A: 192.168.2.81 (HQ), 192.168.2.82 (Branch A)

Page | 2
o HQ ↔ Branch B: 192.168.2.85 (HQ), 192.168.2.86 (Branch B)
o HQ ↔ Branch C: 192.168.2.89 (HQ), 192.168.2.90 (Branch C)

Part 3: Network Diagram


(Include a detailed network diagram illustrating the headquarters, branches, WAN links, IP
allocations, and subnet boundaries.)

Part 4: Routing Configuration


Selected Routing Protocol: OSPF
Reason for Choosing OSPF:
OSPF (Open Shortest Path First) is chosen due to its scalability, support for large networks, and
compatibility with VLSM (Variable Length Subnet Masking). It ensures efficient and dynamic
routing, making it ideal for the size and complexity of this network.

Sample OSPF Configuration for Each Router:

 HQ Router Configuration:
 router ospf 1
 network 192.168.0.0 0.0.3.255 area 0
 network 192.168.2.80 0.0.0.3 area 0
 network 192.168.2.84 0.0.0.3 area 0
 network 192.168.2.88 0.0.0.3 area 0
 Branch A Router Configuration:
 router ospf 1
 network 192.168.1.96 0.0.0.63 area 0
 network 192.168.1.160 0.0.0.15 area 0
 network 192.168.2.80 0.0.0.3 area 0
 Branch B Router Configuration:
 router ospf 1
 network 192.168.1.176 0.0.0.127 area 0
 network 192.168.2.84 0.0.0.3 area 0
 Branch C Router Configuration:
 router ospf 1
 network 192.168.2.48 0.0.0.31 area 0
 network 192.168.2.88 0.0.0.3 area 0

Part 5: Scalability Plan

1. Accommodating Additional Branches:


o Subnets: Reserve IP ranges in the 192.168.3.0/24 block for future branch offices.
o WAN Links: Use /30 subnets for point-to-point connections to ensure efficient IP
utilization.
2. Planning for Increased Device Counts:
o Branch B: Sufficient IPs are already reserved for future growth.

Page | 3
o Other Branches: Reallocate larger subnets or consolidate underutilized subnets
to accommodate more devices as needed.
3. Testing and Maintenance:
o Regularly test routing configurations to verify connectivity and scalability.
o Continuously monitor network performance to identify areas for improvement
and ensure readiness for future expansion.

Page | 4

You might also like