SlideShare a Scribd company logo
Routing
• IP Routing:- 
IP Routing is the process of moving packets from 
one network to another network using routers. 
• Routing Protocols:- 
A routing protocol is used by routers to dynamically 
find all the n/w in the internetwork and to ensure that 
all router have same routing table. 
Routing protocol determines the path of packet 
through an internetwork. E.g. 
RIP,IGRP,OSPF,EIGRP. 
• Routed Protocols:- 
Routed protocol can be used to send user data 
(packet) through the established enterprise. 
Routed protocols are assigned to an interface and 
determine the method of packet delivery. E.g.IP, IPX. 
Apple talk.
Types of Routing:- 
• Static Routing 
• Default Routing 
• Dynamic Routing
Static Routing 
• It is manually configured by administrator. 
• Mandatory need of destination network ip. 
• It is very secure and fast. 
• There is no bandwidth usage between routers. 
• Used for small organization with network of 10-15 
routers 
• Administrative distance for static route is 0 & 1. 
[Admin. Distance is ‘trustworthiness’ of routing 
information.lesser the AD higher the performance. 0- 
very good , 255-very bad] 
Disadvantages :- 
Used for small network. 
Everything to manually 
Network change effect complete n/W
Configuration of Static Routing 
Router#config t 
Router(config)#ip routing 
Router(config)# ip route <destination_network> 
<subnetmask> <IP_address_of_next_hop> 
E.G. 
• Router(config)#ip route 192.168.2.0 
255.255.255.0 10.0.0.2 
• Router(config)#exit 
• Router#show ip route
Default Routing 
• When we don’t know the destination ip address then 
we can use default routing. 
• In internet we use default routing. 
Configuration of default Routing:- 
Router#config t 
Router(config)#ip routing 
Router(config)# ip route 0.0.0.0 0.0.0.0 <ip of next hop> 
Router(config)# ip route 0.0.0.0 0.0.0.0 10.0.0.2 
Router#show ip route
Dynamic 
Routing
Advantage of Dynamic Routing:- 
• There is no need to know the destination network. 
• Need to advertise only directly connected networks. 
• Update the topology which change dynamically. 
• Administrative work is reduced. 
• Used for large organization. 
• Protocols:- 
1. Distance vector protocol 
2. Link state protocol 
3. Hybrid protocol
Distance vector protocol:- 
• Works with bellman ford algorithm. 
• Periodic updates. 
• It is classfull routing protocol. 
• Full routing table are exchanged. 
• Updates are through broadcast. 
• Also known by as “Routing by Rumor”. 
• E.g. RIP, IGRP.
Link state protocol:- 
• It works with Dijkstra algorithm. 
• It is a classless routing protocol. 
• Only missing route are exchanged. 
• Updates are through multicast. 
• Also known as “Routing by Intelligence”. 
• E.G. OSPF, IS-IS
Hybrid protocol:- 
• It works with DUAL algorithm. 
• It is a classless routing protocol. 
• Only missing route are exchanged. 
• Updates are through multicast. 
• Very fast convergence. 
• Also known as “Routing by Intelligence”. 
• E.G. EIGRP
Timers:- 
• Update Timer:- 
Sets the interval between periodic routing 
updates . 
• Invalid Timer:- 
1.routers wait to hear update . 
2.after that period update will send out to all its 
neighbors that route is invalid or unreachable. 
• Holddown Timer:- 
Time for which the information about poorer 
route is ignored. 
• Flush timer:- 
After this timers expires route will remove from 
the routing table.
RIP (Routing information protocol) 
• Open standard protocol. 
• It is classfull routing protocol. 
• Updates are broadcasted via 255.255.255.255 
• Administrative distance is 120. 
• Metric is hop count 
• Maximum hop counts = 15 
• Maximum routers can connect=16. 
• Used for small organization. 
• Timers(in second) 
update timer=30 , invalid timer=180 
Holdown timer=180, flush timer=240
RIP Versions 
RIP Version 1 
• Distance vector 
protocol. 
• Classful 
• No support VLSM 
networks. 
• No support for 
discontiguous 
network 
RIP Version 2 
• Distance vector 
protocol. 
• Classless. 
• Support VLSM 
networks. 
• Support 
discontiguous 
network
Configuration of RIP v1:- 
HYDERABAD#config t 
HYDERABAD(config)#no ip routing 
HYDERABAD(config)#ip routing 
HYDERABAD(config)#router rip 
HYDERABAD(config-router)#network 192.168.2.0 
HYDERABAD(config-router)#network 10.0.0.0 
HYDERABAD(config-router)#exit 
HYDERABAD(config)#exit 
HYDERABAD#show ip route
Configuration of RIP v2:- 
HYDERABAD#config t 
HYDERABAD(config)#no ip routing 
HYDERABAD(config)#ip routing 
HYDERABAD(config)#router rip 
HYDERABAD(config-router)#version 2 
HYDERABAD(config-router)#network 
192.168.2.0 
HYDERABAD(config-router)#network 10.0.0.0 
HYDERABAD(config-router)#exit 
HYDERABAD(config)#exit 
HYDERABAD#show ip route
Autonomous System(AS):- 
• An autonomous system (AS) is a group of networks 
under a single administrative control, which could be 
your company, a division within your company, or a 
group of companies. 
• Each AS is assigned a unique number in order to 
differentiate it from other autonomous systems. 
• Range of AS no:- 
total AS nos.= 1 - 65535 
public AS nos = 1 – 64512 
private AS no = 64513 – 65535.
Routing protocol classification:- 
IGP 
• Interior Gateway 
Protocol. 
• Routing protocols 
used within an AS. 
• All routers will be 
routing within the 
same AS boundary. 
• IGPs include RIP, 
IGRP, EIGRP, OSPF, 
and IS-IS. 
EGP 
• Exterior Gateway 
Protocol 
• Routing protocols used 
between different AS. 
• Routers in different AS 
need as EGP. 
• E.g. BGP is used to 
route traffic across the 
Internet backbone 
between different 
autonomous systems.

