ITNv7 Practice Final Exam Answers Flashcards

1
Q

Which two acronyms represent the data link sublayers that Ethernet relies upon to operate? (Choose two.)

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

A network team is comparing topologies for connecting on a shared media. Which physical topology is an example of a hybrid topology for a LAN?

A

extended star

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

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

A

RT1 will send an ARP reply with its own Fa0/0 MAC address.

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

A network administrator is issuing the login block-for 180 attempts 2 within 30 command on a router. Which threat is the network administrator trying to prevent?

A

a user who is trying to guess a password to access the router

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

Which statement describes the characteristics of packet-filtering and stateful firewalls as they relate to the OSI model?

A

A packet-filtering firewall typically can filter up to the transport layer, whereas a stateful firewall can filter up to the session layer.

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

What are two ways to protect a computer from malware? (Choose two.)

A
  • Use antivirus software.
  • Keep software up to date
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The employees and residents of Ciscoville cannot access the Internet or any remote web-based services. IT workers quickly determine that the city firewall is being flooded with so much traffic that a breakdown of connectivity to the Internet is occurring. Which type of attack is being launched at Ciscoville?

A

DoS

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

Which two statements describe the characteristics of fiber-optic cabling? (Choose two.)

A
  • Fiber-optic cabling does not conduct electricity.
  • Fiber-optic cabling is primarily used as backbone cabling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What OSI physical layer term describes the measure of the transfer of bits across a medium over a given period of time?

A

throughput

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

Refer to the exhibit. What is the maximum possible throughput between the PC and the server?

A

128 kb/s

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

Match the description with the media. (Not all options are used.)

A

STP = This type of copper media is used in industrial or similar environments where there is a lot of interference,

Wireless = This type of media provides the most mobility options.

Optical Fiber = This type of media is used for high transmission speed and can also transfer data over long distances.

Coaxial = Traditionally used for television but can now be used in a network to connect the customer location to the writing of the customer premises.

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

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

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

***Refer to the exhibit. What does the value of the window size specify?

A

the amount of data that can be sent before an acknowledgment is required

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

To which TCP port group does the port 414 belong?

A

well-known

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

*****Refer to the exhibit. An administrator is trying to configure the switch but receives the error message that is displayed in the exhibit. What is the problem?

A

The administrator must first enter privileged EXEC mode before issuing the command.

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

What is a user trying to determine when issuing a ping 10.1.1.1 command on a PC?

A

if there is connectivity with the destination device

17
Q

What is a characteristic of a switch virtual interface (SVI)?​

A

An SVI is created in software and requires a configured IP address and a subnet mask in order to provide remote access to the switch.

18
Q

Match the descriptions to the terms. (Not all options are used.)

A

CLI = users interact with the operating system by typing commands

GUI = enables the user to interact with the operating system by point and clicking

kernel = the part of the operating system that interacts directly with the device hardware

shell = the part of the operating system that interfaces with applications and the user

19
Q

What happens when a switch receives a frame and the calculated CRC value is different than the value that is in the FCS field?

A

The switch drops the frame

20
Q

Two network engineers are discussing the methods used to forward frames through a switch. What is an important concept related to the cut-through method of switching?

A

Packets can be relayed with errors when fast-forward switching is used.

21
Q

Which two issues can cause both runts and giants in Ethernet networks? (Choose two.)

A
  • half-duplex operations
  • a malfunctioning NIC
22
Q

Which two functions are performed at the LLC sublayer of the OSI Data Link Layer to facilitate Ethernet communication? (Choose two.)

A
  • enables IPv4 and IPv6 to utilize the same physical medium
  • places information in the Ethernet frame that identifies which network layer protocol is being encapsulated by the frame
    OR
  • enables IPv4 and IPv6 to utilize the same physical medium
  • handles communication between upper layer networking software and Ethernet NIC hardware
    OR
  • adds Ethernet control information to network protocol data
  • enables IPv4 and IPv6 to utilize the same physical medium
    OR
  • adds Ethernet control information to network protocol data
  • places information in the Ethernet frame that identifies which network layer protocol is being encapsulated by the frame
23
Q

Which two commands could be used to check if DNS name resolution is working properly on a Windows PC?

A
  • nslookup cisco.com
  • ping cisco.com
24
Q

A small advertising company has a web server that provides critical business service. The company connects to the Internet through a leased line service to an ISP. Which approach best provides cost effective redundancy for the Internet connection?

A

Add a connection to the Internet via a DSL line to another ISP.

25
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

26
Q

Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?

Floor(config)# interface gi0/1
Floor(config-if)# description Connects to the Registrar LAN
Floor(config-if)# ip address 192.168.235.234 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface gi0/0
Floor(config-if)# description Connects to the Manager LAN
Floor(config-if)# ip address 192.168.234.114 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# description Connects to the ISP
Floor(config-if)# ip address 10.234.235.254 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/1
Floor(config-if)# description Connects to the Head Office WAN
Floor(config-if)# ip address 203.0.113.3 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# end

A

192.168.235.234

27
Q
A