CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 – 100% Full

How to find: Press “Ctrl + F” in the browser and fill in whatever wording is in the question to find that question/answer. If the question is not here, find it in Questions Bank.

NOTE: If you have the new question on this test, please comment Question and Multiple-Choice list in form below this article. We will update answers for you in the shortest time. Thank you! We truly value your contribution to the website.

1. Which characteristic of the network layer in the OSI model allows carrying packets for multiple types of communications among many hosts?

  • the de-encapsulation of headers from lower layers
  • the selection of paths for and direct packets toward the destination
  • the ability to operate without regard to the data that is carried in each packet
  • the ability to manage the data transport between processes running on hosts

Explain:
The function of the network layer protocols specifies the packet structure and processing used to carry the data from one host to another host. The actual communication data is encapsulated in the network layer PDU. The feature of its operation without regard to the data carried in each packet allows the network layer to carry packets for multiple types of communications.

2. What are two characteristics of IP? (Choose two.)

  • does not require a dedicated end-to-end connection
  • operates independently of the network media
  • retransmits packets if errors occur
  • re-assembles out of order packets into the correct order at the receiver end
  • guarantees delivery of packets

Explain:
The Internet Protocol (IP) is a connectionless, best effort protocol. This means that IP requires no end-to-end connection nor does it guarantee delivery of packets. IP is also media independent, which means it operates independently of the network media carrying the packets.

3. When a connectionless protocol is in use at a lower layer of the OSI model, how is missing data detected and retransmitted if necessary?

  • Connectionless acknowledgements are used to request retransmission.
  • Upper-layer connection-oriented protocols keep track of the data received and can request retransmission from the upper-level protocols on the sending host.
  • Network layer IP protocols manage the communication sessions if connection-oriented transport services are not available.
  • The best-effort delivery process guarantees that all packets that are sent are received.

Explain:
When connectionless protocols are in use at a lower layer of the OSI model, upper-level protocols may need to work together on the sending and receiving hosts to account for and retransmit lost data. In some cases, this is not necessary, because for some applications a certain amount of data loss is tolerable.

4. Which field in the IPv4 header is used to prevent a packet from traversing a network endlessly?

  • Time-to-Live
  • Sequence Number
  • Acknowledgment Number
  • Differentiated Services

Explain:
The value of the Time-to-Live (TTL) field in the IPv4 header is used to limit the lifetime of a packet. The sending host sets the initial TTL value; which is decreased by one each time the packet is processed by a router. If the TTL field decrements to zero, the router discards the packet and sends an Internet Control Message Protocol (ICMP) Time Exceeded message to the source IP address. The Differentiated Services (DS) field is used to determine the priority of each packet. Sequence Number and Acknowledgment Number are two fields in the TCP header.

5. What IPv4 header field identifies the upper layer protocol carried in the packet?

  • Protocol
  • Identification
  • Version
  • Differentiated Services

Explain:
It is the Protocol field in the IP header that identifies the upper-layer protocol the packet is carrying. The Version field identifies the IP version. The Differential Services field is used for setting packet priority. The Identification field is used to reorder fragmented packets.

6. What is one advantage that the IPv6 simplified header offers over IPv4?

  • smaller-sized header
  • little requirement for processing checksums
  • smaller-sized source and destination IP addresses
  • efficient packet handling

Explain:
The IPv6 simplified header offers several advantages over IPv4:
· Better routing efficiency and efficient packet handling for performance and forwarding-rate scalability
· No requirement for processing checksums
· Simplified and more efficient extension header mechanisms (as opposed to the IPv4 Options field)
· A Flow Label field for per-flow processing with no need to open the transport inner packet to identify the various traffic flows

7. Refer to the exhibit. Which route from the PC1 routing table will be used to reach PC2?
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 1

  • A. 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.
    CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 2
  • B. 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.10. The column two heading is Netmask and the value is 255.255.255.255. 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.
    CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 3
  • C. 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 127.0.0.1. The column two heading is Netmask and the value is 255.255.255.255. The column three heading is Gateway and the value is On-link. The column four heading is Interface and the value is 127.0.0.1. The column five heading is Metric and the value is 306.
    CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 4
  • D. 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 0.0.0.0. The column two heading is Netmask and the value is 0.0.0.0. The column three heading is Gateway and the value is 192.168.10.1. The column four heading is Interface and the value is 192.168.10.10. The column five heading is Metric and the value is 25.
    CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 5

Correct answer: A

Explain:
PC1 and PC2 are both on network 192.168.10.0 with mask 255.255.255.0, so there is no need to access the default gateway (entry 0.0.0.0 0.0.0.0). Entry 127.0.0.1 255.255.255.255 is the loopback interface and entry 192.168.10.10 255.255.255.255 identifies the PC1 address interface.

