Comprehensive Network Requirement Analysis and Design Plan

Verified

Added on  2023/04/21

|16
|2141
|204
Project
AI Summary
This project details the development of a network solution for a lawyer firm comprising six departments, focusing on meeting their specific service requirements. The project involves a comprehensive analysis of the firm's network needs, followed by the creation of multiple VLANs for each department to manage communication and restrict inter-departmental access. A layer three switch is configured as a VTP server to facilitate VLAN information dissemination to client switches. The router is configured with multiple interfaces and DHCP pools for each VLAN, adhering to a defined IP address plan. Static routing is implemented to connect the departments, enabling internet and file server access. Additionally, access control lists (ACLs) are configured on the router to block specific groups from accessing certain departments. Wireless access points are installed in each department, secured with encryption to prevent unauthorized access from other departments' employees. The project also includes a detailed timeline, budget estimation, hardware requirements, and configurations for network devices, access points, and servers.
Document Page
Running head: NETWORK REQUIREMENT ANALYSIS AND PLAN
Advanced Network Design
Name of the Student
Name of the University
Author’s Note
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1
NETWORK REQUIREMENT ANALYSIS AND PLAN
Table of Contents
Project Scope and Requirement............................................................................................................2
Network Design and Justification..........................................................................................................2
Network Topology Diagram and Implementation.................................................................................3
Timeline and Budget Estimation............................................................................................................9
Bibliography.........................................................................................................................................15
Document Page
2
NETWORK REQUIREMENT ANALYSIS AND PLAN
Project Scope and Requirement
The scope of the project is to develop a network solution for a typical lawyer firm consisting
of six departments meet their service requirement. For the development of the network the
requirement of the firm is analysed and multiple VLANs are created for each of the department for
management of their communication and restricting the departments to communicate with the
other department. The for the management of the communication the router is needed to be
configured with access control list. For increasing the flexibility of the network a wireless access
point is installed in each of the department and configured with proper encryption such that it
cannot be illegally access by the employees of other department.
Network Design and Justification
For the development of the network solution requirement of the firm and the number of
departments in the firm is analysed. A VLAN is created for each of the department and a layer three
switch is used for the configuration of VLAN and it is configured as VTP server such that the VLAN
information are automatically transferred to the client switch connected with each. The router is
configured with multiple interfaces and dhcp pool is created for each of the vlan following an IP
address plan given below. Static routing is used for connecting the department in the network and
allowing them to access the internet and the file server. The router is also configured with access
control list such that the specific group can be blocked to access the department.
IP Address Scheme
Subnet
Name
Neede
d Size
Allocate
d Size
Address Mas
k
Dec Mask Assignable
Range
Broadcast
Front
Desk
254 254 10.10.1.
0
/24 255.255.255.0 10.10.1.1 -
10.10.1.25
4
10.10.1.25
5
Trainee 254 254 10.10.5.
0
/24 255.255.255.0 10.10.5.1 -
10.10.5.25
4
10.10.5.25
5
Researc
h Wing
254 254 10.10.4.
0
/24 255.255.255.0 10.10.4.1 -
10.10.4.25
4
10.10.4.25
5
Lawyer 254 254 10.10.3.
0
/24 255.255.255.0 10.10.3.1 -
10.10.3.25
10.10.3.25
5
Document Page
3
NETWORK REQUIREMENT ANALYSIS AND PLAN
4
Finance 254 254 10.10.0.
0
/24 255.255.255.0 10.10.0.1 -
10.10.0.25
4
10.10.0.25
5
HR 254 254 10.10.2.
0
/24 255.255.255.0 10.10.2.1 -
10.10.2.25
4
10.10.2.25
5
Server 2 2 10.10.6.
0
/30 255.255.255.25
2
10.10.6.1 -
10.10.6.2
10.10.6.3
Network Topology Diagram and Implementation
Router Configuration
int f0/0
no shut
exit
int f0/0.10
encapsulation dot1Q 10
ip add 10.10.1.1 255.255.255.0
exit
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
NETWORK REQUIREMENT ANALYSIS AND PLAN
int f0/0.20
encapsulation dot1Q 20
ip add 10.10.5.1 255.255.255.0
exit
int f0/0.30
encapsulation dot1Q 30
ip add 10.10.4.1 255.255.255.0
exit
int f0/0.40
encapsulation dot1Q 40
ip add 10.10.3.1 255.255.255.0
exit
int f0/0.50
encapsulation dot1Q 50
ip add 10.10.0.1 255.255.255.0
exit
int f0/0.60
encapsulation dot1Q 60
ip add 10.10.2.1 255.255.255.0
exit
int f0/0.70
encapsulation dot1Q 70
ip add 10.10.6.1 255.255.255.0
exit
Switch1 Configuration
Document Page
5
NETWORK REQUIREMENT ANALYSIS AND PLAN
VTP domain dname
vtp mode server
vtp version 2
vlan 10
name Front_Desk
vlan 20
name Trainee
exit
vlan 30
name ResearchWing
exit
vlan 40
name Lawyer
exit
vlan 50
name Finance
exit
vlan 60
name HR
vlan 70
name server
exit
int range fa 0/1-8
switchport trunk encapsulation dot1q
switchport mode trunk
Document Page
6
NETWORK REQUIREMENT ANALYSIS AND PLAN
exit
int range f0/10-11
switchport mode access
switchport access vlan 70
exit
Front_Desk Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
int range f0/1-12
switchport mode access
switchport access vlan 10
exit
Trainee_ Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
int range f0/1-12
switchport mode access
switchport access vlan 20
exit
Research Wing_ Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
7
NETWORK REQUIREMENT ANALYSIS AND PLAN
int range f0/1-12
switchport mode access
switchport access vlan 30
exit
Lawyer_ Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
int range f0/1-12
switchport mode access
switchport access vlan 40
exit
Finance_ Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
int range f0/1-12
switchport mode access
switchport access vlan 50
exit
HR_ Switch Configuration
VTP domain dname
vtp mode client
vtp version 2
int range f0/1-12
Document Page
8
NETWORK REQUIREMENT ANALYSIS AND PLAN
switchport mode access
switchport access vlan 60
exit
Host Configuration
ip dhcp excluded-address 10.10.1.1 10.10.1.10
ip dhcp excluded-address 10.10.5.1 10.10.5.10
ip dhcp excluded-address 10.10.4.1 10.10.4.10
ip dhcp excluded-address 10.10.3.1 10.10.3.10
ip dhcp excluded-address 10.10.0.1 10.10.0.10
ip dhcp excluded-address 10.10.2.1 10.10.2.10
ip dhcp excluded-address 10.10.6.1 10.10.6.10
ip dhcp pool frontdesk
network 10.10.1.0 255.255.255.0
default-router 10.10.1.1
ip dhcp pool trainee
network 10.10.5.0 255.255.255.0
default-router 10.10.5.1
exit
ip dhcp pool researchwing
network 10.10.4.0 255.255.255.0
default-router 10.10.4.1
exit
ip dhcp pool lawyer
network 10.10.3.0 255.255.255.0
default-router 10.10.3.1
Document Page
9
NETWORK REQUIREMENT ANALYSIS AND PLAN
exit
ip dhcp pool Finance
network 10.10.0.0 255.255.255.0
default-router 10.10.0.1
exit
ip dhcp pool HR
network 10.10.2.0 255.255.255.0
default-router 10.10.2.1
exit
ip dhcp pool server
network 10.10.6.0 255.255.255.0
default-router 10.10.6.1
exit
Access point and server configuration guidelines
The access point installed for each of the department should be configured with encryption
algorithm such that it cannot be access by the illegal user for intruding into the internal VLAN
network. The
Timeline and Budget Estimation
Hardware Requirement with cost
Name of the
device
Series Model Features and Ports Cost
Cisco 2811
Router
2800 Series Cisco 2800 Series
integrated service
router
Embedded Gigabit
or Fast Ethernet
port
AUXILARY port
Console Port
US$2,495.00
Cisco 2950 Series
Switch
2900 Series Cisco Catalyst WS-
C2950S-24TS-S 24-
24 Fast Ethernet
ports
US$949.99
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
10
NETWORK REQUIREMENT ANALYSIS AND PLAN
port 10/100/1000
switch
Supports VLAN
configuration
Cisco 3500
Series Switch
3500 Series Cisco WS-C3524-
XL-EN 3500 Series
Catalyst Switch
24 Fa port
2 gigabyte port
Supports VLAN
configuration
US$2995.0
Network cable needed
Category Carrying capacity Typical uses
Cat 6 Fast Ethernet and Ethernet Copper crossover
Cate 5e Gigabit Ethernet, Fast Ethernet
and Ethernet
Copper straight through
Fibre optics Gigabit Ethernet Backbone cabling and Serial
connection
Server Specification
File Server
o 3.5 Ghz CPU
o 8 Gb for 64 bit
o Windows Server 2016 x64
o Microsoft SQL Server 2016
o 1 Tb HDD
Print Server
o 3.5 Ghz CPU
o 8 Gb Ram
o Windows server 2016 x64
o 1 TB hard Disk
PC Specification
o 2.5 Ghz dual core
o Windows 10 enterprise edition
o 4 Gb memory
o 500 Gb HDD
Human Resources and Logistics
Resource Typ Materi Initia Grou Max Std.
Document Page
11
NETWORK REQUIREMENT ANALYSIS AND PLAN
Name e al
Label
ls p .
Unit
s
Rate
Project
manager
Wor
k
P 100
%
$35.00/
hr
Network
Administrat
or
Wor
k
N 100
%
$35.00/
hr
Tester Wor
k
T 100
%
$25.00/
hr
Server
Manager
Wor
k
D 100
%
$35.00/
hr
Cost Estimation Vendor Minimu
m
Maximu
m
Qty Minimu
m Total
Maximu
m Total
Installation and
Configuration (hrs)
Learning With
Technology
100
-
125
$
13,000.0
0
$
16,250.0
0
Consultancy X Network
Consultancy
40-
50
$
8,000.00
$
10,000.0
0
Subtotal $
21,000.0
0
$
26,250.0
0
Tentative timeline specifications
Task Name Duration Start Finish Predecessors Resource Names Cost
Development of
new network
solution for lawyer
Firm
31 days Sat 05-
01-19
Fri 15-
02-19 $13,000.00
Document Page
12
NETWORK REQUIREMENT ANALYSIS AND PLAN
Project Scope 5 days Sat 05-
01-19
Thu 10-
01-19 $1,400.00
Feasibility study
of the project 2 days Sat 05-
01-19
Mon 07-
01-19 Project manager $560.00
Development of
the project charter 2 days
Wed
09-01-
19
Thu 10-
01-19 3 Project manager $560.00
Selection of the
team members 1 day Tue 08-
01-19
Tue 08-
01-19 3 Project manager $280.00
Determination of
key stakeholders,
budget and goals
16 days
Mon
14-01-
19
Mon 04-
02-19 $2,240.00
Creating a list of
stakeholders 1 day
Mon
14-01-
19
Mon 14-
01-19 4,5 Project manager $280.00
Creating a list of
equipment’s 4 days Tue 15-
01-19
Wed
30-01-
19
7
Network
Administrator,Server
Manager
$1,120.00
Analysis of the
cost of the
equipment’s
3 days Thu 31-
01-19
Mon 04-
02-19 8 Network
Administrator $840.00
Requirement
Analysis 7 days
Wed
09-01-
19
Thu 17-
01-19 $2,520.00
Site Survey 2 days
Wed
09-01-
19
Thu 10-
01-19 5
Server
Manager,Network
Administrator
$1,120.00
Analysis of the
business goals 2 days Fri 11-
01-19
Mon 14-
01-19 11 Project manager $560.00
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
13
NETWORK REQUIREMENT ANALYSIS AND PLAN
Arrangement of
meetings 1 day Tue 15-
01-19
Tue 15-
01-19 12 Project manager $280.00
Identification of
hardware needs 2 days
Wed
16-01-
19
Thu 17-
01-19 13 Network
Administrator $560.00
Execution phase 9 days Fri 18-
01-19
Wed
30-01-
19
$3,080.00
Development of
the address plan 2 days Fri 18-
01-19
Mon 21-
01-19 14 Network
Administrator $560.00
Cable layout 3 days Tue 22-
01-19
Thu 24-
01-19 16 Network
Administrator $840.00
Connecting the
hardware devices 2 days Fri 25-
01-19
Mon 28-
01-19 17
Server
Manager,Network
Administrator
$1,120.00
Configuring the
devices 2 days Tue 29-
01-19
Wed
30-01-
19
18 Network
Administrator $560.00
Development of
test plans 6 days Thu 31-
01-19
Thu 07-
02-19 $1,280.00
Development of
communication
plan
1 day Thu 31-
01-19
Thu 31-
01-19 19 Project manager $280.00
Hardware
configuration
testing
3 days Fri 01-
02-19
Tue 05-
02-19 21 Tester $600.00
Functional and
Load testing 2 days
Wed
06-02-
19
Thu 07-
02-19 22 Tester $400.00
Document Page
14
NETWORK REQUIREMENT ANALYSIS AND PLAN
Server upgrade 4 days Fri 08-
02-19
Wed
13-02-
19
23 $1,920.00
File server
Configuration 2 days Fri 08-
02-19
Mon 11-
02-19 23 Server
Manager,Tester $960.00
Print server
Configuration 2 days Tue 12-
02-19
Wed
13-02-
19
25 Server
Manager,Tester $960.00
Project Closure 2 days Thu 14-
02-19
Fri 15-
02-19 $560.00
Project review 1 day Thu 14-
02-19
Thu 14-
02-19 24 Project manager $280.00
Stakeholder sign
off 1 day Fri 15-
02-19
Fri 15-
02-19 28 Project manager $280.00
Document Page
15
NETWORK REQUIREMENT ANALYSIS AND PLAN
Bibliography
[1]. Bartram, A., El-Bizri, N. and Gittens, D. Introduction. In Recto Verso: Redefining the
Sketchbook (pp. 23-32). Routledge., 2016.
[2]. Ferdoush, Sheikh, and Xinrong Li. "Wireless sensor network system design using
Raspberry Pi and Arduino for environmental monitoring applications." Procedia
Computer Science 34 (2014): 103-110.
[3]. Guo, Bingli, Chunming Qiao, Jianping Wang, Hongfang Yu, Yongxia Zuo, Juhao Li,
Zhangyuan Chen, and Yongqi He. "Survivable virtual network design and embedding to
survive a facility node failure." Journal of Lightwave Technology 32, no. 3 (2014): 483-
493.
[4]. Huh, J.H., Otgonchimeg, S. and Seo, K. Advanced metering infrastructure design and test
bed experiment using intelligent agents: focusing on the PLC network base technology
for Smart Grid system. The Journal of Supercomputing, 72(5), pp.1862-1877., 2016.
[5]. Jurado, F. and Rodriguez, P. Sentiment Analysis in monitoring software development
processes: An exploratory case study on GitHub's project issues. Journal of Systems and
Software, 104, pp.82-89., 2015.
[6]. Marchetti, M., Pierazzi, F., Colajanni, M. and Guido, A. Analysis of high volumes of
network traffic for Advanced Persistent Threat detection. Computer Networks, 109,
pp.127-141., 2016.
[7]. McCormack, K.P. and Johnson, W.C. Supply chain networks and business process
orientation: advanced strategies and best practices. CRC Press., 2016.
[8]. Sandhu, R., Gill, H.K. and Sood, S.K. Smart monitoring and controlling of Pandemic
Influenza A (H1N1) using Social Network Analysis and cloud computing. Journal of
Computational Science, 12, pp.11-22., 2016.
[9]. Simmons, J.M. Optical network design and planning. Springer., 2014.
[10]. Tree, Star. "Wireless sensor networks." Self 1, no. R2 (2014): C0.
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]