IPv4 Routing Flashcards
For a router to route.. the router must know (list 3 things!)
Destination IP address (from packet header), neighbour routers, possible routes to the target network, best route to the target network, how to maintain and verify routing information
How can a router learn about networks?
From a network directly connected to the router, statically from admin, dynamically from neighbour routers
What is the route of last resort?
Default routing. It does not define a specific target network. Used by a router to forward traffic when no specific route to target network. 0.0.0.0 0.0.0.0
Describe dynamic routing
Router learns possible routes to remote networks from neighbors. If multiple possible routes to same network exist, lowest admin distance determines best route
What is distance vector routing protocol?
A type of dynamic routing protocol. Distance is based on number of ‘hops’. Less hops = best. Vector - direction. Example: RIP
What is link state routing protocol?
A type of dynamic routing protocol. Neighbour routers understand state of link between them. State of accumulated links determines admin distance (AD). Lowest AD determines best route. Example: OSPF.
What are hybrid routing protocols?
A type of dynamic routing protocol. Uses elements of both distance vector and link state. Example: EIGRP
List the default admin distances:
Here, have a chart! :)
What is EIGRP?
Enhanced Interior Gateway Routing Protocol
Which of the following is called an advanced distance-vector routing protocol?
A. OSPF
B. EIGRP
C. BGP
D. RIP
B. EIGRP
When a packet is routed across a network, the ____________ in the packet changes at every hop while the _________ does not.
MAC address, IP address.
Since the destination MAC address is different at each hop, it must keep changing. The IP address, which is used for the routing process, does not.
Which of the following is NOT an advantage of static routing?
A. Less overhead on the router CPU
B. No bandwidth usage between routers
C. Adds security
D. Recovers automatically from lost routes
D. Recovery from a lost route requires manual intervention by a human to replace the lost route.
True/False: To reach a remote host you must know the MAC address of the remote host
Fale. The MAC address would be the local router interface, not the remote host
What command do you use to view the ARP cache on your host?
arp -a