wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cisco quiz2

Total questions: 70

Worksheet time: 40mins

Name
Class
Date
1.

Users report that the network access is slow. After questioning the employees, the network administrator learned that one employee downloaded a third-party scanning program for the printer. What type of malware might be introduced that causes slow performance of the network?

a)

virus

b)

worm

c)

phishing

d)

spam

2.

A user is executing a tracert to a remote device. At what point would a router, which is in the path to the destination device, stop forwarding the packet?

a)

when the router receives an ICMP Time Exceeded message

b)

when the RTT value reaches zero

c)

when the host responds with an ICMP Echo Reply message

d)

when the value in the TTL field reaches zero

e)

when the values of both the Echo Request and Echo Reply messages reach zero

3.

A network technician is researching the use of fiber optic cabling in a new technology center. Which two issues should be considered before implementing fiber optic media? (Choose two.)

a)

Fiber optic cabling requires different termination and splicing expertise from what copper cabling requires

b)

Fiber optic cabling requires specific grounding to be immune to EMI.

c)

Fiber optic cabling is susceptible to loss of signal due to RFI.

d)

Fiber optic cable is able to withstand rough handling.

e)

Fiber optic provides higher data capacity but is more expensive than copper cabling.

4.

Which value, that is contained in an IPv4 header field, is decremented by each router that receives a packet?

a)

Header Length

b)

Differentiated Services

c)

Time-to-Live

d)

Fragment Offset

5.

A user is complaining that an external web page is taking longer than normal to load.The web page does eventually load on the user machine. Which tool should the technician use with administrator privileges in order to locate where the issue is in the network?

a)

ping

b)

nslookup

c)

tracert

d)

ipconfig/displaydns

6.

What two pieces of information are displayed in the output of the show ip interface brief command? (Choose two.)

a)

IP addresses

b)

interface descriptions

c)

MAC addresses

d)

next-hop addresses

e)

Layer 1 statuses

7.

A network administrator wants to have the same subnet mask for three subnetworks at a small site. The site has the following networks and numbers of devices:

Subnetwork A: IP phones – 10 addresses 

Subnetwork B: PCs – 8 addresses 

Subnetwork C: Printers – 2 addresses 

What single subnet mask would be appropriate to use for the three subnetworks?

a)

255.255.255.0

b)

255.255.255.240

c)

255.255.255.248

d)

255.255.255.252

8.

Refer to the exhibit. A company uses the address block of 128.107.0.0/16 for its network. What subnet mask would provide the maximum number of equal size subnets while providing enough host addresses for each subnet in the exhibit?

a)

255.255.255.192

b)

255.255.255.0

c)

255.255.255.128

d)

255.255.255.240

e)

255.255.255.224

9.

Data is being sent from a source PC to a destination server. Which three statements correctly describe the function of TCP or UDP in this situation? (Choose three.)

a)

The source port field identifies the running application or service that will handle data returning to the PC.

b)

The TCP process running on the PC randomly selects the destination port when establishing a session with the server.

c)

UDP segments are encapsulated within IP packets for transport across the network.

d)

The UDP destination port number identifies the application or service on the server which will handle the data.

e)

TCP is the preferred protocol when a function requires lower network overhead.

10.

What is an advantage to using a protocol that is defined by an open standard?

a)

A company can monopolize the market.

b)

The protocol can only be run on equipment from a specific vendor

c)

An open standard protocol is not controlled or regulated by standards organizations

d)

It encourages competition and promotes choices

11.

A user sends an HTTP request to a web server on a remote network. During encapsulation for this request, what information is added to the address field of a frame to indicate the destination?

a)

the network domain of the destination host

b)

the IP address of the default gateway

c)

the MAC address of the destination host

d)

the MAC address of the default gateway

12.

Why would a Layer 2 switch need an IP address?

a)

to enable the switch to send broadcast frames to attached PCs

b)

to enable the switch to function as a default gateway

c)

to enable the switch to be managed remotely

d)

to enable the switch to receive frames from attached PCs

13.

What characteristic describes a VPN?

a)

software on a router that filters traffic based on IP addresses or applications

b)

software that identifies fast-spreading threats

c)

a tunneling protocol that provides remote users with secure access into the network of an organization

d)

a network device that filters access and traffic coming into a network

14.

