Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

module-8-17

Total questions: 140

Worksheet time: 1hrs 20mins

Name
Class
Date
1.

When creating an ACL, which keyword should be used to document and interpret the purpose of the ACL statement on a Cisco device?

a)
  • remark

b)
  • description

c)
  • established

d)
  • eq

2.

Which two pieces of information are required when creating a standard access control list? (Choose two.)

a)
  • access list number between 1 and 99

b)
  • source address and wildcard mask

c)
  • destination address and wildcard mask

d)
  • subnet mask and wildcard mask

e)
  • access list number between 100 and 199

3.

What two steps provide the quickest way to completely remove an ACL from a router? (Choose two.)

a)
  • Modify the number of the ACL so that it doesn’t match the ACL associated with the interface.

b)
  • Copy the ACL into a text editor, add no before each ACE, then copy the ACL back into the router.

c)
  • Remove the inbound/outbound reference to the ACL from the interface.

d)
  • Use the no access-list command to remove the entire ACL.

e)
  • Use the no keyword and the sequence number of every ACE within the named ACL to be removed.

4.

Which two types of addresses should be denied inbound on a router interface that attaches to the Internet? (Choose two.)

a)
  • private IP addresses

b)
  • any IP address that starts with the number 127

c)
  • any IP address that starts with the number 1

d)
  • NAT translated IP addresses

e)
  • public IP addresses

5.

In the creation of an IPv6 ACL, what is the purpose of the implicit final command entries, permit icmp any any nd-na and permit icmp any any nd-ns ?

a)
  • to allow forwarding of ICMPv6 packets

b)
  • to allow automatic address configuration

c)
  • to allow IPv6 to MAC address resolution

d)
  • to allow forwarding of IPv6 multicast packets

6.

What two statements describe characteristics of IPv6 access control lists? (Choose two.)

a)
  • They permit ICMPv6 router advertisements by default.

b)
  • They can be named or numbered.

c)
  • They include two implicit permit statements by default.

d)
  • They are applied to an interface with the ip access-group command .

e)
  • They use prefix lengths to indicate how much of an address to match.

7.

Refer to the exhibit. A network administrator created an IPv6 ACL to block the Telnet traffic from the 2001:DB8:CAFE:10::/64 network to the 2001:DB8:CAFE:30::/64 network. What is a command the administrator could use to allow only a single host 2001:DB8:CAFE:10::A/64 to telnet to the 2001:DB8:CAFE:30::/64 network?

a)
  • permit tcp 2001:DB8:CAFE:10::A/64 2001:DB8:CAFE:30::/64 eq 23

b)
  • permit tcp 2001:DB8:CAFE:10::A/64 eq 23 2001:DB8:CAFE:30::/64

c)
  • permit tcp host 2001:DB8:CAFE:10::A eq 23 2001:DB8:CAFE:30::/64

d)
  • permit tcp host 2001:DB8:CAFE:10::A 2001:DB8:CAFE:30::/64 eq 23 sequence 5

8.

When implementing components into an enterprise network, what is the purpose of a firewall?

a)
  • A firewall is a system that inspects network traffic and makes forwarding decisions based solely on Layer 2 Ethernet MAC addresses.

b)
  • A firewall is a system that is designed to secure, monitor, and manage mobile devices, including corporate-owned devices and employee-owned devices.

c)
  • A firewall is a system that stores vast quantities of sensitive and business-critical information.

d)
  • A firewall is a system that enforces an access control policy between internal corporate networks and external networks.

9.

What are two possible limitations of using a firewall in a network? (Choose two.)

a)
  • It provides accessibility of applications and sensitive resources to external untrusted users.

b)
  • It increases security management complexity by requiring off-loading network access control to the device.

c)
  • A misconfigured firewall can create a single point of failure.

d)
  • Network performance can slow down.

e)
  • It cannot sanitize protocol flows.

10.

Which type of firewall makes use of a proxy server to connect to remote servers on behalf of clients?

a)
  • stateful firewall

b)
  • stateless firewall

c)
  • packet filtering firewall

d)
  • application gateway firewall

11.

How does a firewall handle traffic when it is originating from the public network and traveling to the private network?

a)
  • Traffic that is originating from the public network is not inspected when traveling to the private network.

b)
  • Traffic that is originating from the public network is usually blocked when traveling to the private network.

c)
  • Traffic that is originating from the public network is usually permitted with little or no restrictions when traveling to the private network.

d)
  • Traffic that is originating from the public network is selectively permitted when traveling to the private network.

12.

Which two statements describe the two configuration models for Cisco IOS firewalls? (Choose two.)

a)
  • ZPF must be enabled in the router configuration before enabling an IOS Classic Firewall.

b)
  • The IOS Classic Firewall and ZPF cannot be combined on a single interface.

c)
  • IOS Classic Firewalls and ZPF models can be enabled on a router concurrently.

d)
  • Both IOS Classic Firewall and ZPF models require ACLs to define traffic filtering policies.

e)
  • IOS Classic Firewalls must be enabled in the router configuration before enabling ZPF.

13.

Designing a ZPF requires several steps. Which step involves dictating the number of devices between most-secure and least-secure zones and determining redundant devices?

a)
  • determine the zones

b)
  • design the physical infrastructure

c)
  • establish policies between zones

