SlideShare a Scribd company logo
1 of 24
Download to read offline
Internet Protocols and Services
Module Code: EM6250
Level: 6
UPGRADING THE NETWORK OF GSM
ASSOCIATES
Members:
W. A. Neranjan Viduranga
Kalani Warnakulasooriya
Thamindi Kariyawasam
Dilan Sarujan Murasolimaran
2
Abstract
As a business’s operations start to grow and become complicated it is wise to have a functional
IT infrastructure to manage those operations in a much smarter way. Hence upgrading an
existing network in a company could make it much easier for that company to manage their
operations.
3
Contents
Introduction ................................................................................................................................5
The existing network of GSM .....................................................................................................6
Requirements for the network upgrade ........................................................................................7
Hardware requirements ...........................................................................................................7
Technology requirements ........................................................................................................7
The Proposed network design......................................................................................................8
Cisco packet tracer design .......................................................................................................9
IP allocation table....................................................................................................................9
Implementation.........................................................................................................................11
Test cases..................................................................................................................................15
Conclusion................................................................................................................................22
References ................................................................................................................................23
Appendices ...............................................................................................................................24
4
List of Figures/Tables
List of Figures
Figure 1 The existing network of GSM Associates......................................................................6
Figure 2 The proposed network design........................................................................................8
Figure 3 Cisco Packet Tracer Design...........................................................................................9
Figure 4 VLAN config in router................................................................................................11
Figure 5 VLAN config in router................................................................................................11
Figure 6 Switch port trunk...........................................................Error! Bookmark not defined.
Figure 7Switch port access..........................................................Error! Bookmark not defined.
Figure 8 VLAN 100 IP config ...................................................................................................13
Figure 9 VLAN 200 IP config ...................................................................................................13
Figure 10 VLAN 400 IP config .................................................................................................14
Figure 11 VLAN 300 IP config .................................................................................................14
List of Tables
Table 1 Address allocation table..................................................................................................9
Table 2 Pinging from VLAN 100 to other VLANs ....................................................................15
Table 3 Pinging from VLAN 200 to other VLANs ....................................................................16
Table 4 Pinging from VLAN 300 to other VLANs ....................................................................17
Table 5 Pinging from VLAN 400 to other VLANs ....................................................................18
Table 6 Ping inside VLAN 100 .................................................................................................19
Table 7 Ping inside VLAN 200 .................................................................................................20
Table 8 Ping inside VLAN 300 .................................................................................................21
Glossary of Terms
VLAN- Virtual Local Area Network
PCs- Personal computers
5
Introduction
GSM Associates is a financial back office which is situated at Sri Lanka. It is the back office of
ASN Partnerships which is located at UK. The main purpose of GSM is meeting all the needs of
all growing small and medium sized entity, sole trades or partnerships. As a back office, the
accountants who are working at GSM does settlements, clearances, record maintenance of clients
and also provide IT services to clients who are working overseas. GSM Associates is currently
using Any Desk application to use and share resources from ASN Partnerships.
6
The existing network of GSM
The above diagram shows the existing network of GSM Associates. There are only 15 PCs, one
IP Phone and two printers connected to the Switch. The organization has not implemented any
VLANs in their existing network. The organization has been only using Any Desk to share and
communicate with each other.
Figure 1 - The existing network of GSM Associates
7
Requirements for the network upgrade
Hardware requirements
 Two extra PCs
In order to increase the efficiency, the company management suggested to add two extra PCs to
the Workstation department.
Technology requirements
VLAN technology
"A VLAN is a network concept. VLANs allow you to create broadcast domains at the OSI
Model layer 2 level, the data link layer. VLANs provide one method of packet identification, and
they allow multiple workloads to coexist on the same physical equipment."(Ibm.com, 2021)
 VLAN configurations
