CCNA Lan Chapter #6

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,077
| Attempts: 922 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. A router has two FastEthernet interfaces and needs to connect to four VLANs in the local network. How can this be accomplished using the fewest number of physical interfaces without unnecessarily decreasing network performance?

Explanation

Implementing a router-on-a-stick configuration allows the router to handle inter-VLAN traffic using a single physical interface. This is achieved by configuring subinterfaces on the router's FastEthernet interfaces, with each subinterface assigned to a specific VLAN. The router then uses a trunk link to connect to a switch, which carries traffic for all VLANs. This approach minimizes the number of physical interfaces required on the router while still allowing it to efficiently handle traffic between the VLANs.

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

Once again, it’s time to put our thinking caps on and delve even deeper into our studies of local area networks, as part of the Cisco Certified Network Associate’s curriculum on the topic. Can you tell us even more about how these LAN networks actually operate? Take the quiz and... see morewe’ll find out! see less

Personalize your quiz and earn a certificate with your name on it!
2. What distinguishes traditional routing from router-on-a-stick?

Explanation

Traditional routing uses one port per logical network, while router-on-a-stick uses subinterfaces to connect multiple logical networks to a single router port. This means that with traditional routing, each logical network requires a separate physical port on the router, which can be inefficient and lead to a lack of available ports. On the other hand, router-on-a-stick allows for multiple logical networks to be connected to a single physical port through the use of subinterfaces, which improves efficiency and reduces the need for additional physical ports.

Submit
3.
Refer to the exhibit. The network administrator correctly configures RTA to perform inter-VLAN routing. The administrator connects RTA to port 0/4 on SW2, but inter-VLAN routing does not work. What could be the possible cause of the problem with the SW2 configuration?

Explanation

The possible cause of the problem with the SW2 configuration is that port 0/4 is configured in access mode. In access mode, the port can only be a member of one VLAN, which means it cannot handle inter-VLAN routing. To enable inter-VLAN routing, the port should be configured in trunk mode, allowing it to carry traffic for multiple VLANs.

Submit
4. in which situation could individual router physical interfaces be used for InterVLAN routing, instead of a router-on-a-stick configuration?

Explanation

In a network with a limited number of VLANs, individual router physical interfaces can be used for InterVLAN routing instead of a router-on-a-stick configuration. This is because a router-on-a-stick configuration requires a single physical interface to handle traffic for multiple VLANs, which can lead to performance issues in networks with a large number of VLANs. However, in a network with a limited number of VLANs, each VLAN can be assigned to a separate physical interface on the router, allowing for better performance and efficiency in InterVLAN routing.

Submit
5.
Refer to the exhibit. Port Fa0/0 on router R1 is connected to port Fa0/1 on switch S1. After the commands shown are entered on both devices, the network administrator determines that the devices on VLAN 2 are unable to ping the devices on VLAN 1. What is the likely problem?

Explanation

The likely problem is that R1 is configured for router-on-a-stick, but S1 is not configured for trunking. This means that R1 is configured to route traffic between VLANs using subinterfaces on a single physical interface, but S1 is not configured to allow the VLAN traffic to pass through the trunk link between the two devices. As a result, the devices on VLAN 2 are unable to communicate with the devices on VLAN 1.

Submit
6. What are the steps which must be completed in order to enable inter-VLAN routing using router-on-a-stick?

Explanation

To enable inter-VLAN routing using router-on-a-stick, the VLANs need to be created on the switch with port membership assignments. Additionally, subinterfaces on the router should be configured to match the VLANs. This allows the router to handle traffic between the VLANs by encapsulating and routing the packets based on the VLAN tags. Configuring the physical interfaces on the router and enabling a routing protocol, as well as creating VLANs on the router and defining port membership assignments on the switch, are not necessary steps for enabling inter-VLAN routing using router-on-a-stick.

Submit
7.
Refer to the exhibit. All devices are configured as shown in the exhibit. PC2 can successfully ping the F0/0 interface on R1. PC2 cannot ping PC1. What might be the reason for this failure?

Explanation

