ccna ch6
.
.
..
..
A packet leaving PC-1 has to traverse ___ hops to reach PC-4.?
3
packets with a destination of 172.17.6.15
FastEthernet0/0
Flags
IP v4 Header
Which two interfaces will allow access via the VTY lines to configure the router?
LAN interfaces, WAN interfaces.
What are two types of router interfaces?
LAN, WAN
R1>
enable
(# 20) R1(config)#
service password-encryption
packets with a destination of 172.17.14.8
FastEthernet0/1
packets with a destination of 172.17.12.10
FastEthernet1/0
Refer to the exhibit. Match the packets with their destination IP address to the exiting interfaces on the router. (Not all targets are used.) packets with a destination of 172.17.10.5
FastEthernet1/1
Total Length
IP v4 Header
What is a service provided by the Flow Label field of the IPv6 header?
It informs network devices to maintain the same path for real-time application packets.
A router boots and enters setup mode. What is the reason for this?
The configuration file is missing from NVRAM.
Which field in the IPv4 header is used to prevent a packet from traversing a network endlessly?
Time-to-Live.
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.
(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?
the default gateway address.
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?
upper-layer connection-oriented protocols.
When would the Cisco IOS image held in ROM be used to boot the router?
when the full IOS cannot be found.
packets with a destination of 172.17.8.20
Serial0/0/0
What routing table entry has a next hop address associated with a destination network?
remote routes.
Which two commands can be used on a Windows host to display the routing table?
route print, netstat -r
(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?
routing table, ARP cache.
...
...
Flow Label
IP v6 Header
Does the router have enough RAM and flash memory to support the new IOS?
The router has enough RAM and flash memory for the IOS upgrade.
In a router, ____ is the nonvolatile memory where the diagnostic software, the bootup instructions, and a limited IOS are stored.
ROM
The enable password on all devices is cisco. For what reason is the failure occurring?
SW1 does not have a default gateway configured.
R1(config-line)#
login
Traffic Class
IP v6 Header
Which route from the PC1 routing table will be used to reach PC2?
(The graphic contains a table that has five columns. The column headings and values are as follows.) (The) column one heading is Network Destination (and the value is 192.168.10.0.), (The) (column) two (heading) is Netmask (and the value is 255.255.255.0.), (The) (column) three (heading) is Gateway (and the value is On-link.), (The) (column) four (heading) is Interface (and the value is 192.168.10.10.), & (The) (column) five (heading) is Metric (and the value is 281.)
What IPv4 header field identifies the upper layer Protocol carried in the packet?
Protocol
Which IPv4 header field is responsible for defining the priority of the packet?
differentiated services.
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?
switch the packet to the directly connected interface.
A computer has to send a packet to a destination host in the same LAN. How will the packet be sent?
The packet will be sent directly to the destination host.
Why is NAT not needed in IPv6?
Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.
Which two pieces of information are in the RAM of a Cisco router during normal operation?
Cisco IOS, IP routing table
Which two files, if found, are copied into RAM as a router with the default configuration register setting boots up?
IOS image file, startup configuration
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 statement about router interfaces is true?
Once the no shutdown command is given, a router interface is active and operational. A configured and activated router interface must be connected to another device in order to operate.
R1 receives a packet destined for the IP address 192.168.2.10. Out which interface will R1 forward the packet?
Serial0/0/1
Which characteristic describes an IPv6 enhancement over IPv4?
The IPv6 header is simpler than the IPv4 header is, which improves packet handling.
How do hosts ensure that their packets are directed to the correct network destination?
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.
(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?
copy running-config startup-config
R1#
copy running-config startup-config
What type of route is indicated by the Code C in an IPv4 routing table on a Cisco router?
directly Connected route.
Which type of static route that is configured on a router uses only the exit interface?
directly connected static route.
What are two characteristics of IP?
does not require a dedicated end-to-end connection. operates independently of the network media
What is one advantage that the IPv6 simplified header offers over IPv4?
efficient packet handling.
(# 42) R1(config)#
interface fastethernet 0/0
R1(config-if)#
ip address 192.168.4.4 255.255.255.0
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?
line console 0, login, password cisco
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
Which command displays a summary chart of all router interfaces, their IP addresses, and their current operational status?
show ip interface brief
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.