1.
Which value, that is contained in an IPv4 header field, is decremented by each router that receives a packet?
Correct Answer
D. Time-to-Live
Explanation
Refer to curriculum topic: 6.1.3
When a router receives a packet, the router will decrement the Time-to-Live (TTL) field by one. When the field reaches zero, the receiving router will discard the packet and will send an ICMP Time Exceeded message to the sender.
2.
Within a production network, what is the purpose of configuring a switch with a default gateway address?
Correct Answer
C. The default gateway address is used to forward packets originating from the switch to remote networks.
Explanation
Refer to curriculum topic: 6.4.3
A default gateway address allows a switch to forward packets that originate on the switch to remote networks. A default gateway address on a switch does not provide Layer 3 routing for PCs that are connected on that switch. A switch can still be accessible from Telnet as long as the source of the Telnet connection is on the local network.
3.
When transporting data from real-time applications, such as streaming audio and video, which field in the IPv6 header can be used to inform the routers and switches to maintain the same path for the packets in the same conversation?
Correct Answer
B. Flow Label
Explanation
Refer to curriculum topic: 6.1.4
The Flow Label in IPv6 header is a 20-bit field that provides a special service for real-time applications. This field can be used to inform routers and switches to maintain the same path for the packet flow so that packets will not be reordered.
4.
What is the command netstat -r used for?
Correct Answer
D. To display the host routing table
Explanation
Refer to curriculum topic: 6.2.1
The command netstat -r displays the host routing table to verify the routes and costs that a computer uses to communicate to certain networks.
5.
Which feature on a Cisco router permits the forwarding of traffic for which there is no specific route?
Correct Answer
B. Gateway of last resort
Explanation
Refer to curriculum topic: 6.2.2
A default static route is used as a gateway of last resort to forward unknown destination traffic to a next hop/exit interface. The next-hop or exit interface is the destination to send traffic to on a network after the traffic is matched in a router. The route source is the location a route was learned from.
6.
What are two functions that are provided by the network layer? (Choose two.)
Correct Answer(s)
B. Providing end devices with a unique network identifier
D. Directing data packets to destination hosts on other networks
Explanation
Refer to curriculum topic: 6.1.1
The network layer is primarily concerned with passing data from a source to a destination on another network. IP addresses supply unique identifiers for the source and destination. The network layer provides connectionless, best-effort delivery. Devices rely on higher layers to supply services to processes.
7.
Which router bootup sequence is correct?​
Correct Answer
D. 1 - perform the POST and load the bootstrap program
2 - locate and load the Cisco IOS software
3 - locate and load the startup configuration file or enter setup mode
Explanation
Refer to curriculum topic: 6.3.2
When a router is powered on, it undergoes a POST to verify that the hardware is functional, after which it proceeds by locating and loading the Cisco IOS software and then loading the startup configuration file if one is present.
8.
During troubleshooting procedures, from which location will most Cisco routers load a limited IOS?
Correct Answer
C. ROM
Explanation
Refer to curriculum topic: 6.3.1
ROM is used to store bootup instructions, basic diagnostic software, and a copy of a limited IOS. NVRAM stores the startup configuration file. RAM provides temporary storage of the running configuration file. Flash is used to store the full Cisco IOS on a device.
9.
Here is a link to the PT Activity (Links to an external site.).Open the PT activity. Perform the tasks in the activity instructions and then answer the question.Which interfaces in each router are active and operational?
Correct Answer
C. R1: G0/0 and S0/0/0
R2: G0/1 and S0/0/0
Explanation
Refer to curriculum topic: 6.4.2
The command to use for this activity is show ip interface brief in each router. The active and operational interfaces are represented by the value "up" in the "Status" and "Protocol" columns. The interfaces in R1 with these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.
10.
Which two files are loaded into RAM by the router when it boots? (Choose two.)
Correct Answer(s)
C. Startup configuration
E. IOS image
Explanation
Refer to curriculum topic: 6.3.2
A router loads the IOS image file and startup configuration file into RAM when it boots. Then the startup configuration file is copied into RAM as the running configuration file. The power-on self-test (POST) is a process that occurs on almost every computer during bootup. A bootstrap program is a program that is executed just after the POST.
11.
How does the network layer use the MTU value?
Correct Answer
C. The MTU is passed to the network layer by the data link layer
Explanation
Refer to curriculum topic: 6.1.2
The data link layer indicates to the network layer the MTU for the medium that is being used. The network layer uses that information to determine how large the packet can be when it is forwarded. When packets are received on one medium and forwarded on a medium with a smaller MTU, the network layer device can fragment the packet to accommodate the smaller size.
12.
During the boot process, in what memory location will the router bootstrap program look for the IOS image if a TFTP server is not used?
Correct Answer
A. Flash
Explanation
Refer to curriculum topic: 6.3.2
The IOS image is typically stored in flash memory. If the image is not in flash memory when the router boots, the router bootstrap program can look for it on a TFTP server.