Section 8: Routing Flashcards
Split Horizon
Prevents a route learned on one interface from being advertised on the same interface.
Poison Reverse
Causes a route received on one interface to be advertised back out the same interface with a metric considered infinite. (High cost.)
IGP
▪ Interior Gateway Protocol - Operate within an autonomous system.
▪ Specifies how routers within an autonomous system (AS) exchange routing information with other routers within the same autonomous system.
Examples: RIP, OSPF, EIGRP
EGP
▪ Exterior Gateway Protocols - Operate between autonomous systems.
▪ A type of routing protocol used to distribute routing information between different autonomous systems in large internetworks (the internet) based on the TCP/IP protocol.
Examples: BGP (Border Gateway Protocol)
Distance Vector
▪ Uses hop count as a metric (Number of routers from source to destination) does not consider speed.
▪ Sends full copy of routing table to its directly connected neighbors at regular intervals
▪ Slow convergence time - Time it takes for all routers to update their routing tables in response to a topology change
▪ Holding-down timers speeds up convergence
- Prevents updates for a specific period of time
Link State
Information passed between nodes (routers) is connectivity related.
Examples: OSPF (Open Shortest Path First) and IS-IS (Intermediate System to Intermediate System)
▪ All routers know about the paths all other routers can reach in the network
▪ Information is flooded throughout the link-state domain (OSPF or IS-IS) to ensure routers have synchronized information
▪ Faster convergence time than distance vectors and uses cost or other factors as a metric
▪ Each router constructs its own relative shortest-path tree with itself as the root for all known routes in the network
RIP
Routing Information Protocol
▪ Classful Interior Gateway Protocol
(RIPv2 and greater are classless)
▪ Is a distance-vector protocol (uses hop count)
▪ Maximum hops of 15, 16 is considered infinite (dead)
▪ Provides updates every 30 seconds
▪ Easy to configure and runs over UDP
OSPF
Open Shortest Path First
▪ Classless, Link-State, Interior Gateway Protocol
- Classless (supports VLSM-Variable Length Subnet Mask)
- Link-state protocol (using cost based on link speed between routers)
IS-IS
Intermediate System to Intermediate System
▪ Interior Gateway Protocol
▪ Link-state protocol
(Functions like OSPF protocol, but not as popular or widely utilized)
EIGRP
Enhanced Interior Gateway Routing Protocol (Classless)
▪ Interior Gateway Protocol
▪ Advanced distance-vector protocol.
(A hybrid of distance-vector and link-state)
▪ Proprietary Cisco protocol
BGP
Border Gateway Protocol
▪ External Gateway Protocol (The only one.)
▪ Path vector
▪ This protocol runs the backbone of the Internet
▪ Does not converge quickly, though, when the topology changes
Route Believability
Administrative Distance (AD) - If a router is using multiple protocols the protocol with the lowest AD is used to make routing decisions.
Protocol believability Most to Least:
a) Direct Connect; b) Static Connected; c) EIGRP; d) OSPF; e) RIP; f) External EIGRP
NAT
Network Address Translation
Translates private IP address to public IP address
PAT
Port Address Translation -
Sharing one public IP with multiple private IP addresses which gives a many-to-one translation
DNAT
Dynamic Network Address Translation -
Automatically assigns an IP address from a pool and gives a one-to-one translation.