CCNA Lan Chapter #3

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Rodney.butler
R
Rodney.butler
Community Contributor
Quizzes Created: 21 | Total Attempts: 29,070
| Attempts: 555 | Questions: 21
Please wait...
Question 1 / 21
0 %
0/100
Score 0/100
1. Switch port fa0/1 was manually configured as a trunk, but now it will be used to connect a host to the network. How should the network administrator reconfigure switch port Fa0/1?

Explanation

The network administrator should reconfigure switch port Fa0/1 by entering the switchport mode access command in interface configuration mode. This command will configure the port as an access port, allowing it to connect a host to the network. By doing so, the port will no longer function as a trunk port, which is necessary in this scenario.

Submit
Please wait...
About This Quiz
CCNA Lan Chapter #3 - Quiz

It’s time for yet another quiz on the topic of the local area network (LAN), where we’ll be looking at how this small computer network is able to... see morelink multiple devices within an enclosed range, such as a building or a kilometre-radius. Can you answer all the questions and advance in your CCNA studies? see less

2. A network administrator is removing several VLANs from a switch. When the administrator enters the no vlan 1 command, an error is received. Why did this command generate an error?

Explanation

The command generated an error because VLAN 1 cannot be deleted. VLAN 1 is the default VLAN and is always present on a switch. It is used for management purposes and cannot be removed.

Submit
3. What statements describe how hosts on VLANs communicate?

Explanation

Hosts on different VLANs communicate through routers because VLANs are designed to separate broadcast domains. Each VLAN represents a separate broadcast domain, and by default, hosts within the same VLAN can communicate with each other using Layer 2 switching. However, in order to communicate with hosts in different VLANs, a router is required to route traffic between the VLANs. The router acts as a gateway, allowing communication between hosts on different VLANs by forwarding traffic between the VLANs based on their IP addresses.

Submit
4. What switch port modes will allow a switch to successfully form a trunking link if the neighboring switch port is in "dynamic desirable" mode?

Explanation

The switch port modes that will allow a switch to successfully form a trunking link if the neighboring switch port is in "dynamic desirable" mode are on, auto, or dynamic desirable mode. In "dynamic desirable" mode, the switch port actively tries to negotiate a trunking link with the neighboring switch. The "on" mode forces the switch port to be a trunk port, the "auto" mode allows the switch port to negotiate whether to be a trunk or access port, and the "dynamic desirable" mode actively negotiates a trunking link. Therefore, any of these three modes will be compatible with the "dynamic desirable" mode on the neighboring switch port.

Submit
5.
Refer to the exhibit. Company HR is adding PC4, a specialized application workstation, to a new company office. The company will add a switch, S3, connected via a trunk link to S2, another switch. For security reasons the new PC will reside in the HR VLAN, VLAN 10. The new office will use the 172.17.11.0/24 subnet. After installation, the existing PCs are unable to access shares on PC4. What is the likely cause?

Explanation

PC4 must use the same subnet as the other HR VLAN PCs because in order for devices to communicate with each other, they must be on the same subnet. Since the existing PCs are unable to access shares on PC4, it suggests that they are not on the same subnet. Therefore, PC4 needs to be configured with the appropriate IP address in the 172.17.11.0/24 subnet to ensure proper communication within the HR VLAN.

Submit
6.
Refer to the exhibit. How far is a broadcast frame that is sent by computer A propagated in the LAN domain?

Explanation

The broadcast frame sent by computer A will only be propagated to computer D and computer G in the LAN domain. This means that only these two computers will receive the broadcast frame.

Submit
7. What is the effect of the switchport mode dynamic desirable command?

Explanation

The switchport mode dynamic desirable command allows the connected devices to dynamically determine when data for multiple VLANs needs to be transmitted across the link and brings the trunk up as needed. This means that if the remote connected device is configured with the switchport mode dynamic auto or switchport mode trunk commands, a trunk link will be formed.

Submit
8.
Refer to the exhibit. The network administrator has just added VLAN 50 to Switch1 and Switch2 and assigned hosts on the IP addresses of the VLAN in the 10.1.50.0/24 subnet range. Computer A can communicate with computer B, but not with computer C or computer D. What is the most likely cause of this problem?

Explanation

The most likely cause of the problem is that VLAN 50 is not allowed to enter the trunk between Switch1 and Switch2. This means that the VLAN is not being properly propagated across the switches, causing computer C and computer D to be unable to communicate with computer A.

Submit
9.
Refer to the exhibit. The exhibited configurations do not allow the switches to form a trunk. What is the most likely cause of this problem?

Explanation

The most likely cause of the problem is that the trunk cannot be negotiated with both ends set to auto. This means that the switches are not able to automatically establish a trunk connection between them.

Submit
10.  
Refer to the exhibit. Computer 1 sends a frame to computer 4. On which links along the path between computer 1 and computer 4 will a VLAN ID tag be included with the frame?

Explanation

A VLAN ID tag will be included with the frame on the links between computer 1 and computer 4 that correspond to switches C and E.

Submit
11. What must the network administrator do to remove Fast Ethernet port fa0/1 from VLAN 2 and assign it to VLAN 3?

Explanation

To remove Fast Ethernet port fa0/1 from VLAN 2 and assign it to VLAN 3, the network administrator should enter the "switchport access vlan 3" command in interface configuration mode. This command configures the port to belong to VLAN 3, effectively removing it from VLAN 2 and assigning it to the new VLAN.

