Introduction to networking

Slides:



Advertisements
Similar presentations
CCNA3: Switching Basics and Intermediate Routing v3.0 CISCO NETWORKING ACADEMY PROGRAM Chapter 2 – Single Area OSPF Single Area OSPF Link State Routing.
Advertisements

Introduction to Dynamic Routing Protocols
Routing Protocol.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
CCNA 2 v3.1 Module 6.
Routing and Routing Protocols
RD-CSY /09 Distance Vector Routing Protocols.
Routing and Routing Protocols
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 Semester 2 Module 6 Routing and Routing Protocols YuDa college of business James Chen
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.
Routing and Routing Protocols Dynamic Routing Overview.
Introduction to Routing and Routing Protocols By Ashar Anwar.
University of the Western Cape Chapter 11: Routing Aleksandar Radovanovic.
Sybex CCENT Chapter 8: IP Routing Instructor & Todd Lammle.
Routing and Routing Protocols Routing Protocols Overview.
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
M.Menelaou CCNA2 ROUTING. M.Menelaou ROUTING Routing is the process that a router uses to forward packets toward the destination network. A router makes.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 6 Routing and Routing Protocols.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Introduction to Dynamic Routing Protocol
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
Routing Fundamental W.lilakiatsakun. Review Routing Fundamental VLSM Static & Dynamic Routing Routing algorithm concept.
Page 110/27/2015 A router ‘knows’ only of networks attached to it directly – unless you configure a static route or use routing protocols Routing protocols.
Switching and Routing Technique W.lilakiatsakun. Assessment Final 40 % Final 40 % Midterm 30% Midterm 30% LAB + Assignment 30% LAB + Assignment 30%
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
Distance Vector Routing Protocols Dynamic Routing.
6: Routing Working at a Small to Medium Business.
Routing and Routing Protocols
1 Version 3.1 Module 6 Routed & Routing Protocols.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
Routing protocols. 1.Introduction A routing protocol is the communication used between routers. A routing protocol allows routers to share information.
© 2002, Cisco Systems, Inc. All rights reserved..
Routing and Routing Protocols CCNA 2 v3 – Module 6.
+ Dynamic Routing Protocols 2 nd semester
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
Single Area OSPF Link State Routing Single Area OSPF Concepts
Instructor Materials Chapter 5: Dynamic Routing
Link State Routing protocol
Routing and Routing Protocols: Routing Static
Link-State Routing Protocols
Dynamic Routing Protocols part2
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Introduction to Dynamic Routing Protocol
Chapter 5: Dynamic Routing
Chapter 5: Dynamic Routing
Network Layer Path Determination.
Chapter 7: Routing Dynamically
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Routing Protocols and Concepts – Chapter 9
Introduction to Dynamic Routing Protocol
Dynamic Routing Protocols
Link-State Routing Protocols
Routing Protocols and Concepts – Chapter 9
After 3.2 Revised
Static and Default Routing
Dynamic Routing and OSPF
Introduction To ROUTING PROTOCOLS
Routing Protocols Charles Warren.
Dynamic Routing Protocols
Chapter 22. Network Layer: Routing
Link-State Routing Protocols
Working at a Small-to-Medium Business or ISP – Chapter 6
Routing Protocols and Concepts – Chapter 9
CCE1030 Computer Networking
Presentation transcript:

Introduction to networking Dynamic routes

Objectives Define dynamic routing and its properties Describe the classes of routing protocols Describe the basic router configuration commands for protocols

Dynamic routing overview Dynamic routing allow routers to learn about remote networks fro mother routers and update their own routing tables with new information Dynamic routing is necessary to allow networks to update and adapt quickly to changes The success depends on the maintenance of a routing table and timely distribution of knowledge Dynamic routing depends on routing protocols which describe: How to send updates What knowledge is contained in these updates When to send this knowledge How to locate recipients of the updates Administrative distance is used to determine the preferred source of routing updates

Routing protocols

Identifying the classes of interior gateway routing protocols Determines direction, or vector (exit interface), and Distance (metric) to any link in the internetwork Recreates the exact topology of the entire internetnetwork

Distance vector Each router receives a routing table from its directly connected neighbour routers. The distance vector algorithm (Bellman-Ford) does not allow a router to know the exact topology of an internetwork since each router only sees its neighbor routers.

Distance vector network discovery The interface that leads to each directly connected network has a distance of 0

Distance vector network discovery An analogy of distance vector could be the signs found at a highway intersection. A sign points toward a destination and indicates the distance to the destination. Further down the highway, another sign points toward the destination, but now the distance is shorter. As long as the distance is shorter, the traffic is on the best path.

Link state routing protocol features Consists of all LSA’s Link-state advertisement (LSA) - a small packet of routing information that is sent between routers Topological database - a collection of information gathered from LSAs SPF algorithm - a calculation performed on the database that results in the SPF tree Routing table - a list of the known paths and interfaces

Shortest path calculations

Link state topology changes

Link state concerns

Routing configuration IP network number of directly connected network GAD(config)#router rip GAD(config-router) #network 172.16.0.0

Configure EIGRP To configure EIGRP on a router router(config)#router eigrp autonomous-system router(config)#router eigrp 1 An autonomous system is a collection of networks under a common administrative control EIGRP uses a autonomous system number, but calls this a process ID The process ID essentially refers to an instance of the protocol running on a router All the routers running in the same routing domain that are using EIGRP must have the same process ID in order to communicate

Configure EIGRP with a network address router(config)#router eigrp 1 router(config)#network 172.16.0.0

Summary Dynamic routing scales better to larger, more complex networks They involve more complex protocols that demand a greater knowledge of networking

Questions... ...are there any?