Routing Flashcards
Default Route
Tells the router what to do with every incoming packet unless another line in routing table gives another route.
Routing Metrics
Hop Count
Bandwidth
Delay
Cost
Distance Vector
Set of routiing protocols that calculates the total cost to get to a particular network ID and compares that to the total cost of all the other routes to get to that same network ID.
Distance Vector uses hop count as a metric
Autonomous System (AS)
is one or more networks that are governed by a single dynamic routing protocol within that AS.
AS do not use IP addresses to deliver data between each other, but use a special globally unique Autonomous System Number (ASN). Current ASN’s are 32 bits, displayed as two 16-bit numbers separated by a dot. i.e. 1.33457
BGP
Border Gateway Protocol - An exterior gateway routing protocol that enables groups of routers to share routing information so that efficient, loop-free routes can be established.
Used for communication between AS’s
The net+ exam lists BGP as a hybrid routing protocol, but it is technically a path vector protocol
Link State
Type of dynamic routing protocol that announces only changes to routing tables, as opposed to entire routing tables, unlike Distance Vector protocols.
OSPF
An IGP developed for IP networks based on the shortest path first or link state algorithim.
OSPF’s metric is cost, which is a function of bandwidth.
OPSFv4 is used for IPv4
OSPFv3 is used for IPv6
In OSPF Area 0 is called the backbone area
IS-IS
Intermediate System to Intermediate System (IS-IS)
A dynamic link state protocol
EIGRP
Enhanced Interior Gateway Routing Protocol
EIGRP has aspects of both distance vector and link state protocols, placing it uniquely in its own “hybrid” category.
The Net+ exam lists EIGRP as a distance vector protocol