SlideShare une entreprise Scribd logo
1  sur  32
HIMALAYAN INSTITUTE OF TECHNOLOGY
& MANAGEMENT

10/22/2013

1
NETWORKING TECHNIQUE
FRAME RELAY
&
OSPF
PRESENT & DESIGN BY:SHUBHAM KATIYAR
B.TECH 6TH SEM.
ROLL NO. :-1046510033
10/22/2013

2
Cisco Icons and Symbols

3
Router
Network Switches..
A network switch is a small hardware device that joins
multiple computers together within one Local Area
Network(LAN). Technically switches operate at Data-link
Layer. These are almost like HUBS. But unlike HUBS
network switches are capable of inspecting data as it is
recieved, determining the source and destination device of
each packet, and forwarding them appropriately.
OSI Model
 OSI model consists of seven layers and provides

standards for computer communication
 Physical layer is responsible for actual transmission of
bits over the medium
 Data Link layer is responsible for node to node delivery
of frames
 Network layer is responsible for end to end delivery of
packets, and routing
OSI Model
 Transport layer is responsible for end to end delivery of

the entire message
 Session layer is responsible for establishing, managing
and terminating sessions
 Presentation layer is responsible for
translation, encryption and data compression
 Application layer is responsible for providing access to
the network
FRAMEisRELAY
Frame relay a packet switched connection oriented
WAN service .It operates at the Data link layer of OSI
Model.
Frame carry data between user devices called
Data terminal equipment (DTE) and Data
communication equipment ( DCE) at the edge of the
WAN.
Introducing Frame Relay
 Frame relay is a Scalable WAN solution that is often

used as an alternative to leased line when leased line
prove to be cost prohibitive.
 Frame relay is a non broadcast multi access
(
NBMA) medium which means that broadcast traffic is
not allowed to traverse Frame relay traffic.
Frame Relay Components - I
Frame Relay Components - II
 The basic terms associated with the Frame Relay

network are as follows:
 Data Terminal Equipment (DTE)
 Data Communications Equipment (DCE)
 Access link

 Local access rate
 DLCI
 LMI
 Committed Information (CIR)
DLCI(Data Link Connection identifier) & LMI
(local management interface)…
15
Open Shortest Path First (OSPF)
 OSPF is an open standards routing protocol
 This works by using the Dijkstra algorithm
 OSPF provides the following features:
 Minimizes routing update traffic

 Allows scalability (e.g. RIP is limited to 15 hops)
 Has unlimited hop count
 Supports VLSM/CIDR
 Allows multi-vendor deployment (open standard)

16
OSPF Terms
Link

Backbone area

Router ID

Internal routers

Neighbours

Area Border Router

Adjacency
OSPF Area

(ABR)
Autonomous System
Boundary Router
(ASBR)

17
Link
A network or router interface assigned to a given
network
Link (interface) will have "state" information
associated with it
 Status (up or down)
 IP Address
 Network type (e.g. Fast Ethernet)
 Bandwidth

 Addresses of other routers attached to this interface

18
OSPF Term: Link

A link is a network or router interface assigned to any given
network
This link, or interface, will have state information associated
with it (up or down) as well as one or more IP addresses
19
OSPF Term: Link State

Status of a link between two routers
Information is shared between directly connected routers.
This information propagates throughout the network unchanged and
is also used to create a shortest path first (SPF) tree.
20
Router ID
 The Router ID (RID) is an IP address used to identify the router
 Cisco chooses the Router ID by using the highest IP address of all

configured loopback interfaces

 If no loopback interfaces are configured with addresses, OSPF will

choose the highest IP address of all active physical interfaces.

 You can manually assign the router ID.
 The RID interface MUST always be up, therefore loopbacks are

preferred

21
Neighbours
 Neighbours are two or more routers that have an

interface on a common network

 E.g. two routers connected on a serial link
 E.g. several routers connected on a common Ethernet

or Frame relay network

 Communication

takes place between / among

neighbours
 neighbours form "adjacencies"

22
Adjacency
 A relationship between two routers that permits the

direct exchange of route updates
 Not all neighbours will form adjacencies

 This is done for reasons of efficiency – more later

