• About
  • Advertise
  • Careers
Thursday, March 30, 2023
Collaborate
Tech News Nerd
No Result
View All Result
  • Tech
    • All Topics
    • Artificial Intelligence AI
    • Blockchain
    • Cybersecurity
    • Data Science
    • Decentralization
    • Finance
    • Futurism
    • Gaming
    • Mobile
    • Hardware Reviews
    • Machine Learning
    • Media
    • Programming
    • Engineering
    • Robotics
    • Virtual Reality
  • Software
    • APIs
    • Architecture
    • C
    • Coding
    • Engineering
    • Java
    • Javascript
    • NodeJS
    • Open Source
    • PHP
    • Programming
    • Python
    • React
    • Ruby
    • SQL
    • Swift
  • Apps
  • Science
    • Nasa
    • SpaceX
    • Energy
    • Space
    • Environment
  • Top Stories
    • Latest
    • Trending
  • People
    • CEO
    • COO
    • External Tech Experts
    • Investors
    • Meet the Team
  • Tech Co Directory
    • Top Tech Companies
      • Apple
      • Microsoft
      • Tesla
      • Amazon
      • Coinbase
      • Intel
      • 3M
      • Zoetis
      • LKQ
      • Confti Club
      • Privacy Tools
      • Twitter
      • Adobe
      • Casino Alpha
      • Google
      • CamPay
      • CoinKeeper
      • InfoPrice
      • Matellio
      • Hum Capital
    • Startups Worldwide
    • Trending Companies
      • Filter Coffee(+1700%)
      • Hum Capital(+566.7%)
      • InfoPrice(+250%)
      • INTL FCStone(+750%)
      • Matellio(+320%)
      • MOTIF®(+600%)
      • Seekr(+260%)
      • Yalimart(+1500%)
      • Zoetis(+3900%)
      • 3ilogics(+500%)
      • 3M(+1150%)
      • Adobe(+380%)
      • AIR(+1500%)
      • Biorem Inc.(+200%)
      • Botpress(+200%)
      • CamPay(+266.7%)
      • Cerebral Therapeutics(+200%)
      • CoinKeeper(+633.3%)
      • eBay(+1500%)
      • Edexy(+333.3%)
  • News for Nerds
  • What the FAQ?
  • Tech
    • All Topics
    • Artificial Intelligence AI
    • Blockchain
    • Cybersecurity
    • Data Science
    • Decentralization
    • Finance
    • Futurism
    • Gaming
    • Mobile
    • Hardware Reviews
    • Machine Learning
    • Media
    • Programming
    • Engineering
    • Robotics
    • Virtual Reality
  • Software
    • APIs
    • Architecture
    • C
    • Coding
    • Engineering
    • Java
    • Javascript
    • NodeJS
    • Open Source
    • PHP
    • Programming
    • Python
    • React
    • Ruby
    • SQL
    • Swift
  • Apps
  • Science
    • Nasa
    • SpaceX
    • Energy
    • Space
    • Environment
  • Top Stories
    • Latest
    • Trending
  • People
    • CEO
    • COO
    • External Tech Experts
    • Investors
    • Meet the Team
  • Tech Co Directory
    • Top Tech Companies
      • Apple
      • Microsoft
      • Tesla
      • Amazon
      • Coinbase
      • Intel
      • 3M
      • Zoetis
      • LKQ
      • Confti Club
      • Privacy Tools
      • Twitter
      • Adobe
      • Casino Alpha
      • Google
      • CamPay
      • CoinKeeper
      • InfoPrice
      • Matellio
      • Hum Capital
    • Startups Worldwide
    • Trending Companies
      • Filter Coffee(+1700%)
      • Hum Capital(+566.7%)
      • InfoPrice(+250%)
      • INTL FCStone(+750%)
      • Matellio(+320%)
      • MOTIF®(+600%)
      • Seekr(+260%)
      • Yalimart(+1500%)
      • Zoetis(+3900%)
      • 3ilogics(+500%)
      • 3M(+1150%)
      • Adobe(+380%)
      • AIR(+1500%)
      • Biorem Inc.(+200%)
      • Botpress(+200%)
      • CamPay(+266.7%)
      • Cerebral Therapeutics(+200%)
      • CoinKeeper(+633.3%)
      • eBay(+1500%)
      • Edexy(+333.3%)
  • News for Nerds
  • What the FAQ?
