SlideShare a Scribd company logo
1 of 25
Chapter 5: Routing Technologies
Part One
TCP/IP AND OSI MODELS
2
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Chapter Objectives
 IP Routing
 Routing VS Routed protocols
 Static Routing VS Dynamic Routing
 Advantages and Disadvantages of each one
 Interfaces vs Lines
 Setting Up Simple Network
3
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Introduction
 It’s time now to turn our focus toward the core topic of IP routing
process.
 It’s integral to networking because it pertains to all routers and
configurations that use it.
 IP routing is basically the process of moving packets from
one network to another network using routers.
 And by routers, I mean Cisco routers, of course! However, the
terms router and layer 3 device are interchangeable
4
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
A router has the capability to read the Layer 3
header of an IP packet and make a decision on how
to proceed in forwarding the packet.
When a packet enters an interface on a router, it is
de-encapsulated by removing the Layer 2 header
information, such as the source and destination MAC
addresses.
Introduction
5
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 However, the router takes a look at the destination IPv4 or
IPv6 address and checks its routing table for a suitable route.
 The routing table is dynamically updated when a local
interface on the router is assigned an IP address and is
enabled. In addition, the router has the capability of running
dynamic routing protocols that allow other routers on the
network to exchange routes.
 A route is simply a path to reach a destination network;
without any routes, a router won't be able to forward packets
to their destinations.
Introduction
6
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Introduction
7
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Routing protocol and Routed Protocol
 Before jumping into this chapter, I want to make sure you
understand the difference between a routing protocol and a routed
protocol.
 Routers use routing protocols to dynamically find all networks within
the greater internetwork and to ensure that all routers have the
same routing table.
 Routing protocols are also employed to determine the best path a
packet should take through an internetwork to get to its destination
most efficiently. RIP, RIPv2, EIGRP, and OSPF are great examples
of the most common routing protocols.
8
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Routing protocol and Routed Protocol
 Once all routers know about all networks, a
routed protocol can be used to send user data
(packets) through the established enterprise.
 Routed protocols are assigned to an interface
and determine the method of packet delivery.
 Examples of routed protocols are IP and IPv6.
9
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Routing Methods
 There are three basic methods of building a routing
table: Statically, Directly connected or Dynamically.
 Directly connected routes: Automatically entered in the
routing table when an interface is activated with an IP
address
 Static routes: Manually configured by the network
administrator and entered in the routing table if the exit
interface for the static route is active.
 Dynamic routes: Learned by the routers through sharing
routes with other routers that use the same routing
protocol
10
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Routing Methods
 A static routing table is created, maintained, and updated
by a network administrator, manually.
 A static route to every network must be configured on
every router for full connectivity.
 This provides a granular level of control over routing, but
quickly becomes impractical on large networks.
11
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Static Routing
 Routers will not share static routes with each other,
thus reducing CPU/RAM overhead and saving
bandwidth.
 However, static routing is not fault-tolerant, as any
change to the routing infrastructure (such as a link
going down, or a new network added) requires manual
intervention.
 Routers operating in a purely static environment
cannot seamlessly choose a better route if a link
becomes unavailable.
12
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Dynamic routing
 A dynamic routing table is created, maintained, and updated
by a routing protocol running on the router.
 Examples of routing protocols include RIP (Routing
Information Protocol), EIGRP (Enhanced Interior Gateway
Routing Protocol), and OSPF (Open Shortest Path First).
13
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Dynamic routing
 Routers do share dynamic routing information with
each other, which increases CPU, RAM, and
bandwidth usage.
 However, routing protocols are capable of
dynamically choosing a different (or better) path
when there is a change to the routing
infrastructure.
14
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Advantages and Disadvantages Static Routing
 • Minimal CPU/Memory overhead
 • No bandwidth overhead (updates are not shared between
routers)
 • Granular control on how traffic is routed
 Disadvantages
 • Infrastructure changes must be manually adjusted
 • No “dynamic” fault tolerance if a link goes down
 • Impractical on large network
