CCNA FAQ: IP Routing Static and Connected
Q1. A PC user turns on her computer, and as soon as the computer is up and working, she opens a web browser to browse http://www.ciscopress.com. Which protocol(s) would definitely not be used by the PC during this process?
a. DHCP
b. DNS
c. ARP
d. ICMP
Q2. A PC user turns on her computer, and as soon as the computer is up and working, she opens a command prompt. From there, she issues the ping 2.2.2.2 command, and the ping shows 100 percent success. The PC’s IP address is 1.1.1.1 with mask 255.255.255.0. Which of the following settings would be required on the PC to support the successful ping?
a. The IP address of a DNS server
b. The IP address of a default gateway
c. The IP address of an ARP server
d. The IP address of a DHCP server
Q3. Router 1 has a Fast Ethernet interface 0/0 with IP address 10.1.1.1. The interface is connected to a switch. This connection is then migrated to use 802.1Q trunking. Which of the following commands could be part of a valid configuration for Router 1’s Fa0/0
interface? (Choose two answers.)
a. interface fastethernet 0/0.4
b. dot1q enable
c. dot1q enable 4
d. trunking enable
e. trunking enable 4
f. encapsulation dot1q
Q4. A router is configured with the no ip subnet-zero global configuration command. Which of the following interface subcommands would not be accepted by this router?
a. ip address 10.1.1.1 255.255.255.0
b. ip address 10.0.0.129 255.255.255.128
c. ip address 10.1.2.2 255.254.0.0
d. ip address 10.0.0.5 255.255.255.252
Q5. Which one of the following answers describes an action or event that most directly causes a router’s show ip route command to list an identifying code of S beside a route? (Choose three answers.)
a. The IP address must be configured on an interface.
b. The router must receive a routing update from a neighboring router.
c. The ip route command must be added to the configuration.
d. The ip address command must use the special keyword.
e. The interface must be up and up.
Q6. Which of the following commands correctly configures a static route?
a. ip route 10.1.3.0 255.255.255.0 10.1.130.253
b. ip route 10.1.3.0 serial 0
c. ip route 10.1.3.0 /24 10.1.130.253
d. ip route 10.1.3.0 /24 serial 0
Q7. Which of the following is affected by whether a router is performing classful or classless routing?
a. When to use a default route
b. When to use masks in routing updates
c. When to convert a packet’s destination IP address to a network number
d. When to perform queuing based on the classification of a packet into a particular queue
Q8. A router has been configured with the ip classless global configuration command. The router receives a packet destined to IP address 168.13.4.1. The following text lists the contents of the router’s routing table. Which of the following is true about how this router forwards the packet? Gateway of last resort is 168.13.1.101 to network 0.0.0.0
168.13.0.0/24 is subnetted, 2 subnets C 168.13.1.0 is directly connected, FastEthernet0/0 R 168.13.3.0 [120/1] via 168.13.100.3, 00:00:05, Serial0.1
a. It is forwarded to 168.13.100.3.
b. It is forwarded to 168.13.1.101.
c. It is forwarded out interface Fa0/0, directly to the destination host.
d. The router discards the packet
Q9. What are the Layer 2 and Layer 3 characteristics of a packet destined for a network on a remote segment?
Q10. Why would you use a static route versus a routing protocol?
Q11. What are the characteristics of distance vector routing protocols?
Q12. What are the characteristics of link-state routing protocols?
Q13. What is the difference between classful and classless routing protocols?
Q14. Given the following output, on which interface will a packet destined for 192.168.1.34 /24 be routed?
A. Serial 0/1
B. Serial 0/0
C. Fast Ethernet 0/0
D. None of the above
Q15. Your network designer subnetted the major classful network of 192.168.2.0 into varying-sized subnets throughout your network. Which routing protocol category should not be your choice of routing protocol?
A. Classful
B. IGP
C. Link-state
D. ODR
Q16. Which of the following is not a characteristic of link-state routing protocols?
A. Fast convergence
B. Broadcasts routing table
C. Keeps track of neighbors in table
D. Knows all possible routes
Q16. Which of the following is not a subnet in the CIDR summary route 192.168.16.0 /21?
A. 192.168.16.0 /24
B. 192.168.20.0 /24
C. 192.168.24.0 /24
D. 192.168.23.0 /24
Q17. What is the consequence of using the following command? Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.10.2
A. The entry will show up in the routing table signified with an R.
B. This entry is configured in a Layer 2 switch to send traffic to a Layer 3 routing device.
C. 192.168.10.2 is the IP address of the router that advertised this network in the routing protocol update.
D. If there is not an exact match in the routing table, packets will be sent to 192.168.10.2.
Q18. What is the consequence of using the following command? (Choose two)
Router(config)# ip route 192.168.20.4 255.255.255.0 10.1.1.1 3
A. The 3 at the end of the command signifies that it is a floating static route.
B. The 3 at the end of the command signifies the hops to get to the destination.
C. The destination network is incorrect, so this command will not work.
D. The default administrative distance for this command is 120.
Q19. The network entry for 192.168.2.0 /24 is being advertised by RIP and OSPF. Which routing protocol displays the subnet in the routing table, and why?
A. OSPF because it has a lower metric
B. RIP because it is classful
C. OSPF because it has a lower administrative distance
D. RIP because it has a higher administrative distance
Q20. Which of the following is not a reason to use static routes?
A. To minimize configuration in complex networks.
B. To get finer control of routing decisions.
C. Destination networks are stubs.
D. To conserve bandwidth.
Q21. Given the following entries in a routing table, on which interface will a packet destined for 10.4.0.1 exit?
A. Fast Ethernet 0/0
B. Serial 0/1
C. Serial 0/0
D. None of the above
Q22. Given the following entries in a routing table, which of the following are true? (Choose two)
RouterA> show ip route
…Ouput Omitted…
Gateway of last resort is 192.168.2.10 to network 0.0.0.0
C 172.16.0.0/16 is directly connected, FastEthernet0/0
10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks
I 10.0.0.0/8 [100/8976] via 172.17.0.2, FastEthernet0/1
D 10.1.0.0/16 [90/2297856] via 192.168.1.10, Serial0/1
D 10.4.0.0/16 [90/2297856] via 192.168.1.10, Serial0/1
S* 0.0.0.0/0 [1/0] via 192.168.2.10, Serial0/0
A. A packet destined for 192.168.100.2 will exit Serial 0/0.
B. The metric for network 10.4.0.0/16 is 90.
C. The metric for network 10.0.0.0/8 is 8976.
D. The routing protocol for network 10.1.0.0 has an administrative distance of 100.
Q23. What command was used to generate the following output?
Q24. You are viewing the routing table and you see an entry 10.1.1.1/32. What legend code would you expect to see next to this route?
A. C
B. L
C. S
D. D
Q25. Which of the following statements are true regarding the command ip route
172.16.4.0 255.255.255.0 192.168.4.2? (Choose two.)
A. The command is used to establish a static route.
B. The default administrative distance is used.
C. The command is used to configure the default route.
D. The subnet mask for the source address is 255.255.255.0.
E. The command is used to establish a stub network.
Q26. What destination addresses will be used by HostA to send data to the HTTPS server as shown in the following network? (Choose two.)
A. The IP address of the switch
B. The MAC address of the remote switch
C. The IP address of the HTTPS server
D. The MAC address of the HTTPS server
E. The IP address of RouterA’s Fa0/0 interface
F. The MAC address of RouterA’s Fa0/0 interface
Q27. Using the output shown, what protocol was used to learn the MAC address for 172.16.10.1?
A. ICMP
B. ARP
C. TCP
D. UDP
Q28. Which of the following is called an advanced distance-vector routing protocol?
A. OSPF
B. EIGRP
C. BGP
D. RIP
Q29. When a packet is routed across a network, the ______________ in the packet changes at every hop while the ____ does not.
A. MAC address, IP address
B. IP address, MAC address
C. Port number, IP address
D. IP address, port number
Q30. Which statement is true regarding classless routing protocols? (Choose two.)
A. The use of discontiguous networks is not allowed.
B. The use of variable length subnet masks is permitted.
C. RIPv1 is a classless routing protocol.
D. IGRP supports classless routing within the same autonomous system.
E. RIPv2 supports classless routing.
Q31. Which two of the following are true regarding the distance-vector and link-state routing protocols? (Choose two.)
A. Link state sends its complete routing table out of all active interfaces at periodic time intervals.
B. Distance vector sends its complete routing table out of all active interfaces at periodic time intervals.
C. Link state sends updates containing the state of its own links to all routers in the internetwork.
D. Distance vector sends updates containing the state of its own links to all routers in the internetwork.
Q32. When a router looks up the destination in the routing table for every single packet it is called _____________ .
A. dynamic switching
B. fast switching
C. process switching
D. Cisco Express Forwarding
Q33. What type(s) of route is the following? Choose all that apply.
S* 0.0.0.0/0 [1/0] via 172.16.10.5
A. Default
B. Subnetted
C. Static
D. Local
Q34. A network administrator views the output from the show ip route command. A network that is advertised by both RIP and EIGRP appears in the routing table flagged as an EIGRP route. Why is the RIP route to this network not used in the routing table?
A. EIGRP has a faster update timer.
B. EIGRP has a lower administrative distance.
C. RIP has a higher metric value for that route.
D. The EIGRP route has fewer hops.
E. The RIP path has a routing loop.
Q35. Which of the following is NOT an advantage of static routing?
A. Less overhead on the router CPU
B. No bandwidth usage between routers
C. Adds security
D. Recovers automatically from lost routes
Q36. What metric does RIPv2 use to find the best path to a remote network?
A. Hop count
B. MTU
C. Cumulative interface delay
D. Load
E. Path bandwidth value
Q37. The Corporate router receives an IP packet with a source IP address of 192.168.214.20 and a destination address of 192.168.22.3. Looking at the output from the Corp router, what will the router do with this packet?
A. The packet will be discarded.
B. The packet will be routed out of the S0/0 interface.
C. The router will broadcast looking for the destination.
D. The packet will be routed out of the Fa0/0 interface.
Q38. If your routing table has a static, an RIP, and an EIGRP route to the same network, which route will be used to route packets by default?
A. Any available route
B. RIP route
C. Static route
D. EIGRP route
E. They will all load-balance.
Q39. Which of the following is an EGP?
A. RIPv2
B. EIGRP
C. BGP
D. RIP
Q40. Which of the following is an advantage of static routing?
A. Less overhead on the router CPU
B. No bandwidth usage between routers
C. Adds security
D. Recovers automatically from lost routes
Q41. What command produced the following output?
A. show ip route
B. show interfaces
C. show ip interface brief
D. show ip arp
Q42. In the following command what does the 150 at the end of the command mean?
Router(config)#ip route 172.16.3.0 255.255.255.0 192.168.2.4 150
A. Metric
B. Administrative distance
C. Hop count
D. Cost
[mks_button size=”medium” title=”CCNA Frequently Asked Questions” style=”squared” url=”https://www.configrouter.com/cisco-certified-network-associate-faq/” target=”_blank” bg_color=”#000000″ txt_color=”#FFFFFF” icon=”” icon_type=”” nofollow=”0″] [mks_button size=”medium” title=”CCNA Exam Questions with Explanation” style=”squared” url=”https://www.configrouter.com/ccna-online-training/” target=”_blank” bg_color=”#000000″ txt_color=”#FFFFFF” icon=”” icon_type=”” nofollow=”0″]