8. Refer to the exhibit. R1 receives a packet destined for the IP address 192.168.2.10. Out which interface will R1 forward the packet?
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 6

  • FastEthernet0/0
  • FastEthernet0/1
  • Serial0/0/0
  • Serial0/0/1

Explain:
If a route in the routing table points to a next hop address, the router will perform a second lookup to determine out which interface the next hop is located.

9. What type of route is indicated by the code C in an IPv4 routing table on a Cisco router?

  • static route
  • default route
  • directly connected route
  • dynamic route that is learned through EIGRP

Explain:
Some of the IPv4 routing table codes include the following:
C – directly connected
S – static
D – EIGRP
* – candidate default

10. What routing table entry has a next hop address associated with a destination network?

  • directly-connected routes
  • local routes
  • remote routes
  • C and L source routes

Explain:
Routing table entries for remote routes will have a next hop IP address. The next hop IP address is the address of the router interface of the next device to be used to reach the destination network. Directly-connected and local routes have no next hop, because they do not require going through another router to be reached.

11. Which statement describes a hardware feature of a Cisco 1941 router that has the default hardware configuration?

  • It does not have an AUX port.
  • It has three FastEthernet interfaces for LAN access.
  • It has two types of ports that can be used to access the console.
  • It does not require a CPU because it relies on Compact Flash to run the IOS.

Explain:
The connections in a Cisco 1941 router include two types of ports that are used for initial configuration and command-line interface management access. The two ports are the regular RJ-45 port and a new USB Type-B (mini-B USB) connector. In addition, the router has an AUX port for remote management access, and two Gigabit Ethernet interfaces for LAN access. Compact Flash can be used increase device storage, but it does not perform the functions of the CPU, which is required for operation of the device.

12. Following default settings, what is the next step in the router boot sequence after the IOS loads from flash?

  • Perform the POST routine.
  • Locate and load the startup-config file from NVRAM.
  • Load the bootstrap program from ROM.
  • Load the running-config file from RAM.

Explain:
There are three major steps to the router boot sequence:
Perform Power-On-Self-Test (POST)
Load the IOS from Flash or TFTP server
Load the startup configuration file from NVRAM

13. What are two types of router interfaces? (Choose two.)

  • SVI
  • LAN
  • DHCP
  • Telnet
  • WAN

Explain:
Router interfaces can be grouped into two categories:
· LAN interfaces – Used for connecting cables that terminate with LAN devices, such as computers and switches. This interface can also be used to connect routers to each other.
· WAN interfaces – Used for connecting routers to external networks, usually over a larger geographical distance.

14. Which two pieces of information are in the RAM of a Cisco router during normal operation? (Choose two.)

  • Cisco IOS
  • backup IOS file
  • IP routing table
  • basic diagnostic software
  • startup configuration file

Explain:
The Cisco IOS file is stored in flash memory and copied into RAM during the boot up. The IP routing table is also stored in RAM. The basic diagnostic software is stored in ROM and the startup configuration file is stored in NVRAM.

15. A router boots and enters setup mode. What is the reason for this?

  • The IOS image is corrupt.
  • Cisco IOS is missing from flash memory.
  • The configuration file is missing from NVRAM.
  • The POST process has detected hardware failure.

Explanation: If a router cannot locate the startup-config file in NVRAM, it will enter setup mode to allow the configuration to be entered from the console device.

16. What is the purpose of the startup configuration file on a Cisco router?

  • to facilitate the basic operation of the hardware components of a device
  • to contain the commands that are used to initially configure a router on startup
  • to contain the configuration commands that the router IOS is currently using
  • to provide a limited backup version of the IOS, in case the router cannot load the full featured IOS

Explain:
The startup configuration file is stored in NVRAM and contains the commands needed to initially configure a router. It also creates the running configuration file that is stored in in RAM.

17. Which three commands are used to set up secure access to a router through a connection to the console interface? (Choose three.)

  • interface fastethernet 0/0
  • line vty 0 4
  • line console 0
  • enable secret cisco
  • login
  • password cisco

Explain:
The three commands needed to password protect the console port are as follows:
line console 0
password cisco
login
Theinterface fastethernet 0/0 command is commonly used to access the configuration mode used to apply specific parameters such as the IP address to the Fa0/0 port. The line vty 0 4 command is used to access the configuration mode for Telnet. The0and 4 parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet connections. The enable secret command is used to apply a password used on the router to access the privileged mode.

18. Which characteristic describes an IPv6 enhancement over IPv4?

  • IPv6 addresses are based on 128-bit flat addressing as opposed to IPv4 which is based on 32-bit hierarchical addressing.
  • The IPv6 header is simpler than the IPv4 header is, which improves packet handling.
  • Both IPv4 and IPv6 support authentication, but only IPv6 supports privacy capabilities.
  • The IPv6 address space is four times bigger than the IPv4 address space.

