Day 19 - Basic Routing Concepts Flashcards
The results in a routing table result in 3 types of path determination. What are they?
Directly connected network
Remote networks
No route determined
If a packet is being forwarded out a fastEthernet interface then the packet is encapsulated in what type of frame?
Ethernet frame
If the exit interface for a packet is a serial interface what type of frame is the IP packet encapsulated in?
PPP Frame
When a router is making a determination on where to send traffic in with a routing table, the preferred route is the route with the longest what?
Longest prefix match
Do serial interfaces use MAC addresses?
No
What data-link address do interfaces using High-Level Data Link Control (HDLC) use?
0x8F
When an Ethernet frame contains an IP packet in the data portion of the frame, which Ethertype field is used?
0x800
A router can learn routes from 3 sources. What are they?
Directly connected routes
Static routes
Dynamic routes
True or False:
Dynamic routing is more secure than static routing
False
Which type of routing (Dynamic or Static) uses more memory, CPU usage and link bandwidth?
Dynamic
Which type of routing (Dynamic or Static) always uses the same route to the desination?
Static
Which type of routing (Dynamic or Static) uses a route that depends on the current topology?
Dynamic
What are the 10 IGPs?
RIP
RIPv2
RIPng
IGRP
EIGRP
EIGRP for IPv6
OSPFv2
OSPFv3
IS-IS
IS-IS for IPv6
What are the 6 distance vector routing protocols?
RIP
RIPv2
RIPng
IGRP
EIGRP
EIGRP for IPv6
What are 4 link state routing protocols?
OSPFv2
OSPFv3
IS-IS
IS-IS for IPv6
What are the 3 EGPs?
EGP
BGPv4
MP BGP-4 (IPv6)
What type of gateway protocol are the EGPs?
Path vector
Routing protocols are classified into different groups according what characteristics?
IGP or EGP
Distance vector or link state
Classful or classless
This is a collection of routers under a common administration that presents a common, clearly defined routing policy to the Internet
Autonomous System (AS)
This group of routing protocols is used for intra-AS routing
IGPs
This group of routing protocols is used for inter-AS routing
EGPs
Distance vector protocols typically use what algorithm?
Bellman-Ford
Distance, in regards to distance vector protocols, is defined in terms of what?
Metric such as hop count
Direction, next hop router
In distance vector routing protocols, the router knows only the routing information received from its what?
Neighbors
True or False:
Distance vector protocols have a full map of the entire topology of the network
False
What type of overarching group of routing protocols works best for flat networks who don’t require hierarchical design, hub and spoke networks, and convergence times are a non-factor
Distance vector protocols
True or False:
A router configured with a link state routing protocol can create a complete view, or topology, of the network by gathering information from all of the other routers
True