23
OSPF Design

Each router connects to the backbone called area 0, or the backbone area.
Routers that connect other areas to the backbone within an AS are called Area Border Routers (ABRs). One
interface must be in area 0.
OSPF runs inside an autonomous system, but can also connect multiple autonomous systems together. The
router that connects these ASes together is called an Autonomous System Boundary Router (ASBR).
24
AREA TERMINOLOGY

25
OSPF Configuration
 OSPF Process ID number is irrelevant. It can be the same on every







router on the network
The arguments of the network command are the network number
(10.0.0.0) and the wildcard mask (0.255.255.255)
Wildcards - A 0 octet in the wildcard mask indicates that the
corresponding octet in the network must match exactly
A 255 indicates that you don’t care what the corresponding octet is
in the network number
A network and wildcard mask combination of 1.1.1.1 0.0.0.0 would
match 1.1.1.1 only, and nothing else.
The network and wildcard mask combination of 1.1.0.0 0.0.255.255
would match anything in the range 1.1.0.0–1.1.255.255
26
OSPF Configuration -1
20.0.0.2
S0

20.0.0.1

R1
10.0.0.1

S0

S1

R2

30.0.0.1
30.0.0.2R3
S0

40.0.0.1
E0

E0

A

10.0.0.2

40.0.0.2

B

27
OSPF Configuration -1
S0

S1

20.0.0.2

30.0.0.1

R2
R1

S0

R3

S0
E0

10.0.0.1

A

20.0.0.1

30.0.0.2

10.0.0.2

E0

40.0.0.1

40.0.0.2

B

R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router ospf 1
R1(config-router)#network 10.0.0.0 0.255.255.255 area 0
R1(config-router)#network 20.0.0.0 0.255.255.255 area 0
R1(config-router)#^Z

28
OSPF Configuration -2
S0

S1

200.0.0.8/30

R2

200.0.0.12/30

R1

R3
S0
S0
E0

E0

200.0.0.16/28

A

200.0.0.32/27

B

29
OSPF Configuration -2
S0

S1

200.0.0.10

R2

255.255.255.252

R1
S0

200.0.0.17

200.0.0.13

200.0.0.9

255.255.255.252
S0

R3

200.0.0.14
E0

E0

255.255.255.240

200.0.0.18

A

200.0.0.33
255.255.255.224

B

200.0.0.34

30
OSPF Configuration -2
S0

S1

200.0.0.10

R2

255.255.255.252

R1
S0

200.0.0.17

200.0.0.13

200.0.0.9

255.255.255.252
S0

R3

200.0.0.14

E0

E0

255.255.255.240

A

255.255.255.224

200.0.0.18

R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router ospf 1
R1(config-router)#network 200.0.0.16 0.0.0.15 area 0
R1(config-router)#network 200.0.0. 8 0.0.0.3 area 0
R1(config-router)#^Z

200.0.0.33
200.0.0.34

B

R3#config t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#router ospf 1
R3(config-router)#network 200.0.0. 32 0.0.0.31 area 0
R3(config-router)#network 200.0.0. 12 0.0.0.3 area 0
R3(config-router)#^Z

31
10/22/2013

32

Contenu connexe

Tendances (20)

OSPF
OSPFOSPF
OSPF
 
OSPF Configuration
OSPF ConfigurationOSPF Configuration
OSPF Configuration
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
Eigrp
EigrpEigrp
Eigrp
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
Ospf
 Ospf Ospf
Ospf
 
OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)
 
Ospf hassan jamal.ppt
Ospf hassan jamal.pptOspf hassan jamal.ppt
Ospf hassan jamal.ppt
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Ospf routing protocol
Ospf routing protocolOspf routing protocol
Ospf routing protocol
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 
20407473 ospf
20407473 ospf20407473 ospf
20407473 ospf
 
Cisco hsrp configuration
Cisco hsrp configurationCisco hsrp configuration
Cisco hsrp configuration
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
OSPF
OSPF OSPF
OSPF
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 

En vedette (19)

