STP PROTOCOL
40 Questions
8 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is one of the primary purposes of the Spanning Tree Protocol (STP)?

  • To prevent physical data loss
  • To increase user bandwidth
  • To enhance routing protocols
  • To eliminate Layer 2 loops (correct)
  • How does redundancy affect network reliability according to the Spanning Tree Protocol?

  • It only benefits Layer 3 operations
  • It removes the need for switches
  • It improves reliability and availability (correct)
  • It decreases the overall network speed
  • What problem occurs due to MAC database instability?

  • Switches fail to recognize duplicate unicast frames
  • Broadcast frames are dropped by the network
  • Frames propagate endlessly until a link is disrupted (correct)
  • Frames are prevented from entering the network
  • What is a broadcast storm?

    <p>A situation where broadcast frames consume all available bandwidth</p> Signup and view all the answers

    Why do duplicate unicast frames occur in a looped network?

    <p>Because Layer 2 protocols cannot recognize endlessly looping frames</p> Signup and view all the answers

    What does STP identify in a redundant network setup?

    <p>Redundant physical paths</p> Signup and view all the answers

    What is one consequence of a broadcast storm on a network?

    <p>Complete network failure due to resource consumption</p> Signup and view all the answers

    In what way does STP handle Layer 1 redundancy?

    <p>By logically preventing loops</p> Signup and view all the answers

    What is the primary role of root ports in the Spanning Tree Protocol?

    <p>To connect to the root bridge</p> Signup and view all the answers

    What happens during an STP recalculation?

    <p>Necessary ports are unblocked to activate redundant paths</p> Signup and view all the answers

    What distinguishes designated ports from root ports in STP?

    <p>Designated ports are selected on a per-trunk basis; root ports are not</p> Signup and view all the answers

    Which version of the Spanning Tree Protocol is considered the original?

    <p>STP or IEEE 802.1D-1998</p> Signup and view all the answers

    What characterizes the Rapid Spanning Tree Protocol (RSTP)?

    <p>It is an evolution of STP with faster convergence</p> Signup and view all the answers

    Which of the following is NOT a function of alternate and backup ports?

    <p>To actively forward traffic</p> Signup and view all the answers

    What is the purpose of the Disabled ports in STP?

    <p>To shut down a switch port</p> Signup and view all the answers

    Which statement accurately describes PortFast and its associated protocol?

    <p>It allows ports to transition to forwarding mode instantly</p> Signup and view all the answers

    What is the primary purpose of Rapid PVST+?

    <p>To enhance RSTP by supporting multiple instances per VLAN.</p> Signup and view all the answers

    What is a significant advantage of using EtherChannel?

    <p>It prevents all topology changes during link failures.</p> Signup and view all the answers

    Which protocol is used by Cisco for the automatic creation of EtherChannel links?

    <p>Port Aggregation Protocol (PAgP)</p> Signup and view all the answers

    How does EtherChannel views its physical links?

    <p>As a single logical link improving redundancy.</p> Signup and view all the answers

    What is one of the restrictions when implementing EtherChannel?

    <p>Interface types cannot be mixed among the physical ports.</p> Signup and view all the answers

    What is the primary function of PAgP in a network environment?

    <p>To manage link additions and failures between switches.</p> Signup and view all the answers

    Which PAgP mode allows an interface to actively initiate negotiations with other interfaces?

    <p>PAgP desirable</p> Signup and view all the answers

    Which of the following statements about MSTP is true?

    <p>MSTP allows multiple VLANs to share the same spanning tree instance.</p> Signup and view all the answers

    Which statement correctly describes LACP?

    <p>LACP functions similarly to PAgP and is part of an IEEE specification.</p> Signup and view all the answers

    How often are PAgP packets sent during the negotiation process?

    <p>Every 30 seconds</p> Signup and view all the answers

    What does the LACP active mode allow a port to do?

    <p>Initiate negotiations by sending LACP packets.</p> Signup and view all the answers

    Which feature does not pertain to the functionalities of EtherChannel?

    <p>Reduces overall link redundancy.</p> Signup and view all the answers

    What is a key difference between PAgP and LACP?

    <p>LACP allows for compatibility in multivendor environments.</p> Signup and view all the answers

    In which mode does an interface in PAgP not exchange packets?

    <p>PAgP on</p> Signup and view all the answers

    What role does PAgP play in creating an EtherChannel link?

    <p>It detects compatibility of configurations on both sides.</p> Signup and view all the answers

    What happens in LACP passive mode?

    <p>The port only responds to received LACP packets.</p> Signup and view all the answers

    What is the primary purpose of the Spanning Tree Protocol (STP)?

    <p>To create a loop-free topology</p> Signup and view all the answers

    How does STP handle redundant paths to prevent network loops?

    <p>By intentionally blocking some paths</p> Signup and view all the answers

    What happens when a switch port is in a blocked state?

    <p>Only BPDU frames can pass through</p> Signup and view all the answers

    What role does the root bridge play in the Spanning Tree Algorithm (STA)?

    <p>It serves as a reference point for path calculations</p> Signup and view all the answers

    What triggers STP to unblock a port that was previously blocked?

    <p>A network cable or switch failure</p> Signup and view all the answers

    Why is it important to avoid duplicate unicast frames in a network?

    <p>They can overwhelm network resources</p> Signup and view all the answers

    Which device is responsible for electing the root bridge in STP?

    <p>The switch with the lowest Bridge ID (BID)</p> Signup and view all the answers

    In STP, what effect does blocking a port have on the link between two switches?

    <p>It makes the link a non-forwarding link</p> Signup and view all the answers

    Study Notes

    LAN Technologies

    • Chapter 1 covers LAN technologies, including LAN technologies, Spanning Tree Protocol (STP), and EtherChannel.
    • 1.0 LAN TECHNOLOGIES
    • 1.2.4 STP
    • 1.2.5 ETHERCHANNEL

    Spanning Tree Protocol (STP)

    • Redundancy is crucial for network reliability by providing backup paths.
    • Redundant paths in switched Ethernet networks can cause physical and logical Layer 2 loops.
    • These loops lead to instability in MAC address tables, broadcast storms, and duplicate unicast frames.

    Redundancy at OSI Layers 1 and 2

    • Redundancy is essential for preventing network disruption to users.
    • Redundant networks require both physical and logical paths.
    • Multiple cabled paths between switches improve network reliability and availability by providing backup access to network resources.
    • Issues with multiple cabled paths include MAC database instability, broadcast storms, and duplicate unicast frames.

    Issues with Layer 1 Redundancy: MAC Database Instability

    • Ethernet frames lack a time-to-live attribute, leading to endless propagation between switches.
    • This endless propagation causes instability in MAC address tables.
    • Broadcast frames forwarding can trigger this instability.
    • Multiple paths for forwarding frames out of a switch can create endless MAC database loops.

    Issues with Layer 1 Redundancy: Broadcast Storms

    • Broadcast storms occur when many broadcast frames are caught in a Layer 2 loop.
    • This saturation of available bandwidth leads to denial-of-service conditions.
    • As more devices broadcast, more traffic is caught within the network loop, consuming network resources, and eventually causing failure.
    • Example diagram of broadcast storms on network switches.

    Issues with Layer 1 Redundancy: Duplicate Unicast Frames

    • Duplicate unicast frames arriving at the destination device are an issue in looped networks.
    • Common upper-layer protocols are not designed to handle duplicate transmissions.
    • Layer 2 protocols, such as Ethernet, lack a mechanism to eliminate endless looping frames.
    • Example diagram of duplicate unicast frames on network switches.

    STP Operation: Spanning Tree Algorithm

    • STP ensures only one logical path exists between destinations to prevent network loops.
    • Ports are blocked to prevent data from entering or leaving that port.
    • BPDU (Bridge Protocol Data Unit) frames are used within STP for loop prevention.
    • Physical paths, though disabled, remain for redundancy.
    • STP recalculates paths and unblocks ports for recovery after failures. STP enables alternative paths to become active.

    STP Operation: Spanning Tree Algorithm: Introduction

    • The Spanning Tree Algorithm (STA) defines which switch ports are blocked to prevent loops.
    • The STA identifies a root bridge for reference in path calculations. The switch with the lowest Bridge ID becomes the root bridge.
    • By blocking redundant paths, STP creates a loop-free topology.
    • Switches adjust their ports as network conditions (cable/switch failures) change to maintain network resilience.
    • Different parts of a network are categorized as root, designated, alternate and backup ports, and disabled ports in the functioning of STP.

    STP Operation: Spanning Tree Algorithm: Root Bridge

    • The root bridge election process identifies the switch with the lowest Bridge ID.
    • Bridge IDs consist of priority and MAC address.

    STP Operation: Spanning Tree Algorithm: Path Cost

    • The Spanning Tree Algorithm (STA) considers path costs to determine the best path.
    • Lower-cost paths are preferentially selected; they reflect factors like link speed, as calculated by the network.

    STP Operation: BPDU Propagation and Process

    • The Bridge Protocol Data Unit (BPDU) propagates throughout the network for the STA to function.
    • BPDUs contain vital information about the root bridge, bridge IDs, and path costs.
    • Switches compare STP data in BPDUs, calculate and compare path costs, and select the appropriate paths.

    STP Protocols

    • STP is an earlier version of IEEE 802.1D-1998 for loop detection.
    • PVST+ is a Cisco enhancement that offers a VLAN-specific spanning-tree instance.
    • IEEE 802.1D-2004 updates the STP, with RST (Rapid Spanning Tree) being more up to date than STP. Rapid PVST+ is a Cisco update to RSTP using PVST+. MSTP standardizes spanning trees for multiple VLANs.

    STP Overview: Characteristics of the Spanning Tree Protocols

    • STP Protocols like STP, PVST+, RSTP, Rapid PVST+, and MSTP offer different approaches to network spanning tree functionality. Each has different resource usage, convergence times, and VLAN control.

    Analyzing the STP Topology

    • To analyze STP, check for CDP neighbors and use STP knowledge.
    • Prepare expected Layer 2 paths; verify the root bridge.
    • Confirm Layer 2 paths; analyze the STP forwarding behavior.

    EtherChannel overview

    • Link aggregation allows combining multiple physical links into a single logical link.
    • EtherChannel is a crucial form of link aggregation in switched network environments.

    Advantages of EtherChannel

    • EtherChannel configurations are maintained on a dedicated interface, ensuring consistency.
    • EtherChannel uses existing switch ports without requiring upgrades.
    • EtherChannel efficiently load-balances traffic by viewing aggregated links as a single link.
    • EtherChannel ensures redundancy, allowing network continuity even when a physical link fails within the aggregated link.

    EtherChannel Operation: Implementation Restrictions

    • EtherChannel links need to be composed of the same interface types.
    • The limit to the number of ports that can be used for EtherChannel depends on switch model.
    • Supported EtherChannel bandwidths depend on the network switch.

    EtherChannel Operation: Port Aggregation Protocol (PAgP)

    • PAgP is a vendor-specific Cisco protocol for automatic Ethernet channel setup.
    • PAgP uses PAgP packets to negotiate channel creation between compatible ports.
    • PAgP identifies matching Ethernet links, combines them into an EtherChannel and adds the channel to the spanning tree.
    • PAgP modes control how links negotiate: On, Desirable, and Auto.
    • LACP is an IEEE standard-based protocol for bundling physical ports into a logical channel.
    • LACP mirrors EtherChannel functionality, simplifying configurations in multi-vendor environments.
    • LACP modes control how links negotiate: On, Active, and Passive.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    This quiz covers the fundamentals of LAN technologies, specifically focusing on Spanning Tree Protocol (STP) and EtherChannel techniques. It discusses the importance of redundancy in network design and the challenges posed by Layer 2 loops and MAC address instability. Test your knowledge on these critical networking concepts!

    Use Quizgecko on...
    Browser
    Browser