Which two statements describe features of an IPv4 routing table on a router? (Choose two.)​

a)

Directly connected interfaces will have two route source codes in the routing table: C and S

b)

If there are two or more possible routes to the same destination, the route associated with the higher metric value is included in the routing table

c)

The routing table lists the MAC addresses of each active interface

d)

It stores information about routes derived from the active router interfaces

e)

If a default static route is configured in the router, an entry will be included in the routing table with source code S

15.

What are two functions that are provided by the network layer? (Choose two.)

a)

directing data packets to destination hosts on other networks

b)

placing data on the network medium

c)

carrying data between processes that are running on source and destination hosts

d)

providing dedicated end-to-end connections

e)

providing end devices with a unique network identifier

16.

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

a)

netstat -s

b)

route print

c)

show ip route

d)

netstat -r

e)

tracert

17.

Which information does the show startup-config command display?

a)

the IOS image copied into RAM

b)

the bootstrap program in the ROM

c)

the contents of the current running configuration file in the RAM

d)

the contents of the saved configuration file in the NVRAM

18.

What are three characteristics of the CSMA/CD process? (Choose three.)

a)

The device with the electronic token is the only one that can transmit after a collision

b)

A device listens and waits until the media is not busy before transmitting

c)

After detecting a collision, hosts can attempt to resume transmission after a random time delay has expired

d)

All of the devices on a segment see data that passes on the network medium

e)

A jam signal indicates that the collision has cleared and the media is not busy

19.

What is one main characteristic of the data link layer?

a)

It generates the electrical or optical signals that represent the 1 and 0 on the media

b)

It converts a stream of data bits into a predefined code

c)

It shields the upper layer protocol from being aware of the physical medium to be used in the communication

d)

It accepts Layer 3 packets and decides the path by which to forward the packet to a remote network

20.

Which two statements are correct about MAC and IP addresses during data transmission if NAT is not involved? (Choose two.)

a)

Destination IP addresses in a packet header remain constant along the entire path to a target host

b)

Destination MAC addresses will never change in a frame that goes across seven routers

c)

Every time a frame is encapsulated with a new destination MAC address, a new destination IP address is needed

d)

Destination and source MAC addresses have local significance and change every time a frame goes from one LAN to another

e)

A packet that has crossed four routers has changed the destination IP address four times

21.

What is a benefit of using cloud computing in networking?

a)

Technology is integrated into every-day appliances allowing them to interconnect with other devices, making them more ‘smart’ or automated

b)

Network capabilities are extended without requiring investment in new infrastructure, personnel, or software

c)

End users have the freedom to use personal tools to access information and communicate across a business network

d)

Home networking uses existing electrical wiring to connect devices to the network wherever there is an electrical outlet, saving the cost of installing data cables

22.

Refer to the exhibit. If host A sends an IP packet to host B, what will the destination address be in the frame when it leaves host A?

a)

DD:DD:DD:DD:DD:DD

b)

172.168.10.99

c)

AA:AA:AA:AA:AA:AA

d)

172.168.10.65

e)

BB:BB:BB:BB:BB:BB

23.

What subnet mask is needed if an IPv4 network has 40 devices that need IP addresses and address space is not to be wasted?

a)

255.255.255.0

b)

255.255.255.240

c)

255.255.255.128

d)

255.255.255.192

e)

255.255.255.224

24.

An organization is assigned an IPv6 address block of 2001:db8:0:ca00::/56. How many subnets can be created without using bits in the interface ID space?

a)

256

b)

512

c)

1024

d)

4096

25.

Two pings were issued from a host on a local network. The first ping was issued to the IP address of the default gateway of the host and it failed. The second ping was issued to the IP address of a host outside the local network and it was successful. What is a possible cause for the failed ping?

a)

The default gateway is not operational

b)

The default gateway device is configured with the wrong IP address

c)

Security rules are applied to the default gateway device, preventing it from processing ping requests

d)

The TCP/IP stack on the default gateway is not working properly

26.

A client is using SLAAC to obtain an IPv6 address for its interface. After an address has been generated and applied to the interface, what must the client do before it can begin to use this IPv6 address?

a)

It must send a DHCPv6 INFORMATION-REQUEST message to request the address of the DNS server

b)

It must send a DHCPv6 REQUEST message to the DHCPv6 server to request permission to use this address