d)
  • identify subsets within zones and merge traffic requirements

14.

When a Cisco IOS zone-based policy firewall is being configured, which three actions can be applied to a traffic class? (Choose three.)

a)
  • pass

b)
  • reroute

c)
  • queue

d)
  • inspect

e)
  • drop

15.

When using Cisco IOS zone-based policy firewall, where is the inspection policy applied?

a)
  • to a global service policy

b)
  • to a zone

c)
  • to an interface

d)
  • to a zone pair

16.

What is the first step in configuring a Cisco IOS zone-based policy firewall via the CLI?

a)
  • Define traffic classes.

b)
  • Assign router interfaces to zones.

c)
  • Define firewall policies.

d)
  • Assign policy maps to zone pairs.

e)
  • Create zones.

17.

What is one benefit of using a stateful firewall instead of a proxy server?

a)
  • ability to perform user authentication

b)
  • better performance

c)
  • ability to perform packet filtering

d)
  • prevention of Layer 7 attacks

18.

Which statement describes a typical security policy for a DMZ firewall configuration?

a)
  • Traffic that originates from the DMZ interface is selectively permitted to the outside interface.

b)
  • Return traffic from the inside that is associated with traffic originating from the outside is permitted to traverse from the inside interface to the outside interface.

c)
  • Return traffic from the outside that is associated with traffic originating from the inside is permitted to traverse from the outside interface to the DMZ interface.

d)
  • Traffic that originates from the inside interface is generally blocked entirely or very selectively permitted to the outside interface.

e)
  • Traffic that originates from the outside interface is permitted to traverse the firewall to the inside interface with few or no restrictions.

19.

What is one limitation of a stateful firewall?

a)
  • weak user authentication

b)
  • cannot filter unnecessary traffic

c)
  • not as effective with UDP- or ICMP-based traffic

d)
  • poor log information

20.

Which statement describes Cisco IOS Zone-Based Policy Firewall operation?

a)
  • The pass action works in only one direction.

b)
  • Router management interfaces must be manually assigned to the self zone.

c)
  • A router interface can belong to multiple zones.

d)
  • Service policies are applied in interface configuration mode.

21.

What is the result in the self zone if a router is the source or destination of traffic?

a)
  • No traffic is permitted.

b)
  • All traffic is permitted.

c)
  • Only traffic that originates in the router is permitted.

d)
  • Only traffic that is destined for the router is permitted.

22.

What are two characteristics of ACLs? (Choose two.)

a)
  • Extended ACLs can filter on destination TCP and UDP ports.

b)
  • Standard ACLs can filter on source TCP and UDP ports.

c)
  • Extended ACLs can filter on source and destination IP addresses.

d)
  • Standard ACLs can filter on source and destination IP addresses.

e)
  • Standard ACLs can filter on source and destination TCP and UDP ports.

23.

Which three statements describe ACL processing of packets? (Choose three.)

a)
  • An implicit deny any rejects any packet that does not match any ACE.

b)
  • A packet can either be rejected or forwarded as directed by the ACE that is matched.

c)
  • A packet that has been denied by one ACE can be permitted by a subsequent ACE.

d)
  • A packet that does not match the conditions of any ACE will be forwarded by default.

e)
  • Each statement is checked only until a match is detected or until the end of the ACE list.

24.

A network administrator configures an ACL with the command R1(config)# access-list 1 permit 172.16.0.0 0.0.15.255. Which two IP addresses will match this ACL statement? (Choose two.)

a)
  • 172.16.0.255

b)
  • 172.16.15.36

c)
  • 172.16.16.12

d)
  • 172.16.31.24

e)
  • 172.16.65.21

25.

What single access list statement matches all of the following networks?

  • 192.168.16.0

  • 192.168.17.0

  • 192.168.18.0

  • 192.168.19.0

a)
  • access-list 10 permit 192.168.16.0 0.0.3.255

b)
  • access-list 10 permit 192.168.16.0 0.0.0.255

c)
  • access-list 10 permit 192.168.16.0 0.0.15.255

d)
  • access-list 10 permit 192.168.0.0 0.0.15.255

26.

Which two characteristics are shared by both standard and extended ACLs? (Choose two.)

a)
  • Both kinds of ACLs can filter based on protocol type.

b)
  • Both can permit or deny specific services by port number.

c)
  • Both include an implicit deny as a final statement.

d)
  • Both filter packets for a specific destination host IP address.

e)
  • Both filter packets for a specific destination host IP address.

27.

What are two characteristics of both IPS and IDS sensors? (Choose two.)

a)
  • neither introduce latency or jitter

b)
  • both use signatures to detect patterns

c)
  • both are deployed inline in the data stream

d)
  • both can stop trigger packets

e)
  • both can detect atomic patterns

28.

What is an advantage of using an IPS?

a)
  • It is installed outside of the data traffic flow.

b)
  • It does not impact network traffic if there is a sensor overload.

c)
  • It can stop trigger packets.

d)
  • It has no impact on network latency.

29.

What is a characteristic of an IDS?

a)
  • It can affect network performance by introducing latency and jitter.

b)
  • It often requires assistance from other network devices to respond to an attack.

c)
  • It is installed inline with the network traffic flow.

d)
  • It can be configured to drop trigger packets that are associated with a connection.

30.