More Related Content

DOCX
How to configure a router
PPT
Router configuration
PPT
Modes of router
PPT
Router configuration
DOCX
Cisco router configuration tutorial
PPTX
Router configuration in packet tracer
PPT
Day 5.3 configuration of router
PDF
Destroying Router Security - NNC5ed
How to configure a router
Router configuration
Modes of router
Router configuration
Cisco router configuration tutorial
Router configuration in packet tracer
Day 5.3 configuration of router
Destroying Router Security - NNC5ed

What's hot (20)

PPTX
CCNA ppt Day 4
PPTX
Cisco router modes
PPTX
EIGRP Routing Protocols
PPT
Exploration Routing Chapter 7
PPTX
Router and routing
PPTX
Лекц 8
PPTX
CCNA ppt Day 5
PDF
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
PPTX
Routers and Routing Configuration
PDF
Quick Guide Ip Routing
PPTX
Ccna PPT2
PPTX
CCNA Dynamic Routing
PPTX
PPTX
Chapter 17 : static routing
PPTX
Лекц 7
PPT
Switch configuration
PPTX
Лекц 15
PPTX
Лекц 9
PPTX
Routing Protocols
CCNA ppt Day 4
Cisco router modes
EIGRP Routing Protocols
Exploration Routing Chapter 7
Router and routing
Лекц 8
CCNA ppt Day 5
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Routers and Routing Configuration
Quick Guide Ip Routing
Ccna PPT2
CCNA Dynamic Routing
Chapter 17 : static routing
Лекц 7
Switch configuration
Лекц 15
Лекц 9
Routing Protocols
Ad

Viewers also liked (6)

PPT
Routing
PPT
Day 9 routing
DOC
Prince 2: project managment Document Quality log
PPTX
Targetting 0.5 trillion brics+mint retail immigrants market
DOC
Prince 2: project managment Document Risk log
Routing
Day 9 routing
Prince 2: project managment Document Quality log
Targetting 0.5 trillion brics+mint retail immigrants market
Prince 2: project managment Document Risk log
Ad

Similar to CCNA part 5 routing (20)