c)

It must send an ICMPv6 Router Solicitation message to determine what default gateway it should use

d)

It must send an ICMPv6 Neighbor Solicitation message to ensure that the address is not already in use on the network

27.

What two ICMPv6 message types must be permitted through IPv6 access control lists to allow resolution of Layer 3 addresses to Layer 2 MAC addresses? (Choose two.)

a)

neighbor solicitations

b)

echo requests

c)

neighbor advertisements

d)

echo replies

e)

router advertisements

28.

Which wireless technology has low-power and low-data rate requirements making it popular in IoT environments?

a)

Bluetooth

b)

Zigbee

c)

WiMAX

d)

Wi-Fi

29.

Refer to the exhibit. The switches have a default configuration. Host A needs to communicate with host D, but host A does not have the MAC address for the default gateway. Which network devices will receive the ARP request sent by host A?

a)

only host D

b)

only hosts A, B, C, and D

c)

only hosts B and C

d)

only hosts B, C, and router R1

e)

only hosts A, B, and C

30.

What service is provided by DHCP?

a)

An application that allows real-time chatting among remote users

b)

Allows remote access to network devices and servers

c)

Dynamically assigns IP addresses to end and intermediary devices

d)

Uses encryption to provide secure remote access to network devices and servers

31.

What characteristic describes an IPS?

a)

a tunneling protocol that provides remote users with secure access into the network of an organization

b)

a network device that filters access and traffic coming into a network

c)

software that identifies fast-spreading threats

d)

software on a router that filters traffic based on IP addresses or applications

32.

A client packet is received by a server. The packet has a destination port number of 22. What service is the client requesting?

a)

ssh

b)

SMB/CIFS

c)

HTTPS

d)

SLP

33.

Refer to the exhibit. A network engineer has been given the network address of 192.168.99.0 and a subnet mask of 255.255.255.192 to subnet across the four networks shown. How many total host addresses are unused across all four subnets?

a)

88

b)

200

c)

72

d)

224

e)

158

34.

Refer to the exhibit. The switches are in their default configuration. Host A needs to communicate with host D, but host A does not have the MAC address for its default gateway. Which network hosts will receive the ARP request sent by host A?

a)

only router R1

b)

only hosts A, B, and C

c)

only hosts A, B, C, and D

d)

only hosts B and C

e)

only hosts B, C, and router R1

35.

Refer to the exhibit. The network administrator has assigned the LAN of LBMISS an address range of 192.168.10.0. This address range has been subnetted using a /29 prefix. In order to accommodate a new building, the technician has decided to use the fifth subnet for configuring the new network (subnet zero is the first subnet). By company policies, the router interface is always assigned the first usable host address and the workgroup server is given the last usable host address. Which configuration should be entered into the properties of the workgroup server to allow connectivity to the Internet?

a)

IP address: 192.168.10.65 subnet mask: 255.255.255.240, default gateway: 192.168.10.76

b)

IP address: 192.168.10.38 subnet mask: 255.255.255.240, default gateway: 192.168.10.33

c)

IP address: 192.168.10.38 subnet mask: 255.255.255.248, default gateway: 192.168.10.33

d)

IP address: 192.168.10.41 subnet mask: 255.255.255.248, default gateway: 192.168.10.46

e)

IP address: 192.168.10.254 subnet mask: 255.255.255.0, default gateway: 192.168.10.1

36.

What technique is used with UTP cable to help protect against signal interference from crosstalk?

a)

wrapping a foil shield around the wire pairs

b)

twisting the wires together into pairs

c)

terminating the cable with special grounded connectors

d)

encasing the cables within a flexible plastic sheath

37.

A network administrator is adding a new LAN to a branch office. The new LAN must support 10 connected devices. What is the smallest network mask that the network administrator can use for the new network?

a)

255.255.255.192

b)

255.255.255.248

c)

255.255.255.224

d)

255.255.255.240

38.

What attribute of a NIC would place it at the data link layer of the OSI model?

a)

attached Ethernet cable

b)

IP address

c)

MAC address

d)

RJ-45 port

e)

TCP/IP protocol stack

39.

A client packet is received by a server. The packet has a destination port number of 21. What service is the client requesting?

a)

FTP

b)

LDAP

c)

SLP

