SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1738
Network-Level Redundancy for Campus LAN
Khaing Khaing Wai
Department of Information Technology Support and Maintenance,
University of Computer Studies, Mandalay, Myanmar
How to cite this paper: Khaing Khaing
Wai "Network-Level Redundancy for
Campus LAN"
Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August 2019, pp.1738-1743,
https://doi.org/10.31142/ijtsrd26768
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
A network redundancy is a key factor to consider for maintaining network
reliability. Redundancy is one of special importance in industrial process
applications and in safety-critical system where network, down time could
cause serious problems and production could stop. So, redundancy will be
needed to consider to ensure that hosts maintaining network connectivity in
the event of failure of one device serving. In thissystem, campusA and campus
B connected point to point link. In the campus A, ether channel and the
redundancy protocol is running, and the campus B is running VoIP service.
Between the two campuses used Open Shortest Path Fast (OSPF) routing
protocols for the routing among different networks. In the campus A, the Vlan
Trunking Protocols (VTP) is used and Rapid Per Vlan Spanning Tree+
(RPVST+) is also used to avoid the loop among switches. Ether channelisused
to get load balancing and VoIP is also running. The two routers at the edge of
core layer are running the Network Address Transition (NAT) to connect the
outside world. This system designed, built DHCP, HSRP, GLBP, Ether channel,
OSPF, NAT, STP, VLAN, RPVST+, VTP, VoIP and simulated using Cisco Packet
Tracer. The results showed that network design is viable andimplementation.
KEYWORDS: Network Protocols, Network Redundancy, Cisco Packet Tracer
1. INTRODUCTION
The sole concept of network redundancy is to provide
alternate and efficient paths for data to travel along in case a
cable is broken or a connector accidentally unplugged.
Ethernet as standard does not have rings or loops in the
network because it will cause broadcast storms and can
ultimately cause the network to stop functioning. To
withstand with redundancy, network building structure
mainly the switches and routers [6] used in the network
must support redundancy protocols designed to avoid the
usual problems of putting loops into a network.
Today, business requires reliable network connectivity and
access to corporate resources. Connections to and from
business units, vendors and SOHOs are all equallyimportant
to keep the continuity when needed. Business runs all day,
every day and even in off hours. Most companies run
operations around the clock, seven days a week so it’s
important to realize that to keep a solid business continuity
strategy, redundancy technologiesshouldbe considered and
should be implemented [3].
Network redundancy is a simple concept to understand. If
you have a single point of failure and it fails you, then you
have nothing to rely on. If you put in a secondary (or
tertiary) method of access, then when the main connection
goes down, you will have a way to connect to resources and
keep the business operational [5].
The purpose of this system is to build the redundancy
system. Redundancy means that there are backup
components in place to ensure that if a networking card,
power supply, or Ethernet cable fails, your business will not
suffer because a source is in place to take over if the primary
source fails [6]. Another termusedtodescriberedundancyis
high availability, because oftheincreased availabilitytoyour
resources. We have achieved redundancy by ensuring your
server has everything that it needs (including power and
network source). So in the case of networking, a redundant
connection would include two Ethernet cables going to two
separate routers from two separate network cards
connecting to our backbone ISP providers.
The more common approach a highly available directory
service is to use redundant server components. Redundant
solutions are usually less expensive, easier to implement,
and easier to manage. During a failure, a redundant system
might provide poor availability. Imagine, for example, an
environment in which the load is shared between two
redundant server components. The failure of one server
component might put an excessive load on the other server,
making this sever respond more slowly to client requests.
A slow response might be consideredafailureforclientsthat
rely on quick response times. In other words, theavailability
of the service, even though the service is operational, might
not meet the availability requirements of the client.
2. PROPOSED SYSTEM
Figure 1 shows infrastructure design for campus buildings.
The campus A is running ether channels and redundancy
protocols. At the upper edge routes are running NAT and
they can connect to the outside internet. In thecampusB, we
use the VoIP phones and it can communicate with the other
networks in the redundancy campus.
IJTSRD26768
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1739
Figure1. Network Infrastructure Design
3. IMPLEMENTION
In this design, four Cisco 1900 series routers, four Cisco
2960 series switches, personal computers (PCs), two IP
phones are used as main networking components. Gateway
Load Balancing Protocol (GLBP) is used for redundancy.
Ether channel is a form of link aggregation used in switched
networks. It also provides redundancy because the overall
link is viewed as on logical connection by Spanning Tree
Protocol (STP). If one physical link within channel goes
down, this does not cause a change in the topology and does
not require STP recalculation. RPVST+s support 802.1q and
works as IEEE 802.1w. Vlan VTPs and RPVST+ are used to
avoid the loop among switches. In this system OSPFprotocol
is used to route and to get connections betweenthedifferent
networks. NAT is also used the system to connect with
outside network.
3.1 Redundancy Configuration
R02(config)#interface g0/1
R02(config-if)#glbp 1 ip 192.168.1.254
R02(config-if)#glbp 1 preempt
R02(config-if)#glbp 1 priority 150
R02(config-if)#glbp 1 load-balancing round-robin
R03(config)#interface g0/0
R03(config-if)#glbp 1 ip 192.168.1.254
R02(config-if)#glbp 1 load-balancing round-robin
3.2 EtherChannel Configuration on Switches
SW01(config)#interface range f0/3-4
SW01(config-if)#shutdown
SW01(config-if)#channel-group 1 mode desirable
SW01(config-if)#no shut
SW01(config-if)#interface port-channel 1
SW01(config-if)#switchport mode trunk
SW01(config)#interface range f0/5-6
SW01(config-if)#shutdown
SW01(config-if)#channel-group 3 mode desirable
SW01(config-if)#no shut
SW01(config-if)#interface port-channel 3
SW01(config-if)#switchport mode trunk
SW02(config)#interface range f0/3-4
SW02(config-if)#shutdown
SW02(config-if)#channel-group 1 mode desirable
SW02(config-if)#no shut
SW02(config-if)#interface port-channel 1
SW02(config-if)#switchport mode trunk
SW02(config)#interface range f0/1-2
SW02(config-if)#shutdown
SW02(config-if)#channel-group 2 mode desirable
SW02(config-if)#no shut
SW02(config-if)#interface port-channel 2
SW02(config-if)#switchport mode trunk
SW03(config)#interface range f0/1-2
SW03(config-if)#shutdown
SW03(config-if)#channel-group 2 mode desirable
SW03(config-if)#no shut
SW03(config-if)#interface port-channel 2
SW03(config-if)#switchport mode trunk
SW03(config)#interface range f0/5-6
SW03(config-if)#shutdown
SW03(config-if)#channel-group 3 mode desirable
SW03(config-if)#no shut
SW03(config-if)#interface port-channel 3
SW03(config-if)#switchport mode trunk
3.3 OSPF Configuration on Routers
R01(config)#router ospf 10
R01(config-router)#router-id 1.1.1.1
R01(config-router)#log-adjacency-changes
R01(config-router)#network 192.168.3.0 0.0.0.255 area 0
R01(config-router)#network 192.168.2.0 0.0.0.255 area 0
R01(config-router)#network 192.168.10.0 0.0.0.255 area0
R01(config-router)#network 192.168.11.0 0.0.0.255 area 0
R01(config-router)#network 192.168.12.0 0.0.0.255 area 0
R01(config-router)#network 203.81.64.192 0.0.0.7 area 0
R02(config)#router ospf 10
R02(config-router)#router-id 2.2.2.2
R02(config-router)#log-adjacency-changes
R02(config-router)#network 192.168.2.0 0.0.0.255 area 0
R02(config-router)#network 192.168.4.0 0.0.0.255 area 0
R02(config-router)#network 192.168.10.0 0.0.0.255 area 0
R02(config-router)#network 192.168.11.0 0.0.0.255 area 0
R02(config-router)#network 192.168.12.0 0.0.0.255 area 0
R03(config)#router ospf 10
R03(config-router)#router-id 3.3.3.3
R03(config-router)#log-adjacency-changes
R03(config-router)#network 192.168.3.0 0.0.0.255 area 0
R03(config-router)#network 192.168.4.0 0.0.0.255 area 0
R03(config-router)#network 192.168.10.0 0.0.0.255 area 0
R03(config-router)#network 192.168.11.0 0.0.0.255 area 0
R03(config-router)#network 192.168.12.0 0.0.0.255 area 0
3.4 VoIP Services Configuration
R04(config)#telephony-service
R04(config-telephony)#max-ephones 5
R04(config-telephony)#max-dn5
R04(config-telephony)#ip source-address 192.168.1.1 port
2000
R04(config-telephony)#auto assign 1 to 9
R04(config)#ephone-dn 1
R04(config-ephone-dn)#number 100
R04(config)#ephone-dn 2
R04(config-ephone-dn)#number 200
3.5 NAT Configuration
R01(config)# ip nat inside source list1interface Serial0/1/0
overload
R01(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1740
R01(config)# access-list 1 permit 192.168.0.0 0.0.255.255
R01(config)# interface GigabitEthernet0/1
R01(config-if)# ip address 192.168.3.1 255.255.255.0
R01(config-if)# ip nat inside
R01(config)# interface GigabitEthernet0/0
R01(config-if)# ip address 192.168.2.1 255.255.255.0
R01(config-if)# ip nat inside
R01(config)# interface Serial0/1/0
R01(config-if)# ip address 203.81.64.193 255.255.255.248
R01(config-if)# ip nat outside
R04(config)# interface GigabitEthernet0/0
R04(config-if)# ip address 192.168.1.1 255.255.255.0
R04(config-if)# ip nat inside
R04(config)# interface Serial0/1/0
R04(config-if)# ip address 203.81.64.194 255.255.255.248
R04(config-if)# ip nat outside
R04(config)# ip nat inside source list1interface Serial0/1/0
overload
R04(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0
R04(config)# access-list 1 permit 192.168.1.0 0.0.0.255
3.6 RPVST+ Configuration on Switches
SW01(config)# spanning-tree mode rapid-pvst
SW01(config)# spanning-tree vlan 10 root primary
SW01(config)# spanning-tree vlan 11-13 root secondary
SW02(config)# spanning-tree mode rapid-pvst
SW02(config)# spanning-tree vlan 11 root primary
SW02(config)# spanning-tree vlan 10,12,13 root secondary
SW03(config)# spanning-tree mode rapid-pvst
SW03(config)# spanning-tree vlan 12 root primary
SW03(config)# spanning-tree vlan 10,11,13 root secondary
3.7 Testing Result
The following figures show the result for the system.
Figure2. Ether channel Testing in Switch SW01
Figure3. Ether channel Testing in Switch SW02
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1741
Figure4. Ether channel Testing in Switch SW03
Figure5. OSPF Testing on Cisco Router 01
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1742
Figure6. Testing Result for VLAN
Figure7. Redundancy Protocol GLBP Testing
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1743
4. CONCLUSION
Redundant devices, such as multilayer switches or routers,
provide the capability for a client to use an alternate default
gateway when primary default gateway fails. First Host
Redundancy protocols, such as HSRP, VRRP, and GLBP
provide alternate default gateways for hosts in the
redundant router or multilayer switched environment. In
this system, a network redundancyisakeyfactor to consider
for maintaining network reliability. So, Layer 3 redundancy
will be needed to consider to ensure that hosts maintain
connectivity in the event of link failure of one device serving
as a default gateway for a VLAN or set of VLANs.
5. REFERENCES
[1] James F. Kurose & KeithW.Ross,“Computer Network A
Top Down Approach”, 6th ed., 2013.
[2] “Network Basics Companion Guide, Cisco Networking
Academy, Cisco Press, 2014.
[3] Cisco Systems Inc. http://www.cisco.com
[4] Khaing Khaing Wai et. al. / International Journal of
New Technologies in Science and Engineering, Vol. 6,
Issue. 5, 2019.
[5] http://techgenix.com/importance-network-
redundancy/
[6] Todd Lammle, "CCNA", sixth Edition
[7] Nathaniel S. Tarkaa, Paul I. Iannah, IsaacT. Iber"design
and simulation of local areanetwork usingciscopocket
tracer", the International Journal of Engineering and
Science (IJES), volume 6, issue 10, page 63-77, 2017.
[8] Current, John R., Charles S. ReVelle, and Jared L.Cohon.
"The hierarchical network design problem." European
Journal of Operational Research 27.1 (1986): 57-66.
[9] Paulami Pathak, Sayanti Majumder, Chandra mondal,
prof. Manikandan K "College Network Scenario
Implementation by Using Cisco Packet Tracer",
InternationalJournalof AdvanceResearchinComputer
and Communication Engineering (IJARCCE), volume7,
issue 1, January 2017.
[10] Garima Jain, Nasreen Noorani, Nisha Kiran, Sourabh
Sharma, Designing & simulation of topology network
using Packet Tracer, International Research Journal of
Engineering and Technology (IRJET), 2(2), 2015.

More Related Content

What's hot

Zigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusZigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusIJMER
 
Network Cabling http://www.innovaglobal.com 877-448-4968
Network Cabling http://www.innovaglobal.com 877-448-4968Network Cabling http://www.innovaglobal.com 877-448-4968
Network Cabling http://www.innovaglobal.com 877-448-4968Innova Global Technology
 
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACK
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACKAN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACK
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACKIJCNCJournal
 
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKS
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKSEFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKS
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKSijwmn
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
IRJET- Universal Network Setup for Advanced Communication
IRJET- Universal Network Setup for Advanced CommunicationIRJET- Universal Network Setup for Advanced Communication
IRJET- Universal Network Setup for Advanced CommunicationIRJET Journal
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
Jan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsJan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsIKT-Norge
 
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3Eswar Publications
 
IRJET- A Survey on Mobility in RPL for IoT Applications
IRJET- A Survey on Mobility in RPL for IoT ApplicationsIRJET- A Survey on Mobility in RPL for IoT Applications
IRJET- A Survey on Mobility in RPL for IoT ApplicationsIRJET Journal
 
Ccna interview questions
Ccna interview questions Ccna interview questions
Ccna interview questions Hub4Tech.com
 
Campas network design overview
Campas network design overviewCampas network design overview
Campas network design overviewAnushka Hapuhinna
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6Nil Menon
 
Cover Letter & Proposal - Network Infrastructure Plan
Cover Letter & Proposal - Network Infrastructure PlanCover Letter & Proposal - Network Infrastructure Plan
Cover Letter & Proposal - Network Infrastructure PlanRob Decker
 

What's hot (16)

Zigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart CampusZigbee Based Wireless Sensor Networks for Smart Campus
Zigbee Based Wireless Sensor Networks for Smart Campus
 
Network Cabling http://www.innovaglobal.com 877-448-4968
Network Cabling http://www.innovaglobal.com 877-448-4968Network Cabling http://www.innovaglobal.com 877-448-4968
Network Cabling http://www.innovaglobal.com 877-448-4968
 
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACK
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACKAN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACK
AN EXPERIMENTAL STUDY OF IOT NETWORKS UNDER INTERNAL ROUTING ATTACK
 
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKS
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKSEFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKS
EFFICIENTLY SECURE BROADCASTING IN 5G WIRELESS FOG-BASED-FRONTHAUL NETWORKS
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Week 8 Powerpoint
Week 8 PowerpointWeek 8 Powerpoint
Week 8 Powerpoint
 
IRJET- Universal Network Setup for Advanced Communication
IRJET- Universal Network Setup for Advanced CommunicationIRJET- Universal Network Setup for Advanced Communication
IRJET- Universal Network Setup for Advanced Communication
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Jan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsJan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teams
 
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3
An Experimental of IPv6 Address Assignment for Global Unicast Address Using NS-3
 
IRJET- A Survey on Mobility in RPL for IoT Applications
IRJET- A Survey on Mobility in RPL for IoT ApplicationsIRJET- A Survey on Mobility in RPL for IoT Applications
IRJET- A Survey on Mobility in RPL for IoT Applications
 
Ccna interview questions
Ccna interview questions Ccna interview questions
Ccna interview questions
 
Campas network design overview
Campas network design overviewCampas network design overview
Campas network design overview
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
Cover Letter & Proposal - Network Infrastructure Plan
Cover Letter & Proposal - Network Infrastructure PlanCover Letter & Proposal - Network Infrastructure Plan
Cover Letter & Proposal - Network Infrastructure Plan
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 

Similar to Campus LAN Redundancy Using Network Protocols

IRJET - Designing a High Level Corporate Network Infrastructure with MPLS Cloud
IRJET - Designing a High Level Corporate Network Infrastructure with MPLS CloudIRJET - Designing a High Level Corporate Network Infrastructure with MPLS Cloud
IRJET - Designing a High Level Corporate Network Infrastructure with MPLS CloudIRJET Journal
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Kimberly Jones
 
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET Journal
 
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...IRJET Journal
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIRJET Journal
 
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADAPratik Aggarwal
 
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADAPratik Aggarwal
 
Implementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportImplementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportJatin Singh
 
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless NetworkEnsuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless NetworkIJSRED
 
IRJET - Improving TCP Performance in Wireless Networks
IRJET -  	  Improving TCP Performance in Wireless NetworksIRJET -  	  Improving TCP Performance in Wireless Networks
IRJET - Improving TCP Performance in Wireless NetworksIRJET Journal
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET Journal
 
Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Cisco Service Provider
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...IRJET Journal
 
Configuration of Residential Network using Enhanced Interior Gateway Routing ...
Configuration of Residential Network using Enhanced Interior Gateway Routing ...Configuration of Residential Network using Enhanced Interior Gateway Routing ...
Configuration of Residential Network using Enhanced Interior Gateway Routing ...ijtsrd
 
On the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentOn the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentIJCNCJournal
 

Similar to Campus LAN Redundancy Using Network Protocols (20)

IRJET - Designing a High Level Corporate Network Infrastructure with MPLS Cloud
IRJET - Designing a High Level Corporate Network Infrastructure with MPLS CloudIRJET - Designing a High Level Corporate Network Infrastructure with MPLS Cloud
IRJET - Designing a High Level Corporate Network Infrastructure with MPLS Cloud
 
Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...Disadvantages And Disadvantages Of Wireless Networked And...
Disadvantages And Disadvantages Of Wireless Networked And...
 
C0343015019
C0343015019C0343015019
C0343015019
 
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
 
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...
IRJET - Designing a High Level Co-Orporeate Network Infrastructure with MPLS ...
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
 
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
 
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADANETWORKING, COMMUNICATION SYSTEMS AND SCADA
NETWORKING, COMMUNICATION SYSTEMS AND SCADA
 
Implementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- reportImplementation of intelligent wide area network(wan)- report
Implementation of intelligent wide area network(wan)- report
 
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless NetworkEnsuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
 
IRJET - Improving TCP Performance in Wireless Networks
IRJET -  	  Improving TCP Performance in Wireless NetworksIRJET -  	  Improving TCP Performance in Wireless Networks
IRJET - Improving TCP Performance in Wireless Networks
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
 
Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...Application Engineered Routing Enables Applications and Network Infrastructur...
Application Engineered Routing Enables Applications and Network Infrastructur...
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
Performance Analysis of Energy Efficient Cross Layer Load Balancing in Tactic...
 
BACKBONE NETWORKS
BACKBONE NETWORKSBACKBONE NETWORKS
BACKBONE NETWORKS
 
Configuration of Residential Network using Enhanced Interior Gateway Routing ...
Configuration of Residential Network using Enhanced Interior Gateway Routing ...Configuration of Residential Network using Enhanced Interior Gateway Routing ...
Configuration of Residential Network using Enhanced Interior Gateway Routing ...
 
Wan networks
Wan networksWan networks
Wan networks
 
On the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environmentOn the migration of a large scale network from i pv4 to ipv6 environment
On the migration of a large scale network from i pv4 to ipv6 environment
 
main_phase1 _3.pptx
main_phase1 _3.pptxmain_phase1 _3.pptx
main_phase1 _3.pptx
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

Campus LAN Redundancy Using Network Protocols

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1738 Network-Level Redundancy for Campus LAN Khaing Khaing Wai Department of Information Technology Support and Maintenance, University of Computer Studies, Mandalay, Myanmar How to cite this paper: Khaing Khaing Wai "Network-Level Redundancy for Campus LAN" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.1738-1743, https://doi.org/10.31142/ijtsrd26768 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT A network redundancy is a key factor to consider for maintaining network reliability. Redundancy is one of special importance in industrial process applications and in safety-critical system where network, down time could cause serious problems and production could stop. So, redundancy will be needed to consider to ensure that hosts maintaining network connectivity in the event of failure of one device serving. In thissystem, campusA and campus B connected point to point link. In the campus A, ether channel and the redundancy protocol is running, and the campus B is running VoIP service. Between the two campuses used Open Shortest Path Fast (OSPF) routing protocols for the routing among different networks. In the campus A, the Vlan Trunking Protocols (VTP) is used and Rapid Per Vlan Spanning Tree+ (RPVST+) is also used to avoid the loop among switches. Ether channelisused to get load balancing and VoIP is also running. The two routers at the edge of core layer are running the Network Address Transition (NAT) to connect the outside world. This system designed, built DHCP, HSRP, GLBP, Ether channel, OSPF, NAT, STP, VLAN, RPVST+, VTP, VoIP and simulated using Cisco Packet Tracer. The results showed that network design is viable andimplementation. KEYWORDS: Network Protocols, Network Redundancy, Cisco Packet Tracer 1. INTRODUCTION The sole concept of network redundancy is to provide alternate and efficient paths for data to travel along in case a cable is broken or a connector accidentally unplugged. Ethernet as standard does not have rings or loops in the network because it will cause broadcast storms and can ultimately cause the network to stop functioning. To withstand with redundancy, network building structure mainly the switches and routers [6] used in the network must support redundancy protocols designed to avoid the usual problems of putting loops into a network. Today, business requires reliable network connectivity and access to corporate resources. Connections to and from business units, vendors and SOHOs are all equallyimportant to keep the continuity when needed. Business runs all day, every day and even in off hours. Most companies run operations around the clock, seven days a week so it’s important to realize that to keep a solid business continuity strategy, redundancy technologiesshouldbe considered and should be implemented [3]. Network redundancy is a simple concept to understand. If you have a single point of failure and it fails you, then you have nothing to rely on. If you put in a secondary (or tertiary) method of access, then when the main connection goes down, you will have a way to connect to resources and keep the business operational [5]. The purpose of this system is to build the redundancy system. Redundancy means that there are backup components in place to ensure that if a networking card, power supply, or Ethernet cable fails, your business will not suffer because a source is in place to take over if the primary source fails [6]. Another termusedtodescriberedundancyis high availability, because oftheincreased availabilitytoyour resources. We have achieved redundancy by ensuring your server has everything that it needs (including power and network source). So in the case of networking, a redundant connection would include two Ethernet cables going to two separate routers from two separate network cards connecting to our backbone ISP providers. The more common approach a highly available directory service is to use redundant server components. Redundant solutions are usually less expensive, easier to implement, and easier to manage. During a failure, a redundant system might provide poor availability. Imagine, for example, an environment in which the load is shared between two redundant server components. The failure of one server component might put an excessive load on the other server, making this sever respond more slowly to client requests. A slow response might be consideredafailureforclientsthat rely on quick response times. In other words, theavailability of the service, even though the service is operational, might not meet the availability requirements of the client. 2. PROPOSED SYSTEM Figure 1 shows infrastructure design for campus buildings. The campus A is running ether channels and redundancy protocols. At the upper edge routes are running NAT and they can connect to the outside internet. In thecampusB, we use the VoIP phones and it can communicate with the other networks in the redundancy campus. IJTSRD26768
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1739 Figure1. Network Infrastructure Design 3. IMPLEMENTION In this design, four Cisco 1900 series routers, four Cisco 2960 series switches, personal computers (PCs), two IP phones are used as main networking components. Gateway Load Balancing Protocol (GLBP) is used for redundancy. Ether channel is a form of link aggregation used in switched networks. It also provides redundancy because the overall link is viewed as on logical connection by Spanning Tree Protocol (STP). If one physical link within channel goes down, this does not cause a change in the topology and does not require STP recalculation. RPVST+s support 802.1q and works as IEEE 802.1w. Vlan VTPs and RPVST+ are used to avoid the loop among switches. In this system OSPFprotocol is used to route and to get connections betweenthedifferent networks. NAT is also used the system to connect with outside network. 3.1 Redundancy Configuration R02(config)#interface g0/1 R02(config-if)#glbp 1 ip 192.168.1.254 R02(config-if)#glbp 1 preempt R02(config-if)#glbp 1 priority 150 R02(config-if)#glbp 1 load-balancing round-robin R03(config)#interface g0/0 R03(config-if)#glbp 1 ip 192.168.1.254 R02(config-if)#glbp 1 load-balancing round-robin 3.2 EtherChannel Configuration on Switches SW01(config)#interface range f0/3-4 SW01(config-if)#shutdown SW01(config-if)#channel-group 1 mode desirable SW01(config-if)#no shut SW01(config-if)#interface port-channel 1 SW01(config-if)#switchport mode trunk SW01(config)#interface range f0/5-6 SW01(config-if)#shutdown SW01(config-if)#channel-group 3 mode desirable SW01(config-if)#no shut SW01(config-if)#interface port-channel 3 SW01(config-if)#switchport mode trunk SW02(config)#interface range f0/3-4 SW02(config-if)#shutdown SW02(config-if)#channel-group 1 mode desirable SW02(config-if)#no shut SW02(config-if)#interface port-channel 1 SW02(config-if)#switchport mode trunk SW02(config)#interface range f0/1-2 SW02(config-if)#shutdown SW02(config-if)#channel-group 2 mode desirable SW02(config-if)#no shut SW02(config-if)#interface port-channel 2 SW02(config-if)#switchport mode trunk SW03(config)#interface range f0/1-2 SW03(config-if)#shutdown SW03(config-if)#channel-group 2 mode desirable SW03(config-if)#no shut SW03(config-if)#interface port-channel 2 SW03(config-if)#switchport mode trunk SW03(config)#interface range f0/5-6 SW03(config-if)#shutdown SW03(config-if)#channel-group 3 mode desirable SW03(config-if)#no shut SW03(config-if)#interface port-channel 3 SW03(config-if)#switchport mode trunk 3.3 OSPF Configuration on Routers R01(config)#router ospf 10 R01(config-router)#router-id 1.1.1.1 R01(config-router)#log-adjacency-changes R01(config-router)#network 192.168.3.0 0.0.0.255 area 0 R01(config-router)#network 192.168.2.0 0.0.0.255 area 0 R01(config-router)#network 192.168.10.0 0.0.0.255 area0 R01(config-router)#network 192.168.11.0 0.0.0.255 area 0 R01(config-router)#network 192.168.12.0 0.0.0.255 area 0 R01(config-router)#network 203.81.64.192 0.0.0.7 area 0 R02(config)#router ospf 10 R02(config-router)#router-id 2.2.2.2 R02(config-router)#log-adjacency-changes R02(config-router)#network 192.168.2.0 0.0.0.255 area 0 R02(config-router)#network 192.168.4.0 0.0.0.255 area 0 R02(config-router)#network 192.168.10.0 0.0.0.255 area 0 R02(config-router)#network 192.168.11.0 0.0.0.255 area 0 R02(config-router)#network 192.168.12.0 0.0.0.255 area 0 R03(config)#router ospf 10 R03(config-router)#router-id 3.3.3.3 R03(config-router)#log-adjacency-changes R03(config-router)#network 192.168.3.0 0.0.0.255 area 0 R03(config-router)#network 192.168.4.0 0.0.0.255 area 0 R03(config-router)#network 192.168.10.0 0.0.0.255 area 0 R03(config-router)#network 192.168.11.0 0.0.0.255 area 0 R03(config-router)#network 192.168.12.0 0.0.0.255 area 0 3.4 VoIP Services Configuration R04(config)#telephony-service R04(config-telephony)#max-ephones 5 R04(config-telephony)#max-dn5 R04(config-telephony)#ip source-address 192.168.1.1 port 2000 R04(config-telephony)#auto assign 1 to 9 R04(config)#ephone-dn 1 R04(config-ephone-dn)#number 100 R04(config)#ephone-dn 2 R04(config-ephone-dn)#number 200 3.5 NAT Configuration R01(config)# ip nat inside source list1interface Serial0/1/0 overload R01(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1740 R01(config)# access-list 1 permit 192.168.0.0 0.0.255.255 R01(config)# interface GigabitEthernet0/1 R01(config-if)# ip address 192.168.3.1 255.255.255.0 R01(config-if)# ip nat inside R01(config)# interface GigabitEthernet0/0 R01(config-if)# ip address 192.168.2.1 255.255.255.0 R01(config-if)# ip nat inside R01(config)# interface Serial0/1/0 R01(config-if)# ip address 203.81.64.193 255.255.255.248 R01(config-if)# ip nat outside R04(config)# interface GigabitEthernet0/0 R04(config-if)# ip address 192.168.1.1 255.255.255.0 R04(config-if)# ip nat inside R04(config)# interface Serial0/1/0 R04(config-if)# ip address 203.81.64.194 255.255.255.248 R04(config-if)# ip nat outside R04(config)# ip nat inside source list1interface Serial0/1/0 overload R04(config)# ip route 0.0.0.0 0.0.0.0 Serial0/1/0 R04(config)# access-list 1 permit 192.168.1.0 0.0.0.255 3.6 RPVST+ Configuration on Switches SW01(config)# spanning-tree mode rapid-pvst SW01(config)# spanning-tree vlan 10 root primary SW01(config)# spanning-tree vlan 11-13 root secondary SW02(config)# spanning-tree mode rapid-pvst SW02(config)# spanning-tree vlan 11 root primary SW02(config)# spanning-tree vlan 10,12,13 root secondary SW03(config)# spanning-tree mode rapid-pvst SW03(config)# spanning-tree vlan 12 root primary SW03(config)# spanning-tree vlan 10,11,13 root secondary 3.7 Testing Result The following figures show the result for the system. Figure2. Ether channel Testing in Switch SW01 Figure3. Ether channel Testing in Switch SW02
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1741 Figure4. Ether channel Testing in Switch SW03 Figure5. OSPF Testing on Cisco Router 01
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1742 Figure6. Testing Result for VLAN Figure7. Redundancy Protocol GLBP Testing
  • 6. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26768 | Volume – 3 | Issue – 5 | July - August 2019 Page 1743 4. CONCLUSION Redundant devices, such as multilayer switches or routers, provide the capability for a client to use an alternate default gateway when primary default gateway fails. First Host Redundancy protocols, such as HSRP, VRRP, and GLBP provide alternate default gateways for hosts in the redundant router or multilayer switched environment. In this system, a network redundancyisakeyfactor to consider for maintaining network reliability. So, Layer 3 redundancy will be needed to consider to ensure that hosts maintain connectivity in the event of link failure of one device serving as a default gateway for a VLAN or set of VLANs. 5. REFERENCES [1] James F. Kurose & KeithW.Ross,“Computer Network A Top Down Approach”, 6th ed., 2013. [2] “Network Basics Companion Guide, Cisco Networking Academy, Cisco Press, 2014. [3] Cisco Systems Inc. http://www.cisco.com [4] Khaing Khaing Wai et. al. / International Journal of New Technologies in Science and Engineering, Vol. 6, Issue. 5, 2019. [5] http://techgenix.com/importance-network- redundancy/ [6] Todd Lammle, "CCNA", sixth Edition [7] Nathaniel S. Tarkaa, Paul I. Iannah, IsaacT. Iber"design and simulation of local areanetwork usingciscopocket tracer", the International Journal of Engineering and Science (IJES), volume 6, issue 10, page 63-77, 2017. [8] Current, John R., Charles S. ReVelle, and Jared L.Cohon. "The hierarchical network design problem." European Journal of Operational Research 27.1 (1986): 57-66. [9] Paulami Pathak, Sayanti Majumder, Chandra mondal, prof. Manikandan K "College Network Scenario Implementation by Using Cisco Packet Tracer", InternationalJournalof AdvanceResearchinComputer and Communication Engineering (IJARCCE), volume7, issue 1, January 2017. [10] Garima Jain, Nasreen Noorani, Nisha Kiran, Sourabh Sharma, Designing & simulation of topology network using Packet Tracer, International Research Journal of Engineering and Technology (IRJET), 2(2), 2015.