CCNP Route - OSPF
CCNP Route - OSPFCCNP Route - OSPF
CCNP Route - OSPF
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Advantages of Choosing PHP Web Development
Advantages of Choosing PHP Web DevelopmentAdvantages of Choosing PHP Web Development
Advantages of Choosing PHP Web Development
 
Php hypertext pre-processor
Php   hypertext pre-processorPhp   hypertext pre-processor
Php hypertext pre-processor
 
Link state protocols.ppt
Link state protocols.pptLink state protocols.ppt
Link state protocols.ppt
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
 
php
phpphp
php
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
IPSec VPN Basics
IPSec VPN BasicsIPSec VPN Basics
IPSec VPN Basics
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocol
 
Routing
RoutingRouting
Routing
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Distance vector routing
Distance vector routingDistance vector routing
Distance vector routing
 

Similaire à HIMALAYAN INSTITUTE OF TECHNOLOGY & MANAGEMENT NETWORKING TECHNIQUE FRAME RELAY & OSPF

Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Sachin Morya
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questionsrajasekar1712
 
Networking in college
Networking in collegeNetworking in college
Networking in collegeHarpreet Gaba
 
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdfapnashop1
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1Sujee Antony
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6VISHNU N
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo Network Technologies
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.igede tirtanata
 

Similaire à HIMALAYAN INSTITUTE OF TECHNOLOGY & MANAGEMENT NETWORKING TECHNIQUE FRAME RELAY & OSPF (20)

Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
CSC427_Week_11.pdf
CSC427_Week_11.pdfCSC427_Week_11.pdf
CSC427_Week_11.pdf
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
 
C C N A Day3
C C N A  Day3C C N A  Day3
C C N A Day3
 
CCNA
CCNACCNA
CCNA
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Networking in college
Networking in collegeNetworking in college
Networking in college
 
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet Networking
 
The Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet CommunicationsThe Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet Communications
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 
JUNOS: OSPF and BGP
JUNOS: OSPF and BGPJUNOS: OSPF and BGP
JUNOS: OSPF and BGP
 

