N10-007.3 Flashcards
Route Redistribution
Allows routes learned by one routing protocol to be injected into the routing process of another routing protocol.
Protocol Independent Multicast (PIM)
A multicast protocol used between multicastenabled routers to construct a multicast distribution tree.
Port Address Translation (PAT)
A variant of NAT in which multiple inside local IP addresses share a single inside global IP address. PAT can distinguish between different flows based on port numbers.
Poison Reverse
This feature of a distance-vector routing protocol causes a route received on one interface to be advertised back out of that same interface with a metric considered to be infinite.
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.
Network Address Translation (NAT)
Allows private IP addresses (as defined in RFC 1918) to be translated into Internet-routable IP addresses (public IP addresses).
Static NAT (SNAT)
A variant of NAT in which an inside local IP address is statically mapped to an inside global IP address. SNAT is useful for servers inside a network that need to be accessible from an outside network.
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.
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.
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.
Administrative Distance
A routing protocol’s index of believability. Routing protocols with a smaller AD are considered more believable than routing protocols with a higher AD.
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.
Open Shortest Path First (OSPF)
A link-state routing protocol that uses a metric of cost, which is based on the link speed between two routers. OSPF is a popular IGP because of its scalability, fast convergence, and vendor interoperability.
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.