What are the 3 methods of finding routes?
How does Split Horizon works?
Its for preventing Routing Loops like STP for switching. It prevents a route learned on one interface from being advertised back out of that same interface or in simple terms:
Dont advertise a route into the same direction / to the same router you learned it from.
How does Poison Reverse works?
Its similar to Split Horizon but instead of forbidding advertising a route in the same direction / to the router it has been learned from. Its advertised in that direction with infinite cost, so it will never be used.
What are the 3 factors used to evaluate the quickest route?
What are popular Link-State protocols? (2)
Both calculate cost based on Link speed, OSPF is more popular.
What are popular Distance Vector protocols? (2)
What are popular Hybrid protocols? (1)
What makes the BGP Protocol special?
The Border Gateway Protocol (BGP) is a Path Vector Protocol. It uses the number of autonomous system hops instead of router hops for cost.
It also is the only real exterior gateway protocol and thus is basically the backbone of the internet.
What is AD?
Administrative Distance (AD) is a value that classifies how believable a route is to a router. The lower the number, the better.
1. Directly connected network: 0 AD
2. Statically connected network: 1 AD
3. EIGRP: 90 AD
4. OSPF: 110 AD
5. RIP: 120 AD
6. External EIGRP: 170 AD
7. Unknown/Unbelievable: 255 AD (unreachable)
What Address Translation methods exist?
What are FHRPs and what are the key benefits and what is needed for them to function?
First Hop Redundancy Protocols (FHRPs) are a set of protocols that allow to automatically switch to a backup router in case the first one fails. They require Virtual IPs & Subinterfaces to function.
The key benefits are: Reliability, Load Balancing & Seamless Transitions
What are the 3 main FHRPs?
What are the 2 protocols for multicasting?
What are the 2 PIM modes?
What is GRE?
Generic Routing Encapsulation (GRE): Used to create a tunnel to encapsulate a wide range of network layer protocols and send them over a virtual P2P link.
Benefits:
- Versatility and integration
- Universal translation (of otherwise incompatible protocols)