SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

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
 
SIGTRAN - An Introduction
SIGTRAN - An IntroductionSIGTRAN - An Introduction
SIGTRAN - An IntroductionTareque Hossain
 
IEEE 802.11 wifi
IEEE 802.11 wifiIEEE 802.11 wifi
IEEE 802.11 wifiParnal Vast
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11Keshav Maheshwari
 
Wireless routers Presentation
Wireless routers PresentationWireless routers Presentation
Wireless routers PresentationFahd Allebdi
 
Lan Ethernet Fddi 03 Format
Lan Ethernet Fddi  03 FormatLan Ethernet Fddi  03 Format
Lan Ethernet Fddi 03 Formatanishgoel
 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolNetwax Lab
 
A Report on Routers
A Report on RoutersA Report on Routers
A Report on RoutersNilesh Patel
 
Introduction to SS7- Part 1
Introduction to SS7- Part 1Introduction to SS7- Part 1
Introduction to SS7- Part 1Hossein Yavari
 
Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)usman zulfqar
 
Wlan IEEE 802.11
Wlan IEEE 802.11Wlan IEEE 802.11
Wlan IEEE 802.11Adeel Mirza
 
Experiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cnExperiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cnHusainGadiwala1
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.igede tirtanata
 

What's hot (20)

ip versions.pdf
ip versions.pdfip versions.pdf
ip versions.pdf
 
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...
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
SIGTRAN - An Introduction
SIGTRAN - An IntroductionSIGTRAN - An Introduction
SIGTRAN - An Introduction
 
IEEE 802.11 wifi
IEEE 802.11 wifiIEEE 802.11 wifi
IEEE 802.11 wifi
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
Wireless routers Presentation
Wireless routers PresentationWireless routers Presentation
Wireless routers Presentation
 
Lan Ethernet Fddi 03 Format
Lan Ethernet Fddi  03 FormatLan Ethernet Fddi  03 Format
Lan Ethernet Fddi 03 Format
 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed Protocol
 
A Report on Routers
A Report on RoutersA Report on Routers
A Report on Routers
 
Introduction to SS7- Part 1
Introduction to SS7- Part 1Introduction to SS7- Part 1
Introduction to SS7- Part 1
 
Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
 
Wlan IEEE 802.11
Wlan IEEE 802.11Wlan IEEE 802.11
Wlan IEEE 802.11
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
Experiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cnExperiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cn
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.
 
Internet Infrastructure 26 Jan 2004 3
Internet Infrastructure 26 Jan 2004 3Internet Infrastructure 26 Jan 2004 3
Internet Infrastructure 26 Jan 2004 3
 
Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
 

Viewers also liked

Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitisscottz16
 
Plantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentationPlantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentationKarla Suzatte Dasargo
 
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitisPlantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitisClinique du Pied CDP
 
Heel Pain and Plantar Fasciitis
Heel Pain and Plantar FasciitisHeel Pain and Plantar Fasciitis
Heel Pain and Plantar FasciitisKevin Ambadan
 
Plantar fasciitis presentation
Plantar fasciitis presentationPlantar fasciitis presentation
Plantar fasciitis presentationDonald Pelto
 
Heel pain and plantar fasciitis
Heel pain and plantar fasciitisHeel pain and plantar fasciitis
Heel pain and plantar fasciitisDaniel Augustine
 
Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitismans4ani
 

Viewers also liked (9)

Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 
Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 
Foot and heel pain
Foot and heel painFoot and heel pain
Foot and heel pain
 
Plantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentationPlantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentation
 
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitisPlantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
 
Heel Pain and Plantar Fasciitis
Heel Pain and Plantar FasciitisHeel Pain and Plantar Fasciitis
Heel Pain and Plantar Fasciitis
 
Plantar fasciitis presentation
Plantar fasciitis presentationPlantar fasciitis presentation
Plantar fasciitis presentation
 
Heel pain and plantar fasciitis
Heel pain and plantar fasciitisHeel pain and plantar fasciitis
Heel pain and plantar fasciitis
 
Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 

Similar to Shubham ppt on ospf and framerelay

Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Sachin Morya
 
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
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPFarpit
 
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
 

Similar to Shubham ppt on ospf and framerelay (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
 
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
 
Ospf
OspfOspf
Ospf
 
C C N A Day3
C C N A  Day3C C N A  Day3
C C N A Day3
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
CCNA
CCNACCNA
CCNA
 
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
 

Recently uploaded

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
🐬 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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

Recently uploaded (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 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...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Shubham ppt on ospf and framerelay

  • 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