The reason for the failure could be that S1 interface F0/8 is in the wrong VLAN. Since PC2 can successfully ping the F0/0 interface on R1, we can assume that the connection between R1 and S1 is functioning correctly. However, PC2 cannot ping PC1, which suggests that there may be an issue with the VLAN configuration. If S1 interface F0/8 is in the wrong VLAN, it would prevent PC2 from communicating with PC1.

Submit
8. Devices on the network are connected to a 24-port Layer 2 switch that is configured with VLANs. Switch ports 0/2 to 0/4 are assigned to VLAN 10. Ports 0/5 to 0/8 are assigned to VLAN 20, and ports 0/9 to 0/12 are assigned to VLAN 30. All other ports are assigned to the default VLAN. Which solution allows all VLANs to communicate between each other while minimizing the number of ports necessary to connect the VLANs?

Explanation

The correct answer is to add a router to the topology and configure one FastEthernet interface on the router with multiple subinterfaces for VLANs 1, 10, 20, and 30. This solution allows for communication between VLANs by using a router with subinterfaces. Each subinterface is configured with a separate VLAN, allowing traffic to be routed between the VLANs. This solution minimizes the number of ports necessary to connect the VLANs as it only requires one interface on the router.

Submit
9. Which three elements must be used when configuring a router interface for VLAN trunking? (Choose three.)

Explanation

The three elements that must be used when configuring a router interface for VLAN trunking are: one subinterface per VLAN, one IP network or subnetwork for each subinterface, and a compatible trunking protocol encapsulation for each subinterface. These elements are necessary to establish communication between different VLANs over a single physical interface by creating separate logical interfaces (subinterfaces) for each VLAN, assigning IP addresses to each subinterface to enable routing between VLANs, and using a trunking protocol (such as IEEE 802.1Q or ISL) to encapsulate and carry multiple VLAN traffic over the physical interface.

Submit
10.
Refer to the exhibit. R1 is routing between networks 192.168.10.0/28 and 192.168.30.0/28. PC1 can ping R1 interface F0/1, but cannot ping PC3. What is causing this failure?

Explanation

The failure is caused by the incorrect network address configuration on PC3. Since PC1 can ping R1 interface F0/1, it means that the connection between PC1 and R1 is functioning correctly. However, PC1 cannot ping PC3, indicating that there is an issue with PC3's network address configuration.

Submit
11.
Refer to the exhibit. Switch1 is correctly configured for the VLANs that are displayed in the graphic. The configuration that is shown was applied to RTA to allow for interVLAN connectivity between hosts attached to Switch1. After testing the network, the administrator logged the following report:

Hosts within each VLAN can communicate with each other.
Hosts in VLAN5 and VLAN33 are able to communicate with each other.
Hosts connected to Fa0/1 through Fa0/5 do not have connectivity to host in other VLANs.


Why are hosts connected to Fa0/1 through Fa0/5 unable to communicate with hosts in different VLANs?

Explanation

The hosts connected to Fa0/1 through Fa0/5 are unable to communicate with hosts in different VLANs because the router was not configured to forward traffic for VLAN2. This means that the router is not allowing traffic to pass between VLAN2 and other VLANs.

Submit
12. What is important to consider while configuring the subinterfaces of a router when implementing inter-VLAN routing?

Explanation

When implementing inter-VLAN routing, it is important to configure the IP address of each subinterface as the default gateway address for each VLAN subnet. This is because the default gateway is the IP address that devices on a specific VLAN will use to route traffic to other VLANs or networks. By setting the IP address of each subinterface as the default gateway, the router will be able to properly route traffic between VLANs.

Submit
13.
Refer to the exhibit. The commands for a router to connect to a trunked uplink are shown in the exhibit. A packet is received from IP address 192.168.1.54. The packet destination address is 192.168.1.120. What will the router do with this packet?

Explanation

The router will forward the packet out interface FastEthernet 0/1.2 tagged for VLAN 60 because the packet's destination address matches the IP address associated with VLAN 60.

Submit
14. Which statement is true about ARP when inter-VLAN routing is being used on the network?

Explanation