What are two characteristics of an IPS operating in promiscuous mode? (Choose two.)

a)
  • It can stop malicious traffic from reaching the intended target for all types of attacks.

b)
  • It sits directly in the path of the traffic flow.

c)
  • It requires the assistance of another network device to respond to an attack.

d)
  • It does not impact the flow of packets in forwarded traffic.

e)
  • It sends alerts and drops any malicious packets.

31.

Which tool can perform real-time traffic and port analysis, and can also detect port scans, fingerprinting and buffer overflow attacks?

a)
  • SIEM

b)
  • Nmap

c)
  • Snort

d)
  • Netflow

32.

Which Snort IPS feature enables a router to download rule sets directly from cisco.com or snort.org?

a)
  • Snort rule set pull

b)
  • Signature allowed listing

c)
  • Snort rule set push

d)
  • Snort rule set updates

33.

What is a minimum system requirement to activate Snort IPS functionality on a Cisco router?

a)
  • at least 4 GB RAM

b)
  • at least 4 GB flash

c)
  • ISR 2900 or higher

d)
  • K9 license

34.

What is PulledPork?

a)
  • an open source network IPS that performs real-time traffic analysis and generates alerts when threats are detected on IP networks

b)
  • a centralized management tool to push the rule sets based on preconfigured policy, to Cisco routers

c)
  • a virtual service container that runs on the Cisco ISR router operating system

d)
  • a rule management application that can be used to automatically download Snort rule updates

35.

What are two actions that an IPS can perform whenever a signature detects the activity for which it is configured? (Choose two.)

a)
  • disable the link

b)
  • reconverge the network

c)
  • drop or prevent the activity

d)
  • allow the activity

e)
  • restart the infected device

36.

Which IPS signature trigger category uses a decoy server to divert attacks away from production devices?

a)
  • honey pot-based detection

b)
  • policy-based detection

c)
  • pattern-based detection

d)
  • anomaly-based detection

37.

What situation will generate a true negative IPS alarm type?

a)
  • normal traffic that generates a false alarm

b)
  • a verified security incident that is detected

c)
  • a known attack that is not detected

d)
  • normal traffic that is correctly being ignored and forwarded

38.

Match each intrusion protection service with the description.

  1. 1. an IPS solution that requires a promiscuous port and an external Snort IDS/IPS

  2. 2. an IPS service enabled on a second generation ISR

  3. 3. an IPS service enabled on first generation ISRs that is no longer supported

  4. 4. a dedicated inline threat prevention appliance

  5. A. External Snort IPS Server

  6. B. Cisco IOS IPS

  7. C. Cisco Snort IPS

  8. D. Cisco Firepower Next-Generation IPS



(a)  

39.

Match each Snort IPS rule action with the description.

  1. 1. ingores the packet

  2. 2. blocks and logs the packet and sends a TCP reset or ICMP port unreachable message

  3. 3. blocks and logs the packet

  4. 4. blocks but does not log the packet

  5. A. Sdrop

  6. B. Pass

  7. C. Drop

  8. D. Reject



(a)  

40.

What is provided by the fail open and close functionality of Snort IPS?

a)
  • provides the ability to automatically disable problematic signatures that routinely cause false positives and pass traffic

b)
  • blocks the traffic flow or bypasses IPS checking in the event of an IPS engine failure

c)
  • keeps Snort current with the latest threat protection and term-based subscriptions

d)
  • keeps track of the health of the Snort engine that is running in the service container

41.

What is a characteristic of the Community Rule Set type of Snort term-based subscriptions?

a)
  • it has 60-day delayed access to updated signatures

b)
  • it uses Cisco Talos to provide coverage in advance of exploits

c)
  • it is fully supported by Cisco

d)
  • it is available for free

42.

What is a characteristic of the connectivity policy setting when configuring Snort threat protection?

a)
  • it attempts to balance network security with network performance

b)
  • it prioritizes security over connectivity

c)
  • it provides the lowest level of protection

d)
  • it enables the highest number of signatures to be verified

43.

What is contained in an OVA file?

a)
  • a current compilation of known threats and prevention mechanisms

b)
  • an installable version of a virtual machine

c)
  • a list of atomic and composite signatures

d)
  • a set of rules for an IDS or IPS to detect intrusion activity

44.

What is a network tap?

a)
  • a Cisco technology that provides statistics on packets flowing through a router or multilayer switch

b)
  • a technology used to provide real-time reporting and long-term analysis of security events

c)
  • a feature supported on Cisco switches that enables the switch to copy frames and forward them to an analysis device

d)
  • a passive device that forwards all traffic and physical layer errors to an analysis device

45.

Which statement describes the function of the SPAN tool used in a Cisco switch?

a)
  • It is a secure channel for a switch to send logging to a syslog server.

b)
  • It provides interconnection between VLANs over multiple switches.

c)
  • It supports the SNMP trap operation on a switch.

d)
  • It copies the traffic from one switch port and sends it to another switch port that is connected to a monitoring device.

46.

A network administrator is trying to download a valid file from an internal server. However, the process triggers an alert on a NMS tool. What condition describes this alert?

a)
  • false negative

b)
  • false positive

c)
  • true negative

d)
  • true positive

47.

What is an advantage of HIPS that is not provided by IDS?

a)
  • HIPS provides quick analysis of events through detailed logging.

