Flashhh Flashcards

1
Q

Which component is designed to protect against unauthorized communications to and from a computer?

A

firewall

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which command will block login attempts on RouterA for a period of 30 seconds if there are 2 failed login attempts within 10 seconds?

A

RouterA(config)# login block-for 30 attempts 2 within 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of the network security accounting function?

A

to keep track of the actions of a user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of attack may involve the use of tools such as nslookup and fping?

A

reconnaissance attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

malware that was written to look like a video game

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between a virus and a worm?

A

Worms self-replicate but viruses do not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which attack involves a compromise of data that occurs between two end points?

A

man-in-the-middle attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which type of attack involves an adversary attempting to gather information about a network to identify vulnerabilities?

A

reconnaissance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of the network security authentication function?

A

to require users to prove who they are

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which firewall feature is used to ensure that packets coming into a network are legitimate responses to requests initiated from internal hosts?

A

stateful packet inspection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When applied to a router, which command would help mitigate brute-force password attacks against the router?

A

login block-for 60 attempts 5 within 60

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

login information and data encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the advantage of using SSH over Telnet?

A

SSH provides secure communications to access hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the role of an IPS?

A

detecting and blocking of attacks in real time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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?

A

layered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an accurate description of redundancy?

A

designing a network to use multiple paths between switches to ensure there is no single point of failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A

voice
video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

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?

A

to document and analyze network traffic requirements on each network segmenT

19
Q

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?

A

A router along the path did not have a route to the destination.

20
Q

Which method is used to send a ping message specifying the source address for the ping?

A

Issue the ping command without specifying a destination IP address

21
Q

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?

A

It forces the trace to use IPv6.

22
Q

Why would a network administrator use the tracert utility?

A

to identify where a packet was lost or delayed on a network

23
Q

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?

A

The network administrator wants to verify Layer 2 connectivity.

24
Q

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

A

show cdp neighbors detail

25
Q

What information about a Cisco router can be verified using the show version command?

A

the value of the configuration registe

26
Q

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?

A

terminal monitor

27
Q

Which command can an administrator issue on a Cisco router to send debug messages to the vty lines?

A

terminal monitor

28
Q

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?

A

Establish a theory of probable cause

29
Q

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?

A

nslookup

30
Q

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

A

The PC cannot contact a DHCP server.
The PC is configured to obtain an IP address automatically.

31
Q

Which command can an administrator execute to determine what interface a router will use to reach remote networks?

A

show ip route

32
Q

On which two interfaces or ports can security be improved by configuring executive timeouts? (Choose two.)

A

Console port
Vty port

33
Q

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

A

Generate the asymmetric RSA keys.
Configure the correct IP domain name.
Create a valid local username and password database.

34
Q

What is considered the most effective way to mitigate a worm attack?

A

Download security updates from the operating system vendor and patch all vulnerable systems.

35
Q

Which statement describes the ping and tracert commands?

A

Tracert shows each hop, while ping shows a destination reply only.

36
Q

What is a characteristic of UDP?

A

UDP reassembles the received datagrams in the order they were received.

37
Q

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?

A

nslookup

38
Q

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?

A

show running-config

39
Q

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?

A

Ipconfig

40
Q

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?

A

show ipv6 interface

41
Q

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?

A

ipconfig getifaddr en0

42
Q

A student wants to save a router configuration to NVRAM. What is the best command to use to accomplish the task?

A

copy running-config startup-config

43
Q

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?

A

show interfaces