When using router-on-a-stick inter-VLAN routing, the router returns the MAC address of the physical interface in response to ARP requests. This is because the router-on-a-stick configuration involves using a single physical interface on the router to connect to multiple VLANs using subinterfaces. Each subinterface has its own VLAN and IP address, but they all share the same physical interface. When an ARP request is made, the router responds with the MAC address of the physical interface to ensure that the traffic is properly routed between the VLANs.

Submit
15. What two statements are true regarding the use of subinterfaces for inter-VLAN routing? (Choose two.)

Explanation

Subinterfaces for inter-VLAN routing require fewer router ports compared to traditional inter-VLAN routing. This is because subinterfaces allow a single physical interface on the router to be divided into multiple logical interfaces, each representing a different VLAN. Therefore, instead of requiring a separate physical interface for each VLAN, subinterfaces can handle multiple VLANs using a single physical interface. Additionally, subinterfaces also provide a less complex physical connection compared to traditional inter-VLAN routing as they eliminate the need for multiple physical connections between the router and the switch.

Submit
16.
Refer to the exhibit. What two conclusions can be drawn from the output that is shown? (Choose two.)

Explanation

The first conclusion that can be drawn from the output is that both of the directly connected routes shown will share the same physical interface of the router. This can be inferred from the fact that both routes have the same next hop IP address, indicating that they are connected to the same interface.

The second conclusion is that inter-VLAN routing between hosts on the 172.17.10.0/24 and 172.17.30.0/24 networks is successful on this network. This can be determined from the presence of the "C" flag next to both routes, indicating that they are directly connected networks. Since both networks are directly connected to the router, inter-VLAN routing between them is possible.

Submit
17. Which two statements are true about the interface fa0/0.10 command? (Choose two.)

Explanation

The interface fa0/0.10 command is used in the configuration of router-on-a-stick inter-VLAN routing because it creates a subinterface. In router-on-a-stick configuration, a single physical interface is divided into multiple logical subinterfaces, each representing a different VLAN. The subinterface fa0/0.10 specifically represents VLAN 10. By configuring these subinterfaces, the router can route traffic between different VLANs using a single physical interface. Therefore, the given statements are true.

Submit
18.
Refer to the exhibit. Which three statements describe the network design shown in the exhibit? (Choose three.)

Explanation

The given answer states that this network design will not scale easily, meaning that it may not be able to handle a larger number of devices or increased traffic in the future. It also mentions that the design uses more switch and router ports than necessary, indicating that there may be a more efficient way to configure the network. Lastly, it states that if the physical interfaces between the switch and router are operational, the devices on different VLANs can communicate through the router, suggesting that the router plays a crucial role in facilitating communication between VLANs.

Submit
19.
Refer to the exhibit. PC1 has attempted to ping PC2 but has been unsuccessful. What could account for this failure?

Explanation

The failure to ping PC2 could be due to the incorrect encapsulation command on the R1 F0/0.3 interface. This means that the encapsulation settings on the interface do not match the requirements of the network, preventing successful communication between PC1 and PC2.

Submit
20.

Refer to the exhibit. Which two statements are true about the operation of the subinterfaces? (Choose two.)

Explanation

The first statement is true because subinterface fa0/0.2 is specifically configured to process incoming traffic with a VLAN ID of 2. The second statement is also true because the traffic inbound on this router is indeed processed by different subinterfaces, depending on the VLAN from which the traffic originated.

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
  • Feb 12, 2010
    Quiz Created by
    Rodney.butler
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A ...
What distinguishes traditional routing from router-on-a-stick?
Refer to the exhibit. The network administrator correctly configures ...
In ...
Refer ...
What are the steps which must be completed in order to enable...
Refer ...
Devices ...
Which three elements must be used when configuring a router interface...
Refer to the exhibit. R1 is routing between networks 192.168.10.0/28 ...
Refer ...
What is important to consider while configuring the subinterfaces of a...
Refer ...
Which statement is true about ARP when inter-VLAN routing is being...
What two statements are true regarding the use of subinterfaces for...
Refer to the exhibit. What two conclusions can be drawn from the...
Which two statements are true about the interface fa0/0.10 command?...
Refer to the exhibit. Which three statements describe the network...
Refer to the exhibit. PC1 has attempted to ping PC2 but has been...
Refer to the exhibit. Which two statements are true about the...
Alert!

Advertisement