Problems avoided using STP

October 15, 2013

If you are going to setup a LAN with redundant paths, it is important that STP is running. If not you will be opening yourself up to these few problems

  • Broadcast Storms
  • MAC Table instability
  • Multiple frame transmission

While the issue of broadcast storms may seem obvious, the other two may not be the things you think about at all. In the case of MAC table instability your switches will experience frequent updates to their MAC tables with wrong entires, from the looped frames which are being sent around the LAN.

The second issue of Multiple frame transmission can be somewhat, a disastrous side affect of not running STP. Duplicate copies of the looping frame can end up at the end host, in turn completely confusing it, resulting in discarded frames.

Luckily though on CISCO switches STP is on by DEFAULT


Spanning Tree Protocol Port Roles

October 1, 2013

The diagram below is the network in use:

Switch 3

FA0/1 – DP

FA1/1 – DP

Switch 1

FA1/1 – RP

FA0/1 DP

Switch 2

FA1/1 – RP

FA0/1 – DP

Switch 0

FA0/1 – RP

FA1/1 – ALTN

The lab for this example can be downloaded  by clicking here
01_Diagram 02_STP_Ports_Roles 03_STP_Port_Roles


CSMA/CD – Collision Sense Multiple Access / Collision Detection

April 25, 2013

All you need to know about the CSMA/CD process

  1. Transmitting host will listen, if silent data transmission commences
  2. If a voltage change is observed, (this is the collision) both hosts will send a jam signal
  3. This starts  a random backoff algorithm, and once the random time has elapsed the host will commence transmission again by listening to the wire.

Can you spot my fault ?

December 7, 2012

Well i decided to start creating my own labs, and since i dont have access to any physical routers/switches i decided to use GNS3 which is a great simulator of CISCO. Now what i am putting forward is my first attempt at creating a network and what i got was no ICMP echo replies from each router. Now i have rectified this fault and I’m excusing my mistake because it was 3:10 in the morning (dont ask i cant sleep) but can you spot why this network has no connectivity ?

I will post the answer within the week good luck , This shouldn’t take you too long to figure out 😀 Happy trouble shooting.

 

Screen Shot 2012-12-07 at 3.10.56 AM