Posted on 06 March 2010. Tags: CCNA, certification, collision, csma/cd, domain, ethernet, exam, free, hub, icnd, intro, pass, router, switch, tutorial
When you’re studying to pass the CCNA exam and earn your certification, you’re introduced to a great many terms that are either totally new to you or seem familiar, but you’re not quite sure what they are. The term “collision domain” falls into the latter category for many CCNA candidates.
What exactly is “colliding” in the first place, and why do we care? It’s the data that is being sent out onto an Ethernet segment that we’re concerned with here. Ethernet uses Carrier Sense Multiple Access / Collision Detection (CSMA/CD) to avoid collisions in the first place. CSMA/CD is a set of rules dictating when hosts on an Ethernet segment can and cannot transmit data. Basically, a host that wants to transmit data will “listen” to the ethernet segment to see if another host is currently transmitting. If no one else is transmitting, the host will go forward with its own transmission.
This is an effective way of avoiding a collision, but it is not foolproof. If two hosts follow this procedure at the exact same time, their transmissions will collide on the Ethernet segment and both transmissions will become unusable. The hosts that sent those two transmissions will then send a jam signal out onto the segment, indicating to all other hosts that they should not send data. The two hosts will each start a random timer, and at the end of that time each host will begin the listening process again.
Read the full story
Posted in Computer Certification
Posted on 22 February 2010. Tags: 12933, Bryant, ccie, CCNA, certification, chris, cisco, collision, cut, ethernet, exam, forward, fragment, free, icnd, intro, network, pass, router, segment, store, switch, through
To pass the CCNA exam and earn that coveted certification, you’ve got to know Cisco switches inside and out. Among the many important details you’ve got to know are the three methods that Cisco switches use to forward frames, and the differences between the three.
The first switching method is Store-and-Forward. The name is the recipe, because that’s just what the switch does – it stores the entire frame before beginning to forward it. This method allows for the greatest amount of error checking, since the Frame Check Sequence (FCS) can be run before the frame is forwarded. As always, there is a tradeoff, since this error checking process makes this the slowest of the three frame forwarding methods.
The quickest method is Cut-Through, where only the destination MAC address of the frame is examined before the forwarding process begins. This means that the part of the frame is actually being forwarded as it is still being received! The tradeoff here is that the FCS does not run, so there is absolutely no error checking with Cut-Through switching.
Read the full story
Posted in Computer Certification
Posted on 12 February 2010. Tags: 1, 12933, 2, 224.0.0.0, 255.255.255.255, advantage, broadcast, Bryant, ccie, CCNA, ccnp, certification, chris, class, d, eigrp, exam, free, group, icnd, igrp, intro, multicast, ospf, pass, rip, tutorial, unicast, version
When you begin your CCNA studies, you get hit with a lot of different networking terms right away that you might not be familiar with. What makes it a little more confusing is that a lot of these terms sound a lot alike. Here, we’re going to discuss the differences between broadcasts, multicasts, and unicasts at both the Data Link (Layer 2) and Network (Layer 3) layers of the OSI model.
A broadcast is simply a unit of information that every other device on the segment will receive. A broadcast is indicated by having every bit of the address set to its highest possible value. Since a hexadecimal bit’s highest value is “f”, a hexadecimal broadcast is ff-ff-ff-ff-ff-ff (or FF-FF-FF-FF-FF-FF, as the upper case does not affect hex value). The CCNA exam will demand you be very familiar with hex conversions, so if you’re not comfortable with these conversions, get comfortable with them before taking the exam!
At layer 3, a broadcast is indicated by setting every bit in the 32-bit binary string to “1″, making the dotted decimal value 255.255.255.255. Every host on a segment will receive such a broadcast. (Keep in mind that switches will forward a broadcast, but routers do not.) In contrast to a broadcast, a unicast is a packet or frame with only one destination.
Read the full story
Posted in Computer Certification
Posted on 03 February 2010. Tags: access, bri, CCNA, ccnp, crossover, dte/dce, ethernet, exam, frame, free, home, icnd, interface, intro, isdn, lab, loopback, network, pass, relay, router, serial, server, setup, simulator, switch, topology, tutorial
Part of your CCNA / CCNP education is deciding what network topology to use when you’re putting together your home lab. Some of you are starting with one or two routers or switches, while others are starting with more. A customer recently sent me a list of his Cisco routers and switches that he has available for a home lab and asked for my help in coming up with the best way to use them.
There is no “right” or “wrong” answer to this question; again, part of the learning process is configuring and reconfiguring the physical topology of your lab. Let’s look at the routers and switches he has available, including the interfaces on each, and come up with one possible CCNA / CCNP home lab setup.
The equipment list:
Two 3620 routers. Each has 1 serial port and 2 ethernet ports.
One 3640 router. This has two ethernet cards, each with two ports, and two AUI ports.
Three 2503s, my personal favorite for home labs! These have 1 AUI port, 2 serial interfaces, and one BRI interface apiece.
One 2524 router. This has one serial port, 1 ethernet port, and one BRI interface.
One 4500 router. This has eight BRI ports, 2 ethernet ports, and more importantly, four serial ports.
He also has a 5200 access server, an ISDN simulator, one 2924 switch, and one 1924 switch.
Now, if you don’t have this much equipment to work with, don’t panic! Most CCNA / CCNP candidates don’t; this is more of an exercise in looking at what you do have and using it to the utmost.
As I’ve mentioned in many of my CCNA / CCNP home lab articles, an access server is a great thing to have. All he needs is an octal cable to connect his AS to the other devices we choose to use, and he’s all set. (If you need an access server sample configuration, there is one on my website in the Home Lab section.)
Read the full story
Posted in Computer Certification
Posted on 26 January 2010. Tags: 12933, access, advantage, Bryant, bsci, CCNA, ccnp, chris, cisco, cit, exam, frame, free, hands-on, home, how, icnd, intro, lab, learn, pass, relay, router, server, switch, theory, troubleshoot
CCNA / CCNP candidates are going to be drilled by Cisco when it comes to troubleshooting questions. You’re going to have to be able to analyze configurations to see what the problem is (and if there is a problem in the first place), determine the meaning of different debug outputs, and show the ability not just to configure a router or switch, but troubleshoot one.
That’s just as it should be, because CCNAs and CCNPs will find themselves doing a lot of troubleshooting in their careers. Troubleshooting isn’t something that can just be learned from a book; you’ve got to have some experience working with routers and switches. The only real way to learn how to troubleshoot is to develop that ability while working on live equipment.
Read the full story
Posted in Computer Certification
Posted on 18 January 2010. Tags: 12933, 2501, 2503, ccie, CCNA, ccnp, cisco, console, exam, home, lab, one, pass, router, test, which
To be truly prepared for your CCNA and CCNP exams, you need real hands-on experience with real Cisco routers and switches. However, a production network is a really bad place to practice your configurations, but an excellent way to get fired and/or sued. The key to becoming a true CCNA and CCNP is assembling your own Cisco home lab.
You don’t have to spend a lot of money to do so; used Cisco equipment is cheaper than ever. It’s robust as well – I’ve bought literally hundreds of used routers and switches over the years and have had very few problems. I owe much of my skill to practicing configurations and troubleshooting in my own home lab.
Read the full story
Posted in Computer Certification
Recent Comments