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 nonexistent.
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. 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?
A. Static routers are best in large networks and thus better to use than dynamic routing protocols.
B. Static routers are automatically added to the routing table but dynamic routes must be added by hand.
C. U 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 hand 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 allways pass through a router.
B. MAC addresses are allways local on the LAN and never go through or past a router.
C. MAC addresses will allways be the IP address of the Fa0/0 interface.
D. None of the above.
B.
Media Acces Control (MAC) addresses are allways 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 occured?
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 availible router.
B . It holds the packet untill 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 mesage at a regular interval to each of their neighbor routers.
Which 2 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-Intermediadte System (ISIS) 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 corporation.
What are the 2 categories of IGP protocols? (Choose 2.)
A. Link-State
B. Static
C. Distance-Vector
D. EGP
A, C.
Distance-vector (DV) and Link-State (LS) are the 2 routing protocols to remember.
What 2 pieces of information does a router require to make a routing decision? (Choose 2.)
A. Destination network (address)
B. Destination MAC address
C. Application layer protocol
D. Neighbor 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 neighbor router.
Where does a frame have to carry a packet to if it is destined for a remote network?
A. Default Gateway
B. Destination MAC address
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.