SlideShare a Scribd company logo
3
Most read
7
Most read
14
Most read
LAN Network with Redundancy
Efforts By:-
Santanu Mukhopadhyay-A1607111013
Aditya Sharma-A1607111022
What is a LAN Network????
 A local area network (LAN) is a computer network which extends in a small coverage of geographical
area (ex-home, school, computer laboratory, office building or group of buildings)
 A LAN is composed of internally connected functional workstations and pc’, each capable of
accessing and sharing data and devices inside the network (ex- printers, scanners and data storage
devices, anywhere on the LAN).
The sole concept of network redundancy is to provide alternate and efficient paths for data to travel along
without any interruption.
Importance
 In our 21st century all networks are high-tech build and high speed. A simple example would be if you
have a single network connection from your core site to each remote office you connect with. What will
happen if the link went down?? In this section we will find the solution of this scenario to help
designing and plan for a backup solution that you can count on and one that is cost effective and will not
break the bank.
 Network redundancy is very simple concept. If there is a single point of failure and it fails the network,
then there is nothing to rely on.
What is Network Redundancy?
Important steps to build redundancy
 A risk analysis assessment must take place.
 The core sites must be taken into
consideration if that is where the bulk of
network resources are located.
 Routing and routing protocols need to be
considered.
 Solutions exist only when specific routing
and switching (ex-HSRP,VRRP,GLBP)
protocols are applied the designing of the
network to achieve redundancy.
Procedure
 Creating VPN (Virtual Private Network)
 Redundancy Protocols(HSRP,VRRP,GLBP)
 Basic Routing
 MPLS Routing
 Applying Access List
 Network Address Translation( Static & Dynamic) & Port Address
Translation (NAT Overload)
Redundancy Protocols
 HSRP
Hot Standby Router Protocol (HSRP) is a Cisco proprietary redundancy protocol for establishing
a fault-tolerant default gateway. The protocol establishes a framework between network routers in
order to achieve default gateway failover if the primary gateway becomes inaccessible, in close
association with a rapid-converging routing protocol like EIGRP or OSPF. By multicasting packets,
HSRP sends its hello messages to the multicast address 224.0.0.2 (all routers) for version 1.
 VRRP
Virtual Router Redundancy Protocol (VRRP) is a networking protocol that provides for
automatic assignment of available Internet Protocol (IP) routers to participate as a host. This
increases the availability and reliability of routing paths via automatic default gateway selections
on an IP sub-network.
Commands for Configuring HSRP
 R3#config t
 R3(conf)#vlan database
 R3(vlan)#vlan 50 name ssales
 R3(conf)#int ra fa 1/0 – 1
 R3(config-if-ra)#no sh
 R3(config-if-ra)#switchport mode access
 R3(config-if-ra)#switchport access vlan 50
 R3(config-if-ra)#exit
 R3(conf)#int vlan 50
 R3(config-if)#ip address 192.168.1.2 255.255.255.0
 R3(conf)#standby 8 ip 192.168.1.1
 R3(conf)#sh standby
Lan Network with Redundancy.ppt
VPN(Virtual Private Network)
 A VPN is a type of a secured network that allows the provisioning of private
network services for an organization over the unsecured network using
tunneling protocols.
 By the unsecured network, we mean a public or shared infrastructure such as
the internet or service provider backbone network. The shared service provider
backbone network is also known as the VPN Backbone.
 VPN is provisioned using technologies such as Frame Relay and Asynchronous
Transfer Mode virtual circuits for long time. However over the past few years
IP and MPLS based VPN’s have been a part of innovations.
CISCO Packet Tracer Model
Basic Routing
 Router> Enable
 Router# Configure terminal
 Router(config) # int fa (0/0, 1/0)
 Route (config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)#exit
 Router(config)#int serial 2/0
 Router(config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)# exit
 Router(config)#int serial 3/0
 Router(config-if)# ip address (ip address) (subnet mask)
 Router(config-if)# no shutdown
 Router(config-if)# exit
