Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps...

7
Link State Routing Protocols Last Update 2010.09.08 1.1.0 1 Copyright 2008-2010 Kenneth M. Chipps Ph.D. www.chipps.com

Transcript of Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps...

Page 1: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

1

Link State Routing Protocols

Last Update 2010.09.08

1.1.0

Copyright 2008-2010 Kenneth M. Chipps Ph.D. www.chipps.com

Page 2: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Copyright 2005-2008 Kenneth M. Chipps PhD www.chipps.com

2

Objectives

• Learn about the characteristics of link state routing protocols

Page 3: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Copyright 2005-2008 Kenneth M. Chipps PhD www.chipps.com

3

Link State Routing Protocols

• A link state routing protocol is one that uses the Dijkstra shortest path first algorithm

• The shortest path is not the one with the fewest hops in all cases

Page 4: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Link State Protocol Operation

• In general link state routing protocols operate in this manner– Each routers records its own directly

connected networks– Each router exchanges a hello packet with its

directly connected neighbors– Each router creates a Link State Packet that

contains what it knows about its neighbors such as identification, link type, and bandwidth

Copyright 2008 Kenneth M. Chipps Ph.D. www.chipps.com 4

Page 5: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Link State Protocol Operation

– This Link State Packet is sent to all its neighbors who then store the information, after that they forward it until all routers have the same information

– Once all the routers have the same information each one constructs a topological map of the network from which the best routes to a destination are computed

Copyright 2008 Kenneth M. Chipps Ph.D. www.chipps.com 5

Page 6: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Link State Routing Protocols

• There are only two link state routing protocols– OSPF– IS-IS

Copyright 2008 Kenneth M. Chipps Ph.D. www.chipps.com 6

Page 7: Link State Routing Protocols Last Update 2010.09.08 1.1.0 1Copyright 2008-2010 Kenneth M. Chipps Ph.D. .

Link State Routing Protocols

Routingprotocol

BuildsTopological

map

Router can independently determine the

shortest path to every network.

ConvergenceA periodic/

event driven routing updates

Useof

LSP

Distance vector

No No Slow Generally No No

Link State Yes Yes Fast Generally Yes Yes