IP Routing Flashcards Preview

CCNA > IP Routing > Flashcards

Flashcards in IP Routing Deck (11)
Loading flashcards...
1
Q
Question 1
A router has learned three possible routes that could be used to reach a destination network. One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782. The last is from RIPv2 and has a metric of 4. Which route or routes will the router install in the routing table?
A. the RIPv2 route 
B. all three routes 
C. the OSPF and RIPv2 routes 
D. the OSPF route 
E. the EIGRP route
A

Answer: E

2
Q

Question 2
Which command can you enter to route all traffic that is destined for 192.168.0.0/20 to a specific interface?
A. router(config)#ip route 192.168.0.0 255.255.240.0 GigabitEthernet0/1
B. router(config)#ip route 0.0.0.0 255.255.255.0 GigabitEthernet0/1
C. router(config)#ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1
D. router(config)#ip route 192.168.0.0 255.255.255.0 GigabitEthernet0/1

A

Answer: A

3
Q

Question 3
Which command can you enter to set the default route for all traffic to an interface?
A. router(config)#ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1 B. router(config)#ip route 0.0.0.0 255.255.255.255 GigabitEthernet0/1
C. router(config-router)#default-information originate
D. router(config-router)#default-information originate always

A

Answer: A

4
Q

Question 4
Which three statements about static routing are true? (Choose three)
A. It uses consistent route determination.
B. It is best used for small-scale deployments.
C. Routing is disrupted when links fail.
D. It requires more resources than other routing methods.
E. It is best used for large-scale deployments.
F. Routers can use update messages to reroute when links fail.

A

Answer: A B C

5
Q

Question 5
If host Z needs to send data through router R1 to a storage server, which destination MAC address does host Z use to transmit packets?
A. the host Z MAC address
B. the MAC address of the interface on R1 that connects to the storage server
C. the MAC address of the interface on R1 that connects to host Z
D. the MAC address of the storage server interface

A

Answer: C

6
Q
Question 6
Which routing protocol has the smallest default administrative distance?
A. IBGP 
B. OSPF 
C. IS-IS 
D. EIGRP 
E. RIP
A

Answer: D

7
Q

Question 7
Which statement about static routes is true?
A. The source interface can be configured to make routing decisions.
B. A subnet mask is entered for the next-hop address.
C. The subnet mask is 255.255 255.0 by default
D. The exit interface can be specified to indicate where the packets will be routed.

A

Answer: D

8
Q
Question 8
Which component of a routing table entry represents the subnet mask?
A. routing protocol code 
B. prefix 
C. metric 
D. network mask
A

Answer: D

9
Q
Question 9
When a router makes a routing decision for a packet that is received from one network and destined to another, which portion of the packet does if replace?
A. Layer 2 frame header and trailer 
B. Layer 3 IP address 
C. Layer 5 session 
D. Layer 4 protocol
A

Answer: A

10
Q

Question 10
Which statement about routing protocols is true?
A. Link-state routing protocols choose a path by the number of hops to the destination.
B. OSPF is a link-state routing protocol.
C. Distance-vector routing protocols use the Shortest Path First algorithm.
D. IS-IS is a distance-vector routing protocol.

A

Answer: B

11
Q
Question 11
Which dynamic routing protocol uses only the hop count to determine the best path to a destination?
A. IGRP 
B. RIP 
C. EIGRP 
D. OSPF
A

Answer: B