No Shutdown command is used to change the state of Interface from UP to DOWN or from
DOWN to UP.
RIP Routing( RIP V1,RIP V2)
RIP V1
 Router(configure)# router rip
 Router(configure-router)#
(Connected Network1
address)
 Router(configure-router)#
(connected Network2
address)
RIP V2
 Router(configure)# router rip
 Router(configure)# Version 2
 Router(configure-router)#
(Connected Network1
address)
 Router(configure-router)#
(connected Network2
address)
MPLS Routing
 It is a mechanism in high-
performance telecommunications networks
that directs data from one network node to
the next based on short path labels rather
than long network addresses, avoiding
complex lookups in a routing table.
 The labels identify virtual links (paths)
between distant nodes rather than
endpoints. MPLS can encapsulate packets
of various network protocols. MPLS
supports a range of access technologies,
including ATM, Frame Relay, and DSL.
 A Label Switched Path is a path via
Label Switched Routers (LSR) in
a MPLS enabled network. Packets
are switched based on labels
applied to the packet. LSP’s may be
signaled using the Tag
Distribution Protocol (TDP), the
Label Distribution Protocol
(LDP) and the Resource
Reservation Protocol (RSVP).
Access List
 Router # configure
 Router(configure) #access-list udp 150 permit any ip address netmask port number
 Router(configure)# access-list tcp 150 permit any ip address netmask port number
 Router(configure)# access-list tcp 150 deny ip address netmask ip address netmask
 Router(configure)# access-list tcp permit any any
 Router(configure)# int s1
 Router(configure-if)# ip access-group 150 in
 Router(configure-if)# exit
 Router(configure)# exit
NAT &PAT
 Static NAT
 Router (config )# int e 0/0
 Router (config-if)# ipnat inside
 Router (config)# int s0/0
 Router(config-if)# ipnat outside
 Router(Config)# ipnat inside source static
 (ip address)(ip address)
 Dynamic NAT
 Router (config )# int e 0/0
 Router (config-if)# ipnat inside
 Router (config)# int s0/0
 Router(config-if)# ipnat outside
 Router(Config)# ipnat pool Amity ip address ip
address netmask
 PAT
 Router(config)# interface fastethernet
0/0
 Router(config-if)# ip nat inside
 Router(config)#interface serial 0/0/0
 Router(config-if)# ip nat outside
 Router(config)# ip nat inside source list
10 interface serial 0/0/0 overload
 Router(config)# access-list 10 permit ip
add. Subnetmask
Redundant LAN Connection
To handle a system communication failure that use to occur within or outside
of a server's local subnet. The server's
1. NIC Card
2. Default gateway
Steps
 Go to Control Panel, Network and Dial-up Connections- Local Area Connection-
Properties.
 Select Internet Protocol and click Properties.
 On the General tab, click Advanced.
 Clear the Automatic Metric check box at the bottom of resulting dialog box.
 Enter the metric you want to assign to this NIC.
Lan Network with Redundancy.ppt
Conclusion(s)
 We had done a practical project under the supervision of an
University for the first time in our life.
 Minor Project has taught us all the networking operations which
are done in an organization.
 Running Network programs in a stipulated time period makes
any student perfect and updated.
 Going through the working of minor project, we had our broader
view about discipline and integrity of networking operations in
an organization.

More Related Content

PPTX
CCNA ppt Day 1
PPTX
CCNA Course Training Presentation
DOCX
Lan network with Redundancy
PPT
Network Cabling
PPTX
CCNA v6.0 ITN - Chapter 02
PPT
network Switch
PPTX
Cisco Networking (Routing and Switching)
PPTX
Network Troubleshooting - Part 2
CCNA ppt Day 1
CCNA Course Training Presentation
Lan network with Redundancy
Network Cabling
CCNA v6.0 ITN - Chapter 02
network Switch
Cisco Networking (Routing and Switching)
Network Troubleshooting - Part 2

What's hot (20)

