Lesson 6 - Routing Packets Flashcards
Address Resolution Protocol (ARP)
An ARP request is a broadcast asking for the MAC address corresponding to a known IP address. An ARP reply contains the requested MAC address.
Time To Live (TTL)
The TTL field in an IP header is decremented once for each router hop. Therefore, if the value in a TTL field is reduced to 0, a router discards the frame and sends a time exceeded Internet Control Message Protocol (ICMP) message back to the source.
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.
next hop
An IP address on the next router to which traffic should be forwarded.
routed protocol
A protocol with an addressing scheme (for example, IP) that defines different network addresses.
routing protocol
A routing protocol (for example, RIP, OSPF, or EIGRP) that advertises route information between routers, which describes how to reach specified destination networks.
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.
metric
A value assigned to a route. Lower metrics are preferred over higher metrics.
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.
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.
distance vector
A category of routing protocol that sends a full copy of its routing table to its directly attached neighbors.
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.
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.
split horizon
This feature of a distance-vector routing protocol prevents a route learned on one interface from being advertised back out of that same interface.
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.