Introduction to IP Routing Flashcards
Which is not a routing protocol?
RIP
RIPv2
RIPv3
RIPv3
Yep, you got it. RIP, RIPv2, and EIGRP are all examples of routing protocols
Which of these best describes dynamic routing?
All network addresses must be hand-typed into the routing table.
Only a portion of the network address must be hand-typed into the routing table.
Routing tables are updated automatically when changes occur in the network.
Routing tables are updated automatically when changes occur in the network.
In dynamic routing, routers update each other about all the networks they know about and place this information into the routing table. This is possible because a protocol on one router communicates with the same protocol running on neighbor routers. If changes occur in the network, a dynamic routing protocol automatically informs all routers about the event
Which is true regarding dynamic routing?
Static routes are automatically added to the routing table but dynamic routes must be added by hand.
You must use a DNS and WINS server when configuring dynamic routing.
Dynamic routes are automatically added to the routing table.
Dynamic routes are automatically added to the routing table.
Dynamic routing scales well in large networks and routes are automatically added into the routing table. Static routing is done by hand, one route at a time into each router
Which of the following is true for MAC addresses?
MAC addresses are never local on the LAN and always pass through a router.
MAC addresses are always local on the LAN and never go through or past a router.
MAC addresses will always be the IP address of Fa0/0 interface.
MAC addresses are always local on the LAN and never go through or past a router.
Media Access Control (MAC) addresses are always local on the LAN and never go through and past a router
What is it called when protocols update their forwarding tables after changes have occurred?
Name resolution
Routing
Convergence
Convergence
Routing convergence is the time required by the routing protocols to update the routing tables (forwarding tables) on all routers in the network
What command would be used to view the ARP cache on your host?
C:\ >show ip arp
C:\ >show protocols
C:\ >arp -a
C:\ >arp -a
The arp -a command will show the ARP cache on your host
What happens when a router receives a packet for a network that isn’t listed in the routing table?
It forwards the packet to the next available router.
It holds the packet until the address is updated in the routing table.
The router will use RIP to inform the host that it can’t send the packet.
None of the above.
None of the above.
Hope you answered D! A router will not send a broadcast looking for the remote network—the router will discard the packet
Which of the following is not a distance vector protocol?
RIPv1
RIPv2
OSPF
OSPF
RIPv1 and 2 and IGRP are all distance vector (DV) protocols. Routers using a DV protocol send all or parts of their routing table in a routing-update message at a regular interval to each of their neighbor routers
Which two of the following are link state protocols?
RIPv1
RIPv2
OSPF
IS-IS
OSPF
IS-IS
Open Shortest Path First (OSPF) and Intermediate System-to-Intermediate System (IS-IS) are link state (LS) routing protocolsOpen Shortest Path First (OSPF) and Intermediate System-to-Intermediate System (IS-IS) are link state (LS) routing protocols
Which of the following is a hybrid routing protocol?
RIPv2
EIGRP
IS-IS
EIGRP
The only protocol you could select is Enhanced Interior Gateway Routing Protocol (EIGRP)
What does the acronym IGRP stand for?
Interior Gateway Routing Protocol
Inside Gateway Redundancy Protocol
Interior Group Reliability Protocol
Interior Gateway Routing Protocol
Interior Gateway Routing Protocol is a distance vector (DV) interior gateway protocol
What EGP protocol is used on the Internet?
GGP
EGP
BGP
BGP
Border Gateway Protocol (BGP) is the most popular choice for ISPs or really large corporations
What are the two categories of IGP protocols?
Link state
Static
Distance vector
EGP
Link state
Distance vector
Distance vector (DV) and link state (LS) are the two routing protocols to remember
What two pieces of information does a router require to make a routing decision? (Choose two.)
Destination network (address)
Destination MAC address
Application layer protocol
Neighbor router
Destination network (address)
Neighbor router
A frame uses MAC addresses to send a packet on the LAN. The frame will take the packet to either a host on the LAN or a router’s interface if the packet is destined for a remote network
Where does a frame have to carry a packet if it is destined for a remote network?
Default gateway
Neighbor host
Switch
Default gateway
I hope you said A! Packets specifically have to be carried to a router in order to be routed through a network