Explain:
IPv6 addresses are based on 128-bit hierarchical addressing, and the IPv6 header has been simplified with fewer fields, improving packet handling. IPv6 natively supports authentication and privacy capabilities as opposed to IPv4 that needs additional features to support those. The IPv6 address space is many times bigger than IPv4 address space.

19. Open the PT Activity. The enable password on all devices is cisco.
Perform the tasks in the activity instructions and then answer the question.

For what reason is the failure occurring?

  • PC1 has an incorrect default gateway configured.
  • SW1 does not have a default gateway configured.
  • The IP address of SW1 is configured in a wrong subnet.
  • PC2 has an incorrect default gateway configured.

Explain:
The ip default-gateway command is missing on the SW1 configuration. Packets from PC2 are able to successfully reach SW1, but SW1 is unable to forward reply packets beyond the local network without the ip default-gateway command issued.

20. Match the command with the device mode at which the command is entered. (Not all options are used.)

Question
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 7

Answer
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 8

Explain:
The enable command is entered in R1> mode. The login command is entered in R1(config-line)# mode. The copy running-config startup-config command is entered in R1# mode. The ip address 192.168.4.4 255.255.255.0 command is entered in R1(config-if)# mode. The service password-encryption command is entered in global configuration mode.

Other Questions

21. 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?

  • connectionless acknowledgements
  • upper-layer connection-oriented protocols
  • Network layer IP protocols
  • Transport layer UDP protocols

22. Which IPv4 header field is responsible for defining the priority of the packet?

  • flow label
  • flags
  • differentiated services
  • traffic class

Explanation: Differentiated services (DiffServ) is an IPv4 header field that is used to define the priority of each packet. The first 6 bits identify the value that is used by the QoS mechanism, and the last 2 bits identify the value that can be used to avoid packet dropping during network congestion. Traffic class is an IPv6 header field that is equivalent to the IPv4 differentiated services (DiffServ) field. Flow label is also an IPv6 header field that can be used to tell routers and switches to keep the same path for the packet flow to avoid packet reordering. Flags is an IPv4 header field that identifies how the packet is fragmented.

23. Why is NAT not needed in IPv6?

  • Because IPv6 has integrated security, there is no need to hide the IPv6 addresses of internal networks.?
  • Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.​
  • The problems that are induced by NAT applications are solved because the IPv6 header improves packet handling by intermediate routers.?
  • 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.

Explanation: The large number of public IPv6 addresses eliminates the need for NAT. Sites from the largest enterprises to single households can get public IPv6 network addresses. This avoids some of the NAT-induced application problems that are experienced by applications that require end-to-end connectivity.

24. What is a service provided by the Flow Label field of the IPv6 header?

  • It limits the lifetime of a packet.
  • It identifies the total length of the IPv6 packet.
  • It classifies packets for traffic congestion control.
  • It informs network devices to maintain the same path for real-time application packets.

25. 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.?
  • They always direct their packets to the default gateway, which will be responsible for the packet delivery.
  • They search in their own local routing table for a route to the network destination address and pass this information to the default gateway.
  • They send a query packet to the default gateway asking for the best route.

Explanation: Hosts must maintain their own local routing table to ensure that network layer packets are directed to the correct destination network. This local table typically contains a route to the loopback interface, a route to the network that the host is connected to, and a local default route, which represents the route that packets must take to reach all remote network addresses.

26. Which two commands can be used on a Windows host to display the routing table? (Choose two.)

  • netstat -s
  • route print
  • show ip route
  • netstat -r
  • tracert

27. 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?

  • discard the traffic after consulting the route table
  • look up the next-hop address for the packet
  • switch the packet to the directly connected interface
  • analyze the destination IP address

Explanation: A router receives a packet on an interface and looks at the destination IP address. It consults its routing table and matches the destination IP address to a routing table entry. The router then discovers that it has to send the packet to the next-hop address or out to a directly connected interface. When the destination address is on a directly connected interface, the packet is switched over to that interface.

28. 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.)

  • Cisco IOS image file
  • routing table
  • bootstrap file
  • ARP cache
  • startup configuration

29. Which two interfaces will allow access via the VTY lines to configure the router? (Choose two.)

  • aux interfaces
  • LAN interfaces
  • WAN interfaces
  • console interfaces
  • USB interfaces

30. Which two files, if found, are copied into RAM as a router with the default configuration register setting boots up? (Choose two.)

  • running configuration
  • IOS image file
  • startup configuration
  • POST diagnostics