PDF
Lecture number 5 Theory.pdf(machine learning)
DOCX
Dynamic routing
PPTX
Routing protocols
ODP
Dynamic routing
PPTX
PPT
Chapter 06 - Routing
PDF
ITT06211 CONFIGURING ROUTING PROTOCOLS.pdf
PPTX
"Understanding Routing Protocols in Computer Networks"
PPTX
ccna networking ppt
PPTX
IP ROUTING
PDF
introduction to network and computer security
PPT
Dynamic Routing All Algorithms, Working And Basics
PPTX
ROUTING PROTOCOLS new.pptx
PPTX
Lecture 04 networking
PPT
Chapter6ccna
PPT
Chapter6ccna
PDF
1Routing Basics.pdf
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PDF
Day 2 IP ROUTING
PPTX
Routing of netwok protocls and how .pptx
Lecture number 5 Theory.pdf(machine learning)
Dynamic routing
Routing protocols
Dynamic routing
Chapter 06 - Routing
ITT06211 CONFIGURING ROUTING PROTOCOLS.pdf
"Understanding Routing Protocols in Computer Networks"
ccna networking ppt
IP ROUTING
introduction to network and computer security
Dynamic Routing All Algorithms, Working And Basics
ROUTING PROTOCOLS new.pptx
Lecture 04 networking
Chapter6ccna
Chapter6ccna
1Routing Basics.pdf
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Day 2 IP ROUTING
Routing of netwok protocls and how .pptx

More from Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW (20)

PDF
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
PPTX
Digital transformation journey Consulting
DOCX
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
DOCX
Risk management Consulting For Municipality
DOCX
GDPR And Privacy By design Consultancy
PPTX
Real implementation Blockchain Best Use Cases Examples
DOCX
Biztalk architecture for Configured SMS service
DOCX
DOCX
Cloud manager client provisioning guideline draft 1.0
PPTX
DOCX
Government Digital transformation trend draft 1.0
DOCX
Enterprise architecture maturity rating draft 1.0
DOCX
Organisation Structure For digital Transformation Team
Management Consultancy Saudi Telecom Digital Transformation Design Thinking
Digital transformation journey Consulting
Lnt and bbby Retail Houseare industry Case assignment sandeep sharma
Risk management Consulting For Municipality
GDPR And Privacy By design Consultancy
Real implementation Blockchain Best Use Cases Examples
Biztalk architecture for Configured SMS service
Cloud manager client provisioning guideline draft 1.0
Government Digital transformation trend draft 1.0
Enterprise architecture maturity rating draft 1.0
Organisation Structure For digital Transformation Team

Recently uploaded (20)

PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
history of c programming in notes for students .pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
17 Powerful Integrations Your Next-Gen MLM Software Needs
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PPTX
assetexplorer- product-overview - presentation
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Cost to Outsource Software Development in 2025
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
Wondershare Filmora 15 Crack With Activation Key [2025
wealthsignaloriginal-com-DS-text-... (1).pdf
CHAPTER 2 - PM Management and IT Context
history of c programming in notes for students .pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
17 Powerful Integrations Your Next-Gen MLM Software Needs
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Reimagine Home Health with the Power of Agentic AI​
Design an Analysis of Algorithms II-SECS-1021-03
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
assetexplorer- product-overview - presentation
iTop VPN Free 5.6.0.5262 Crack latest version 2025
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
Operating system designcfffgfgggggggvggggggggg
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Computer Software and OS of computer science of grade 11.pptx
Cost to Outsource Software Development in 2025

CCNA part 5 routing

  • 2. • IP Routing:- IP Routing is the process of moving packets from one network to another network using routers. • Routing Protocols:- A routing protocol is used by routers to dynamically find all the n/w in the internetwork and to ensure that all router have same routing table. Routing protocol determines the path of packet through an internetwork. E.g. RIP,IGRP,OSPF,EIGRP. • Routed Protocols:- Routed protocol can be used to send user data (packet) through the established enterprise. Routed protocols are assigned to an interface and determine the method of packet delivery. E.g.IP, IPX. Apple talk.
  • 3. Types of Routing:- • Static Routing • Default Routing • Dynamic Routing
  • 4. Static Routing • It is manually configured by administrator. • Mandatory need of destination network ip. • It is very secure and fast. • There is no bandwidth usage between routers. • Used for small organization with network of 10-15 routers • Administrative distance for static route is 0 & 1. [Admin. Distance is ‘trustworthiness’ of routing information.lesser the AD higher the performance. 0- very good , 255-very bad] Disadvantages :- Used for small network. Everything to manually Network change effect complete n/W
  • 5. Configuration of Static Routing Router#config t Router(config)#ip routing Router(config)# ip route <destination_network> <subnetmask> <IP_address_of_next_hop> E.G. • Router(config)#ip route 192.168.2.0 255.255.255.0 10.0.0.2 • Router(config)#exit • Router#show ip route
  • 6. Default Routing • When we don’t know the destination ip address then we can use default routing. • In internet we use default routing. Configuration of default Routing:- Router#config t Router(config)#ip routing Router(config)# ip route 0.0.0.0 0.0.0.0 <ip of next hop> Router(config)# ip route 0.0.0.0 0.0.0.0 10.0.0.2 Router#show ip route
  • 8. Advantage of Dynamic Routing:- • There is no need to know the destination network. • Need to advertise only directly connected networks. • Update the topology which change dynamically. • Administrative work is reduced. • Used for large organization. • Protocols:- 1. Distance vector protocol 2. Link state protocol 3. Hybrid protocol
  • 9. Distance vector protocol:- • Works with bellman ford algorithm. • Periodic updates. • It is classfull routing protocol. • Full routing table are exchanged. • Updates are through broadcast. • Also known by as “Routing by Rumor”. • E.g. RIP, IGRP.
  • 10. Link state protocol:- • It works with Dijkstra algorithm. • It is a classless routing protocol. • Only missing route are exchanged. • Updates are through multicast. • Also known as “Routing by Intelligence”. • E.G. OSPF, IS-IS
  • 11. Hybrid protocol:- • It works with DUAL algorithm. • It is a classless routing protocol. • Only missing route are exchanged. • Updates are through multicast. • Very fast convergence. • Also known as “Routing by Intelligence”. • E.G. EIGRP
  • 12. Timers:- • Update Timer:- Sets the interval between periodic routing updates . • Invalid Timer:- 1.routers wait to hear update . 2.after that period update will send out to all its neighbors that route is invalid or unreachable. • Holddown Timer:- Time for which the information about poorer route is ignored. • Flush timer:- After this timers expires route will remove from the routing table.
  • 13. RIP (Routing information protocol) • Open standard protocol. • It is classfull routing protocol. • Updates are broadcasted via 255.255.255.255 • Administrative distance is 120. • Metric is hop count • Maximum hop counts = 15 • Maximum routers can connect=16. • Used for small organization. • Timers(in second) update timer=30 , invalid timer=180 Holdown timer=180, flush timer=240
  • 14. RIP Versions RIP Version 1 • Distance vector protocol. • Classful • No support VLSM networks. • No support for discontiguous network RIP Version 2 • Distance vector protocol. • Classless. • Support VLSM networks. • Support discontiguous network
  • 15. Configuration of RIP v1:- HYDERABAD#config t HYDERABAD(config)#no ip routing HYDERABAD(config)#ip routing HYDERABAD(config)#router rip HYDERABAD(config-router)#network 192.168.2.0 HYDERABAD(config-router)#network 10.0.0.0 HYDERABAD(config-router)#exit HYDERABAD(config)#exit HYDERABAD#show ip route
  • 16. Configuration of RIP v2:- HYDERABAD#config t HYDERABAD(config)#no ip routing HYDERABAD(config)#ip routing HYDERABAD(config)#router rip HYDERABAD(config-router)#version 2 HYDERABAD(config-router)#network 192.168.2.0 HYDERABAD(config-router)#network 10.0.0.0 HYDERABAD(config-router)#exit HYDERABAD(config)#exit HYDERABAD#show ip route
  • 17. Autonomous System(AS):- • An autonomous system (AS) is a group of networks under a single administrative control, which could be your company, a division within your company, or a group of companies. • Each AS is assigned a unique number in order to differentiate it from other autonomous systems. • Range of AS no:- total AS nos.= 1 - 65535 public AS nos = 1 – 64512 private AS no = 64513 – 65535.
  • 18. Routing protocol classification:- IGP • Interior Gateway Protocol. • Routing protocols used within an AS. • All routers will be routing within the same AS boundary. • IGPs include RIP, IGRP, EIGRP, OSPF, and IS-IS. EGP • Exterior Gateway Protocol • Routing protocols used between different AS. • Routers in different AS need as EGP. • E.g. BGP is used to route traffic across the Internet backbone between different autonomous systems.