Dernier

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Dernier (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

HIMALAYAN INSTITUTE OF TECHNOLOGY & MANAGEMENT NETWORKING TECHNIQUE FRAME RELAY & OSPF

  • 1. HIMALAYAN INSTITUTE OF TECHNOLOGY & MANAGEMENT 10/22/2013 1
  • 2. NETWORKING TECHNIQUE FRAME RELAY & OSPF PRESENT & DESIGN BY:SHUBHAM KATIYAR B.TECH 6TH SEM. ROLL NO. :-1046510033 10/22/2013 2
  • 3. Cisco Icons and Symbols 3
  • 5. Network Switches.. A network switch is a small hardware device that joins multiple computers together within one Local Area Network(LAN). Technically switches operate at Data-link Layer. These are almost like HUBS. But unlike HUBS network switches are capable of inspecting data as it is recieved, determining the source and destination device of each packet, and forwarding them appropriately.
  • 6. OSI Model  OSI model consists of seven layers and provides standards for computer communication  Physical layer is responsible for actual transmission of bits over the medium  Data Link layer is responsible for node to node delivery of frames  Network layer is responsible for end to end delivery of packets, and routing
  • 7. OSI Model  Transport layer is responsible for end to end delivery of the entire message  Session layer is responsible for establishing, managing and terminating sessions  Presentation layer is responsible for translation, encryption and data compression  Application layer is responsible for providing access to the network
  • 8. FRAMEisRELAY Frame relay a packet switched connection oriented WAN service .It operates at the Data link layer of OSI Model. Frame carry data between user devices called Data terminal equipment (DTE) and Data communication equipment ( DCE) at the edge of the WAN.
  • 10.  Frame relay is a Scalable WAN solution that is often used as an alternative to leased line when leased line prove to be cost prohibitive.  Frame relay is a non broadcast multi access ( NBMA) medium which means that broadcast traffic is not allowed to traverse Frame relay traffic.
  • 12. Frame Relay Components - II  The basic terms associated with the Frame Relay network are as follows:  Data Terminal Equipment (DTE)  Data Communications Equipment (DCE)  Access link  Local access rate  DLCI  LMI  Committed Information (CIR)
  • 13. DLCI(Data Link Connection identifier) & LMI (local management interface)…
  • 14.
  • 15. 15
  • 16. Open Shortest Path First (OSPF)  OSPF is an open standards routing protocol  This works by using the Dijkstra algorithm  OSPF provides the following features:  Minimizes routing update traffic  Allows scalability (e.g. RIP is limited to 15 hops)  Has unlimited hop count  Supports VLSM/CIDR  Allows multi-vendor deployment (open standard) 16
  • 17. OSPF Terms Link Backbone area Router ID Internal routers Neighbours Area Border Router Adjacency OSPF Area (ABR) Autonomous System Boundary Router (ASBR) 17
  • 18. Link A network or router interface assigned to a given network Link (interface) will have "state" information associated with it  Status (up or down)  IP Address  Network type (e.g. Fast Ethernet)  Bandwidth  Addresses of other routers attached to this interface 18
  • 19. OSPF Term: Link A link is a network or router interface assigned to any given network This link, or interface, will have state information associated with it (up or down) as well as one or more IP addresses 19
  • 20. OSPF Term: Link State Status of a link between two routers Information is shared between directly connected routers. This information propagates throughout the network unchanged and is also used to create a shortest path first (SPF) tree. 20
  • 21. Router ID  The Router ID (RID) is an IP address used to identify the router  Cisco chooses the Router ID by using the highest IP address of all configured loopback interfaces  If no loopback interfaces are configured with addresses, OSPF will choose the highest IP address of all active physical interfaces.  You can manually assign the router ID.  The RID interface MUST always be up, therefore loopbacks are preferred 21
  • 22. Neighbours  Neighbours are two or more routers that have an interface on a common network  E.g. two routers connected on a serial link  E.g. several routers connected on a common Ethernet or Frame relay network  Communication takes place between / among neighbours  neighbours form "adjacencies" 22
  • 23. Adjacency  A relationship between two routers that permits the direct exchange of route updates  Not all neighbours will form adjacencies  This is done for reasons of efficiency – more later 23
  • 24. OSPF Design Each router connects to the backbone called area 0, or the backbone area. Routers that connect other areas to the backbone within an AS are called Area Border Routers (ABRs). One interface must be in area 0. OSPF runs inside an autonomous system, but can also connect multiple autonomous systems together. The router that connects these ASes together is called an Autonomous System Boundary Router (ASBR). 24
  • 26. OSPF Configuration  OSPF Process ID number is irrelevant. It can be the same on every      router on the network The arguments of the network command are the network number (10.0.0.0) and the wildcard mask (0.255.255.255) Wildcards - A 0 octet in the wildcard mask indicates that the corresponding octet in the network must match exactly A 255 indicates that you don’t care what the corresponding octet is in the network number A network and wildcard mask combination of 1.1.1.1 0.0.0.0 would match 1.1.1.1 only, and nothing else. The network and wildcard mask combination of 1.1.0.0 0.0.255.255 would match anything in the range 1.1.0.0–1.1.255.255 26
  • 28. OSPF Configuration -1 S0 S1 20.0.0.2 30.0.0.1 R2 R1 S0 R3 S0 E0 10.0.0.1 A 20.0.0.1 30.0.0.2 10.0.0.2 E0 40.0.0.1 40.0.0.2 B R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network 10.0.0.0 0.255.255.255 area 0 R1(config-router)#network 20.0.0.0 0.255.255.255 area 0 R1(config-router)#^Z 28
  • 31. OSPF Configuration -2 S0 S1 200.0.0.10 R2 255.255.255.252 R1 S0 200.0.0.17 200.0.0.13 200.0.0.9 255.255.255.252 S0 R3 200.0.0.14 E0 E0 255.255.255.240 A 255.255.255.224 200.0.0.18 R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network 200.0.0.16 0.0.0.15 area 0 R1(config-router)#network 200.0.0. 8 0.0.0.3 area 0 R1(config-router)#^Z 200.0.0.33 200.0.0.34 B R3#config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router ospf 1 R3(config-router)#network 200.0.0. 32 0.0.0.31 area 0 R3(config-router)#network 200.0.0. 12 0.0.0.3 area 0 R3(config-router)#^Z 31