d)

SNMP

40.

Refer to the exhibit. Which two network addresses can be assigned to the network containing 10 hosts? Your answers should waste the fewest addresses, not reuse addresses that are already assigned, and stay within the 10.18.10.0/24 range of addresses. (Choose two.)

a)

10.18.10.200/28

b)

10.18.10.208/28

c)

10.18.10.240/27

d)

10.18.10.224/27

e)

10.18.10.224/28

41.

What are two characteristics shared by TCP and UDP? (Choose two.)

a)

default window size

b)

connectionless communication

c)

port numbering

d)

ability to to carry digitized voice

e)

use of checksum

42.

A client packet is received by a server. The packet has a destination port number of 143. What service is the client requesting?

a)

IMAP

b)

FTP

c)

SSH

d)

Telnet

43.

Refer to the exhibit. What is wrong with the displayed termination?

a)

The woven copper braid should not have been removed

b)

The wrong type of connector is being used

c)

The untwisted length of each wire is too long

d)

The wires are too thick for the connector that is used

44.

What are three commonly followed standards for constructing and installing cabling? (Choose three.)

a)

cable lengths

b)

connector color

c)

pinouts

d)

connector types

e)

tensile strength of plastic insulator

45.

A network administrator is adding a new LAN to a branch office. The new LAN must support 200 connected devices. What is the smallest network mask that the network administrator can use for the new network?

a)

255.255.255.240

b)

255.255.255.0

c)

255.255.255.248

d)

255.255.255.224

46.

What characteristic describes identity theft?

a)

the use of stolen credentials to access private data

b)

software on a router that filters traffic based on IP addresses or applications

c)

software that identifies fast-spreading threats

d)

a tunneling protocol that provides remote users with secure access into the network of an organization

47.

A network administrator wants to have the same network mask for all networks at a particular small site. The site has the following networks and number of devices:

IP phones – 22 addresses

PCs – 20 addresses needed

Printers – 2 addresses needed

Scanners – 2 addresses needed

The network administrator has deemed that 192.168.10.0/24 is to be the network used at this site. Which single subnet mask would make the most efficient use of the available addresses to use for the four subnetworks?

a)

255.255.255.192

b)

255.255.255.252

c)

255.255.255.240

d)

255.255.255.248

e)

255.255.255.224

48.

Which two statements are correct in a comparison of IPv4 and IPv6 packet headers? (Choose two.)

a)

The Source Address field name from IPv4 is kept in IPv6

b)

The Version field from IPv4 is not kept in IPv6

c)

The Destination Address field is new in IPv6.

d)

The Header Checksum field name from IPv4 is kept in IPv6

e)

The Time-to-Live field from IPv4 has been replaced by the Hop Limit field in IPv6

49.

How does the service password-encryption command enhance password security on Cisco routers and switches?

a)

It requires encrypted passwords to be used when connecting remotely to a router or switch with Telnet

b)

It encrypts passwords that are stored in router or switch configuration files

c)

It requires that a user type encrypted passwords to gain console access to a router or switch

d)

It encrypts passwords as they are sent across the network

50.

Users are reporting longer delays in authentication and in accessing network resources during certain time periods of the week. What kind of information should network engineers check to find out if this situation is part of a normal network behavior?

a)

syslog records and messages

b)

the network performance baseline

c)

debug output and packet captures

d)

network configuration files

51.

What is the subnet ID associated with the IPv6 address 2001:DA48:FC5:A4:3D1B::1/64?

a)

2001:DA48::/64

b)

2001:DA48:FC5::A4:/64

c)

2001:DA48:FC5:A4::/64

d)

2001::/64

52.

Refer to the exhibit. What three facts can be determined from the viewable output of the show ip interface brief command? (Choose three.)

a)

Two physical interfaces have been configured

b)

The switch can be remotely managed

c)

One device is attached to a physical interface

d)

Two devices are attached to the switch

e)

The default SVI has been configured

53.

What are two primary responsibilities of the Ethernet MAC sublayer? (Choose two.)

a)

error detection

b)

frame delimiting

c)

accessing the media

d)

data encapsulation

e)

logical addressing

54.

When a switch configuration includes a user-defined error threshold on a per-port basis, to which switching method will the switch revert when the error threshold is reached?

a)

cut-through

b)

