The Unbeatable Quiz On CCNA 3 (Chapter 2)

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 Archz
A
Archz
Community Contributor
Quizzes Created: 3 | Total Attempts: 4,349
| Attempts: 1,378 | Questions: 21
Please wait...
Question 1 / 21
0 %
0/100
Score 0/100
1. Which of the following improves the performance of a shared media LAN?

Explanation

Segmenting the network improves the performance of a shared media LAN by dividing it into smaller, separate segments or subnetworks. This helps to reduce network congestion and collisions, as data traffic is confined to each segment. It also allows for better control and management of network resources, as well as improved security and fault tolerance. By segmenting the network, the overall performance and efficiency of the shared media LAN can be significantly enhanced.

Submit
Please wait...
About This Quiz
The Unbeatable Quiz On CCNA 3 (Chapter 2) - Quiz

Did you know that if one is to continuously test their knowledge they are considered to be at a lower risk of forgetting the content covered come exam... see moretime? If you believe this then take this CCNA 3 chapter 2 quiz below and get to retain what the chapter consists of. All the best! see less

2. The implementation of switching technology helps to decrease congestion by reducing traffic and increasing which of the following?

Explanation

The implementation of switching technology helps to decrease congestion by increasing the available bandwidth. Switching technology allows for more efficient use of network resources by creating dedicated paths for data transmission. This reduces the amount of traffic on any given path, allowing for more bandwidth to be available for other data transmissions. As a result, congestion is minimized and network performance is improved.

Submit
3. Which of the following does a switch use to make forwarding decisions?

Explanation

A switch uses a MAC address to make forwarding decisions. A MAC address is a unique identifier assigned to each network interface card (NIC) in a device. When a switch receives a data packet, it examines the MAC address of the destination device and uses its internal MAC address table to determine the appropriate port to forward the packet to. This allows the switch to efficiently direct network traffic to the intended recipient.

Submit
4. What percentage of bandwidth is available in each direction when using full-duplex?

Explanation

When using full-duplex, which allows for simultaneous transmission and reception of data, the entire bandwidth is available in each direction. This means that there is no sharing or division of the bandwidth, resulting in a 100% availability for both sending and receiving data.

Submit
5. Switches that receive the entire frame before sending it, use what type of frame forwarding?

Explanation

Switches that use store-and-forward frame forwarding method receive the entire frame before sending it to the destination. In this method, the switch checks the integrity of the frame by examining the frame's header and CRC (Cyclic Redundancy Check) before forwarding it. If the frame is error-free, it is then stored in the switch's buffer, and only after the complete frame is received, it is forwarded to the appropriate port. This method ensures that only error-free frames are forwarded, reducing the chances of transmitting corrupt data.

Submit
6. Which area of memory does the switch use to store destination and transmission data?

Explanation

The switch uses a memory buffer to store destination and transmission data. This buffer acts as a temporary storage area for incoming and outgoing data packets. It helps to manage the flow of data between different devices connected to the switch. By using a memory buffer, the switch can handle data transmission efficiently and prevent data loss or congestion.

Submit
7. Question 12: Which Layer 1 device is used to extend the coverage area of a LAN segment? A. Router B. Switch xC. Repeater D. Gateway Question 13: The implementation of switching technology helps to decrease congestion by reducing traffic and increasing which of the following?

Explanation

Switching technology helps to decrease congestion by reducing traffic and increasing available bandwidth. By using switches, network traffic can be directed more efficiently, allowing for better utilization of available bandwidth. This helps to prevent congestion and ensures that data can flow smoothly across the network.

Submit
8. What protocol is used to allow redundant paths in a switched/bridged network?

Explanation

Spanning Tree Protocol (STP) is used to allow redundant paths in a switched/bridged network. It prevents loops and ensures that there is only one active path between any two network devices at a time. STP calculates the shortest path and disables redundant links, which prevents network congestion and improves network reliability. By constantly monitoring the network topology, STP can dynamically adapt to changes and reconfigure the network when necessary, allowing for redundant paths to be utilized when the primary path fails.

Submit
9. Which represents the time it takes a frame to travel from its source station to its final destination on the network?

Explanation

Latency represents the time it takes for a frame to travel from its source station to its final destination on the network. It is the delay or the amount of time it takes for data to travel from one point to another.

Submit
10. Bridges learn about a network by building a table based on which of the following?

Explanation

Bridges learn about a network by building a table based on MAC addresses. MAC addresses are unique identifiers assigned to network devices, and bridges use these addresses to determine the location of devices on the network. By learning and storing the MAC addresses of devices connected to its ports, a bridge can efficiently forward network traffic to the appropriate destination. ARP requests are used to resolve IP addresses to MAC addresses, but the bridge itself learns and builds its table based on the MAC addresses. RIP requests are used for routing information, and IP addresses are not directly used by bridges for building their tables.

Submit
11. What is read by a switch to begin the forwarding process and reduce latency?

Explanation

A switch reads the destination MAC address to begin the forwarding process and reduce latency. The destination MAC address helps the switch determine the outgoing port to which the frame needs to be forwarded. By reading the destination MAC address, the switch can efficiently deliver the frame to the intended recipient, reducing latency by avoiding unnecessary processing and forwarding.

