routing protocols

11
Routing protocols Routing protocols

Upload: howard-herrera

Post on 30-Dec-2015

45 views

Category:

Documents


1 download

DESCRIPTION

Routing protocols. 1. Introduction. A routing protocol is the communication used between routers. A routing protocol allows routers to share information about networks and their proximity to each other. R outing Information Protocol (RIP) Interior Gateway Routing Protocol (IGRP) - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Routing protocols

Routing protocolsRouting protocols

Page 2: Routing protocols

1.1.IntroductionIntroduction• A routing protocol is the communication used between routers. A routing protocol allows routers to share information about networks and their proximity to each other.

• Routing Information Protocol (RIP)

• Interior Gateway Routing Protocol (IGRP)

• Enhanced Interior Gateway Routing Protocol (EIGRP)

• Open Shortest Path First (OSPF)

• A routed protocol is used to direct user traffic. A routed protocol provides enough information in its network layer address to allow a packet to be forwarded from one host to another based on the addressing scheme.

• Internet Protocol (IP)

• Internetwork Packet Exchange (IPX)

Page 3: Routing protocols

22..Classes of routing protocolsClasses of routing protocols• Distance vector - Bellman-Ford algorithm

• The distance vector routing approach determines the direction, or vector, and distance to any link in an internetwork.

• Each router receives a routing table from its directly connected neighbor routers

• Link-state • The link-state approach recreates the exact topology of an entire internetwork. • The link-state algorithm is also known as Dijkstra's algorithm or as the shortest path first (SPF) algorithm.

Page 4: Routing protocols

The link-state routing algorithm maintains a complex database of topology information. The distance vector algorithm has nonspecific information about distant networks and no knowledge of distant routers. The link-state routing algorithm maintains full knowledge of distant routers and how they interconnect.

Link-state routing uses the following features: 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

The SPF algorithm computes network reachability. The router constructs this logical topology as a tree, with itself as the root. The router uses SPF to count the best path to destination network and stores the info in the routing table. The first router that learns of a link-state topology change forwards the information so that all other routers can use it for updates.

When a router receives an LSA, it updates the routing table with the most recent information.

Page 5: Routing protocols
Page 6: Routing protocols

3. 3. Distance vector protocolsDistance vector protocols

• Interior

RIP•It is a distance vector routing protocol. •Hop count is used as the metric for path selection. •If the hop count is greater than 15, the packet is discarded. •Routing updates are broadcast every 30 seconds, by default.

IGRP•It is a distance vector routing protocol. •Bandwidth, load, delay and reliability are used to create a composite metric. •Routing updates are broadcast every 90 seconds, by default.

EIGRP•It is an enhanced distance vector routing protocol. •It uses unequal cost load balancing. •It uses a combination of distance vector and link-state features. •It uses Diffusing Update Algorithm (DUAL) to calculate the shortest path. •Routing updates are multicast using 224.0.0.10 triggered by topology changes.

Page 7: Routing protocols

• Exterior

• Border Gateway Protocol (BGP) -

• It is a distance vector exterior routing protocol.

• It is used between ISPs or ISPs and clients.

• It is used to route Internet traffic between autonomous systems.

3. 3. Link-state protocolsLink-state protocols• OSPF

• It is a link-state routing protocol.

• It is an open standard routing protocol described in RFC 2328.

• The SPF algorithm is used to calculate the lowest cost to a destination.

• Routing updates are flooded as topology changes occur.

Page 8: Routing protocols
Page 9: Routing protocols

4. 4. IGP vs. EGPIGP vs. EGP

Page 10: Routing protocols

4. 4. ARP, RARPARP, RARP

• ARP - Address Resolution Protocol

• is the standard method for finding a host's hardware address when only its network layer address is known.

• RARP – Reverse Address Resolution Protocol

• is a network layer protocol used to obtain an IP address for a given hardware address (such as an Ethernet address).

Page 11: Routing protocols

Použitý zdroj informáciíPoužitý zdroj informácií

• cisco.netacad.netcisco.netacad.net

• wikipedia.orgwikipedia.org