Posts

Showing posts with the label packet

Spanning Tree Protocol on Packet Tracer

Image
Spanning Tree Protocol on Packet Tracer Let us apply STP on packet tracer. Let us develop a basic topology like the one in the following diagram. As we can see in the above diagram that some light are green while others are orange. Y is it so ? We will see that in a moment. Let us try to communicate between two Hosts. Assign IP addresses to all hosts As we can see in the figure below, the communication is successful. It is due to the spanning tree protocol applied on the switch by default. It provides us with the loop free environment. It calculates the cost of each path and provides us with the one that has the minimum cost. That is the reason that some links are up while others are down with the orange light. So let us see what happens if we remove the spanning tree protocol from this topology. We will remove STP from all the switches one by one. After removing STP, we have observed by the following diagram, a couple of changes. i.e. all the lights are green. In fact, some are...