Final Exam Flashcards

0
Q

The network administrator enters these commands into the R1 router:

R1# copy running-config tftp
Address or name of remote host [ ]?

When the router prompts for an address or remote host name, what IP address should the administrator enter at the prompt?

A

192.168.11.252

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

Which three statements characterize the transport layer protocols? (Choose three.)

A
  • TCP and UDP port numbers are used by application layer protocols.
  • TCP uses windowing and sequencing to provide reliable transfer of data.
  • TCP is a connection-oriented protocol. UDP is a connectionless protocol.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of ICMP messages?

A

to provide feedback of IP packet transmissions

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

A technician uses the ping 127.0.0.1 command. What is the technician testing?

A

the TCP/IP stack on a network host

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

What will a Layer 2 switch do when the destination MAC address of a received frame is not in the MAC table?

A

It forwards the frame out of all ports except for the port at which the frame was received.

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

What is a characteristic of the LLC sublayer?

A

It places information in the frame that allows multiple Layer 3 protocols to use the same network interface and media.

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

On which switch interface would an administrator configure an IP address so that the switch can be managed remotely?

A

VLAN 1

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

A network engineer is measuring the transfer of bits across the company backbone for a mission critical database application. The engineer notices that the network throughput appears lower than the bandwidth expected. Which three factors could influence the differences in throughput?

A
  • the amount of traffic that is currently crossing the network
  • the type of traffic that is crossing the network
  • the latency that is created by the number of network devices that the data is crossing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
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
9
Q

Which two statements correctly describe a router memory type and its contents? (Choose two.)

A
  • ROM is nonvolatile and contains basic diagnostic software.

- RAM is volatile and stores the IP routing table.

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

Which two components are necessary for a wireless client to be installed on a WLAN? (Choose two.)

A
  • wireless NIC

- wireless client software

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

12 Launch PT - Hide and Save PT

Open the PT activity. Perform the tasks in the activity instructions and then fill in the blank.

The Server0 message is .​ ” winner ”

A

12 Launch PT - Hide and Save PT

Open the PT activity. Perform the tasks in the activity instructions and then fill in the blank.

The Server0 message is .​ ” winner ”

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

13
A host is accessing a Web server on a remote network. Which three functions are performed by intermediary network devices during this conversation? (Choose three.)

A

applying security settings to control the flow of data

notifying other devices when errors occur

regenerating data signals

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

Which address on a PC does not change, even if the PC is moved to a different network?

A

MAC address

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

What will happen if the default gateway address is incorrectly configured on a host?

A

The host cannot communicate with hosts in other networks.

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

A host PC has just booted and is attempting to lease an address through DHCP. Which two messages will the client typically broadcast on the network? (Choose two.)

A
  • DHCPREQUEST

- DHCPDISCOVER

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

Switch(config)# hostname My Switch

Refer to the exhibit. An administrator wants to change the name of a brand new switch, using the hostname command as shown. What prompt will display after the command is issued?​

A

Switch(config)#​

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

After making configuration changes, a network administrator issues a copy running-config startup-config command in a Cisco switch. What is the result of issuing this command?

A

The new configuration will be loaded if the switch is restarted.

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

Refer to the exhibit.A TCP segment from a server has been captured by Wireshark, which is running on a host. What acknowledgement number will the host return for the TCP segment that has been received?

A

306

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

Which technology provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address?

A

NAT

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

What is the purpose of the routing process?

A

to select the paths that are used to direct traffic to destination networks

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

Three bank employees are using the corporate network. The first employee uses a web browser to view a company web page in order to read some announcements. The second employee accesses the corporate database to perform some financial transactions. The third employee participates in an important live audio conference with other corporate managers in branch offices. If QoS is implemented on this network, what will be the priorities from highest to lowest of the different data types?

A

audio conference, financial transactions, web page

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

A home user is looking for an ISP connection that provides high speed digital transmission over regular phone lines. What ISP connection type should be used?

A

DSL

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

Which connection provides a secure CLI session with encryption to a Cisco switch?

A

an SSH connection

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

What is the purpose of the network security accounting function?

A

to keep track of the actions of a user

26
Q
SW1(config)#enable password letmein
SW1(config)#enable secret secretin
SW1(config-line)#line console 0
SW1(config-line)#password lineconin
SW1(config-line)#login
SW1(config)#exit
SW1(config)#line vty 0 15
SW1(config-line)#password linevtyin
SW1(config-line)#login
SW1(config-line)#exit
SW1#

A network administrator is configuring access control to switch SW1. If the administrator uses Telnet to connect to the switch, which password is needed to access user EXEC mode?

A

linevtyin

27
Q

Which publicly available resources describe protocols, processes, and technologies for the Internet but do not give implementation details?