b)
  • HIPS deploys sensors at network entry points and protects critical network segments.

c)
  • HIPS monitors network processes and protects critical files.

d)
  • HIPS protects critical system resources and monitors operating system processes.

48.

What information must an IPS track in order to detect attacks matching a composite signature?

a)
  • the total number of packets in the attack

b)
  • the state of packets related to the attack

c)
  • the attacking period used by the attacker

d)
  • the network bandwidth consumed by all packets

49.

Why are traditional network security perimeters not suitable for the latest consumer-based network endpoint devices?

a)
  • These devices are not managed by the corporate IT department.

b)
  • These devices pose no risk to security as they are not directly connected to the corporate network.

c)
  • These devices connect to the corporate network through public wireless networks.

d)
  • These devices are more varied in type and are portable.

50.

What two internal LAN elements need to be secured? (Choose two.)

a)
  • edge routers

b)
  • IP phones

c)
  • fiber connections

d)
  • switches

e)
  • cloud-based hosts

51.

What are two examples of traditional host-based security measures? (Choose two.)

a)
  • host-based IPS

b)
  • NAS

c)
  • 802.1X

d)
  • antimalware software

e)
  • host-based NAC

52.

In an 802.1x deployment, which device is a supplicant?

a)
  • RADIUS server

b)
  • access point

c)
  • switch

d)
  • end-user station

53.

A company implements 802.1X security on the corporate network. A PC is attached to the network but has not authenticated yet. Which 802.1X state is associated with this PC?

a)
  • err-disabled

b)
  • disabled

c)
  • unauthorized

d)
  • forwarding

54.

An 802.1X client must authenticate before being allowed to pass data traffic onto the network. During the authentication process, between which two devices is the EAP data encapsulated into EAPOL frames? (Choose two.)

a)
  • data nonrepudiation server

b)
  • authentication server (TACACS)

c)
  • supplicant (client)

d)
  • authenticator (switch)

e)
  • ASA Firewall

55.

Which command is used as part of the 802.1X configuration to designate the authentication method that will be used?

a)
  • dot1x system-auth-control

b)
  • aaa authentication dot1x

c)
  • aaa new-model

d)
  • dot1x pae authenticator

56.

What is involved in an IP address spoofing attack?

a)
  • A rogue node replies to an ARP request with its own MAC address indicated for the target IP address.

b)
  • Bogus DHCPDISCOVER messages are sent to consume all the available IP addresses on a DHCP server.

c)
  • A rogue DHCP server provides false IP configuration parameters to legitimate DHCP clients.

d)
  • A legitimate network IP address is hijacked by a rogue node.

57.

At which layer of the OSI model does Spanning Tree Protocol operate?

a)
  • Layer 1

b)
  • Layer 2

c)
  • Layer 3

d)
  • Layer 4

58.

A network administrator uses the spanning-tree loopguard default global configuration command to enable Loop Guard on switches. What components in a LAN are protected with Loop Guard?

a)
  • All Root Guard enabled ports.

b)
  • All PortFast enabled ports.

c)
  • All point-to-point links between switches.

d)
  • All BPDU Guard enabled ports.

59.

Which procedure is recommended to mitigate the chances of ARP spoofing?

a)
  • Enable DHCP snooping on selected VLANs.

b)
  • Enable IP Source Guard on trusted ports.

c)
  • Enable DAI on the management VLAN.

d)
  • Enable port security globally.

60.

Which two ports can send and receive Layer 2 traffic from a community port on a PVLAN? (Choose two.)

a)
  • community ports belonging to other communities

b)
  • promiscuous ports

c)
  • isolated ports within the same community

d)
  • PVLAN edge protected ports

e)
  • community ports belonging to the same community

61.

Which protocol should be used to mitigate the vulnerability of using Telnet to remotely manage network devices?

a)

SNMP

b)

TFTP

c)

SSH

d)

SCP

62.

How can DHCP spoofing attacks be mitigated?

a)
  • by disabling DTP negotiations on nontrunking ports

b)
  • by implementing port security

c)
  • by the application of the ip verify source command to untrusted ports​

d)
  • by implementing DHCP snooping on trusted ports

63.

Refer to the exhibit. The network administrator is configuring the port security feature on switch SWC. The administrator issued the command show port-security interface fa 0/2 to verify the configuration. What can be concluded from the output that is shown? (Choose three.)

a)
  • Three security violations have been detected on this interface.

b)
  • This port is currently up.

c)
  • Security violations will cause this port to shut down immediately.

d)
  • The switch port mode for this interface is access mode.

e)
  • There is no device currently connected to this port.

64.

Two devices that are connected to the same switch need to be totally isolated from one another. Which Cisco switch security feature will provide this isolation?

a)
  • PVLAN Edge

b)
  • DTP

c)
  • SPAN

d)
  • BPDU guard

65.

What is the behavior of a switch as a result of a successful CAM table attack?

a)
  • The switch will drop all received frames.

b)
  • The switch interfaces will transition to the error-disabled state.

c)
  • The switch will forward all received frames to all other ports.

d)
  • The switch will shut down.

66.

Which protocol defines port-based authentication to restrict unauthorized hosts from connecting to the LAN through publicly accessible switch ports?

a)

RADIUS

b)

TACACS+

c)

802.1x

