Chapter 6 - Quiz Flashcards
After troubleshooting a router, the network administrator wants to save the router configuration so that it will be used automatically the next time that the router reboots. What command should be issued?
a. copy startup-config flash
b. copy running-config flash
c. reload
d. copy startup-config running-config
e. copy running-config startup-config
e. copy running-config startup-config
Which IPv4 header field is responsible for defining the priority of the packet?
a. traffic class
b. flow label
c. flags
d. differentiated services
d. differentiated services
When connectionless protocols are implemented at the lower layers of the OSI model, what are usually used to acknowledge the data receipt and request the retransmission of missing data?
a. Transport layer UDP protocols
b. upper-layer connection-oriented protocols
c. connectionless acknowledgements
d. Network layer IP protocols
b. upper-layer connection-oriented protocols
Why is NAT not needed in IPv6?
a. Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.
b. The end-to-end connectivity problems that are caused by NAT are solved because the number of routes increases with the number of nodes that are connected to the Internet.
c. Because IPv6 has integrated security, there is no need to hide the IPv6 addresses of internal networks.
d. The problems that are induced by NAT applications are solved because the IPv6 header improves packet handling by intermediate routers.
a. Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.
Refer to the exhibit. Fill in the blank.
A packet leaving PC-1 has to traverse _____ hops to reach PC-4.
Three
Which two interfaces will allow access via the VTY lines to configure the router? (Choose two.)
a. console interfaces
b. USB interfaces
c. WAN interfaces
d. LAN interfaces
e. aux interfaces
c. WAN interfaces
d. LAN interfaces
A technician is manually configuring a computer with the necessary IP parameters to communicate over the corporate network. The computer already has an IP address, a subnet mask, and a DNS server. What else has to be configured for Internet access?
a. the default gateway address
b. the MAC address
c. the domain name of the organization
d. the WINS server address
a. the default gateway address
Which three commands are used to set up a password for a person who attaches a cable to a new router so that an initial configuration can be performed? (Choose three.)
a. password cisco
b. line vty 0 4
c. line console 0
d. interface fastethernet 0/0
e. enable secret cisco
f. login
a. password cisco
c. line console 0
f. login
Match the configuration mode with the command that is available in that mode. (Not all options are used.)
Sort elements
enable -> R1>
copy running-config startup-config -> R1#
login -> R1(config-line)#
interface fastethernet 0/0 -> R1(config)#
Refer to the exhibit. Match the packets with their destination IP address to the exiting interfaces on the router. (Not all options are used.)
Sort elements
FastEthernet0/0 -> packets with destination of 172.17.6.15
FastEthernet0/1 -> packets with destination of 172.17.14.8
FastEthernet1/0 -> packets with destination of 172.17.12.10
FastEthernet1/1 -> packets with destination of 172.17.10.5
Serial0/0/0 -> packets with destination of 172.17.8.20
Which statement about router interfaces is true?
a. Commands that apply an IP address and subnet mask to an interface are entered in global configuration mode.
b. Once the no shutdown command is given, a router interface is active and operational.
c. Router LAN interfaces are not activated by default, but router WAN interfaces are.
d. A configured and activated router interface must be connected to another device in order to operate.
d. A configured and activated router interface must be connected to another device in order to operate.
A technician is configuring a router that is actively running on the network. Suddenly, power to the router is lost. If the technician has not saved the configuration, which two types of information will be lost? (Choose two.)
a. routing table
b. ARP cache
c. Cisco IOS image file
d. startup configuration
e. bootstrap file
a. routing table
b. ARP cache
Match field names to the IP header where they would be found. (Not all options are used)
Sort elements
IP v4 Header (A) -> Flags (A)
IP v4 Header (B) -> Total Length (B)
IP v6 Header (C) ->Traffic Class (C)
IP v6 Header (D) -> Flow Label (D)
How do hosts ensure that their packets are directed to the correct network destination?
a. They always direct their packets to the default gateway, which will be responsible for the packet delivery.
b. They send a query packet to the default gateway asking for the best route.
c. They search in their own local routing table for a route to the network destination address and pass this information to the default gateway.
d. They have to keep their own local routing table that contains a route to the loopback interface, a local network route, and a remote default route.
d. They have to keep their own local routing table that contains a route to the loopback interface, a local network route, and a remote default route.
What is a service provided by the Flow Label field of the IPv6 header?
a. It identifies the total length of the IPv6 packet.
b. It limits the lifetime of a packet.
c. It informs network devices to maintain the same path for real-time application packets.
d. It classifies packets for traffic congestion control.
c. It informs network devices to maintain the same path for real-time application packets.
During the process of forwarding traffic, what will the router do immediately after matching the destination IP address to a network on a directly connected routing table entry?
a. look up the next-hop address for the packet
b. discard the traffic after consulting the route table
c. switch the packet to the directly connected interface
d. analyze the destination IP address
c. switch the packet to the directly connected interface*
Fill in the blank.
In a router, _____ is the nonvolatile memory where the diagnostic software, the bootup instructions, and a limited IOS are stored.
ROM