This document provides a detailed analysis and plan for the network requirements of a lawyer firm, including network design, topology diagram, timeline, and budget estimation.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: NETWORK REQUIREMENT ANALYSIS AND PLAN Advanced Network Design Name of the Student Name of the University Author’s Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
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
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 AddressMas k Dec MaskAssignable Range Broadcast Front Desk 25425410.10.1. 0 /24255.255.255.010.10.1.1- 10.10.1.25 4 10.10.1.25 5 Trainee25425410.10.5. 0 /24255.255.255.010.10.5.1- 10.10.5.25 4 10.10.5.25 5 Researc h Wing 25425410.10.4. 0 /24255.255.255.010.10.4.1- 10.10.4.25 4 10.10.4.25 5 Lawyer25425410.10.3. 0 /24255.255.255.010.10.3.1- 10.10.3.25 10.10.3.25 5
3 NETWORK REQUIREMENT ANALYSIS AND PLAN 4 Finance25425410.10.0. 0 /24255.255.255.010.10.0.1- 10.10.0.25 4 10.10.0.25 5 HR25425410.10.2. 0 /24255.255.255.010.10.2.1- 10.10.2.25 4 10.10.2.25 5 Server2210.10.6. 0 /30255.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
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
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
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
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
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
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
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
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 Nameofthe device SeriesModelFeatures and PortsCost Cisco2811 Router 2800 SeriesCisco2800Series integratedservice router EmbeddedGigabit orFastEthernet port AUXILARY port Console Port US$2,495.00 Cisco 2950 Series Switch 2900 SeriesCisco Catalyst WS- C2950S-24TS-S 24- 24FastEthernet ports US$949.99
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
10 NETWORK REQUIREMENT ANALYSIS AND PLAN port10/100/1000 switch SupportsVLAN configuration Cisco3500 Series Switch 3500 SeriesCiscoWS-C3524- XL-EN 3500 Series Catalyst Switch 24 Fa port 2 gigabyte port SupportsVLAN configuration US$2995.0 Network cable needed CategoryCarrying capacityTypical uses Cat 6Fast Ethernet and EthernetCopper crossover Cate 5eGigabit Ethernet, Fast Ethernet and Ethernet Copper straight through Fibre opticsGigabit EthernetBackbonecablingandSerial connection Server Specification File Server o3.5 Ghz CPU o8 Gb for 64 bit oWindows Server 2016 x64 oMicrosoft SQL Server 2016 o1 Tb HDD Print Server o3.5 Ghz CPU o8 Gb Ram oWindows server 2016 x64 o1 TB hard Disk PC Specification o2.5 Ghz dual core oWindows 10 enterprise edition o4 Gb memory o500 Gb HDD Human Resources and Logistics ResourceTypMateriInitiaGrouMaxStd.
11 NETWORK REQUIREMENT ANALYSIS AND PLAN Nameeal Label lsp. Unit s Rate Project manager Wor k P100 % $35.00/ hr Network Administrat or Wor k N100 % $35.00/ hr TesterWor k T100 % $25.00/ hr Server Manager Wor k D100 % $35.00/ hr Cost EstimationVendorMinimu m Maximu m QtyMinimu m Total Maximu m Total Installationand Configuration (hrs) Learning With Technology 100 - 125 $ 13,000.0 0 $ 16,250.0 0 ConsultancyXNetwork Consultancy 40- 50 $ 8,000.00 $ 10,000.0 0 Subtotal$ 21,000.0 0 $ 26,250.0 0 Tentative timeline specifications Task NameDurationStartFinishPredecessorsResource NamesCost Developmentof newnetwork solution for lawyer Firm 31 daysSat 05- 01-19 Fri15- 02-19$13,000.00
12 NETWORK REQUIREMENT ANALYSIS AND PLAN Project Scope5 daysSat 05- 01-19 Thu10- 01-19$1,400.00 Feasibility study of the project2 daysSat 05- 01-19 Mon 07- 01-19Project manager$560.00 Development of the project charter2 days Wed 09-01- 19 Thu10- 01-193Project manager$560.00 Selection of the team members1 dayTue 08- 01-19 Tue08- 01-193Project manager$280.00 Determination of keystakeholders, budget and goals 16 days Mon 14-01- 19 Mon 04- 02-19$2,240.00 Creating a list of stakeholders1 day Mon 14-01- 19 Mon 14- 01-194,5Project manager$280.00 Creating a list of equipment’s4 daysTue 15- 01-19 Wed 30-01- 19 7 Network Administrator,Server Manager $1,120.00 Analysis of the costofthe equipment’s 3 daysThu 31- 01-19 Mon 04- 02-198Network Administrator$840.00 Requirement Analysis7 days Wed 09-01- 19 Thu17- 01-19$2,520.00 Site Survey2 days Wed 09-01- 19 Thu10- 01-195 Server Manager,Network Administrator $1,120.00 Analysis of the business goals2 daysFri11- 01-19 Mon 14- 01-1911Project manager$560.00
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
15 NETWORK REQUIREMENT ANALYSIS AND PLAN Bibliography [1].Bartram, A., El-Bizri, N. and Gittens, D. Introduction. InRecto Verso: Redefining the Sketchbook(pp. 23-32). Routledge., 2016. [2].Ferdoush, Sheikh, and XinrongLi. "Wireless sensor network system design using RaspberryPiandArduinoforenvironmentalmonitoringapplications."Procedia Computer Science34 (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 Technology32, 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.andJohnson,W.C.Supplychainnetworksandbusinessprocess 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."Self1, no. R2 (2014): C0.