d)

SSH

67.

What device is considered a supplicant during the 802.1X authentication process?

a)
  • the router that is serving as the default gateway

b)
  • the authentication server that is performing client authentication

c)
  • the client that is requesting authentication

d)
  • the switch that is controlling network access

68.

Which term describes the role of a Cisco switch in the 802.1X port-based access control?

a)
  • agent

b)
  • supplicant

c)
  • authenticator

d)
  • authentication server

69.

What type of data does the DLP feature of Cisco Email Security Appliance scan in order to prevent customer data from being leaked outside of the company?

a)
  • inbound messages

b)
  • outbound messages

c)
  • messages stored on a client device

d)
  • messages stored on the email server

70.

What is the goal of the Cisco NAC framework and the Cisco NAC appliance?

a)
  • to ensure that only hosts that are authenticated and have had their security posture examined and approved are permitted onto the network

b)
  • to monitor data from the company to the ISP in order to build a real-time database of current spam threats from both internal and external sources

c)
  • to provide anti-malware scanning at the network perimeter for both authenticated and non-authenticated devices

d)
  • to provide protection against a wide variety of web-based threats, including adware, phishing attacks, Trojan horses, and worms

71.
  • Which Cisco solution helps prevent MAC and IP address spoofing attacks?

a)
  • Port Security

b)
  • DHCP Snooping

c)
  • IP Source Guard

d)
  • Dynamic ARP Inspection

72.

What Layer 2 attack is mitigated by disabling Dynamic Trunking Protocol?

a)
  • VLAN hopping

b)
  • DHCP spoofing

c)
  • ARP poisoning

d)
  • ARP spoofing

73.

What is the result of a DHCP starvation attack?

a)
  • Legitimate clients are unable to lease IP addresses.

b)
  • Clients receive IP address assignments from a rogue DHCP server.

c)
  • The attacker provides incorrect DNS and default gateway information to clients.

d)
  • The IP addresses assigned to legitimate clients are hijacked.

74.

A network administrator is configuring DAI on a switch with the command ip arp inspection validate dst-mac. What is the purpose of this configuration command?

a)
  • to check the destination MAC address in the Ethernet header against the MAC address table

b)
  • to check the destination MAC address in the Ethernet header against the user-configured ARP ACLs

c)
  • to check the destination MAC address in the Ethernet header against the target MAC address in the ARP body

d)
  • to check the destination MAC address in the Ethernet header against the source MAC address in the ARP body

75.

Which algorithm can ensure data integrity?

a)

RSA

b)

AES

c)

MD5

d)

PKI

76.

What is the keyspace of an encryption algorithm?

a)
  • the set of all possible values used to generate a key

b)
  • the set of procedures used to calculate asymmetric keys

c)
  • the set of hash functions used to generate a key

d)
  • the mathematical equation that is used to create a key

77.

Alice and Bob are using a digital signature to sign a document. What key should Alice use to sign the document so that Bob can make sure that the document came from Alice?

a)
  • private key from Bob

b)
  • private key from Alice

c)
  • public key from Bob

d)
  • username and password from Alice

78.

Which three security services are provided by digital signatures? (Choose three.)

a)
  • provides nonrepudiation using HMAC functions

b)
  • guarantees data has not changed in transit

c)
  • provides data encryption

d)
  • authenticates the source

e)
  • provides confidentiality of digitally signed data

79.

What is another name for confidentiality of information?

a)
  • consistency

b)
  • trustworthiness

c)
  • accuracy

d)
  • privacy

80.

As data is being stored on a local hard disk, which method would secure the data from unauthorized access?

a)
  • a duplicate hard drive copy

b)
  • deletion of sensitive files

c)
  • two factor authentication

d)
  • data encryption

81.

What popular encryption algorithm requires that both the sender and receiver know a pre-shared key?

a)
  • PKI

b)
  • MD5

c)
  • AES

d)
  • HMAC

82.

In which method used in cryptanalysis does the attacker know a portion of the plaintext and the corresponding ciphertext?​

a)
  • meet-in-the-middle

b)
  • brute-force

c)
  • chosen-plaintext​

d)
  • ciphertext

83.

Match the disciplines or roles to the descriptions.

  1. 1. individuals who try to crack secret codes

  2. 2. the science of making and breaking secret codes

  3. 3. testing the strength of security by breaking secret codes

  4. 4. the development and use of codes

  5. A. cryptanalyst

  6. B. cryptology

  7. C cryptography

  8. D. cryptanalysis



(a)  

84.

What technology supports asymmetric key encryption used in IPsec VPNs?

a)

3DES

b)

IKE

c)

SEAL

d)

AES

85.

What are two symmetric encryption algorithms? (Choose two.)

a)

3DES

b)

MD5

c)

AES

d)

HMAC

e)

SHA

86.

Which two items are used in asymmetric encryption? (Choose two.)

a)
  • a token

b)
  • a TPM

c)
  • a private key

d)
  • a DES key

e)
  • a public key

87.

What are two properties of a cryptographic hash function? (Choose two.)

a)
  • Complex inputs will produce complex hashes.

b)
  • Hash functions can be duplicated for authentication purposes.

c)
  • The hash function is one way and irreversible.

d)
  • The input for a particular hash algorithm has to have a fixed size.

e)
  • The output is a fixed length.