Explanation: The two primary files needed for bootup are the IOS image file and startup configuration, which are copied into RAM to maximize performance. If a router configuration register is set to 0x2102, the router will attempt to load the IOS image from flash memory and the startup configuration file from NVRAM.

31. When would the Cisco IOS image held in ROM be used to boot the router?

  • during a file transfer operation
  • during a normal boot process
  • when the full IOS cannot be found
  • when the running configuration directs the router to do this

32. 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 flash
  • copy startup-config flash
  • copy running-config startup-config
  • reload
  • copy startup-config running-config

33. 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.)

  • interface fastethernet 0/0
  • line vty 0 4
  • line console 0
  • enable secret cisco
  • login
  • password cisco

34. Which statement about router interfaces is true?

  • Router LAN interfaces are not activated by default, but router WAN interfaces are.
  • Once the no shutdown command is given, a router interface is active and operational.
  • Commands that apply an IP address and subnet mask to an interface are entered in global configuration mode.
  • A configured and activated router interface must be connected to another device in order to operate.

35. Which command displays a summary chart of all router interfaces, their IP addresses, and their current operational status?

  • show ip route
  • show version
  • show interfaces
  • show ip interface brief

36. 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 WINS server address
  • the default gateway address
  • the MAC address
  • the domain name of the organization

37. 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 to the default gateway first, and then, depending on the response from the gateway, it may be sent to the destination host.
  • The packet will be sent directly to the destination host.
  • The packet will first be sent to the default gateway, and then from the default gateway it will be sent directly to the destination host.
  • The packet will be sent only to the default gateway.

38. Refer to the exhibit. Fill in the blank.
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 9
A packet leaving PC-1 has to traverse 3 hops to reach PC-4.?

39. Fill in the blank. In a router, ROM is the nonvolatile memory where the diagnostic software, the bootup instructions, and a limited IOS are stored.

40. Refer to the exhibit. Match the packets with their destination IP address to the exiting interfaces on the router. (Not all targets are used.)
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 10
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 11
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 12

41. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question or complete the task. 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.
  • The router has enough RAM, but needs more flash memory for the IOS upgrade.
  • The router has enough flash memory, but needs more RAM for the IOS upgrade.
  • The router needs more RAM and more flash memory for the IOS upgrade.

42. Match the configuration mode with the command that is available in that mode. (Not all options are used.)
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 13
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 14
Sort elements
enable -> R1>
copy running-config startup-config -> R1#
login -> R1(config-line)#
interface fastethernet 0/0 -> R1(config)#

43. Match field names to the IP header where they would be found. (Not all options are used)
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 15
CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers 2020 - 100% Full 16
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)

44. Which type of static route that is configured on a router uses only the exit interface?

  • fully specified static route
  • default static route
  • directly connected static route
  • recursive static route

Download PDF File below:

Subscribe
Notify of
guest

11 Comments
Inline Feedbacks
View all comments
anonymous
anonymous
3 years ago

A router boots and enters setup mode. What is the reason for this?

  • The IOS image is corrupt.
  • Cisco IOS is missing from flash memory.
  • The POST process has detected hardware failure.
  • The configuration file is missing from NVRAM.
unknown
unknown
3 years ago

can you please explain how number 38 work

Dominik Dvorský
Dominik Dvorský
3 years ago
Reply to  unknown

Wikipedia says, the number of Hops depends on number of routers.

Muhammad Kamran
Muhammad Kamran
4 years ago

Refer to the exhibit.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.10. The column two heading is Netmask and the value is 255.255.255.255. 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.

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.

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 0.0.0.0. The column two heading is Netmask and the value is 0.0.0.0. The column three heading is Gateway and the value is 192.168.10.1. The column four heading is Interface and the value is 192.168.10.10. The column five heading is Metric and the value is 25.

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 127.0.0.1. The column two heading is Netmask and the value is 255.255.255.255. The column three heading is Gateway and the value is On-link. The column four heading is Interface and the value is 127.0.0.1. The column five heading is Metric and the value is 306.

Irfan Ullah Marwat
Irfan Ullah Marwat
6 years ago

Assalam o Alaikum Very Helpful information.
Me From Gomal University D.I Khan MCS Student

suleyman yimam
suleyman yimam
4 years ago

weleykumuselam by brother

kaushik reddy
kaushik reddy
6 years ago

Following default settings, what is the next step in the router boot sequence after the IOS loads from flash?

Load the running-config file from RAM.

Load the bootstrap program from ROM.

Locate and load the startup-config file from NVRAM.

Perform the POST routine.

Píčus
Píčus
7 years ago

Zednik vůbec neví :D

Sniadek
Sniadek
7 years ago

Super fajne

Dankoss
Dankoss
4 years ago
Reply to  Sniadek

tomu ver

11
0
Would love your thoughts, please comment.x
()
x