Implementing VLAN configurations to the company network were suggested in order to upgrade
performance of the existing network. By implementing VLANs to the initial network the
company management target to achieve following,
1. Group employees who use the same data recourses, such as voice-over-IP (VoIP) phones,
printers.
2. Restrict access to highly sensitive data by separating from the rest of the network. (Ex: -
separating financial and HR employees in order to assure data security.)
3. To increase network security by, essentially, putting all critical traffic and the employees
who have access to it on a separate network
8
The Proposed network design
The newly proposed network design divides existing network in to 4 Virtual Local Area
Networks as Workstation Department, Company Finance Department, HR Department and
Admin. Due to the frequent communication between ASN partnerships and GSM associates, an
IP phone, which was used by the whole network before, is added to the workstation Dept. in
order to directly connect with their clients. To create hard copies of important documents, one of
the two printers used in the existing network is assign to this workstation VLAN. Also, two extra
PCs are added to the workstation Dept. according to the client requirements.
Company finance Dept. consists of two PCs and one printer. They look after the financial state of
the GSM associates. HR Dept. has 2 PCs and the Admin VLAN consists of one PC, which is
used by the network administrator in order to manage the network of GSM associates. Total
numbers of end devices are mentioned in below.
1. Workstation Department – 12 PCs, IP Phone and a printer
2. Company finance Department – 2 PCs and a printer
3. HR Department – 2 PCs
4. Admin – 1 PC
Figure 2 - The proposed network design
9
Cisco packet tracer design
IP allocation table
Department No: of
devices
Starting IP Ending IP Subnet mask Default
gateway
VLAN
ID
Workstations 14 192.168.10.0 192.168.10.31 255.255.255.224 192.168.10.1 100
Company
finance
3 192.168.10.32 192.168.10.39 255.255.255.248 192.168.10.33 200
HR 2 192.168.10.40 192.168.10.47 255.255.255.248 192.168.10.41 300
Admin 1 192.168.10.48 192.168.10.51 255.255.255.252 192.168.10.49 400
Table 1 Address allocation table
Figure 3 - Cisco Packet Tracer Design
10
IP address range 192.168.0.0 – 192.168.255.255 will be used in configurations hence "By
universally recognizing these ranges as private and non-routable in the Internet, multiple
organizations can use these ranges internally without causing a conflict with public Internet
addresses. If an organization attempts to route these networks externally, the traffic is filtered
and dropped by the Internet Service Provider." (IP Addressing Guide Revision: H1CY11, n.d.)
This IP address range is in class C and in private IP address range which is ideal for internal use
for a small company network.
11
Implementation
01. VLAN configuration in the router
Figure 4 - VLAN configuration in router
Figure 5 - VLAN configuration in router
12
02. Switch port trunk
Figure 6 - Switch port trunk
03. Switch port access
Figure 7 - Switch port access
13
05. IP configuration in PCs
Figure 8 - VLAN 100 IP configurations
Figure 9 - VLAN 200 IP configuration
14
Figure 11 - VLAN 300 IP configuration
Figure 10 - VLAN 400 IP configuration
15
Test cases
Test case 1
Table 2 Pinging from VLAN 100 to other VLANs
Test type: – Pinging from VLAN 100 to other
VLANs
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss Pass
16
Test case 2
Table 3 Pinging from VLAN 200 to other VLANs
Test type: – Pinging form VLAN 200 to other
VLANs
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity
using “Ping” command.
Expected 0% packet
loss
0% packet loss Pass
17
Test case 3
Table 4 Pinging from VLAN 300 to other VLANs
Test type: – Pinging from VLAN 300 to other
VLANs
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss Pass
18
Test Case 04
Table 5 Pinging from VLAN 400 to other VLANs
Test type: – Pinging from VLAN 400 to other
VLANs
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss
(192.168.10.8
shows 25% of
packet loss)
Pass
19
Test Case 05
Table 6 Ping inside VLAN 100
Test type: – Ping inside VLAN 100 (from pc2 to
pc5)
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss Pass
20
Test Case 06
Table 7Ping inside VLAN 200
Test type: – Ping inside VLAN 200 (pc12 to
printer1)
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss Pass
21
Test Case 07
Table 8 Ping inside VLAN 300
Test type: –
Ping inside VLAN 300 (pc14 to pc15)
Date:12/03/2021
Activity Expected output Original output Pass/Fail
Check connectivity using
“Ping” command.
Expected 0% packet
loss
0% packet loss Pass
22
Conclusion
By completing this group work all the members have gained and improved their knowledge on
IP addressing and on designing a network and doing configurations.
23
References
Ibm.com. (2021). IBM Cloud Docs. [online] Available at:
https://cloud.ibm.com/docs/vlans?topic=vlans-about-vlans [Accessed 11 Mar. 2021].
IP Addressing Guide Revision: H1CY11. (n.d.). [online] . Available at:
https://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise/design-zone-smart-business-
architecture/sba_ipAddr_dg.pdf.
24
Appendices
Name of the Member Contribution
Kalani Warnakulasooriya Drawing the designs of the network
Thamindi Kariyawasam Written parts of the report.
W.A. Neranjan Viduranga Configuring the Cisco Packet Tracer
Dilan Sarujan Murasolimaran Finding the client and written parts of the
report