15
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Advantages and Disadvantages Dynamic Routing
 • Simpler to configure on larger networks
 • Will dynamically choose a different (or better) route if a link goes
down
 • Ability to load balance between multiple links
 Disadvantages
 • Updates are shared between routers, thus consuming bandwidth
 • Routing protocols put additional load on router CPU/RAM
 • The choice of the “best route” is in the hands of the routing protocol,
and not the network administrator
16
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Interfaces vs Lines
 Interfaces are identified by both the type of interface, and the
interface number (which always begins at “0”). Thus, the first
Ethernet interface on a router would be identified as Ethernet0.
 Certain router families (such as the 3600 series) are modular, and
have multiple “slots” for interfaces.
 Thus, interfaces on these routers are identified by both the
module number and the interface number, formatted as:
module/interface.
 Thus, the third Fast Ethernet interface on the first modular slot
would be identified as FastEthernet0/2.
17
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Using Lines to Configure the IOS
 From the PC, software such as HyperTerminal is
required to make a connection from the local serial port
to the router console port.
 Some Cisco devices include an auxiliary port, in addition
to the console port.
 The auxiliary port can function similarly to a console port,
and can be accessed using a rollover cable.
 Additionally, auxiliary ports support modem commands,
thus providing dial-in access to Cisco devices.
18
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Setting Up Simple Network Using CLI Cisco Packet Tracer
Guideline: look the below Fig.
19
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Setting Up Simple Network Using CLI Cisco Packet Tracer
 Let us go!!
 Step –go privilege Mode
Router>en
 Step2: Configuration Mode
Router#config t
 Step3- Rename the device (Optional)
 Router(config)#hostname R1
 Step 4- Enables the F0/0 interface.
 R1(config)#int f0/0
 Step 5-Sets the IP address and subnet mask for the f0/0 interface
 R1(config-if)#ip add 192.168.1.1 255.255.255.0
 R1(config-if)#no shut
 Step 7 -Exits interface configuration mode and returns to global configuration mode.
 R1(config-if)#Exit
20
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Setting Up Simple Network Using CLI Cisco Packet Tracer
 Let us Configure The Other side
 Step 1- Enables the F1/0 interface.
 R1(config)#int f1/0
 Step 5-Sets the IP address and subnet mask for
the f0/0 interface
 R1(config-if)#ip add 192.168.2.1 255.255.255.0
 R1(config-if)#no shut
21
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Setting Up Simple Network Using CLI Cisco Packet Tracer
 Let us Configure The PCs
 Step 1- click the pc1
 Choose Desktop Menue
 Step -Sets the IP address and subnet mask for manual
(See the Fig)
22
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
THE PING COMMAND
 Use a ping in oder to test your network .
 ping is probably the most basic TCP/IP command line tool.
Its main purpose is to determine whether you can reach
another computer from your computer.
 It uses Internet Control Message Protocol (ICMP) to send
mandatoryECHO_REQUEST datagrams to the specified
host computer.
 When the reply is received back from the host,
the ping command displays how long it took to receive the
response.
23
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Example 2
24
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Class Work
Chapter 5 Routing.pptx

More Related Content

Similar to Chapter 5 Routing.pptx

Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxManishkumarSharma338257
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routingteknetir
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static RoutingYaser Rahmati
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_finalKPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_finalFisal Anwari
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxsayidkhalif
 
Chapter 18 : routing dynamically
Chapter 18 : routing dynamicallyChapter 18 : routing dynamically
Chapter 18 : routing dynamicallyteknetir
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6Nil Menon
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyYaser Rahmati
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalFisal Anwari
 
CN L8 — копия.ppt
CN L8 — копия.pptCN L8 — копия.ppt
CN L8 — копия.pptAssemNazirova2
 

Similar to Chapter 5 Routing.pptx (20)

Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en ingles
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static Routing
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static Routing
 
KPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_finalKPUCC-Rs instructor ppt_chapter6_final
KPUCC-Rs instructor ppt_chapter6_final
 
Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
 