Submit
12. What are two characteristics of VLAN1 in a default switch configuration? (Choose two.)

Explanation

In a default switch configuration, VLAN 1 is the management VLAN, which means it is used for managing the switch. This VLAN is typically used for remote access to the switch, such as through Telnet or SSH. Additionally, all switch ports are members of VLAN 1 by default, meaning that any device connected to the switch will be part of VLAN 1 unless specifically configured otherwise.

Submit
13.
Refer to the exhibit. Which two conclusions can be drawn regarding the switch that produced the output shown? (Choose two.)

Explanation

Based on the given output, it can be concluded that the command "switchport access vlan 20" was entered in interface configuration mode for Fast Ethernet interface 0/1. This means that VLAN 20 is configured on this switch and any device connected to interface fa0/1 will be a member of VLAN 20. Additionally, it can be inferred that devices connected to ports fa0/5 through fa0/8 cannot communicate with devices connected to ports fa0/9 through fa0/12 without the use of a Layer 3 device. This suggests that these ports are in different VLANs and require a Layer 3 device, such as a router, to enable communication between them.

Submit
14. Which two statements describe the benefits of VLANs? (Choose two.)

Explanation

VLANs improve network security by isolating users that have access to sensitive data and applications. By separating the network into smaller logical networks, VLANs restrict the access of unauthorized users to sensitive information, enhancing security.

VLANs divide a network into smaller logical networks, resulting in lower susceptibility to broadcast storms. By segmenting the network, VLANs limit the scope of broadcast storms, preventing them from affecting the entire network and improving overall network performance and stability.

Submit
15. The network administrator wants to separate hosts in Building A into two VLANs numbered 20 and 30. Which two statements are true concerning VLAN configuration? (Choose two.)

Explanation

The network administrator can choose to name the VLANs in Building A. This allows for easier identification and management of the VLANs. Additionally, the network administrator has the flexibility to create the VLANs in either global configuration mode or VLAN database mode. This gives them different options for configuring and managing the VLANs based on their preference and requirements.

Submit
16. What is a valid consideration for planning VLAN traffic across multiple switches?

Explanation

Configuring interswitch connections as trunks allows for the transmission of multiple VLANs over a single physical connection. However, if a broadcast storm occurs on any VLAN that is carried by that trunk, it will affect the entire trunk connection, potentially causing network performance issues.

Submit
17.
Refer to the exhibit. Computer B is unable to communicate with computer D. What is the most likely cause of this problem?

Explanation

Computer D does not have a proper address for the VLAN 3 address space. This means that computer D is not configured with the correct IP address or subnet mask for the VLAN 3 network. As a result, it is unable to communicate with other devices on that VLAN.

Submit
18.
Refer to the exhibit. SW1 and SW2 are new switches being installed in the topology shown in the exhibit. Interface Fa0/1 on switch SW1 has been configured with trunk mode “on”. Which statement is true about forming a trunk link between the switches SW1 and SW2?

Explanation

DTP (Dynamic Trunking Protocol) is a Cisco proprietary protocol used to negotiate and establish trunk links between switches. If both switches support DTP, they will automatically negotiate and form a trunk link. Therefore, Interface Fa0/2 on switch SW2 will negotiate to become a trunk link if it supports DTP.

Submit
19. What happens to the member ports of a VLAN when the VLAN is deleted?

Explanation

When a VLAN is deleted, the member ports of that VLAN lose their ability to communicate with other ports. Deleting a VLAN removes the virtual network configuration, causing the member ports to lose their association with the VLAN. As a result, communication between the member ports is no longer possible.

Submit
20. What statement about the 802.1q trunking protocol is true?

Explanation

not-available-via-ai

Submit
21.
Refer to the exhibit. Which statement is true concerning interface Fa0/5?

Explanation

The statement "Trunking can occur with non-Cisco switches" is true concerning interface Fa0/5. This means that the interface is capable of carrying traffic for multiple VLANs using trunking, regardless of whether the connected switch is a Cisco switch or not.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 24, 2010
    Quiz Created by
    Rodney.butler
Cancel
  • All
    All (21)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Switch port fa0/1 was manually ...
A network administrator is removing ...
What statements describe how hosts on VLANs communicate?
What switch port modes will allow a ...
Refer to the exhibit. Company HR is ...
Refer to the exhibit. How far is a broadcast frame that is sent by...
What is the effect of the switchport mode dynamic desirable command?
Refer to the exhibit. The network ...
Refer to the exhibit. The exhibited ...
 Refer to the exhibit. Computer 1 sends a frame to computer 4. On...
What must the network administrator do to remove Fast Ethernet port...
What are two characteristics of VLAN1 in a default switch...
Refer to the exhibit. Which two conclusions can be drawn regarding the...
Which two statements describe the benefits of VLANs? (Choose two.)
The network administrator wants to ...
What is a valid consideration for planning VLAN traffic across...
Refer to the exhibit. Computer B is unable to communicate with...
Refer to the exhibit. SW1 and SW2 are ...
What happens to the member ports of a VLAN when the VLAN is deleted?
What statement about the 802.1q trunking protocol is true?
Refer to the exhibit. Which statement is true concerning interface...
Alert!

Advertisement