88.

Which statement describes asymmetric encryption algorithms?

a)
  • They have key lengths ranging from 80 to 256 bits.

b)
  • They include DES, 3DES, and AES.

c)
  • They are also called shared-secret key algorithms.

d)
  • They are relatively slow because they are based on difficult computational algorithms.

89.

An IT enterprise is recommending the use of PKI applications to securely exchange information between the employees. In which two cases might an organization use PKI applications to securely exchange information between users? (Choose two.)

a)
  • HTTPS web service

b)
  • 802.1x authentication

c)
  • local NTP server

d)
  • FTP transfers

e)
  • file and directory access permission

90.

Two users must authenticate each other using digital certificates and a CA. Which option describes the CA authentication procedure?

a)

  • The users must obtain the certificate of the CA and then their own certificate.

b)
  • The CA is always required, even after user verification is complete.

c)
  • CA certificates are retrieved out-of-band using the PSTN, and the authentication is done in-band over a network.

d)
  • After user verification is complete, the CA is no longer required, even if one of the involved certificates expires.

91.

The following message was encrypted using a Caesar cipher with a key of 2:

fghgpf vjg ecuvng

What is the plaintext message?

a)
  • invade the castle

b)
  • defend the castle

c)
  • defend the region

d)
  • invade the region

92.

In a hierarchical CA topology, where can a subordinate CA obtain a certificate for itself?

a)
  • from the root CA or another subordinate CA at a higher level

b)
  • from the root CA or another subordinate CA at the same level

c)
  • from the root CA or from self-generation

d)
  • from the root CA only

e)
  • from the root CA or another subordinate CA anywhere in the tree

93.

What is the purpose for using digital signatures for code signing?

a)
  • to establish an encrypted connection to exchange confidential data with a vendor website

b)
  • to verify the integrity of executable files downloaded from a vendor website

c)
  • to authenticate the identity of the system with a vendor website

d)
  • to generate a virtual ID

94.

What technology has a function of using trusted third-party protocols to issue credentials that are accepted as an authoritative identity?

a)
  • digital signatures

b)
  • hashing algorithms

c)
  • PKI certificates

d)
  • symmetric keys

95.

Which requirement of secure communications is ensured by the implementation of MD5 or SHA hash generating algorithms?​

a)
  • nonrepudiation

b)
  • authentication

c)
  • integrity

d)
  • confidentiality

96.

What is an example of the one-time pad cipher?

a)
  • RC4

b)
  • rail fence

c)
  • Caesar

d)
  • Vigenère​

97.

A company is developing a security policy for secure communication. In the exchange of critical messages between a headquarters office and a branch office, a hash value should only be recalculated with a predetermined code, thus ensuring the validity of data source. Which aspect of secure communications is addressed?

a)
  • data integrity

b)
  • non-repudiation

c)
  • data confidentiality

d)
  • origin authentication

98.

What is the purpose of a digital certificate?

a)
  • It guarantees that a website has not been hacked.

b)
  • It provides proof that data has a traditional signature attached.

c)
  • It ensures that the person who is gaining access to a network device is authorized.

d)
  • It authenticates a website and establishes a secure connection to exchange confidential data.

99.

Which two statements describe the IPsec protocol framework? (Choose two.)

a)
  • AH uses IP protocol 51.

b)
  • AH provides integrity and authentication.

c)
  • AH provides encryption and integrity.

d)
  • ESP uses UDP protocol 51.

e)
  • AH provides both authentication and encryption.

100.

What technology is used to negotiate security associations and calculate shared keys for an IPsec VPN tunnel?

a)

PSK

b)

SHA

c)

3DES

d)

IKE

101.

What are the two modes used in IKE Phase 1? (Choose two.)

a)
  • passive

b)
  • primary

c)
  • main

d)
  • secondary

e)
  • aggressive

102.

What takes place during IKE Phase 2 when establishing an IPsec VPN?

a)
  • Traffic is exchanged between IPsec peers.

b)
  • IPsec security associations are exchanged.

c)
  • ISAKMP security associations are exchanged.

d)
  • Interesting traffic is identified.

103.

A site-to-site IPsec VPN is to be configured. Place the configuration steps in order.

  1. 1. Configure a Crypto Map for the IPsec Policy

  2. 2. Configure the ISAKMP policies for the IKE Phase 2

  3. 3. Apply the IPsec Policy

  4. 4. Configure the ISAKMP policies for IKE Phase 1

  5. 5. Verify that the IPsec Tunnel is operational.



(a)  

104.

Refer to the exhibit. A VPN tunnel is configured on the WAN between R1 and R2. On which R1 interface(s) would a crypto map be applied in order to create a VPN between R1 and R2?

a)
  • G0/0 and G0/1

b)
  • G0/0

c)
  • all R1 interfaces

d)
  • S0/0/0

105.

Router R1 has configured ISAKMP policies numbered 1, 5, 9, and 203. Router R2 only has default policies. How will R1 attempt to negotiate the IKE Phase 1 ISAKMP tunnel with R2?

a)
  • R1 and R2 cannot match policies because the policy numbers are different.

b)

R1 will attempt to match policy #1 with the most secure matching policy on R2.

c)
  • R1 will try to match policy #203 with the most secure default policy on R2.