More Related Content

Similar to UPGRADING THE NETWORK OF GSM ASSOCIATES

The Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetThe Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetMeshDynamics
 
Network assignment on project design
Network assignment on project designNetwork assignment on project design
Network assignment on project designTotal Assignment Help
 
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...Petr Nemec
 
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docx
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docxOption #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docx
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docxcherishwinsland
 
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docxRunning head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docxtodd581
 
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docxRunning head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docxglendar3
 
NetworkDesign.CommunityPartnership
NetworkDesign.CommunityPartnershipNetworkDesign.CommunityPartnership
NetworkDesign.CommunityPartnershipJames Bussone
 
ComputerNetworksAssignment
ComputerNetworksAssignmentComputerNetworksAssignment
ComputerNetworksAssignmentRebecca Patient
 
Module name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdfModule name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdffreddysarabia1
 
Eng.Abd Elrhman.doc
Eng.Abd Elrhman.docEng.Abd Elrhman.doc
Eng.Abd Elrhman.docINOGHOST
 
LD7007 Network Security.docx
LD7007 Network Security.docxLD7007 Network Security.docx
LD7007 Network Security.docxstirlingvwriters
 
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docx
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docxRiordan Manufacturing SR-rm-00-7 Analysis of WAN.docx
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docxjoellemurphey
 
Case study for it03 roshan
Case study for it03 roshanCase study for it03 roshan
Case study for it03 roshanrosu555
 
NT2799 FINAL CAPSTONE PROJECT.DOCX
NT2799 FINAL CAPSTONE PROJECT.DOCXNT2799 FINAL CAPSTONE PROJECT.DOCX
NT2799 FINAL CAPSTONE PROJECT.DOCXFred Abram III
 
Cilent to server network plan
Cilent to server network planCilent to server network plan
Cilent to server network planRicky Asher
 

Similar to UPGRADING THE NETWORK OF GSM ASSOCIATES (20)

The Abstracted Network for Industrial Internet
The Abstracted Network for Industrial InternetThe Abstracted Network for Industrial Internet
The Abstracted Network for Industrial Internet
 
NOTES
NOTESNOTES
NOTES
 
Network assignment on project design
Network assignment on project designNetwork assignment on project design
Network assignment on project design
 
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
Whitepaper: Mobile Networks in a smart digital future - deploying a platform ...
 
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docx
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docxOption #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docx
Option #1 Mastery Finance CalculationsProblem 1Hologram Corpo.docx
 
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docxRunning head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
 
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docxRunning head NETWORK INFRASTRUCTURE AND SECURITY  1NETWOR.docx
Running head NETWORK INFRASTRUCTURE AND SECURITY 1NETWOR.docx
 
Final project report
Final project reportFinal project report
Final project report
 
THESIS.pptx
THESIS.pptxTHESIS.pptx
THESIS.pptx
 
Comprehensive AAP
Comprehensive AAPComprehensive AAP
Comprehensive AAP
 
NetworkDesign.CommunityPartnership
NetworkDesign.CommunityPartnershipNetworkDesign.CommunityPartnership
NetworkDesign.CommunityPartnership
 
ComputerNetworksAssignment
ComputerNetworksAssignmentComputerNetworksAssignment
ComputerNetworksAssignment
 
Module name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdfModule name is Networks 512 As the demand for faster and .pdf
Module name is Networks 512 As the demand for faster and .pdf
 
Eng.Abd Elrhman.doc
Eng.Abd Elrhman.docEng.Abd Elrhman.doc
Eng.Abd Elrhman.doc
 
Lis 4482 final report
Lis 4482 final reportLis 4482 final report
Lis 4482 final report
 
LD7007 Network Security.docx
LD7007 Network Security.docxLD7007 Network Security.docx
LD7007 Network Security.docx
 
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docx
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docxRiordan Manufacturing SR-rm-00-7 Analysis of WAN.docx
Riordan Manufacturing SR-rm-00-7 Analysis of WAN.docx
 
Case study for it03 roshan
Case study for it03 roshanCase study for it03 roshan
Case study for it03 roshan
 
NT2799 FINAL CAPSTONE PROJECT.DOCX
NT2799 FINAL CAPSTONE PROJECT.DOCXNT2799 FINAL CAPSTONE PROJECT.DOCX
NT2799 FINAL CAPSTONE PROJECT.DOCX
 
Cilent to server network plan
Cilent to server network planCilent to server network plan
Cilent to server network plan
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