No Result
View All Result
Tech News Nerd
No Result
View All Result
Home Software Architecture

Overview of Spanning Tree Protocol & its Types

by Olivia Watson
September 2, 2022
in Architecture, Tech
0
Overview of Spanning Tree Protocol & its Types
0
SHARES
38
VIEWS
Share on FacebookShare on Twitter

Redundancy is a crucial case for the Layer 2 domain. Multiple connections are established between switches to provide redundant links. However, this redundancy mechanism can result in an undesirable condition known as “L2 Loop.” Spanning Tree Protocol (STP) has been created to provide L2 redundancy and prevent L2 loops. This lesson will concentrate on STP Overview. In a subsequent lesson, we will examine STP Configuration.

During the period of development, numerous versions of STP were introduced. Different standards have been developed in addition to Cisco-specific variants. These STP variants include:

  • STP – Spanning Tree Protocol – 802.1D
  • RSTP – Rapid Spanning Tree Protocol) – 802.1W
  • PVST+ – Per VLAN Spanning Tree +
  • Rapid PVST+ – Rapid Per VLAN Spanning Tree +
  • MST – (Multiple Spanning Tree) – 802.1s

In this article we will focus solely on STP (802.1D).

Redundant Layer 2 Issues

Redundancy is an essential network term. Layer 2 Redundancy is also essential, but requires more care. Without a STP-like mechanism, Layer 2 Redundancy mechanisms can cause the following issues:

  • Loops on Layer 2 and Broadcast Storms
  • MAC Address Inconsistency
  • Repetition of Frame Transmission

Let’s discuss about each of these Layer 2 Redundancy issues.

Loops on Layer 2 and Broadcast Storms

Layer 2 Loops can occur when multiple Layer 2 links are available and these links send and receive multiple frames. As a result of the absence of a TTL mechanism in Layer 2, Layer 2 Loops occur. As you may recall, Layer 3 contains a TTL mechanism.

Think about the topology below:

When Switch A receives a frame from Segment 1 and forwards it to Segment 2, Switch B can also learn the frame from Segment 2. In addition, this frame is sent to Segment 1 as if it were being sent for the first time. Therefore, frames are duplicated and a Loop on Layer 2 occurs. In addition, this Layer 2 loop results in a Broadcast Storm. There is an infinite frame send/receive process.

Even if the switched network is a large network, a single loop in a Layer 2 domain can cause additional Layer 2 loops.

MAC Address Inconsistency

These Loops also contribute to MAC Instability issues. As you may recall, source address is crucial for MAC address types. Source ports and MAC addresses are used to populate these tables. A frame can be received from multiple sources during a Loop. Thus, the MAC Instability issue occurs. In this instance, a MAC table may contain multiple MAC addresses for the same ports. This is an indefinable switch case.

Repetition of Frame Transmission

Repetion of Frame Transmission refers to the issue of redundant Layer 2 frame transfer. Because there are multiple paths to a destination, the same frame can be transmitted in multiple ways, resulting in multiple frame transmissions.

Olivia Watson

Olivia Watson

Next Post
Best Custom Software Development Company

How to Choose the Best Custom Software Development Company in Australia

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Photo Booth rental in Nashville

Types of Booths at Photo Booth rental in Nashville 

8 months ago
Mobile Phone Repair Shop

What Makes You Visit Mobile Phone Repair Shop

7 months ago

Popular News

    Connect with us

    Newsletter

    Get the latest Technology News, Artificial Intelligence, Blockchain and Meta Verse Updates.

    SUBSCRIBE

    Category

    • All Tech News
    • Architecture
    • Engineering
    • Environment
    • Futurism
    • Hardware Reviews
    • Latest
    • Media
    • Mobile
    • News for Nerds
    • Science
    • Software
    • Startups Worldwide
    • Tech
    • Top Stories
    • Trending

    About Us

    We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

    • About
    • Advertise
    • Careers

    © 2022 Tech News Nerd - Premium News & Tech Magazine

    No Result
    View All Result
    • Tech

    © 2022 Tech News Nerd - Premium News & Tech Magazine