Submit
12. What is used to alleviate congestion?

Explanation

Increasing the bandwidth is used to alleviate congestion. By increasing the bandwidth, more data can be transmitted simultaneously, which helps to reduce congestion on the network. This can be achieved by upgrading the network infrastructure, such as using faster cables or increasing the capacity of the network equipment. Increasing the bandwidth allows for more efficient data transmission and helps to prevent congestion, ensuring smoother and faster communication within the network.

Submit
13. What will be generated when the first Ethernet station detects a collision?

Explanation

When the first Ethernet station detects a collision, it will generate a jam signal. A jam signal is used to ensure that all stations on the network are aware of the collision and can stop transmitting. This allows for a fair and efficient sharing of the network medium.

Submit
14. Which switch type provides connections between ports of like bandwidth?

Explanation

The switch type that provides connections between ports of like bandwidth is symmetric. In a symmetric switch, the bandwidth of the incoming and outgoing ports is the same, allowing for equal data transfer in both directions. This ensures efficient and balanced communication between devices connected to the switch, without any bottleneck or performance issues.

Submit
15. Which of the following is created by segmenting a LAN with a Layer 2 Switch?

Explanation

Segmenting a LAN with a Layer 2 Switch creates more collision domains. A collision domain is a network segment where collisions can occur when two or more devices transmit data at the same time. By segmenting the LAN with a Layer 2 Switch, the switch separates the network into multiple collision domains, reducing the chances of collisions. This is achieved by isolating traffic within each segment, allowing devices to transmit data without interfering with each other, resulting in improved network performance and efficiency.

Submit
16. Question 14: What type of switching method is used when a switch only reads the destination address before forwarding the frame?

Explanation

Cut-through switching is a type of switching method used by switches where the switch only reads the destination address before forwarding the frame. In this method, the switch starts forwarding the frame as soon as it has read the destination address, without waiting for the entire frame to be received. This results in lower latency and faster forwarding compared to other switching methods like store-and-forward, where the switch waits for the entire frame to be received before forwarding it.

Submit
17. Full duplex requires how many pairs of wires?

Explanation

Full duplex communication requires two pairs of wires. In full duplex mode, data can be transmitted simultaneously in both directions, allowing for faster and more efficient communication. Each pair of wires is dedicated to one direction of communication, ensuring that there is no interference or collision between the transmitted signals. This setup enables devices to send and receive data at the same time, enhancing the overall performance and speed of the communication channel.

Submit
18. What describes the time necessary to move a packet from the data link layer to the physical layer?

Explanation

The correct answer is "Transmission time." Transmission time refers to the amount of time it takes for a packet to be moved from the data link layer to the physical layer. This includes the time it takes for the packet to be converted into a physical signal and transmitted over the network medium.

Submit
19. A LAN switch allows many users to communicate in parallel through which of the following?

Explanation

A LAN switch allows many users to communicate in parallel through virtual circuits. Virtual circuits are logical connections established between devices in a network. They provide a dedicated path for data transmission, allowing multiple users to communicate simultaneously without interfering with each other. LAN switches use virtual circuits to efficiently forward data packets to their intended destinations, ensuring reliable and fast communication within the network.

Submit
20. Which of the following is the default order of Spanning Tree Protocol states? 1. Learning 2. Disabled 3. Blocking 4. Listening 5. Forwarding

Explanation

The default order of Spanning Tree Protocol states is 3, 4, 1, 5, 2. This means that the initial state is Blocking, followed by Listening, Learning, Forwarding, and finally Disabled.

Submit
21. What occurs each time a switch stores an address?

Explanation

Each time a switch stores an address, it time stamps it. This means that the switch records the time at which the address was stored. Time stamping allows for tracking and monitoring of network activity, as it provides information on when a particular address was added to the switch's memory. It can be useful for troubleshooting, identifying patterns, and analyzing network performance.

Submit
View My Results

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

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 02, 2008
    Quiz Created by
    Archz
Cancel
  • All
    All (21)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of the following improves the performance of a shared media LAN?
The implementation of switching technology helps to decrease...
Which of the following does a switch use to make forwarding decisions?
What percentage of bandwidth is available in each direction when using...
Switches that receive the entire frame before sending it, use what...
Which area of memory does the switch use to store destination and...
Question 12: ...
What protocol is used to allow redundant paths in a switched/bridged...
Which represents the time it takes a frame to travel from its source...
Bridges learn about a network by building a table based on which of...
What is read by a switch to begin the forwarding process and reduce...
What is used to alleviate congestion?
What will be generated when the first Ethernet station detects a...
Which switch type provides connections between ports of like...
Which of the following is created by segmenting a LAN with a Layer 2...
Question 14: ...
Full duplex requires how many pairs of wires?
What describes the time necessary to move a packet from the data link...
A LAN switch allows many users to communicate in parallel through...
Which of the following is the default order of Spanning Tree Protocol...
What occurs each time a switch stores an address?
Alert!

Advertisement