Chapter 18 : routing dynamically
Chapter 18 : routing dynamicallyChapter 18 : routing dynamically
Chapter 18 : routing dynamically
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
Chapter 07 - Routing Dynamically
Chapter 07 - Routing DynamicallyChapter 07 - Routing Dynamically
Chapter 07 - Routing Dynamically
 
CCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing DynamicallyCCNAv5 - S2: Chapter 7 Routing Dynamically
CCNAv5 - S2: Chapter 7 Routing Dynamically
 
KPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_finalKPUCC-Rs instructor ppt_chapter7_final
KPUCC-Rs instructor ppt_chapter7_final
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
 
ENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptxENCOR_Chapter_6.pptx
ENCOR_Chapter_6.pptx
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CN L8 — копия.ppt
CN L8 — копия.pptCN L8 — копия.ppt
CN L8 — копия.ppt
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 

Recently uploaded

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceDelhi Call girls
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtrahman018755
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 

Chapter 5 Routing.pptx

  • 1. Chapter 5: Routing Technologies Part One TCP/IP AND OSI MODELS
  • 2. 2 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Chapter Objectives  IP Routing  Routing VS Routed protocols  Static Routing VS Dynamic Routing  Advantages and Disadvantages of each one  Interfaces vs Lines  Setting Up Simple Network
  • 3. 3 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Introduction  It’s time now to turn our focus toward the core topic of IP routing process.  It’s integral to networking because it pertains to all routers and configurations that use it.  IP routing is basically the process of moving packets from one network to another network using routers.  And by routers, I mean Cisco routers, of course! However, the terms router and layer 3 device are interchangeable
  • 4. 4 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential A router has the capability to read the Layer 3 header of an IP packet and make a decision on how to proceed in forwarding the packet. When a packet enters an interface on a router, it is de-encapsulated by removing the Layer 2 header information, such as the source and destination MAC addresses. Introduction
  • 5. 5 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  However, the router takes a look at the destination IPv4 or IPv6 address and checks its routing table for a suitable route.  The routing table is dynamically updated when a local interface on the router is assigned an IP address and is enabled. In addition, the router has the capability of running dynamic routing protocols that allow other routers on the network to exchange routes.  A route is simply a path to reach a destination network; without any routes, a router won't be able to forward packets to their destinations. Introduction
  • 6. 6 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Introduction
  • 7. 7 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Routing protocol and Routed Protocol  Before jumping into this chapter, I want to make sure you understand the difference between a routing protocol and a routed protocol.  Routers use routing protocols to dynamically find all networks within the greater internetwork and to ensure that all routers have the same routing table.  Routing protocols are also employed to determine the best path a packet should take through an internetwork to get to its destination most efficiently. RIP, RIPv2, EIGRP, and OSPF are great examples of the most common routing protocols.
  • 8. 8 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Routing protocol and Routed Protocol  Once all routers know about all networks, a routed protocol can be used to send user data (packets) through the established enterprise.  Routed protocols are assigned to an interface and determine the method of packet delivery.  Examples of routed protocols are IP and IPv6.
  • 9. 9 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Routing Methods  There are three basic methods of building a routing table: Statically, Directly connected or Dynamically.  Directly connected routes: Automatically entered in the routing table when an interface is activated with an IP address  Static routes: Manually configured by the network administrator and entered in the routing table if the exit interface for the static route is active.  Dynamic routes: Learned by the routers through sharing routes with other routers that use the same routing protocol
  • 10. 10 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Routing Methods  A static routing table is created, maintained, and updated by a network administrator, manually.  A static route to every network must be configured on every router for full connectivity.  This provides a granular level of control over routing, but quickly becomes impractical on large networks.
  • 11. 11 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Static Routing  Routers will not share static routes with each other, thus reducing CPU/RAM overhead and saving bandwidth.  However, static routing is not fault-tolerant, as any change to the routing infrastructure (such as a link going down, or a new network added) requires manual intervention.  Routers operating in a purely static environment cannot seamlessly choose a better route if a link becomes unavailable.
  • 12. 12 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Dynamic routing  A dynamic routing table is created, maintained, and updated by a routing protocol running on the router.  Examples of routing protocols include RIP (Routing Information Protocol), EIGRP (Enhanced Interior Gateway Routing Protocol), and OSPF (Open Shortest Path First).
  • 13. 13 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Dynamic routing  Routers do share dynamic routing information with each other, which increases CPU, RAM, and bandwidth usage.  However, routing protocols are capable of dynamically choosing a different (or better) path when there is a change to the routing infrastructure.
  • 14. 14 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Advantages and Disadvantages Static Routing  • Minimal CPU/Memory overhead  • No bandwidth overhead (updates are not shared between routers)  • Granular control on how traffic is routed  Disadvantages  • Infrastructure changes must be manually adjusted  • No “dynamic” fault tolerance if a link goes down  • Impractical on large network
  • 15. 15 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Advantages and Disadvantages Dynamic Routing  • Simpler to configure on larger networks  • Will dynamically choose a different (or better) route if a link goes down  • Ability to load balance between multiple links  Disadvantages  • Updates are shared between routers, thus consuming bandwidth  • Routing protocols put additional load on router CPU/RAM  • The choice of the “best route” is in the hands of the routing protocol, and not the network administrator
  • 16. 16 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Interfaces vs Lines  Interfaces are identified by both the type of interface, and the interface number (which always begins at “0”). Thus, the first Ethernet interface on a router would be identified as Ethernet0.  Certain router families (such as the 3600 series) are modular, and have multiple “slots” for interfaces.  Thus, interfaces on these routers are identified by both the module number and the interface number, formatted as: module/interface.  Thus, the third Fast Ethernet interface on the first modular slot would be identified as FastEthernet0/2.
  • 17. 17 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Using Lines to Configure the IOS  From the PC, software such as HyperTerminal is required to make a connection from the local serial port to the router console port.  Some Cisco devices include an auxiliary port, in addition to the console port.  The auxiliary port can function similarly to a console port, and can be accessed using a rollover cable.  Additionally, auxiliary ports support modem commands, thus providing dial-in access to Cisco devices.
  • 18. 18 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Setting Up Simple Network Using CLI Cisco Packet Tracer Guideline: look the below Fig.
  • 19. 19 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Setting Up Simple Network Using CLI Cisco Packet Tracer  Let us go!!  Step –go privilege Mode Router>en  Step2: Configuration Mode Router#config t  Step3- Rename the device (Optional)  Router(config)#hostname R1  Step 4- Enables the F0/0 interface.  R1(config)#int f0/0  Step 5-Sets the IP address and subnet mask for the f0/0 interface  R1(config-if)#ip add 192.168.1.1 255.255.255.0  R1(config-if)#no shut  Step 7 -Exits interface configuration mode and returns to global configuration mode.  R1(config-if)#Exit
  • 20. 20 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Setting Up Simple Network Using CLI Cisco Packet Tracer  Let us Configure The Other side  Step 1- Enables the F1/0 interface.  R1(config)#int f1/0  Step 5-Sets the IP address and subnet mask for the f0/0 interface  R1(config-if)#ip add 192.168.2.1 255.255.255.0  R1(config-if)#no shut
  • 21. 21 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Setting Up Simple Network Using CLI Cisco Packet Tracer  Let us Configure The PCs  Step 1- click the pc1  Choose Desktop Menue  Step -Sets the IP address and subnet mask for manual (See the Fig)
  • 22. 22 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential THE PING COMMAND  Use a ping in oder to test your network .  ping is probably the most basic TCP/IP command line tool. Its main purpose is to determine whether you can reach another computer from your computer.  It uses Internet Control Message Protocol (ICMP) to send mandatoryECHO_REQUEST datagrams to the specified host computer.  When the reply is received back from the host, the ping command displays how long it took to receive the response.
  • 23. 23 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Example 2
  • 24. 24 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Class Work