employer cover photo
employer logo

Question d’entretien chez CSC

How does STP work...how does it know who will control everything?

Réponses aux questions d'entretien

Utilisateur anonyme

4 mai 2011

It disables redundant paths and only leaves one broadcast path in a mesh network. It then enables a previous blocked path if one of the primary links becomes disconnected. This creates a network that won't cause broadcast storms but still provide redundancy.

3

Utilisateur anonyme

9 janv. 2015

STP operates at the Data Link layer of the OSI model which prevents traffic loops. STP chooses only one root switch/bridge, out of which all data paths span out logically getting the data to the target the quickest and detect and correct link failures when a switch/bridge fails...STP stands for Spanning Tree Protocol. The root is chosen based on its BID( Bridge ID) which is the combination of a 2 byte priority field and the bridge/switch MAC address....Since all switch/bridges on the network start out with the same priority, the one with the lowest MAC address becomes the root bridge.

4

Utilisateur anonyme

8 déc. 2017

STP is basically used for loop prevention and to prodive redundancy. Devices participating in STP perform a root bridge election process. Device having the lowest priority will be choosen as the root bridge. If every device participating in STP have the same priority value, device with the lowest mac-address becomes the root bridge. The root bridge will be responsible to make th overall traffic flow decision on the LAN. Non-root bridges use a lowest cost path to reach the root bridge. This cost is dependent on the interface speed. Topological changes downstream from the root bridge is communicated to the root bridge.

1

Utilisateur anonyme

8 déc. 2017

s

Utilisateur anonyme

6 avr. 2011

I dunno.