Check Your Understanding Questions
Complete all the review questions listed here to test your understanding of the topics and concepts in this chapter. The appendix, “Answers to the ‘Check Your Understanding’ Questions,” lists the answers.
Which of the following matches a router component with its function?
- Flash: Permanently stores the bootstrap program
- ROM: Permanently stores the startup configuration file
- NVRAM: Permanently stores the operating system image
- RAM: Stores the routing tables and ARP cache
Which command can a technician use to determine whether router serial ports have IP addresses that are assigned to them?
- show interfaces ip brief
- show controllers all
- show ip config
- show ip interface brief
Which of the following commands will set and automatically encrypt the privileged EXEC mode password to “quiz”?
- R1(config)# enable secret quiz
- R1(config)# password secret quiz
- R1(config)# enable password secret quiz
- R1(config)# enable secret password quiz
Which routing principle is correct?
- If one router has certain information in its routing table, all adjacent routers have the same information.
- Routing information about a path from one network to another implies routing information about the reverse, or return, path.
- Every router makes its routing decisions alone, based on the information it has in its own routing table.
- Every router makes its routing decisions based on the information it has in its own routing table and the information in its neighbor routing tables.
What two tasks do dynamic routing protocols perform? (Choose two.)
- Discover hosts
- Update and maintain routing tables
- Propagate host default gateways
- Network discovery
- Assign IP addressing
A network engineer is configuring a new router. The interfaces have been configured with IP addresses and activated, but no routing protocols or static routes have been configured yet. What routes are present in the routing table?
- Default routes
- Remote network routes
- Directly connected routes
- No route as the routing table is empty
Which statements are correct regarding how a router forwards packets? (Choose two.)
- If the packet is destined for a remote network, the router forwards the packet out all interfaces that might be a next hop to that network.
- If the packet is destined for a directly connected network, the router forwards the packet out the exit interface indicated by the routing table.
- If the packet is destined for a remote network, the router forwards the packet based on the information in the router host table.
- If the packet is destined for a remote network, the router sends the packet to the next-hop IP address in the routing table.
- If the packet is destined for a directly connected network, the router forwards the packet based on the destination MAC address.
- If the packet is destined for a directly connected network, the router forwards the packet to the switch on the next-hop VLAN.
Which command is used to explicitly configure a local IPv6 address on a router interface?
- ipv6 enable
- ipv6 address ipv6-address/prefix-length
- ipv6 address ipv6-address/prefix-length eui-64
- ipv6 address ipv6-address/prefix-length link-local
Which statement is true regarding metrics used by routing protocols?
- A metric is the quantitative value that a routing protocol uses to measure a given route.
- A metric is a Cisco-proprietary means to convert distances to a standard unit.
- Metrics represent a composite value of the amount of packet loss occurring for all routing protocols.
- Metrics are used by the router to determine whether a packet has an error and should be dropped.
The network administrator configured the ip route 0.0.0.0 0.0.0.0 serial 0/0/0 command on the router. How will this command appear in the routing table, assuming that the Serial 0/0/0 interface is up?
- D 0.0.0.0/0 is directly connected, Serial0/0/0
- S* 0.0.0.0/0 is directly connected, Serial0/0/0
- S* 0.0.0.0/0 [1/0] via 192.168.2.2
- C 0.0.0.0/0 [1/0] via 192.168.2.2
How many equal-cost paths can a dynamic routing protocol use for load balancing by default?
- 2
- 3
- 4
- 6
What two statements correctly describe the concepts of administrative distance and metric? (Choose two.)
- Administrative distance refers to the trustworthiness of a particular route.
- A router first installs routes with higher administrative distances in its routing table.
- Routes with the smallest metric to the destination indicate the best path.
- Metrics are used by the router to determine whether a packet has an error and should be dropped.
- The metric is always determined based on hop count.
When a packet travels from router to router to its destination, what address continually changes from hop to hop?
- Source and destination Layer 2 address
- Source Layer 3 address
- Destination Layer 3 address
- Destination port
- Describe the internal router hardware components, and outline the purpose of each.
- Describe the router bootup process from power on to final configuration.
- What are two important functions that a router performs?
- Describe the steps necessary to configure basic settings on a router.
- Describe the importance of the routing table. What purposes does it serve?
- What are the three basic ways a router learns about networks?
What three pieces of information must be configured on a host to forward packets to remote networks? (Choose three.)
- Clock rate
- Default gateway
- DHCP server address hostname
- DNS server address
- IP address
- Subnet mask
- A serial interface has been configured with an IP address and the clock rate. However, the show ip interface brief command indicates that the interface is administratively down. What must be done to correct the problem?
- What type of IPv6 address must be configured on an IPv6-enabled interface?
- When a computer is pinging another computer for the first time, which type of message does it send first to determine the MAC address of the other device?