PPTX
CCNA PPT
PPTX
Networking Essentials 2.0 Module2.pptx
PPT
Ipv4 ppt
PPTX
IP Address
PPTX
MikroTik MTCNA
PPTX
Ccna PPT
PPT
Spanning tree protocol
PPTX
Routing protocols
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PPTX
COMPUTER NETWORKING
PPTX
PPT
Vlan
PPTX
IP Configuration
PDF
CCNA Report
PPTX
Introduction To Network Design
PPTX
ITN_Module_3.pptx
PPTX
Network address translation
PDF
INTRODUCTION TO NETWORK LAYER
PDF
Advanced: 5G NR RRC Inactive State
PPTX
Presentation on ccna
CCNA PPT
Networking Essentials 2.0 Module2.pptx
Ipv4 ppt
IP Address
MikroTik MTCNA
Ccna PPT
Spanning tree protocol
Routing protocols
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
COMPUTER NETWORKING
Vlan
IP Configuration
CCNA Report
Introduction To Network Design
ITN_Module_3.pptx
Network address translation
INTRODUCTION TO NETWORK LAYER
Advanced: 5G NR RRC Inactive State
Presentation on ccna
Ad

Viewers also liked (20)

PDF
CCNAv5 - S3: Chapter2 Lan Redundancy
PDF
Chapter 2 LAN redundancy
PPTX
Lan, man and wan ppt final
PDF
Cisco project ideas
PPTX
Network Design on cisco packet tracer 6.0
PPTX
Types of network
PPTX
LAN Network types
PPTX
networking hypherlink Group 2 presentation
PDF
First hop redundancy
PPTX
Introduction to computer networks & it’s usage
DOCX
Packet Tracer: Load Balancing with GLBP and FHRP
PDF
Layer 3 redundancy hsrp
PPTX
Computer networking
DOCX
CISCO HSRP VRRP GLBP
PDF
What is a Full stack developer? - Tech talk
PPTX
Networking Projects
PPTX
Mean full stack development
PDF
CCNAv5 - S3: Chapter6 Multiarea OSPF
PPTX
Type of internet connectivity
PDF
A University Network Design Exercise
CCNAv5 - S3: Chapter2 Lan Redundancy
Chapter 2 LAN redundancy
Lan, man and wan ppt final
Cisco project ideas
Network Design on cisco packet tracer 6.0
Types of network
LAN Network types
networking hypherlink Group 2 presentation
First hop redundancy
Introduction to computer networks & it’s usage
Packet Tracer: Load Balancing with GLBP and FHRP
Layer 3 redundancy hsrp
Computer networking
CISCO HSRP VRRP GLBP
What is a Full stack developer? - Tech talk
Networking Projects
Mean full stack development
CCNAv5 - S3: Chapter6 Multiarea OSPF
Type of internet connectivity
A University Network Design Exercise
Ad

Similar to Lan Network with Redundancy.ppt (20)

PDF
Service Provider Networks and Frame Relay
PPTX
ccna project on topic company infrastructure
PPTX
BASIC TO ADVANCED NETWORKING TUTORIALS
PPT
Cisco Router As A Vpn Server
PPTX
Introduction 140318015826-phpapp01
PPT
Dynamic routing OSPF 1
PPT
CCNA FUNDAMENTAL
PDF
NAT (network address translation) & PAT (port address translation)
PPT
PDF
5 продвинутых технологий Cisco, которые нужно знать
PDF
NAT_Final
PDF
Basic Introduction to Technology (networking).pdf
PPT
Chapter14ccna
PPT
Chapter14ccna
PDF
Networking Lab Report
PDF
RIP (routing information protocol)
PPT
CCNA presentation.
PPT
Day 17.1 nat pat (2)
PDF
Cisco Internetworking Operating System (ios)
PDF
Ccna command
Service Provider Networks and Frame Relay
ccna project on topic company infrastructure
BASIC TO ADVANCED NETWORKING TUTORIALS
Cisco Router As A Vpn Server
Introduction 140318015826-phpapp01
Dynamic routing OSPF 1
CCNA FUNDAMENTAL
NAT (network address translation) & PAT (port address translation)
5 продвинутых технологий Cisco, которые нужно знать
NAT_Final
Basic Introduction to Technology (networking).pdf
Chapter14ccna
Chapter14ccna
Networking Lab Report
RIP (routing information protocol)
CCNA presentation.
Day 17.1 nat pat (2)
Cisco Internetworking Operating System (ios)
Ccna command

