Chapter 9 - Intro to IP Routing Flashcards
Which is not a routing protocol?
A. RIP
B. RIPv2
C. RIPv3
D. EIGRP
- C. Yep, you got it. RIP, RIPv2, and EIGRP are all examples of routing protocols.
Which of these best describes dynamic routing?
A. All network addresses must be hand-typed into the routing table.
B. Only a portion of the network address must be hand-typed into the routing table.
C. Routing tables are updated automatically when changes occur in the network.
D. A and B.
- C. In dynamic routing, routers update each other about all the networks they know about and place this information into the routing table.
Which is true regarding dynamic routing?
A. Static routes are best in large networks and thus better to use than dynamic routing protocols.
B. Static routes are automatically added to the routing table but dynamic routes must be added by hand.
C. You must use a DNS and WINS server when configuring dynamic routing.
D. Dynamic routes are automatically added to the routing table.
- D. 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?
A. MAC addresses are never local on the LAN and always pass through a router.
B. MAC addresses are always local on the LAN and never go through or past a router.
C. MAC addresses will always be the IP address of Fa0/0 interface.
D. None of the above.
- B. 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?
A. Name resolution
B. Routing
C. Convergence
D. ARP resolution
- C. 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?
A. C:\ >show ip route
B. C:\ >show ip arp
C. C:\ >show protocols
D. C:\ >arp -a
- D. 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?
A. It forwards the packet to the next available router.
B. It holds the packet until the address is updated in the routing table.
C. The router will use RIP to inform the host that it can’t send the packet.
D. None of the above.
- D. 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?
A. RIPv1
B. RIPv2
C. OSPF
D. IGRP
- C. 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?
A. RIPv1
B. RIPv2
C. OSPF
D. IS-IS
E. IGRP
- C, D. Open 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?
A. RIPv2
B. EIGRP
C. IS-IS
D. IGRP
- B. The only protocol you could select is Enhanced Interior Gateway Routing Protocol (EIGRP).
What does the acronym IGRP stand for?
A. Interior Gateway Routing Protocol
B. Inside Gateway Redundancy Protocol
C. Interior Group Reliability Protocol
D. Interior Gateway Redundancy Protocol
- A. Interior Gateway Routing Protocol is a distance vector (DV) interior gateway protocol.
What EGP protocol is used on the Internet?
A. GGP
B. EGP
C. BGP
D. IGP
- C. Border Gateway Protocol (BGP) is the most popular choice for ISPs or really large corporations.
What are the two categories of IGP protocols?
A. Link state
B. Static
C. Distance vector
D. EGP
- A, C. 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.)
A. Destination network (address)
B. Destination MAC address
C. Application layer protocol
D. Neighbor router
- A, D. 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?
A. Default gateway
B. Neighbor host
C. Switch
D. Hub
- A. I hope you said A! Packets specifically have to be carried to a router in order to be routed through a network.