|
|
Recent Articles |
Cisco CCNP / BSCI: IPv6 Leading Zero Compression The BSCI exam and CCNP certification requires that you be well versed in the basics of IP Version 6, or IPv6. If youre new to IPv6, youll quickly learn that its not exactly just two more octets slapped onto an IPv4 address! IPv6 addresses are quite long, but there are two...
The Training And Certification Guarantees Will training in a good training institution get me IT certified? All I want is a school that will give me certification guarantees. What training and certification guarantees can the school give me? Expectations. Fulfillment is a function of expectations.
C# Programming Aspects And Efficient Types... C# comprises an object-oriented syntax based on the C++ programming language that shares features of several other programming languages (Delphi, Visual Basic and Java being the most prominent names...
Cisco CCNP Certification / BCMSN Exam Tutorial... You remember from your CCNA studies that when a port goes through the transition from blocking to forwarding, youŽre looking at a 50-second delay before that port can actually begin forwarding frames. Configuring a port with PortFast is one way to get around that, but...
Are Information Exams The Next SATs? The company that produces the Student Aptitude Test is developing a new Information and Communication Technology (ICT) exam that tests skills such as computer proficiency and search engine aptitude...
Cisco CCNP / BSCI Exam: ISIS Hellos And Adjacencies In my last ISIS tutorial, I mentioned that while ISIS and OSPF are both link state protocols, their actual operation differs greatly. To pass the BSCI exam and earn your CCNP, youŽll need to know these differences! Today, weŽll take a look at ISIS Hello types and the...
Cisco CCNA Exam: Connected Serial Interfaces To pass the CCNA exam, you've got to master quite a few services and routing protocols that may be new to you. Between RIP, IGRP, EIGRP, OSPF, and switching, there are hundreds of details you've got to absorb! It's easy to spend all your time on those topics and...
|
|
|
01.19.07
Cisco CCNP Exam: Defining Collision Domains
By
Chris Bryant
CCNA exam success depends on mastering the fundamentals, and two important fundamentals are knowing exactly what the terms "collision domain" and "broadcast domain" mean.
In this free Cisco tutorial, we'll take a look at the term "collision domain" and how a collision domain is defined.
A collision domain is an area in which a collision can occur. Fair enough, but what "collision" are we talking about here?
We're talking about collisions that occur on CSMA/CD segments, or Carrier Sense Multiple Access with Collision Detection.
If two hosts on an Ethernet segment transmit data at exactly the same time, the data from the two hosts will collide on the shared segment.
CSMA/CD exists to lessen the chances of this happening, but collisions can still occur. To lessen the chances of collisions occurring, we may decide to create multiple, smaller collision domains.
Lets say we have four hosts on a single Ethernet segment. The entire segment is a collision domain; any data sent by one of the hosts can collide with data sent by any of the other hosts. We have one collision domain containing four devices.
To create smaller collision domains, we'll need to introduce some type of networking device into this example.
Hubs and repeaters have their place as far as extending the reach of a network segment and cutting down on attenuation, but these OSI Layer One devices do nothing to define collision domains. We could connect each host into a separate port on a hub (a hub is basically a multiport repeater) and we'd still have one single collision domain with four hosts in it.
The most common and most effective way to create multiple collision domains is to use a switch.
If we connect each of these four hosts to their own separate switch port, we would now have four separate collision domains, each with one host; each switch port actually acts as a single collision domain, making collisions between these four hosts impossible.
Passing the CCNA is all about knowing the details of how things work, and knowing CSMA/CD theory and how to define collision domains is one of the many details youve got to master.
In the next part of this CCNA tutorial, we'll take a look at broadcast domains, and how defining broadcast domains in the right places can dramatically cut down on unnecessary traffic on your network.
About the Author:
Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage (www.thebryantadvantage.com), home of FREE CCNA and CCNP tutorials and daily exam questions, as well as The Ultimate CCNA and CCNP Study Packages.
For a FREE copy of his latest e-books, "How To Pass The CCNA" or "How To Pass The CCNP", and for free daily exam question, visit the website and download your copies!
|