d)
  • R1 will begin to try to match policy #1 with policy #65514 on R2.

106.

When the CLI is used to configure an ISR for a site-to-site VPN connection, what is the purpose of the crypto map command in interface configuration mode?

a)
  • to configure the transform set

b)
  • to bind the interface to the ISAKMP policy

c)
  • to force IKE Phase 1 negotiations to begin

d)
  • to negotiate the SA policy

107.

Which statement describes the effect of key length in deterring an attacker from hacking through an encryption key?

a)

  • The length of a key does not affect the degree of security.

b)
  • The shorter the key, the harder it is to break.

c)
  • The length of a key will not vary between encryption algorithms.

d)
  • The longer the key, the more key possibilities exist.

108.

Which two statements describe a remote access VPN? (Choose two.)

a)

  • It may require VPN client software on hosts.

b)
  • It requires hosts to send TCP/IP traffic through a VPN gateway.

c)
  • It connects entire networks to each other.

d)
  • It is used to connect individual hosts securely to a company network over the Internet.

e)
  • It requires static configuration of the VPN tunnel.

109.

Which protocol creates a virtual point-to-point connection to tunnel unencrypted traffic between Cisco routers from a variety of protocols?

a)

IKE

b)

IPsec

c)

OSPF

d)

GRE

110.

How is “tunneling” accomplished in a VPN?

a)

  • New headers from one or more VPN protocols encapsulate the original packets.

b)
  • All packets between two hosts are assigned to a single physical medium to ensure that the packets are kept private.

c)
  • Packets are disguised to look like other types of traffic so that they will be ignored by potential attackers.

d)
  • A dedicated circuit is established between the source and destination devices for the duration of the connection.

111.

Which two scenarios are examples of remote access VPNs? (Choose two.)

a)

  • All users at a large branch office can access company resources through a single VPN connection.

b)
  • A small branch office with three employees has a Cisco ASA that is used to create a VPN connection to the HQ.

c)
  • A toy manufacturer has a permanent VPN connection to one of its parts suppliers.

d)
  • A mobile sales agent is connecting to the company network via the Internet connection at a hotel.

e)
  • An employee who is working from home uses VPN client software on a laptop in order to connect to the company network.

112.

Which statement accurately describes a characteristic of IPsec?

a)

  • IPsec works at the application layer and protects all application data.

b)
  • IPsec is a framework of standards developed by Cisco that relies on OSI algorithms.

c)
  • IPsec is a framework of proprietary standards that depend on Cisco specific algorithms.

d)
  • IPsec works at the transport layer and protects data at the network layer.

e)
  • IPsec is a framework of open standards that relies on existing algorithms.

113.

Which is a requirement of a site-to-site VPN?

a)

  • It requires hosts to use VPN client software to encapsulate traffic.

b)
  • It requires the placement of a VPN server at the edge of the company network.

c)
  • It requires a VPN gateway at each end of the tunnel to encrypt and decrypt traffic.

d)
  • It requires a client/server architecture.

114.

Consider the following configuration on a Cisco ASA:
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
What is the purpose of this command?

a)

  • to define the ISAKMP parameters that are used to establish the tunnel

b)
  • to define the encryption and integrity algorithms that are used to build the IPsec tunnel

c)
  • to define what traffic is allowed through and protected by the tunnel

d)
  • to define only the allowed encryption algorithms

115.

What is needed to define interesting traffic in the creation of an IPsec tunnel?

a)
  • security associations

b)
  • hashing algorithm

c)
  • access list

d)
  • transform set

116.

What is a function of the GRE protocol?

a)

  • to configure the set of encryption and hashing algorithms that will be used to transform the data sent through the IPsec tunnel

b)
  • to encapsulate multiple OSI Layer 3 protocol packet types inside an IP tunnel

c)
  • to configure the IPsec tunnel lifetime

d)
  • to provide encryption through the IPsec tunnel

117.

Refer to the exhibit. What HMAC algorithm is being used to provide data integrity?

a)

MD5

b)

AES

c)

SHA

d)

DH

118.

Two corporations have just completed a merger. The network engineer has been asked to connect the two corporate networks without the expense of leased lines. Which solution would be the most cost effective method of providing a proper and secure connection between the two corporate networks?

a)
  • Cisco AnyConnect Secure Mobility Client with SSL

b)
  • Cisco Secure Mobility Clientless SSL VPN

c)
  • Frame Relay

d)
  • remote access VPN using IPsec

e)
  • site-to-site VPN

119.

Refer to the exhibit. What show command displays whether the securityk9 software is installed on the router and whether the EULA license has been activated?

a)
  • show running-config

b)
  • show version

c)
  • show interfaces s0/0/0

d)
  • show crypto isakmp policy 1

120.

What type of traffic is supported by IPsec?

a)
  • IPsec supports all IPv4 traffic.

b)
  • IPsec supports layer 2 multicast traffic.

c)
  • IPsec supports all traffic permitted through an ACL.

d)
  • IPsec only supports unicast traffic.

121.

A network analyst wants to monitor the activity of all new interns. Which type of security testing would track when the interns sign on and sign off the network?

a)
  • vulnerability scanning

b)
  • password cracking

c)
  • network scanning

d)
  • integrity checker

122.

What are three characteristics of SIEM? (Choose three.)

a)
  • can be implemented as software or as a service

