{"id":34,"date":"2012-06-20T17:55:18","date_gmt":"2012-06-20T17:55:18","guid":{"rendered":"https:\/\/learncisco.net\/index.php\/challenges-of-shared-lans\/"},"modified":"2023-01-30T15:23:21","modified_gmt":"2023-01-30T08:23:21","slug":"challenges-of-shared-lans","status":"publish","type":"page","link":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html","title":{"rendered":"Collision Domain and Broadcast Domain"},"content":{"rendered":"

This lesson helps us understand the challenges of using shared technologies like Ethernet. We will introduce you to use some of the requirements related to distance limitations and connectivity devices. Those devices include hubs, but we will focus on switches, and how they deal with collisions by defining collision domains.<\/p>\n

LAN Segment Limitations<\/h2>\n

We have seen how different flavors of Ethernet, according to the media type, will have different segment lengths and will attenuate the signal at different distances. These limitations will affect how you design the Ethernet network and what type of device you use in order to extend those distance limitations. For example, twisted-pair cabling will attenuate the signal after a 100 m, while some flavors of fiberoptic cabling will attenuate the signal after dozens of kilometers.<\/p>\n

\"Extending<\/p>\n

Part of the job of some network elements is not only to aggregate and connect multiple machines but also extend the distance limitations by repeating or amplifying the signal. A hub is such a device which is traditionally used in Ethernet LANs in the early days, but it does not have the intelligence to manage bandwidth and multiple concurrent conversations efficiently. When the hub receives a signal, it will simply repeat that signal across all of the available ports. There are two problems with that: one, it will not process or have awareness of sources and destinations and so all machines will see all traffic from all other machines. This is inefficient and it will degrade performance for all machines. The second problem is that all machines share the same bandwidth, although each device connected to the hub will have its own cable in connecting to that hub, all of the devices compete for the same bandwidth.<\/span><\/p>\n

Collision Domains<\/h2>\n

Each hub represents one collision domain. A collision domain is defined by the number of machines and connecting devices that will be impacted by the jam signals that result from collisions. If you remember, your carrier sends multiple access collision detection theories behind Ethernet; every time two machines try to speak at the same time, they will sense a channel, notice the collision, and then send a jam signal to let everybody else know that they should not transmit at this time. In the case of a hub, all connected devices will see the jam signal and will stop transmitting. This type of environment with collisions will degrade performance and slow down the network. This is similar to multiple people trying to speak at the same time in a conference call. They will notice that they are interrupting each other and stop talking in trying to avoid the collision.<\/p>\n

\"Collision<\/p>\n

A solution to this is the addition of switches. In a switch, each port represents a collision domain. So the scope of the collision affects only that machine. In fact, you could say that in a switched environment, there are no collisions. One other thing that the switch adds is the intelligence to only forward traffic with knowledge of the sources and destinations. In other words, although the switch floods the traffic the first time it sees a source or destination, it will soon enough learn about the location of those sources and destinations in relevance or relative to the ports where those machines are located. After learning, the switch will not flood, but simply send packets to the intended destination only on the ports where those destinations reside.<\/p>\n

Broadcast Domains<\/h2>\n

Another important concept is that of broadcast domains. A broadcast domain is defined as the number of machines that will be affected by a broadcast, in other words, the number of machines that will see and process the broadcast. One hub represents one broadcast domain and similarly one switch will also represent one broadcast domain, at least initially. So although the switches resolve the problems of collisions, they will steal flood broadcasts and that will also degrade performance. One solution to this is splitting the network into multiple broadcast domains represented by different virtual LANs or VLANs.<\/p>\n","protected":false},"excerpt":{"rendered":"This lesson helps us understand the challenges of using shared technologies like Ethernet. We will introduce you to use some of the requirements related to distance limitations and connectivity devices. Those devices include hubs, but we will focus on switches, and how they deal with collisions by defining collision domains. LAN Segment Limitations We have … Read more<\/a>","protected":false},"author":5,"featured_media":0,"parent":30,"menu_order":18,"comment_status":"closed","ping_status":"closed","template":"cisco-page.php","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"yoast_head":"\nCollision Domain and Broadcast Domain - learncisco.net<\/title>\n<meta name=\"description\" content=\"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Collision Domain and Broadcast Domain - learncisco.net\" \/>\n<meta property=\"og:description\" content=\"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html\" \/>\n<meta property=\"og:site_name\" content=\"learncisco.net\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-30T08:23:21+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html\",\"url\":\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html\",\"name\":\"Collision Domain and Broadcast Domain - learncisco.net\",\"isPartOf\":{\"@id\":\"https:\/\/www.learncisco.net\/#website\"},\"datePublished\":\"2012-06-20T17:55:18+00:00\",\"dateModified\":\"2023-01-30T08:23:21+00:00\",\"description\":\"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.learncisco.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cisco Certification Courses\",\"item\":\"https:\/\/www.learncisco.net\/courses.html\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CCNA 200-301\",\"item\":\"https:\/\/www.learncisco.net\/courses\/cisco-ccna.html\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Ethernet LANs\",\"item\":\"https:\/\/www.learncisco.net\/courses\/cisco-ccna\/ethernet-lans.html\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Challenges of Shared LANs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.learncisco.net\/#website\",\"url\":\"https:\/\/www.learncisco.net\/\",\"name\":\"learncisco.net\",\"description\":\"Free online tests for the Cisco CCNA and CCNP exams. Test yourself with more than 4300 different questions.\",\"publisher\":{\"@id\":\"https:\/\/www.learncisco.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.learncisco.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.learncisco.net\/#organization\",\"name\":\"learncisco.net\",\"url\":\"https:\/\/www.learncisco.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png\",\"contentUrl\":\"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png\",\"width\":154,\"height\":24,\"caption\":\"learncisco.net\"},\"image\":{\"@id\":\"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Collision Domain and Broadcast Domain - learncisco.net","description":"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html","og_locale":"en_US","og_type":"article","og_title":"Collision Domain and Broadcast Domain - learncisco.net","og_description":"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.","og_url":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html","og_site_name":"learncisco.net","article_modified_time":"2023-01-30T08:23:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html","url":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html","name":"Collision Domain and Broadcast Domain - learncisco.net","isPartOf":{"@id":"https:\/\/www.learncisco.net\/#website"},"datePublished":"2012-06-20T17:55:18+00:00","dateModified":"2023-01-30T08:23:21+00:00","description":"This article explains the collision and broadcast domain, which helps in understanding the challenges of using shared technologies.","breadcrumb":{"@id":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.learncisco.net\/courses\/icnd-1\/ethernet-lans\/challenges-of-shared-lans.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.learncisco.net\/"},{"@type":"ListItem","position":2,"name":"Cisco Certification Courses","item":"https:\/\/www.learncisco.net\/courses.html"},{"@type":"ListItem","position":3,"name":"CCNA 200-301","item":"https:\/\/www.learncisco.net\/courses\/cisco-ccna.html"},{"@type":"ListItem","position":4,"name":"Ethernet LANs","item":"https:\/\/www.learncisco.net\/courses\/cisco-ccna\/ethernet-lans.html"},{"@type":"ListItem","position":5,"name":"Challenges of Shared LANs"}]},{"@type":"WebSite","@id":"https:\/\/www.learncisco.net\/#website","url":"https:\/\/www.learncisco.net\/","name":"learncisco.net","description":"Free online tests for the Cisco CCNA and CCNP exams. Test yourself with more than 4300 different questions.","publisher":{"@id":"https:\/\/www.learncisco.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.learncisco.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.learncisco.net\/#organization","name":"learncisco.net","url":"https:\/\/www.learncisco.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png","contentUrl":"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png","width":154,"height":24,"caption":"learncisco.net"},"image":{"@id":"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/34"}],"collection":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":2,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":1169,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/34\/revisions\/1169"}],"up":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/30"}],"wp:attachment":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/media?parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}