A

Request for Comments

28
Q

A PC is configured to obtain an IP address automatically from network 192.168.1.0/24. The network administrator issues the arp –a command and notices an entry of 192.168.1.255 ff-ff-ff-ff-ff-ff. Which statement describes this entry?

A

his is a static map entry.

29
Q

Which subnet would include the address 192.168.1.96 as a usable host address?

A

192.168.1.64/26

30
Q

A particular website does not appear to be responding on a Windows 7 computer. What command could the technician use to show any cached DNS entries for this web page?

A

ipconfig /displaydns

31
Q

Which type of wireless security generates dynamic encryption keys each time a client associates with an AP?

A

WPA

32
Q

A frame is transmitted from one networking device to another. Why does the receiving device check the FCS field in the frame?

A

to check the frame for possible transmission errors

33
Q

Refer to the exhibit. Which IP addressing scheme should be changed?

A

Site 2

34
Q

What is the effect of configuring the ipv6 unicast-routing command on a router?

A

to enable the router as an IPv6 router

35
Q

Which three IP addresses are private ? (Choose three.)

A
  1. 1.1.1
  2. 16.4.4
  3. 168.5.5
36
Q

Refer to the exhibit. Consider the IP address configuration shown from PC1. What is a description of the default gateway address?

A

It is the IP address of the Router1 interface that connects the PC1 LAN to Router1.

37
Q

During normal operation, from which location do most Cisco switches and routers run the IOS?

A

RAM

38
Q

What is an important function of the physical layer of the OSI model?

A

It encodes frames into electrical, optical, or radio wave signals.

39
Q

Which procedure is used to reduce the effect of crosstalk in copper cables?

A

twisting opposing circuit wire pairs together

40
Q

What are the three primary functions provided by Layer 2 data encapsulation? (Choose three.)

A
  • detection of errors through CRC calculations
  • delimiting groups of bits into frames
  • data link layer addressing
41
Q

What method is used to manage contention-based access on a wireless network?

A

CSMA/CA

42
Q

What happens when part of an Internet radio transmission is not delivered to the destination?

A

The transmission continues without the missing portion.

43
Q

What is the auto-MDIX feature on a switch?

A

the automatic configuration of an interface for a straight-through or a crossover Ethernet cable connection

44
Q

Which function is provided by TCP?

A

detection of missing packets

45
Q

How does a Layer 3 switch differ from a Layer 2 switch?

A

An IP address can be assigned to a physical port of a Layer 3 switch. However, this is not supported in Layer 2 switches.

46
Q

Which two notations are useable nibble boundaries when subnetting in IPv6? (Choose two.)

A

/68

/64

47
Q

What is the purpose of having a converged network?

A

to reduce the cost of deploying and maintaining the communication infrastructure

48
Q

Refer to the exhibit. A ping to PC3 is issued from PC0, PC1, and PC2 in this exact order. Which MAC addresses will be contained in the S1 MAC address table that is associated with the Fa0/1 port?

A

just PC0 and PC1 MAC addresses

49
Q

Which field in an IPv4 packet header will typically stay the same during its transmission?

A

Destination Address

50
Q

What two preconfigured settings that affect security are found on most new wireless routers? (Choose two.)

A
  • default administrator password

- broadcast SSID

51
Q

Which parameter does the router use to choose the path to the destination when there are multiple routes available?

A

the lower metric value that is associated with the destination network

52
Q

Refer to the exhibit. What is the significance of the asterisk (*) in the exhibited output?

A

The asterisk designates which file system is the default file system.

53
Q

During data communications, a host may need to send a single message to a specific group of destination hosts simultaneously. This message is in the form of a ” ” message.

A

multicast

54
Q

An administrator uses the Ctrl-Shift-6 key combination on a switch after issuing the ping command. What is the purpose of using these keystrokes?

A

to interrupt the ping process

55
Q

Refer to the exhibit. Which area would most likely be an extranet for the company network that is shown?

A

area C

56
Q

In which default order will a router search for startup configuration information?

A

NVRAM, TFTP, setup mode

57
Q

Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
Which IPv6 address is assigned to the Serial0/0/0 interface on RT2?

A

2001:db8:abc:5::1

58
Q

What is contained in the trailer of a data-link frame?

A

error detection*

59
Q

What is the protocol that is used to discover a physical address from a known logical address and what message type does it use?

A

ARP, broadcast*

60
Q

Which group of IPv6 addresses cannot be allocated as a host source address??

A

FF00::/8 (multicast)*

61
Q

A network administrator is configuring access control to switch SW1. If the administrator uses console line to connect to the switch, which password is needed to access user EXEC mode?

A

lineconin*