store-and-forward

c)

fast-forward

d)

fragment-free

55.

What characteristic describes adware?

a)

a network device that filters access and traffic coming into a network

b)

software that is installed on a user device and collects information about the user

c)

the use of stolen credentials to access private data

d)

an attack that slows or crashes a device or network service

56.

What service is provided by BOOTP?

a)

Uses encryption to secure the exchange of text, graphic images, sound, and video on the web

b)

Allows for data transfers between a client and a file server

c)

Legacy application that enables a diskless workstation to discover its own IP address and find a BOOTP server on the network

d)

A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web

57.

Refer to the exhibit. PC1 issues an ARP request because it needs to send a packet to PC2. In this scenario, what will happen next?

a)

SW1 will send an ARP reply with the SW1 Fa0/1 MAC address

b)

SW1 will send an ARP reply with the PC2 MAC address

c)

PC2 will send an ARP reply with the PC2 MAC address

d)

RT1 will send an ARP reply with the RT1 Fa0/0 MAC address

e)

RT1 will send an ARP reply with the PC2 MAC address

58.

What would be the interface ID of an IPv6 enabled interface with a MAC address of 1C-6F-65-C2-BD-F8 when the interface ID is generated by using the EUI-64 process?

a)

0C6F:65FF:FEC2:BDF8

b)

1E6F:65FF:FEC2:BDF8

c)

C16F:65FF:FEC2:BDF8

d)

106F:65FF:FEC2:BDF8

59.

Which two statements accurately describe an advantage or a disadvantage when deploying NAT for IPv4 in a network? (Choose two.)

a)

NAT adds authentication capability to IPv4

b)

NAT introduces problems for some applications that require end-to-end connectivity

c)

NAT will impact negatively on switch performance

d)

NAT provides a solution to slow down the IPv4 address depletion

e)

NAT causes routing tables to include more information

60.

A user is attempting to access http://www.cisco.com/ without success. Which two configuration values must be set on the host to allow this access? (Choose two.)

a)

DNS server

b)

source port number

c)

HTTP server

d)

source MAC address

e)

default gateway

61.

What service is provided by FTP?

a)

A basic set of rules for exchanging text, graphic images, sound, video, and other multimedia files on the web

b)

An application that allows real-time chatting among remote users

c)

Allows for data transfers between a client and a file server

d)

Uses encryption to secure the exchange of text, graphic images, sound, and video on the web

62.

Which range of link-local addresses can be assigned to an IPv6-enabled interface?

a)

FEC0::/10

b)

FDEE::/7

c)

FE80::/10

d)

FF00::/8

63.

Which switching method drops frames that fail the FCS check?

a)

store-and-forward switching

b)

borderless switching

c)

ingress port buffering

d)

cut-through switching

64.

What characteristic describes spyware?

a)

a network device that filters access and traffic coming into a network

b)

software that is installed on a user device and collects information about the user

c)

an attack that slows or crashes a device or network service

d)

the use of stolen credentials to access private data

65.

What is the purpose of the TCP sliding window?

a)

to ensure that segments arrive in order at the destination

b)

to end communication when data transmission is complete

c)

to inform a source to retransmit data from a specific point forward

d)

to request that a source decrease the rate at which it transmits data

66.

What is a function of the data link layer?

a)

provides the formatting of data

b)

provides end-to-end delivery of data between hosts

c)

provides delivery of data between two applications

d)

provides for the exchange of frames over a common local media

67.

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

a)

token passing

b)

CSMA/CA

c)

priority ordering

d)

CSMA/CD

68.

A new network administrator has been asked to enter a banner message on a Cisco device. What is the fastest way a network administrator could test whether the banner is properly configured?

a)

Enter CTRL-Z at the privileged mode prompt

b)

Exit global configuration mode

c)

Power cycle the device

d)

Reboot the device

e)

Exit privileged EXEC mode and press Enter

69.

A network administrator is designing the layout of a new wireless network. Which three areas of concern should be accounted for when building a wireless network? (Choose three.)

a)

mobility options

b)

packet collision

c)

Interference

d)

Security

e)

coverage area

70.

What are the three parts of an IPv6 global unicast address? (Choose three.)

a)

subnet ID

b)

subnet mask

c)

broadcast address

d)

global routing prefix

e)

interface ID