ExamVeda
Login
Home
1
What is the purpose of Spanning Tree Protocol in a switched LAN?
Discuss
Answer & Solution
Answer: Option C
Solution:
The Spanning Tree Protocol (STP) was designed to stop layer 2 loops. All Cisco switches have the STP on by default.
2
Which statement describes a spanning-tree network that has converged?
Discuss
Answer & Solution
Answer: Option C
Solution:
Convergence occurs when all ports on bridges and switches have transitioned to either the forwarding or blocking states. No data is forwarded until convergence is complete. Before data can be forwarded again, all devices must be updated.
3
What does a switch do when a frame is received on an interface and the destination hardware address is unknown or not in the filter table?
Discuss
Answer & Solution
Answer: Option C
Solution:
Switches flood all frames that have an unknown destination address. If a device answers the frame, the switch will update the MAC address table to reflect the location of the device.
4
In which circumstance are multiple copies of the same unicast frame likely to be transmitted in a switched LAN?
Discuss
Answer & Solution
Answer: Option D
Solution:
If the Spanning Tree Protocol is not running on your switches and you connect them together with redundant links, you will have broadcast storms and multiple frame copies.
5
If you want to disable STP on a port connected to a server, which command would you use?
Discuss
Answer & Solution
Answer: Option D
Solution:
If you have a server or other devices connected into your switch that you're totally sure won't create a switching loop if STP is disabled, you can use something called portfast on these ports. Using it means the port won't spend the usual 50 seconds to come up while STP is converging.
6
Which of the following statement is true?
Discuss
Answer & Solution
Answer: Option B
Solution:
Switches break up collision domains, and routers break up broadcast domains.
7
You have two switches connected together with two crossover cables for redundancy, and STP is disabled. Which of the following will happen between the switches?
Discuss
Answer & Solution
Answer: Option C
Solution:
If spanning tree is disabled on a switch and you have redundant links to another switch, broadcast storms will occur, among other possible problems.
8
Layer 2 switching provides which of the following?
1. Hardware-based bridging (ASIC)
2. Wire speed
3. Low latency
4. Low cost
Discuss
Answer & Solution
Answer: Option D
Solution:
Switches, unlike bridges, are hardware based. Cisco says its switches are wire speed and provide low latency, and I guess they are low cost compared to their prices in the 1990s.
9
Your switch has a port status LED that is alternating between green and amber. What could this indicate?
Discuss
Answer & Solution
Answer: Option A
Solution:
When you connect to a switch port, at first the link lights are orange/amber, and then they turn green, indicating normal operation. If the link light is blinking, you have a problem.
10
You want to run the new 802.1w on your switches. Which of the following would enable this protocol?
Discuss
Answer & Solution
Answer: Option A
Solution:
802.1w is the also called Rapid Spanning Tree Protocol. It is not enabled by default on Cisco switches, but it is a better STP to run since it has all the fixes that the Cisco extensions provide with 802.1d.