UPGRADING THE NETWORK OF GSM ASSOCIATES

  • 1. Internet Protocols and Services Module Code: EM6250 Level: 6 UPGRADING THE NETWORK OF GSM ASSOCIATES Members: W. A. Neranjan Viduranga Kalani Warnakulasooriya Thamindi Kariyawasam Dilan Sarujan Murasolimaran
  • 2. 2 Abstract As a business’s operations start to grow and become complicated it is wise to have a functional IT infrastructure to manage those operations in a much smarter way. Hence upgrading an existing network in a company could make it much easier for that company to manage their operations.
  • 3. 3 Contents Introduction ................................................................................................................................5 The existing network of GSM .....................................................................................................6 Requirements for the network upgrade ........................................................................................7 Hardware requirements ...........................................................................................................7 Technology requirements ........................................................................................................7 The Proposed network design......................................................................................................8 Cisco packet tracer design .......................................................................................................9 IP allocation table....................................................................................................................9 Implementation.........................................................................................................................11 Test cases..................................................................................................................................15 Conclusion................................................................................................................................22 References ................................................................................................................................23 Appendices ...............................................................................................................................24
  • 4. 4 List of Figures/Tables List of Figures Figure 1 The existing network of GSM Associates......................................................................6 Figure 2 The proposed network design........................................................................................8 Figure 3 Cisco Packet Tracer Design...........................................................................................9 Figure 4 VLAN config in router................................................................................................11 Figure 5 VLAN config in router................................................................................................11 Figure 6 Switch port trunk...........................................................Error! Bookmark not defined. Figure 7Switch port access..........................................................Error! Bookmark not defined. Figure 8 VLAN 100 IP config ...................................................................................................13 Figure 9 VLAN 200 IP config ...................................................................................................13 Figure 10 VLAN 400 IP config .................................................................................................14 Figure 11 VLAN 300 IP config .................................................................................................14 List of Tables Table 1 Address allocation table..................................................................................................9 Table 2 Pinging from VLAN 100 to other VLANs ....................................................................15 Table 3 Pinging from VLAN 200 to other VLANs ....................................................................16 Table 4 Pinging from VLAN 300 to other VLANs ....................................................................17 Table 5 Pinging from VLAN 400 to other VLANs ....................................................................18 Table 6 Ping inside VLAN 100 .................................................................................................19 Table 7 Ping inside VLAN 200 .................................................................................................20 Table 8 Ping inside VLAN 300 .................................................................................................21 Glossary of Terms VLAN- Virtual Local Area Network PCs- Personal computers
  • 5. 5 Introduction GSM Associates is a financial back office which is situated at Sri Lanka. It is the back office of ASN Partnerships which is located at UK. The main purpose of GSM is meeting all the needs of all growing small and medium sized entity, sole trades or partnerships. As a back office, the accountants who are working at GSM does settlements, clearances, record maintenance of clients and also provide IT services to clients who are working overseas. GSM Associates is currently using Any Desk application to use and share resources from ASN Partnerships.
  • 6. 6 The existing network of GSM The above diagram shows the existing network of GSM Associates. There are only 15 PCs, one IP Phone and two printers connected to the Switch. The organization has not implemented any VLANs in their existing network. The organization has been only using Any Desk to share and communicate with each other. Figure 1 - The existing network of GSM Associates
  • 7. 7 Requirements for the network upgrade Hardware requirements  Two extra PCs In order to increase the efficiency, the company management suggested to add two extra PCs to the Workstation department. Technology requirements VLAN technology "A VLAN is a network concept. VLANs allow you to create broadcast domains at the OSI Model layer 2 level, the data link layer. VLANs provide one method of packet identification, and they allow multiple workloads to coexist on the same physical equipment."(Ibm.com, 2021)  VLAN configurations Implementing VLAN configurations to the company network were suggested in order to upgrade performance of the existing network. By implementing VLANs to the initial network the company management target to achieve following, 1. Group employees who use the same data recourses, such as voice-over-IP (VoIP) phones, printers. 2. Restrict access to highly sensitive data by separating from the rest of the network. (Ex: - separating financial and HR employees in order to assure data security.) 3. To increase network security by, essentially, putting all critical traffic and the employees who have access to it on a separate network
  • 8. 8 The Proposed network design The newly proposed network design divides existing network in to 4 Virtual Local Area Networks as Workstation Department, Company Finance Department, HR Department and Admin. Due to the frequent communication between ASN partnerships and GSM associates, an IP phone, which was used by the whole network before, is added to the workstation Dept. in order to directly connect with their clients. To create hard copies of important documents, one of the two printers used in the existing network is assign to this workstation VLAN. Also, two extra PCs are added to the workstation Dept. according to the client requirements. Company finance Dept. consists of two PCs and one printer. They look after the financial state of the GSM associates. HR Dept. has 2 PCs and the Admin VLAN consists of one PC, which is used by the network administrator in order to manage the network of GSM associates. Total numbers of end devices are mentioned in below. 1. Workstation Department – 12 PCs, IP Phone and a printer 2. Company finance Department – 2 PCs and a printer 3. HR Department – 2 PCs 4. Admin – 1 PC Figure 2 - The proposed network design
  • 9. 9 Cisco packet tracer design IP allocation table Department No: of devices Starting IP Ending IP Subnet mask Default gateway VLAN ID Workstations 14 192.168.10.0 192.168.10.31 255.255.255.224 192.168.10.1 100 Company finance 3 192.168.10.32 192.168.10.39 255.255.255.248 192.168.10.33 200 HR 2 192.168.10.40 192.168.10.47 255.255.255.248 192.168.10.41 300 Admin 1 192.168.10.48 192.168.10.51 255.255.255.252 192.168.10.49 400 Table 1 Address allocation table Figure 3 - Cisco Packet Tracer Design
  • 10. 10 IP address range 192.168.0.0 – 192.168.255.255 will be used in configurations hence "By universally recognizing these ranges as private and non-routable in the Internet, multiple organizations can use these ranges internally without causing a conflict with public Internet addresses. If an organization attempts to route these networks externally, the traffic is filtered and dropped by the Internet Service Provider." (IP Addressing Guide Revision: H1CY11, n.d.) This IP address range is in class C and in private IP address range which is ideal for internal use for a small company network.
  • 11. 11 Implementation 01. VLAN configuration in the router Figure 4 - VLAN configuration in router Figure 5 - VLAN configuration in router
  • 12. 12 02. Switch port trunk Figure 6 - Switch port trunk 03. Switch port access Figure 7 - Switch port access
  • 13. 13 05. IP configuration in PCs Figure 8 - VLAN 100 IP configurations Figure 9 - VLAN 200 IP configuration
  • 14. 14 Figure 11 - VLAN 300 IP configuration Figure 10 - VLAN 400 IP configuration
  • 15. 15 Test cases Test case 1 Table 2 Pinging from VLAN 100 to other VLANs Test type: – Pinging from VLAN 100 to other VLANs Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 16. 16 Test case 2 Table 3 Pinging from VLAN 200 to other VLANs Test type: – Pinging form VLAN 200 to other VLANs Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 17. 17 Test case 3 Table 4 Pinging from VLAN 300 to other VLANs Test type: – Pinging from VLAN 300 to other VLANs Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 18. 18 Test Case 04 Table 5 Pinging from VLAN 400 to other VLANs Test type: – Pinging from VLAN 400 to other VLANs Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss (192.168.10.8 shows 25% of packet loss) Pass
  • 19. 19 Test Case 05 Table 6 Ping inside VLAN 100 Test type: – Ping inside VLAN 100 (from pc2 to pc5) Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 20. 20 Test Case 06 Table 7Ping inside VLAN 200 Test type: – Ping inside VLAN 200 (pc12 to printer1) Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 21. 21 Test Case 07 Table 8 Ping inside VLAN 300 Test type: – Ping inside VLAN 300 (pc14 to pc15) Date:12/03/2021 Activity Expected output Original output Pass/Fail Check connectivity using “Ping” command. Expected 0% packet loss 0% packet loss Pass
  • 22. 22 Conclusion By completing this group work all the members have gained and improved their knowledge on IP addressing and on designing a network and doing configurations.
  • 23. 23 References Ibm.com. (2021). IBM Cloud Docs. [online] Available at: https://cloud.ibm.com/docs/vlans?topic=vlans-about-vlans [Accessed 11 Mar. 2021]. IP Addressing Guide Revision: H1CY11. (n.d.). [online] . Available at: https://www.cisco.com/c/dam/en/us/solutions/collateral/enterprise/design-zone-smart-business- architecture/sba_ipAddr_dg.pdf.
  • 24. 24 Appendices Name of the Member Contribution Kalani Warnakulasooriya Drawing the designs of the network Thamindi Kariyawasam Written parts of the report. W.A. Neranjan Viduranga Configuring the Cisco Packet Tracer Dilan Sarujan Murasolimaran Finding the client and written parts of the report