Category: Switches


The Spanning Tree Protocol Explained

July 21st, 2010 — 12:01am

STP Infinite Looping FramesMy last post talked about many details of the Spanning Tree Protocol. While I did my best to explain how it works using carefully selected words, sometimes videos are just better.

Click to continue…

Comment » | CCNA Study Guide, ICND2 Study Guide, Local Area Networks, Spanning Tree Protocol, Switches

Introduction to the Spanning Tree Protocol

July 14th, 2010 — 12:01am

Spanning Tree Protocol Stop Sign

I’m currently studying for my CCNP SWITCH exam. Which is obviously all about switches, but mostly builds upon the foundation of the ICND2 and CCNA exam about switches and the Spanning Tree Protocol. So, if you are planning on getting your CCNP definitley make sure you pay attention to STP (Spanning Tree Protocol for short), you will need to know a lot about it.

Click to Continue…

Comment » | CCNA Study Guide, ICND2 Study Guide, Spanning Tree Protocol, Switches

Configuring a Cisco Switch

December 31st, 2009 — 1:59am

Today I just wanted to show you a very minimal configuration for a Cisco switch so that we can at least get our network working at White Cloud Water Company and then we can dive into some other topics in more detail. switch1# config t switch1(config)# interface vlan 1 switch1(config-if)# ip address 192.168.2.2 255.255.255.0 switch1(config-if)# [...]

Comment » | CCNA Study Guide, ICND1 Study Guide, Switches

How Does a Switch Work

October 26th, 2009 — 2:26am

The following will describe how a switch in a local area network works: Switches start with an empty table A computer plugged into the switch sends data trying to get to another computer The switch receives this frame and puts the senders MAC Address in its table Because the switches table is empty it then [...]

Comment » | CCNA Study Guide, ICND1 Study Guide, Switches

Layer 2 Switches

October 25th, 2009 — 2:28am

10BaseT – Is the most common type of ethernet cabling – Has a max distance of 100 meters Hubs – don’t look at the frame or analyze of of the data. They just repeat the signal to every port on the hub. Switches break up collision domains Switches do not break up broadcast or multicast [...]

Comment » | CCNA Study Guide, ICND1 Study Guide, Switches

Understanding Layer 2 Switches

October 22nd, 2009 — 2:31am

There are many different types of cabling, but the most common is 10baseT which has a maximum distance of 100 meters. If you want to extend your network beyond 100 meters you will have to put in some type of repeater because after 100 meters the signal because unreadable. Back in the day people would [...]

Comment » | CCNA Study Guide, ICND1 Study Guide, Switches

Back to top