9. Introduction 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. RIPv3 is nonexistant.
- 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 addresses 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. This is possible because a protocol on one router communicates with the same protocol running on neighbour routers. If changes occur in the network, a dynamic routing protocol automatically informs all routers about the events.
- 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 of 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 the Fa0/0 interface.
d. None of the above.
b. Media Access Control (MAC) addresses are always local on the LAN and never go through or 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 neighbour 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 EIGRP stand for?
a. Enhanced Interior Gateway Routing Protocol
b. Enhanced Inside Gateway Redundancy Protocol
c. Enhanced Interior Group Reliability Protocol
d. Enhanced 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 corporates.
- What are the two categories of IGP protocols? (choose two)
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. Neighbour router
a, d. A frame uses a local MAC address (router) 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, which would be sent to the neighbour router.
- Where does a frame have to carry a packet to if it is destined for a remote network?
a. Default gateway
b. Neighbour 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.