Modules 16 – 17: Building and Securing a Small Network Exam Answers

Last Updated on December 24, 2020 by Admin

Modules 16 – 17: Building and Securing a Small Network Exam Answers

  1. Which example of malicious code would be classified as a Trojan horse?

    • malware that was written to look like a video game
    • malware that requires manual user intervention to spread between systems
    • malware that attaches itself to a legitimate program and spreads to other programs when launched
    • malware that can automatically spread from one system to another by exploiting a vulnerability in the target
  2. What is the difference between a virus and a worm?

    • Viruses self-replicate but worms do not.
    • Worms self-replicate but viruses do not.
    • Worms require a host file but viruses do not.
    • Viruses hide in legitimate programs but worms do not.
  3. Which attack involves a compromise of data that occurs between two end points?

    • denial-of-service
    • man-in-the-middle attack
    • extraction of security parameters
    • username enumeration
  4. Which type of attack involves an adversary attempting to gather information about a network to identify vulnerabilities?

    • reconnaissance
    • DoS
    • dictionary
    • man-in-the-middle
  5. Match each weakness with an example. (Not all options are used.)

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 001

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 001

  6. Match the type of information security threat to the scenario. (Not all options are used.)

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 002

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 002

  7. Match the description to the type of firewall filtering. (Not all options are used.)

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 003

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 003

  8. What is the purpose of the network security authentication function?

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 01

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 01

    • to require users to prove who they are
    • to determine which resources a user can access
    • to keep track of the actions of a user
    • to provide challenge and response questions
  9. Which firewall feature is used to ensure that packets coming into a network are legitimate responses to requests initiated from internal hosts?

    • stateful packet inspection
    • URL filtering
    • application filtering
    • packet filtering
  10. When applied to a router, which command would help mitigate brute-force password attacks against the router?

    • exec-timeout 30
    • service password-encryption
    • banner motd $Max failed logins = 5$
    • login block-for 60 attempts 5 within 60
  11. Identify the steps needed to configure a switch for SSH. The answer order does not matter. (Not all options are used.)

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 004

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 004

  12. What feature of SSH makes it more secure than Telnet for a device management connection?

    • confidentiality with IPsec
    • stronger password requirement
    • random one-time port connection
    • login information and data encryption 
  13. What is the advantage of using SSH over Telnet?

    • SSH is easier to use.
    • SSH operates faster than Telnet.
    • SSH provides secure communications to access hosts.
    • SSH supports authentication for a connection request.
  14. What is the role of an IPS?

    • detecting and blocking of attacks in real time
    • connecting global threat information to Cisco network security devices
    • authenticating and validating traffic
    • filtering of nefarious websites
  15. A user is redesigning a network for a small company and wants to ensure security at a reasonable price. The user deploys a new application-aware firewall with intrusion detection capabilities on the ISP connection. The user installs a second firewall to separate the company network from the public network. Additionally, the user installs an IPS on the internal network of the company. What approach is the user implementing?

    • attack based
    • risk based
    • structured
    • layered
  16. What is an accurate description of redundancy?

    • configuring a router with a complete MAC address database to ensure that all frames can be forwarded to the correct destination
    • configuring a switch with proper security to ensure that all traffic forwarded through an interface is filtered
    • designing a network to use multiple virtual devices to ensure that all traffic uses the best path through the internetwork
    • designing a network to use multiple paths between switches to ensure there is no single point of failure
  17. A network administrator is upgrading a small business network to give high priority to real-time applications traffic. What two types of network services is the network administrator trying to accommodate? (Choose two.)

    • voice
    • video
    • instant messaging
    • FTP
    • SNMP
  18. What is the purpose of a small company using a protocol analyzer utility to capture network traffic on the network segments where the company is considering a network upgrade?

    • to identify the source and destination of local network traffic
    • to capture the Internet connection bandwidth requirement
    • to document and analyze network traffic requirements on each network segment
    • to establish a baseline for security analysis after the network is upgraded
  19. Refer to the exhibit. An administrator is testing connectivity to a remote device with the IP address 10.1.1.1. What does the output of this command indicate?

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 02

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 02

    • Connectivity to the remote device was successful.
    • A router along the path did not have a route to the destination.
    • A ping packet is being blocked by a security device along the path.
    • The connection timed out while waiting for a reply from the remote device.
  20. Which method is used to send a ping message specifying the source address for the ping?

    • Issue the ping command from within interface configuration mode.
    • Issue the ping command without specifying a destination IP address.
    • Issue the ping command without extended commands.
    • Issue the ping command after shutting down un-needed interfaces.
  21. A network engineer is analyzing reports from a recently performed network baseline. Which situation would depict a possible latency issue?

    • a change in the bandwidth according to the show interfaces output
    • a next-hop timeout from a traceroute
    • an increase in host-to-host ping response times
    • a change in the amount of RAM according to the show version output
  22. Which statement is true about Cisco IOS ping indicators?​

    • ‘!’ indicates that the ping was unsuccessful and that the device may have issues finding a DNS server.
    • ‘U’ may indicate that a router along the path did not contain a route to the destination address and that the ping was unsuccessful.
    • ‘.’ indicates that the ping was successful but the response time was longer than normal.
    • A combination of ‘.’ and ‘!’ indicates that a router along the path did not have a route to the destination address and responded with an ICMP unreachable message.​
  23. A user reports a lack of network connectivity. The technician takes control of the user machine and attempts to ping other computers on the network and these pings fail. The technician pings the default gateway and that also fails. What can be determined for sure by the results of these tests?

    • The NIC in the PC is bad.
    • The TCP/IP protocol is not enabled.
    • The router that is attached to the same network as the workstation is down.
    • Nothing can be determined for sure at this point.
  24. A network technician issues the C:\> tracert -6 www.cisco.com command on a Windows PC. What is the purpose of the -6 command option?

    • It forces the trace to use IPv6.
    • It limits the trace to only 6 hops.
    • It sets a 6 milliseconds timeout for each replay.
    • It sends 6 probes within each TTL time period.
  25. Why would a network administrator use the tracert utility?

    • to determine the active TCP connections on a PC
    • to check information about a DNS name in the DNS server
    • to identify where a packet was lost or delayed on a network
    • to display the IP address, default gateway, and DNS server address for a PC
  26. A ping fails when performed from router R1 to directly connected router R2. The network administrator then proceeds to issue the show cdp neighbors command. Why would the network administrator issue this command if the ping failed between the two routers?

    • The network administrator suspects a virus because the ping command did not work.
    • The network administrator wants to verify Layer 2 connectivity.
    • The network administrator wants to verify the IP address configured on router R2.
    • The network administrator wants to determine if connectivity can be established from a non-directly connected network.
  27. A network engineer is troubleshooting connectivity issues among interconnected Cisco routers and switches. Which command should the engineer use to find the IP address information, host name, and IOS version of neighboring network devices?

    • show version
    • show ip route
    • show interfaces
    • show cdp neighbors detail
  28. What information about a Cisco router can be verified using the show version command?

    • the routing protocol version that is enabled
    • the value of the configuration register
    • the operational status of serial interfaces
    • the administrative distance used to reach networks
  29. Which command should be used on a Cisco router or switch to allow log messages to be displayed on remotely connected sessions using Telnet or SSH?

    • debug all
    • logging synchronous
    • show running-config​
    • terminal monitor
  30. Which command can an administrator issue on a Cisco router to send debug messages to the vty lines?

    • terminal monitor
    • logging console
    • logging buffered
    • logging synchronous
  31. By following a structured troubleshooting approach, a network administrator identified a network issue after a conversation with the user. What is the next step that the administrator should take?

    • Verify full system functionality.
    • Test the theory to determine cause.
    • Establish a theory of probable causes.
    • Establish a plan of action to resolve the issue.
  32. Users are complaining that they are unable to browse certain websites on the Internet. An administrator can successfully ping a web server via its IP address, but cannot browse to the domain name of the website. Which troubleshooting tool would be most useful in determining where the problem is?

    • netstat
    • tracert
    • nslookup
    • ipconfig
  33. An employee complains that a Windows PC cannot connect to the Internet. A network technician issues the ipconfig command on the PC and is shown an IP address of 169.254.10.3. Which two conclusions can be drawn? (Choose two.)

    • The PC cannot contact a DHCP server.
    • The DNS server address is misconfigured.
    • The default gateway address is not configured.
    • The PC is configured to obtain an IP address automatically.
    • The enterprise network is misconfigured for dynamic routing.
  34. Refer to the exhibit. Host H3 is having trouble communicating with host H1. The network administrator suspects a problem exists with the H3 workstation and wants to prove that there is no problem with the R2 configuration. What tool could the network administrator use on router R2 to prove that communication exists to host H1 from the interface on R2, which is the interface that H3 uses when communicating with remote networks?

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 03

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 03

    • traceroute
    • show cdp neighbors
    • Telnet
    • an extended ping
  35. Refer to the exhibit. Baseline documentation for a small company had ping round trip time statistics of 36/97/132 between hosts H1 and H3. Today the network administrator checked connectivity by pinging between hosts H1 and H3 that resulted in a round trip time of 1458/2390/6066. What does this indicate to the network administrator?

    CCNA1 v7 ITN - Building and Securing a Small Network Exam Answers 03

    CCNA1 v7 ITN – Building and Securing a Small Network Exam Answers 03

    • Connectivity between H1 and H3 is fine.
    • H3 is not connected properly to the network.
    • Something is causing interference between H1 and R1.
    • Performance between the networks is within expected parameters.
    • Something is causing a time delay between the networks. 
  36. Which network service automatically assigns IP addresses to devices on the network?

    • DHCP
    • Telnet
    • DNS
    • traceroute
  37. Which command can an administrator execute to determine what interface a router will use to reach remote networks?

    • show arp
    • show interfaces
    • show ip route
    • show protocols
  38. On which two interfaces or ports can security be improved by configuring executive timeouts? (Choose two.)

    • Fast Ethernet interfaces
    • console ports
    • serial interfaces
    • vty ports
    • loopback interfaces
  39. When configuring SSH on a router to implement secure network management, a network engineer has issued the login local and transport input ssh line vty commands. What three additional configuration actions have to be performed to complete the SSH configuration? (Choose three.)

    • Set the user privilege levels.
    • Generate the asymmetric RSA keys.
    • Configure the correct IP domain name.
    • Configure role-based CLI access.
    • Create a valid local username and password database.
    • Manually enable SSH after the RSA keys are generated.
  40. What is considered the most effective way to mitigate a worm attack?

    • Change system passwords every 30 days.
    • Ensure that all systems have the most current virus definitions.
    • Ensure that AAA is configured in the network.
    • Download security updates from the operating system vendor and patch all vulnerable systems.
  41. Which statement describes the ping and tracert commands?

    • Tracert shows each hop, while ping shows a destination reply only.
    • Tracert uses IP addresses; ping does not.
    • Both ping and tracert can show results in a graphical display.
    • Ping shows whether the transmission is successful; tracert does not.
  42. A technician is to document the current configurations of all network devices in a college, including those in off-site buildings. Which protocol would be best to use to securely access the network devices?

    • FTP
    • HTTP
    • SSH
    • Telnet
  43. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.

    Which command has to be configured on the router to complete the SSH configuration?

    • service password-encryption
    • transport input ssh
    • enable secret class
    • ip domain-name cisco.com
  44. An administrator decides to use “WhatAreyouwaiting4” as the password on a newly installed router. Which statement applies to the password choice?

    • It is strong because it uses a passphrase.
    • It is weak because it is often the default password on new devices.
    • It is weak since it uses easily found personal information.
    • It is weak since it is a word that is easily found in the dictionary.
  45. An administrator decides to use “pR3s!d7n&0” as the password on a newly installed router. Which statement applies to the password choice?

    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
    • It is weak because it is often the default password on new devices.
    • It is weak since it uses easily found personal information.
    • It is weak since it is a word that is easily found in the dictionary.
  46. An administrator decides to use “5$7*4#033!” as the password on a newly installed router. Which statement applies to the password choice?

    • It is strong because it contains 10 numbers and special characters.
    • It is weak because it is often the default password on new devices.
    • It is weak since it uses easily found personal information.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
  47. An administrator decides to use “pR3s!d7n&0” as the password on a newly installed router. Which statement applies to the password choice?

    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
    • It is weak since it is a word that is easily found in the dictionary.
    • It is strong because it uses a passphrase.
    • It is strong because it contains 10 numbers and special characters.
  48. An administrator decides to use “12345678!” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak because it uses a series of numbers or letters.
    • It is strong because it uses a passphrase.
    • It is weak since it is a word that is easily found in the dictionary.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
  49. An administrator decides to use “admin” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak because it is often the default password on new devices.
    • It is strong because it uses a passphrase.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
    • It is strong because it contains 10 numbers and special characters.
  50. An administrator decides to use “Feb121978” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak because it uses easily found personal information.
    • It is strong because it uses a passphrase.
    • It is weak since it is a word that is easily found in the dictionary.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
  51. An administrator decides to use “password” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak because it is a commonly used password.
    • It is weak since it is a word that is easily found in the dictionary.
    • It is strong because it uses a passphrase.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
  52. An administrator decides to use “RobErT” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak since it uses easily found personal information.
    • It is strong because it uses a passphrase.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
    • It is strong because it contains 10 numbers and special characters.
  53. An administrator decides to use “Elizabeth” as the password on a newly installed router. Which statement applies to the password choice?

    • It is weak because it uses easily found personal information.
    • It is strong because it uses a passphrase.
    • It is weak since it is a word that is easily found in the dictionary.
    • It is strong because it uses a minimum of 10 numbers, letters and special characters.
  54. A network technician is troubleshooting an issue and needs to verify the IP addresses of all interfaces on a router. What is the best command to use to accomplish the task?

    • show ip interface brief
    • nslookup
    • ipconfig getifaddr en0
    • show ip route
  55. Students who are connected to the same switch are having slower than normal response times. The administrator suspects a duplex setting issue. What is the best command to use to accomplish the task?

    • show interfaces
    • ipconfig getifaddr en0
    • copy running-config startup-config
    • show ip nat translations
  56. A user wants to know the IP address of the PC. What is the best command to use to accomplish the task?

    • ipconfig
    • copy running-config startup-config
    • show interfaces
    • show ip nat translations
  57. A student wants to save a router configuration to NVRAM. What is the best command to use to accomplish the task?

    • copy running-config startup-config
    • show interfaces
    • show ip nat translations
    • show ip route
  58. A support technician needs to know the IP address of the wireless interface on a MAC. What is the best command to use to accomplish the task?

    • ipconfig getifaddr en0
    • copy running-config startup-config
    • show interfaces
    • show ip nat translations
  59. A network technician is troubleshooting an issue and needs to verify all of the IPv6 interface addresses on a router. What is the best command to use to accomplish the task?

    • show ipv6 interface
    • show interfaces
    • show ip nat translations
    • show ip route
  60. A teacher is having difficulties connecting his PC to the classroom network. He needs to verify that a default gateway is configured correctly. What is the best command to use to accomplish the task?

    • ipconfig
    • copy running-config startup-config
    • show interfaces
    • show ip nat translations
  61. Only employees connected to IPv6 interfaces are having difficulty connecting to remote networks. The analyst wants to verify that IPv6 routing has been enabled. What is the best command to use to accomplish the task?

    • show running-config
    • show interfaces
    • copy running-config startup-config
    • show ip nat translations
  62. An administrator is troubleshooting connectivity issues and needs to determine the IP address of a website. What is the best command to use to accomplish the task?

    • nslookup
    • show ipv6 route
    • show ipv6 interface
    • copy startup-config running-config
  63. Only employees connected to IPv6 interfaces are having difficulty connecting to remote networks. The analyst wants to verify that IPv6 routing has been enabled. What is the best command to use to accomplish the task?

    • show running-config
    • show ipv6 route
    • show ipv6 interface
    • copy startup-config running-config