1 / 17

Chabot College

Chabot College. ELEC 99.05 Routed and Routing Protocols. Rout ed vs Rout ing Protocols. Rout ed Protocols. Used by end systems to communicate (a computer to another computer, etc.) Contain network-layer addresses of source and destination computers. Examples: TCP/IP IPX/SPX AppleTalk.

lily
Download Presentation

Chabot College

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chabot College ELEC 99.05 Routed and Routing Protocols

  2. Routed vs Routing Protocols

  3. Routed Protocols • Used by end systems to communicate (a computer to another computer, etc.) • Contain network-layer addresses of source and destination computers. • Examples: • TCP/IP • IPX/SPX • AppleTalk

  4. Routing Protocols • Used by intermediate systems to communicate information about paths (router to router). • Contain routing information tables. • Examples: • RIP • IGRP • EIGRP • OSPF

  5. 2 Kinds of Routing Protocols • IGPs, Interior Gateway Protocols: used by routers inside an organization’s network • EGPs, Exterior Gateway Protocols: used between different organization’s routers

  6. EGPs • We won’t study EGPs in this class. • There are two common EGPs: • EGP: Exterior Gateway Protocol • BGP: Border Gateway Protocol • BGP is newer and the most common.

  7. IGPs • We study four IGPs in class: • RIP • IGRP • EIGRP • OSPF

  8. RIP • RIP, or Routing Information Protocol • Very old protocol • Uses only one measure, or metric, to determine the desirability of a route: hop count • This type of metric is called distance-vector • Broadcasts routing information to neighbors every 30 seconds by default

  9. Hop Count • Hop count is the number of routers a packet must past through to reach a destination. • RIP always chooses the path that has the fewest hops. (not always the fastest path) • RIP can only support routes with a hop count of less than 16. (16 is unreachable).

  10. IGRP • IGRP, or Interior Gateway Routing Protocol • Cisco-proprietary • Uses multiple measures, or metrics, to determine best path, including bandwidth • Distance-vector metric • Preferred over RIP

  11. OSPF • Open Shortest Path First • Non-proprietary • Uses multiple metrics • Updates directly to all routers, not just to neighbors • Link state metric

  12. EIGRP • EIGRP, or Enhanced Interior Gateway Protocol • Cisco-Proprietary • Uses multiple metrics • Combines features of distance vector and link state routing protocols (a cross between IGRP and OSPF)

  13. Static vs. Dynamic Routes • Static Route • Configured manually into the router. • Useful for stub networks • Dynamic Route • Learned automatically and adjusts for topology or traffic changes • Useful when multiple paths are available

  14. Static vs. Dynamic Routes • Which are stub networks? • Which offer multiple paths? • Where would we use each type of route?

  15. Convergence • Link State routing protocols converge faster than distance vector routing protocols.

  16. End-to-End Routing

  17. Multiprotocol Routing

More Related