Link state routing In link state routing, if each node in the domain has the entire topology of the domain list of nodes and links, how they are connected.

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Link-State Routing Protocols Routing Protocols and Concepts – Chapter.
Advertisements

Network Layer – Routing 2 Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 21 Networking and Internetworking Devices.
Routing So how does the network layer do its business?
Unicast Routing Protocols: RIP, OSPF, and BGP
1 Computer Networks Routing Algorithms. 2 IP Packet Delivery Two Processes are required to accomplish IP packet delivery: –Routing discovering and selecting.
Delivery, Forwarding, and Routing
MULTICASTING Network Security.
INTRA- AND INTERDOMAIN ROUTING Routing inside an autonomous system is referred to as intradomain routing. Routing between autonomous systems is.
Delivery, Forwarding and
Link State Routing Protocol W.lilakiatsakun. Introduction (1) Link-state routing protocols are also known as shortest path first protocols and built around.
1 CS 4396 Computer Networks Lab Dynamic Routing Protocols - II OSPF.
Lecture Week 10 Link-State Routing Protocols. Objectives Describe the basic features & concepts of link-state routing protocols. List the benefits and.
Using Dijkstra’s Algorithm to Find a Shortest Path from a to z 1.
Computer Networks22-1 Chapter 22. Network Layer: Delivery, Forwarding, and Routing 21.1 Delivery 21.2 Forwarding 21.3 Unicast Routing Protocols 21.4 Multicast.
Unicast Routing Protocols  A routing protocol is a combination of rules and procedures that lets routers in the internet inform each other of changes.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 11 Unicast Routing Protocols.
1 Routing Table  The seven fields Mask: for finding (sub)network address of the destination l Host-specific routing: (/32) l Default routing:
Link State Routing NETE0521 Presented by Dr.Apichan Kanjanavapastit.
Figure Routers in an Internet.
22.1 Chapter 22 Routing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Communication & Networks Lecture 21 Network Layer: Delivery, Forwarding, Routing Waleed.
Networking and internetworking devices. Repeater.
Routing Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by: Copyright 2009 Asia Pacific Institute of Information.
Interior Gateway Protocols (RIP, OSPF) continued….
4: Network Layer4b-1 OSPF (Open Shortest Path First) r “open”: publicly available r Uses Link State algorithm m LS packet dissemination m Topology map.
Computer Networks22-1 Network Layer Delivery, Forwarding, and Routing.
Ch 22. Routing Direct and Indirect Delivery.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Link-State Routing Protocols Routing Protocols and Concepts – Chapter 10.
1 INTRA- AND INTERDOMAIN ROUTING Routing inside an autonomous system is referred to as intradomain routing. Routing between autonomous systems is referred.
CS440 Computer Networks 1 Link State Routing and OSPF Neil Tang 10/31/2008.
Spring Routing: Part I Section 4.2 Outline Algorithms Scalability.
Network-Layer Routing Routing tasks are methods of finding the paths for packet from their sources to their destinations. Routers are responsible mainly.
CS 6401 Intra-domain Routing Outline Introduction to Routing Distance Vector Algorithm.
CSE 421 Computer Networks. Network Layer 4-2 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside.
Chapter 7 Packet-Switching Networks Shortest Path Routing.
IP tutorial - #2 Routing KAIST Dept. of CS NC Lab.
1 Relates to Lab 4. This module covers link state routing and the Open Shortest Path First (OSPF) routing protocol. Dynamic Routing Protocols II OSPF.
+ Dynamic Routing Protocols 2 nd semester
Dynamic Routing Protocols II OSPF
Instructor Materials Chapter 5: Dynamic Routing
Routing: Link State Algorithm
16장. Networking and Internetworking Devices
(How the routers’ tables are filled in)
OSPF (Open Shortest Path First)
Routing Protocols and Concepts
Link-State Routing Protocols
Dynamic Routing Protocols part2
Network Layer.
Single-Area OSPF (Open Shortest Path First Protocol)
Net 323 D: Networks Protocols
Delivery, Forwarding, and Routing
THE NETWORK LAYER.
Chapter 5: Dynamic Routing
(How the routers’ tables are filled in)
Dynamic Routing Protocols II OSPF
Routing in Packet Networks Shortest Path Routing
Routing Protocols (RIP, OSPF, BGP).
CS 3700 Networks and Distributed Systems
Link-State Routing Protocols
Using Link Cost as a Metric
Chapter 11 Unicast Routing Protocols (RIP, OSPF, and BGP)
Intradomain Routing Outline Introduction to Routing
Viet Nguyen Jianqing Liu Yaqin Tang
CS 3700 Networks and Distributed Systems
Link-State Routing Protocols
Routing: Link State Algorithm
Brad Karp UCL Computer Science
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 21 Networking and Internetworking Devices.
OSPF Protocol.
Presentation transcript:

Link state routing In link state routing, if each node in the domain has the entire topology of the domain list of nodes and links, how they are connected including the type, cost (metric), and condition of the links (up or down)-

Figure 22.21 Link state knowledge

Build routing table In link state routing, four sets of actions are required to ensure that each node has the routing table showing the least-cost node to every other node. 1. Creation of the states of the links by each node, called the link state packet (LSP). 2. Dissemination of LSPs to every other router, called flooding, in an efficient and reliable way. 3. Formation of a shortest path tree for each node. 4. Calculation of a routing table based on the shortest path tree. Creation of Link State Packet (LSP) - A link state packet can carry a large amount of information. For the moment, however, we assume that it carries a minimum amount of data: the node identity, the list of links, a sequence number, and age. The first two, node identity and the list of links, are needed to make the topology. The third, sequence number, facilitates flooding and distinguishes new LSPs from old ones. The fourth, age, prevents old LSPs from remaining in the domain for a long time

LSPs are generated on two occasions: When there is a change in the topology of the domain On a periodic basis Flooding of LSPs- The creating node sends a copy of the LSP out of each interface. A node that receives an LSP compares it with the copy it may already have. If the newly arrived LSP is older than the one it has, it discards the LSP. If it is newer, the node does the following: a. It discards the old LSP and keeps the new one. b. It sends a copy of it out of each interface except the one from which the packet arrived.

Figure 22.22 Dijkstra algorithm

Figure 22.23 Example of formation of shortest path tree

Table 22.2 Routing table for node A