R&S1 Chapter 6 Exam
Which two pieces of information are in the RAM of a Cisco router during normal operation?
-Cisco IOS -IP routing table
Which IPv4 address can a host use to ping the loopback interface?
127.0.0.1
Using the network in the exhibit, what would be the default gateway address for host A in the 192.133.219.0 network?
192.133.219.1
Which key combination allows a user to abort setup mode?
Ctrl-C
Which statement describes a hardware feature of a Cisco 1941 router that has the default hardware configuration?
It has two types of ports that can be used to access the console
Following default settings, what is the next step in the router boot sequence after the IOS loads from flash?
Locate and load the startup-config file from NVRAM
Which characteristic describes an IPv6 enhancement over IPv4?
The IPv6 header is simpler than the IPv4 header is, which improves packet handling.
How does the network layer use the MTU value?
The MTU is passed to the network layer by the data link layer
Which field in the IPv4 header is used to prevent a packet from traversing a network endlessly?
Time-to-Live
Which value, that is contained in an IPv4 header field, is decremented by each router that receives a packet?
Time-to-Live value
What type of route is indicated by the code C in an IPv4 routing table on a Cisco router?
directly connected route
R1>
enable
During the boot process, where will the router bootstrap program look for the IOS image by default?
flash
R1(config-line)#
login
A router may have to fragment a packet when forwarding it from one medium to another medium that has a smaller
maximum transmission unit
If there are two or more possible routes to the same destination, the _______ is used to determine which route is used in the routing table.
metric
Which portion of the network layer address does a router use to forward packets?
network portion
What routing table entry has a next hop address associated with a destination network?
remote routes
R1(config)#
service password-encryption
Which characteristic of the network layer in the OSI model allows carrying packets for multiple types of communications among many hosts?
the ability to operate without regard to the data that is carried in each packet
What is the purpose of the startup configuration file on a Cisco router?
to contain the commands that are used to initially configure a router on startup
What are two functions that are provided by the network layer?
-providing end devices with a unique network identifier -directing data packets to destination hosts on other networks
The acronym _____ is used to define the process that allows multiple devices to share a single routable IP address.
NAT (network address translation)
Within a production network, what is the purpose of configuring a switch with a default gateway address?
The default gateway address is used to forward packets originating from the switch to remote networks.
R1#
copy running-config startup-config
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?
flow label
R1(config-if)#
ip address 192.168.4.4 255.255.255.0
What IPv4 header field identifies the upper layer protocol carried in the packet?
Protocol
When a connectionless protocol is in use at a lower layer of the OSI model, how is missing data detected and retransmitted if necessary?
Upper-layer connection-oriented protocols keep track of the data received and can request retransmission from the upper-level protocols on the sending host.
What is one advantage that the IPv6 simplified header offers over IPv4?
efficient packet handling
What are two types of router interfaces?
-LAN -WAN
What are two characteristics of IP?
-does not require a dedicated end-to-end connection -operates independently of the network media
Which three commands are used to set up secure access to a router through a connection to the console interface?
-line console 0 -login -password cisco
A packet leaving PC-1 has to traverse ___ hops to reach PC-4. PC1\ /PC3 SW1---R1---R2---R3---SW2 PC2/ \PC4
3
A router boots and enters setup mode. What is the reason for this?
The configuration file is missing from NVRAM.