b)
  • Microsoft port scanning tool designed for Windows

c)
  • examines logs and events from systems and applications to detect security threats

d)
  • consolidates duplicate event data to minimize the volume of gathered data

e)
  • uses penetration testing to determine most network vulnerabilities

123.

What testing tool is available for network administrators who need a GUI version of Nmap?

a)

SuperScan

b)

SIEM

c)

Nessus

d)

Zenmap

124.

What is the goal of network penetration testing?

a)
  • determining the feasibility and the potential consequences of a successful attack

b)
  • detecting potential weaknesses in systems

c)
  • detecting configuration changes on network systems

d)
  • detecting weak passwords

125.

How does network scanning help assess operations security?

a)
  • It can detect open TCP ports on network systems.

b)
  • It can detect weak or blank passwords.

c)
  • It can simulate attacks from malicious sources.

d)
  • It can log abnormal activity.

126.

What are three characteristics of the ASA routed mode? (Choose three.)

a)
  • This mode is referred to as a “bump in the wire.”

b)
  • In this mode, the ASA is invisible to an attacker.

c)
  • The interfaces of the ASA separate Layer 3 networks and require different IP addresses in different subnets.

d)
  • It is the traditional firewall deployment mode.

e)
  • NAT can be implemented between connected networks.

127.

In which two instances will traffic be denied as it crosses the ASA 5505 device? (Choose two.)

a)
  • traffic originating from the inside network going to the DMZ network

b)
  • traffic originating from the inside network going to the outside network

c)
  • traffic originating from the outside network going to the DMZ network

d)
  • traffic originating from the DMZ network going to the inside network

e)
  • traffic originating from the outside network going to the inside network

128.

Refer to the exhibit. Based on the security levels of the interfaces on the ASA, what statement correctly describes the flow of traffic allowed on the interfaces?

a)
  • Traffic that is sent from the LAN and the Internet to the DMZ is considered inbound.

b)
  • Traffic that is sent from the DMZ and the Internet to the LAN is considered outbound.

c)
  • Traffic that is sent from the LAN to the DMZ is considered inbound.

d)
  • Traffic that is sent from the LAN to the DMZ is considered is considered inbound.

e)
  • Traffic that is sent from the DMZ and the LAN to the Internet is considered outbound.

129.

Refer to the exhibit. A network administrator is configuring the security level for the ASA. Which statement describes the default result if the administrator tries to assign the Inside interface with the same security level as the DMZ interface?

a)
  • The ASA allows inbound traffic initiated on the Internet to the DMZ, but not to the Inside interface.

b)
  • The ASA console will display an error message.

c)
  • The ASA will not allow traffic in either direction between the Inside interface and the DMZ.

d)
  • The ASA allows traffic from the Inside to the DMZ, but blocks traffic initiated on the DMZ to the Inside interface.

130.

What can be configured as part of a network object?

a)
  • interface type

b)
  • IP address and mask

c)
  • upper layer protocol

d)
  • source and destination MAC address

131.

What is the function of a policy map configuration when an ASA firewall is being configured?

a)
  • binding a service policy to an interface

b)
  • binding class maps with actions

c)
  • identifying interesting traffic

d)
  • using ACLs to match traffic

132.

What is the purpose of configuring an IP address on an ASA device in transparent mode?

a)
  • management

b)
  • routing

c)
  • NAT

d)
  • VPN connectivity

133.

Which license provides up to 50 IPsec VPN users on an ASA 5506-X device?

a)
  • the most commonly pre-installed Base license

b)
  • a purchased Security Plus upgrade license

c)
  • a purchased Base license

d)
  • a purchased AnyConnect Premium license

134.

What mechanism is used by an ASA device to allow inspected outbound traffic to return to the originating sender who is on an inside network?

a)
  • access control lists

b)
  • Network Address Translation

c)
  • security zones

d)
  • stateful packet inspection

135.

When configuring interfaces on an ASA, which two pieces of information must be included? (Choose two.)

a)
  • group association

b)
  • security level

c)
  • name

d)
  • access list

e)
  • service level

136.

Refer to the exhibit. A network administrator is verifying the security configuration of an ASA. Which command produces the exhibited output?

a)
  • show vlan

b)
  • show ip interface brief

c)
  • show interface ip brief

d)
  • show switch vlan

137.

What interface configuration command is used on an ASA to request an IP address from an upstream DSL device?

a)
  • ip address ip-address netmask

b)
  • ip address dhcp setroute

c)
  • dhcpd address IP_address1 [ -IP_address2 ] if_name

d)
  • ip address pppoe

138.

Refer to the exhibit. What kind of NAT is configured on the ASA device?

a)
  • dynamic NAT

b)
  • Twice NAT

c)
  • dynamic PAT

d)
  • static NAT

139.

What is the purpose of the Tripwire network testing tool?

a)
  • to perform vulnerability scanning

b)
  • to provide information about vulnerabilities and aid in penetration testing and IDS signature development

c)
  • to assess configuration against established policies, recommended best practices, and compliance standards

d)
  • to detect unauthorized wired network access

140.

A network analyst is testing the security of the systems and networks of a corporation. What tool could be used to audit and recover passwords?

a)
  • L0phtCrack

b)
  • SuperScan

c)
  • Nessus

d)
  • Metasploit