IP routing essentials Flashcards
What is the purpose of a router
To forward traffic between different network segments.
How does a router learn about route paths
from static and dynamic routing protocols
What is a dynamic routing protocol
A protocol that distributes network topology information between routers and provide ongoing updates to the topology without physical intervention. A dynamic routing protocol will attempt to select the best loop free path to the destination in the current network.
What is an Autonomous System (AS)
Is a network of systems running the same dynamic routing protocol and managed under the same network administration.
What is an Interior gateway protocol
a routing protocol optimised for routing within an AS
What is an exterior gateway protocol
a routing protocol optimised for routing between AS’s
What are the different types of dynamic routing algorithms
Distance Vector
Enhanced Distance Vector
Link State
Path Vector
What is a distance vector algorithm
determines the best route for data packets based on distance.
What routing protocol uses a distance vector algorithm
RIPv2
What is the metric used in RIP
Hops to destination
Does RIP have a complete map of the network topology
NO
What is the advantage of RIP
very low CPU resource consumed.
What is the main disadvantage of RIP
It relies purely on hop count, no consideration is taken into the bandwidth of the link.
What is an enhanced distance vector algorithm
It is an enhanced version of distance vector that relies on more than just distance(hops) to calculate the metric.
What routing protocol uses an enhanced distance vector algorithm
EIGRP
What is the metric used in EIGRP
by default (total path delay + minimum bandwidth)
Does EIGRP have a complete map of the network topology
No
What is the advantage of EIGRP
Rapid convergence time
updates are only sent when there is an update.
Uses multiple attributes to calculate metric not just hop count.
Supports un-equal cost multi pathing
What is a link state algorithm, and how does it identify the best path
Each router advertises every connect & directly connected routes and the state of that link to each other router. When the entire topology is learnt. Then Dijkstra’s algorithm is ran to identify the shortest path
What are the advertisement packets called in:
OSPF
IS-IS
OSPF: LSA
IS-IS: LSP
What is the advantages to link state routing protocols
due to running the Dijkstra algorithm less chance of routing loops
Better path decisions
OSPF and IS-IS have features that allow them to support technology such as MPLS traffic engineering.
What is the main disadvantage of link state routing protocols
Due to all routers having to have an identical map of the network to perform the algorithm a high amount of CPU usage is required.
What is a path vector algorithm
It uses multiple attributes to calculate metric.
What routing protocol uses path vector algorithm
BGP
How does BGP prevent routing loops
By recording the AS number of every AS the packets pass through and will automatically drop the packet if it matches
When multiple paths have the same destination network address what is the process for selecting the route to be installed into the RIB
- Longest prefix length /26>/23
- AD of routing protocol
- Metric
What is the default administrative distance of a connected route
0
What is the default administrative distance of a directly connected route
1
What is the default administrative distance of EIGRP (Summary route)
5
What is the default administrative distance of eBGP
20
What is the default administrative distance of EIGRP (internal)
90
What is the default administrative distance of OSPF
110
What is the default administrative distance of IS-IS
115
What is the default administrative distance of RIP
120
What is the default administrative distance of EIGRP (external)
170
What is the default administrative distance of iBGP
200
What is equal cost multi pathing
When 2 routes from the same protocol are presented that have the same metric. Both routes will be entered into the RIB and the traffic will be load balanced across the 2 paths.
What dynamic routing protocols support equal cost multi pathing
RIP
EIGRP
OSPF
IS-IS
What is un-equal cost multi pathing
When 2 routes from the same protocol are presented that have the different metrics. Both routes can be entered into the RIB and the traffic will be load balanced across the 2 paths. This is not enabled by default.
What dynamic routing protocols support equal cost multi pathing
EIGRP
What is a directly attached static route
A static route where the next hop is defined as the outgoing interface.
What is a recursive static route
A static route where the next hop is defined as the remote link IP address.
What is a fully specified static route
a static route where both the outgoing interface and the remote IP are defined.
IPv6 uses the same principles for routing as IPv4
True or False
True
What is a static null interface
A logical interface that drops all traffic destined for it.
What command is needed to enable IPv6 routing
IPv6 unicast routing
What is a VRF
A technology that creates multiple virtual routers on 1 physical router.
What parameters are separated between VRF instances
Routing tables
Router interfaces
Forwarding tables
What is the default VRF called
Global
What is the main advantage of VRFs
Increased network security by separation