Recently uploaded (20)

PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
Teaching material agriculture food technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
KodekX | Application Modernization Development
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Spectroscopy.pptx food analysis technology
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Teaching material agriculture food technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Network Security Unit 5.pdf for BCA BBA.
20250228 LYD VKU AI Blended-Learning.pptx
Chapter 3 Spatial Domain Image Processing.pdf
KodekX | Application Modernization Development
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Empathic Computing: Creating Shared Understanding
Spectral efficient network and resource selection model in 5G networks
Building Integrated photovoltaic BIPV_UPV.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Weekly Chronicles - August'25 Week I
Spectroscopy.pptx food analysis technology
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity

Lan Network with Redundancy.ppt

  • 1. LAN Network with Redundancy Efforts By:- Santanu Mukhopadhyay-A1607111013 Aditya Sharma-A1607111022
  • 2. What is a LAN Network????  A local area network (LAN) is a computer network which extends in a small coverage of geographical area (ex-home, school, computer laboratory, office building or group of buildings)  A LAN is composed of internally connected functional workstations and pc’, each capable of accessing and sharing data and devices inside the network (ex- printers, scanners and data storage devices, anywhere on the LAN).
  • 3. The sole concept of network redundancy is to provide alternate and efficient paths for data to travel along without any interruption. Importance  In our 21st century all networks are high-tech build and high speed. A simple example would be if you have a single network connection from your core site to each remote office you connect with. What will happen if the link went down?? In this section we will find the solution of this scenario to help designing and plan for a backup solution that you can count on and one that is cost effective and will not break the bank.  Network redundancy is very simple concept. If there is a single point of failure and it fails the network, then there is nothing to rely on. What is Network Redundancy?
  • 4. Important steps to build redundancy  A risk analysis assessment must take place.  The core sites must be taken into consideration if that is where the bulk of network resources are located.  Routing and routing protocols need to be considered.  Solutions exist only when specific routing and switching (ex-HSRP,VRRP,GLBP) protocols are applied the designing of the network to achieve redundancy.
  • 5. Procedure  Creating VPN (Virtual Private Network)  Redundancy Protocols(HSRP,VRRP,GLBP)  Basic Routing  MPLS Routing  Applying Access List  Network Address Translation( Static & Dynamic) & Port Address Translation (NAT Overload)
  • 6. Redundancy Protocols  HSRP Hot Standby Router Protocol (HSRP) is a Cisco proprietary redundancy protocol for establishing a fault-tolerant default gateway. The protocol establishes a framework between network routers in order to achieve default gateway failover if the primary gateway becomes inaccessible, in close association with a rapid-converging routing protocol like EIGRP or OSPF. By multicasting packets, HSRP sends its hello messages to the multicast address 224.0.0.2 (all routers) for version 1.  VRRP Virtual Router Redundancy Protocol (VRRP) is a networking protocol that provides for automatic assignment of available Internet Protocol (IP) routers to participate as a host. This increases the availability and reliability of routing paths via automatic default gateway selections on an IP sub-network.
  • 7. Commands for Configuring HSRP  R3#config t  R3(conf)#vlan database  R3(vlan)#vlan 50 name ssales  R3(conf)#int ra fa 1/0 – 1  R3(config-if-ra)#no sh  R3(config-if-ra)#switchport mode access  R3(config-if-ra)#switchport access vlan 50  R3(config-if-ra)#exit  R3(conf)#int vlan 50  R3(config-if)#ip address 192.168.1.2 255.255.255.0  R3(conf)#standby 8 ip 192.168.1.1  R3(conf)#sh standby
  • 9. VPN(Virtual Private Network)  A VPN is a type of a secured network that allows the provisioning of private network services for an organization over the unsecured network using tunneling protocols.  By the unsecured network, we mean a public or shared infrastructure such as the internet or service provider backbone network. The shared service provider backbone network is also known as the VPN Backbone.  VPN is provisioned using technologies such as Frame Relay and Asynchronous Transfer Mode virtual circuits for long time. However over the past few years IP and MPLS based VPN’s have been a part of innovations.
  • 11. Basic Routing  Router> Enable  Router# Configure terminal  Router(config) # int fa (0/0, 1/0)  Route (config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)#exit  Router(config)#int serial 2/0  Router(config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)# exit  Router(config)#int serial 3/0  Router(config-if)# ip address (ip address) (subnet mask)  Router(config-if)# no shutdown  Router(config-if)# exit No Shutdown command is used to change the state of Interface from UP to DOWN or from DOWN to UP.
  • 12. RIP Routing( RIP V1,RIP V2) RIP V1  Router(configure)# router rip  Router(configure-router)# (Connected Network1 address)  Router(configure-router)# (connected Network2 address) RIP V2  Router(configure)# router rip  Router(configure)# Version 2  Router(configure-router)# (Connected Network1 address)  Router(configure-router)# (connected Network2 address)
  • 13. MPLS Routing  It is a mechanism in high- performance telecommunications networks that directs data from one network node to the next based on short path labels rather than long network addresses, avoiding complex lookups in a routing table.  The labels identify virtual links (paths) between distant nodes rather than endpoints. MPLS can encapsulate packets of various network protocols. MPLS supports a range of access technologies, including ATM, Frame Relay, and DSL.  A Label Switched Path is a path via Label Switched Routers (LSR) in a MPLS enabled network. Packets are switched based on labels applied to the packet. LSP’s may be signaled using the Tag Distribution Protocol (TDP), the Label Distribution Protocol (LDP) and the Resource Reservation Protocol (RSVP).
  • 14. Access List  Router # configure  Router(configure) #access-list udp 150 permit any ip address netmask port number  Router(configure)# access-list tcp 150 permit any ip address netmask port number  Router(configure)# access-list tcp 150 deny ip address netmask ip address netmask  Router(configure)# access-list tcp permit any any  Router(configure)# int s1  Router(configure-if)# ip access-group 150 in  Router(configure-if)# exit  Router(configure)# exit
  • 15. NAT &PAT  Static NAT  Router (config )# int e 0/0  Router (config-if)# ipnat inside  Router (config)# int s0/0  Router(config-if)# ipnat outside  Router(Config)# ipnat inside source static  (ip address)(ip address)  Dynamic NAT  Router (config )# int e 0/0  Router (config-if)# ipnat inside  Router (config)# int s0/0  Router(config-if)# ipnat outside  Router(Config)# ipnat pool Amity ip address ip address netmask  PAT  Router(config)# interface fastethernet 0/0  Router(config-if)# ip nat inside  Router(config)#interface serial 0/0/0  Router(config-if)# ip nat outside  Router(config)# ip nat inside source list 10 interface serial 0/0/0 overload  Router(config)# access-list 10 permit ip add. Subnetmask
  • 16. Redundant LAN Connection To handle a system communication failure that use to occur within or outside of a server's local subnet. The server's 1. NIC Card 2. Default gateway Steps  Go to Control Panel, Network and Dial-up Connections- Local Area Connection- Properties.  Select Internet Protocol and click Properties.  On the General tab, click Advanced.  Clear the Automatic Metric check box at the bottom of resulting dialog box.  Enter the metric you want to assign to this NIC.
  • 18. Conclusion(s)  We had done a practical project under the supervision of an University for the first time in our life.  Minor Project has taught us all the networking operations which are done in an organization.  Running Network programs in a stipulated time period makes any student perfect and updated.  Going through the working of minor project, we had our broader view about discipline and integrity of networking operations in an organization.