Chapter 6 - Routing IP Packets Flashcards
Administrative distance (AD)
A routing protocol’s index of believability. Routing protocols with a smaller AD are considered more believable than routing protocols with a higher AD.
ARP command
Can be used in either the Microsoft Windows or the UNIX environment to see what a Layer 2 MAC address corresponds to in a Layer 3 IP address.
Border Gateway Protocol (BGP)
The only EGP in widespread use today. In fact, BGP is considered to be the routing protocol that runs the Internet, which is an interconnection of multiple autonomous systems. BGP is a path-vector routing protocol, meaning that it can use as its metric the number of autonomous system hops that must be transited to reach a destination network, as opposed to the number of required router hops.
Default static route
A default static route is an administratively configured entry in a router’s routing table that specifies where traffic for all unknown networks should be sent.
Distance vector
A category of routing protocol that sends a full copy of its routing table to its directly attached neighbors.
Dynamic NAT (DNAT)
A variant of NAT in which inside local addresses are automatically assigned an inside global address from a pool of available addresses.
Enhanced Interior Gateway Routing Protocol (EIGRP)
A Cisco proprietary protocol. So, although EIGRP is popular in Cisco-only networks, it is less popular in mixed-vendor networks. Like OSPF, EIGRP is an IGP with very fast convergence and high scalability. EIGRP is considered to be an advanced distance vector or a hybrid routing protocol.
Exterior Gateway Protocol (EGP)
A routing protocol that operates between autonomous systems, which are networks under different administrative control. Border Gateway Protocol (BGP) is the only EGP in widespread use today.
Hold-down timers
Can speed the convergence process of a routing protocol. After a router makes a change to a route entry, the hold-down timer prevents subsequent updates for a specified period of time. This approach can help stop flapping routes (which are routes that oscillate between being available and unavailable) from preventing convergence.
Interior Gateway Protocol (IGP)
A routing protocol that operates within an autonomous system, which is a network under a single administrative control. OSPF and EIGRP are popular examples of IGPs.
Intermediate System-to-Intermediate System (IS-IS)
A link-state routing protocol similar in its operation to OSPF. IS-IS uses a configurable, yet dimensionless, metric associated with an interface and runs Dijkstra’s shortest path first algorithm. Although using IS-IS as an IGP offers the scalability, fast convergence, and vendor-interoperability benefits of OSPF, it has not been deployed as widely as OSPF.
Internet Group Management Protocol (IGMP)
A multicast protocol used between clients and routers to let routers know which of their interfaces has a multicast receiver attached.
Link-state
A category of routing protocol that maintains a topology of a network and uses an algorithm to determine the shortest path to a destination network.
Link-state advertisement (LSA)
Sent by routers in a network to advertise the networks the routers know how to reach. Routers use those LSAs to construct a topological map of a network. The algorithm run against this topological map is Dijkstra’s shortest path first algorithm.
Metric
A value assigned to a route. Lower metrics are preferred over higher metrics.