{"appState":{"pageLoadApiCallsStatus":true},"categoryState":{"relatedCategories":{"headers":{"timestamp":"2025-04-17T16:01:06+00:00"},"categoryId":33598,"data":{"title":"Cisco Programming","slug":"cisco-programming","image":{"src":null,"width":0,"height":0},"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"Cisco Programming","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33598"},"slug":"cisco-programming","categoryId":33598}],"parentCategory":{"categoryId":33592,"title":"Programming & Web Design","slug":"programming-web-design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"}},"childCategories":[],"description":"You probably know of Cisco as a major manufacturer of computer hardware. But all that hardware has to run on some kind of code. Check out our articles on Cisco-specific programming.","relatedArticles":{"self":"https://dummies-api.dummies.com/v2/articles?category=33598&offset=0&size=5"},"hasArticle":true,"hasBook":false,"articleCount":1,"bookCount":0},"_links":{"self":"https://dummies-api.dummies.com/v2/categories/33598"}},"relatedCategoriesLoadedStatus":"success"},"listState":{"list":{"count":1,"total":1,"items":[{"headers":{"creationTime":"2016-03-26T22:46:39+00:00","modifiedTime":"2016-03-26T22:46:39+00:00","timestamp":"2022-09-14T18:11:45+00:00"},"data":{"breadcrumbs":[{"name":"Technology","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33512"},"slug":"technology","categoryId":33512},{"name":"Programming & Web Design","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33592"},"slug":"programming-web-design","categoryId":33592},{"name":"Cisco","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33598"},"slug":"cisco-programming","categoryId":33598}],"title":"Getting to Know the OSI Model for the CCNA Exam","strippedTitle":"getting to know the osi model for the ccna exam","slug":"getting-to-know-the-osi-model-for-the-ccna-exam","canonicalUrl":"","seo":{"metaDescription":"The CCNA exam asks you to provide at least three reasons that the \"industry\" uses layered interconnection models. Examples of layered networking models include ","noIndex":0,"noFollow":0},"content":"<p>The CCNA exam asks you to provide at least three reasons that the \"industry\" uses layered interconnection models. Examples of layered networking models include the seven-layer OSI model (which you need to know inside and out) and the Department of Defense (DOD) five-layer model (which you don't). The basic reason for using a layered networking approach is that a layered model takes a task, such as data communications, and breaks it into a series of tasks, activities, or components, each of which is defined and developed independently.</p>\n<h2 id=\"tab1\" >Reasons for a layered model</h2>\n<p class=\"Tip\">Expect to see a question on the exam that asks you to identify the reasons a layered model is used in internetworking. Actually, a myriad of reasons exist for why a layered model is used, but you should memorize these possible responses:</p>\n<ul><li><b>Change:</b> When changes are made to one layer, the impact on the other layers is minimized. If the model consists of a single, all-encompassing layer, any change affects the entire model.</li></ul>\n<ul><li><b>Design:</b> A layered model defines each layer separately. As long as the interconnections between layers remain constant, protocol designers can specialize in one area (layer) without worrying about how any new implementations affect other layers.</li></ul>\n<ul><li><b>Learning:</b> The layered approach reduces a very complex set of topics, activities, and actions into several smaller, interrelated groupings. This makes learning and understanding the actions of each layer and the model generally much easier.</li></ul>\n<ul><li><b>Troubleshooting:</b> The protocols, actions, and data contained in each layer of the model relate only to the purpose of that layer. This enables troubleshooting efforts to be pinpointed on the layer that carries out the suspected cause of the problem.</li></ul>\n<ul><li><b>Standards:</b> Probably the most important reason for using a layered model is that it establishes a prescribed guideline for interoperability between the various vendors developing products that perform different data communications tasks. Remember, though, that layered models, including the OSI model, provide only a guideline and framework, not a rigid standard that manufacturers can use when creating their products. </li></ul>\n<!-- break -->\n<h2 id=\"tab2\" >The layers of the OSI model</h2>\n<p class=\"TechnicalStuff\">Under its official name, the Open Systems Interconnection Reference Model, or the OSI model, was developed by the International Organization for Standardization, which uses the abbreviation of ISO. And, yes, the full acronym of the OSI is ISO OSI.</p>\n<p>The OSI model is a layered model that describes how information moves from an application program running on one networked computer to an application program running on another networked computer. In essence, the OSI model prescribes the steps to be used to transfer data over a transmission medium from one networked device to another. The OSI model is a seven-layer model developed around five specific design principles:</p>\n<ul><li>Whenever a discrete level of abstraction is required, a new layer should be created.</li></ul>\n<ul><li>Each layer of the model should carry out a well-defined function.</li></ul>\n<ul><li>The function of each layer should define internationally standardized protocols.</li></ul>\n<ul><li>The boundaries of the layers should be placed to minimize the flow of information across interfaces. </li></ul>\n<ul><li>There should be a sufficient number of layers defined to prevent unnecessary grouping of functions and the number of layers should also be small enough so that the model remains manageable. </li></ul>\n<h3>Moving down through the layers</h3>\n<p>The OSI model breaks the network communications process into seven separate layers. From the top, or the layer closest to the user, down, these layers are:</p>\n<ul class=\"Remember article-ul-indent\"><li><b>Layer 7, Application:</b> The Application layer provides services to the software through which the user requests network services. Your computer application software is not on the Application layer. This layer isn't about applications and doesn't contain any applications. In other words, programs such as Microsoft Word or Corel are not at this layer, but browsers, FTP clients, and mail clients are.</li></ul>\n<!-- break -->\n<ul><li><b>Layer 6, Presentation:</b> This layer is concerned with data representation and code formatting.</li></ul>\n<ul><li><b>Layer 5, Session:</b> The Session layer establishes, maintains, and manages the communication session between computers.</li></ul>\n<ul><li><b>Layer 4, Transport:</b> The functions defined in this layer provide for the reliable transmission of data segments, as well as the disassembly and assembly of the data before and after transmission.</li></ul>\n<ul class=\"Remember article-ul-indent\"><li><b>Layer 3, Network:</b> This is the layer on which routing takes place, and, as a result, is perhaps the most important OSI layer to study for the CCNA test. The Network layer defines the processes used to route data across the network and the structure and use of logical addressing.</li></ul>\n<ul><li><b>Layer 2, Data Link:</b> As its name suggests, this layer is concerned with the linkages and mechanisms used to move data about the network, including the topology, such as Ethernet or Token Ring, and deals with the ways in which data is reliably transmitted.</li></ul>\n<ul><li><b>Layer 1, Physical:</b> The Physical layer's name says it all. This layer defines the electrical and physical specifications for the networking media that carry the data bits across a network. </li></ul>\n<h3>Other interesting OSI layer stuff</h3>\n<p class=\"Tip\">Layers 5 through 7 are generally referred to as the <i>upper layers</i>. Conversely, Layers 1 through 4 are collectively called the <i>lower layers</i>. Seems obvious, but you'll see these references on the test.</p>\n<p>You need to know the seven layers in sequence, either top-to-bottom or bottom-to-top. Here are some mnemonic phrases to help you remember the layers of the OSI model:</p>\n<ul><li><b>\"Please Do Not Throw Salami Pizza Away\"</b> — this works for bottom-to-top. If you don't like salami pizza, then how about seafood or spinach pizza instead?</li></ul>\n<ul><li><b>\"All People Seem To Need Data Processing\"</b> — a top-to-bottom reminder.</li></ul>\n<ul><li><b>\"APS Transports Network Data Physically\"</b> — APS refers to Application, Presentation, and Session. This one separates the upper and lower layer groups.</li></ul>\n<ul><li><b>\"Please Do Not Tell Secret Passwords Anytime\"</b> — Shh! Another bottom-to-top phrase. </li></ul>\n<h2 id=\"tab3\" >Packaging the data</h2>\n<p>Each layer of the OSI model formats the data it receives to suit the functions to be performed on that layer. In general, the package of data that moves through the layers is called a Protocol Data Unit (PDU). However, as the data is reformatted and repackaged, it takes on unique names on certain layers. Table 1 lists the name each layer uses to refer to a message.</p>\n<p class=\"Tip\">Absolutely memorize the information in Table 1 to the point that you can recite the data unit name associated with each of the OSI model's layers.</p>\n<p><b>Table 1: PDU Names on the Layers of the OSI Model</b></p>\n<table class=\"article-table\" cellpadding=\"7\"><tr class=\"article-table-row\"><td valign=\"top\"><p><b><i>OSI Layer</i></b></p>\n</td><td valign=\"top\"><p><b><i>PDU Name</i></b></p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Application</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Presentation</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Session</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Transport</p>\n</td><td valign=\"top\"><p>Segment</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Network</p>\n</td><td valign=\"top\"><p>Packet</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Data Link</p>\n</td><td valign=\"top\"><p>Frame</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Physical</p>\n</td><td valign=\"top\"><p>Bits</p>\n</td></tr>\n</table>","description":"<p>The CCNA exam asks you to provide at least three reasons that the \"industry\" uses layered interconnection models. Examples of layered networking models include the seven-layer OSI model (which you need to know inside and out) and the Department of Defense (DOD) five-layer model (which you don't). The basic reason for using a layered networking approach is that a layered model takes a task, such as data communications, and breaks it into a series of tasks, activities, or components, each of which is defined and developed independently.</p>\n<h2 id=\"tab1\" >Reasons for a layered model</h2>\n<p class=\"Tip\">Expect to see a question on the exam that asks you to identify the reasons a layered model is used in internetworking. Actually, a myriad of reasons exist for why a layered model is used, but you should memorize these possible responses:</p>\n<ul><li><b>Change:</b> When changes are made to one layer, the impact on the other layers is minimized. If the model consists of a single, all-encompassing layer, any change affects the entire model.</li></ul>\n<ul><li><b>Design:</b> A layered model defines each layer separately. As long as the interconnections between layers remain constant, protocol designers can specialize in one area (layer) without worrying about how any new implementations affect other layers.</li></ul>\n<ul><li><b>Learning:</b> The layered approach reduces a very complex set of topics, activities, and actions into several smaller, interrelated groupings. This makes learning and understanding the actions of each layer and the model generally much easier.</li></ul>\n<ul><li><b>Troubleshooting:</b> The protocols, actions, and data contained in each layer of the model relate only to the purpose of that layer. This enables troubleshooting efforts to be pinpointed on the layer that carries out the suspected cause of the problem.</li></ul>\n<ul><li><b>Standards:</b> Probably the most important reason for using a layered model is that it establishes a prescribed guideline for interoperability between the various vendors developing products that perform different data communications tasks. Remember, though, that layered models, including the OSI model, provide only a guideline and framework, not a rigid standard that manufacturers can use when creating their products. </li></ul>\n<!-- break -->\n<h2 id=\"tab2\" >The layers of the OSI model</h2>\n<p class=\"TechnicalStuff\">Under its official name, the Open Systems Interconnection Reference Model, or the OSI model, was developed by the International Organization for Standardization, which uses the abbreviation of ISO. And, yes, the full acronym of the OSI is ISO OSI.</p>\n<p>The OSI model is a layered model that describes how information moves from an application program running on one networked computer to an application program running on another networked computer. In essence, the OSI model prescribes the steps to be used to transfer data over a transmission medium from one networked device to another. The OSI model is a seven-layer model developed around five specific design principles:</p>\n<ul><li>Whenever a discrete level of abstraction is required, a new layer should be created.</li></ul>\n<ul><li>Each layer of the model should carry out a well-defined function.</li></ul>\n<ul><li>The function of each layer should define internationally standardized protocols.</li></ul>\n<ul><li>The boundaries of the layers should be placed to minimize the flow of information across interfaces. </li></ul>\n<ul><li>There should be a sufficient number of layers defined to prevent unnecessary grouping of functions and the number of layers should also be small enough so that the model remains manageable. </li></ul>\n<h3>Moving down through the layers</h3>\n<p>The OSI model breaks the network communications process into seven separate layers. From the top, or the layer closest to the user, down, these layers are:</p>\n<ul class=\"Remember article-ul-indent\"><li><b>Layer 7, Application:</b> The Application layer provides services to the software through which the user requests network services. Your computer application software is not on the Application layer. This layer isn't about applications and doesn't contain any applications. In other words, programs such as Microsoft Word or Corel are not at this layer, but browsers, FTP clients, and mail clients are.</li></ul>\n<!-- break -->\n<ul><li><b>Layer 6, Presentation:</b> This layer is concerned with data representation and code formatting.</li></ul>\n<ul><li><b>Layer 5, Session:</b> The Session layer establishes, maintains, and manages the communication session between computers.</li></ul>\n<ul><li><b>Layer 4, Transport:</b> The functions defined in this layer provide for the reliable transmission of data segments, as well as the disassembly and assembly of the data before and after transmission.</li></ul>\n<ul class=\"Remember article-ul-indent\"><li><b>Layer 3, Network:</b> This is the layer on which routing takes place, and, as a result, is perhaps the most important OSI layer to study for the CCNA test. The Network layer defines the processes used to route data across the network and the structure and use of logical addressing.</li></ul>\n<ul><li><b>Layer 2, Data Link:</b> As its name suggests, this layer is concerned with the linkages and mechanisms used to move data about the network, including the topology, such as Ethernet or Token Ring, and deals with the ways in which data is reliably transmitted.</li></ul>\n<ul><li><b>Layer 1, Physical:</b> The Physical layer's name says it all. This layer defines the electrical and physical specifications for the networking media that carry the data bits across a network. </li></ul>\n<h3>Other interesting OSI layer stuff</h3>\n<p class=\"Tip\">Layers 5 through 7 are generally referred to as the <i>upper layers</i>. Conversely, Layers 1 through 4 are collectively called the <i>lower layers</i>. Seems obvious, but you'll see these references on the test.</p>\n<p>You need to know the seven layers in sequence, either top-to-bottom or bottom-to-top. Here are some mnemonic phrases to help you remember the layers of the OSI model:</p>\n<ul><li><b>\"Please Do Not Throw Salami Pizza Away\"</b> — this works for bottom-to-top. If you don't like salami pizza, then how about seafood or spinach pizza instead?</li></ul>\n<ul><li><b>\"All People Seem To Need Data Processing\"</b> — a top-to-bottom reminder.</li></ul>\n<ul><li><b>\"APS Transports Network Data Physically\"</b> — APS refers to Application, Presentation, and Session. This one separates the upper and lower layer groups.</li></ul>\n<ul><li><b>\"Please Do Not Tell Secret Passwords Anytime\"</b> — Shh! Another bottom-to-top phrase. </li></ul>\n<h2 id=\"tab3\" >Packaging the data</h2>\n<p>Each layer of the OSI model formats the data it receives to suit the functions to be performed on that layer. In general, the package of data that moves through the layers is called a Protocol Data Unit (PDU). However, as the data is reformatted and repackaged, it takes on unique names on certain layers. Table 1 lists the name each layer uses to refer to a message.</p>\n<p class=\"Tip\">Absolutely memorize the information in Table 1 to the point that you can recite the data unit name associated with each of the OSI model's layers.</p>\n<p><b>Table 1: PDU Names on the Layers of the OSI Model</b></p>\n<table class=\"article-table\" cellpadding=\"7\"><tr class=\"article-table-row\"><td valign=\"top\"><p><b><i>OSI Layer</i></b></p>\n</td><td valign=\"top\"><p><b><i>PDU Name</i></b></p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Application</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Presentation</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Session</p>\n</td><td valign=\"top\"><p>Data</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Transport</p>\n</td><td valign=\"top\"><p>Segment</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Network</p>\n</td><td valign=\"top\"><p>Packet</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Data Link</p>\n</td><td valign=\"top\"><p>Frame</p>\n</td></tr>\n<tr class=\"article-table-row\"><td valign=\"top\"><p>Physical</p>\n</td><td valign=\"top\"><p>Bits</p>\n</td></tr>\n</table>","blurb":"","authors":[],"primaryCategoryTaxonomy":{"categoryId":33598,"title":"Cisco","slug":"cisco-programming","_links":{"self":"https://dummies-api.dummies.com/v2/categories/33598"}},"secondaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"tertiaryCategoryTaxonomy":{"categoryId":0,"title":null,"slug":null,"_links":null},"trendingArticles":[{"articleId":192609,"title":"How to Pray the Rosary: A Comprehensive Guide","slug":"how-to-pray-the-rosary","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/192609"}},{"articleId":208741,"title":"Kabbalah For Dummies Cheat Sheet","slug":"kabbalah-for-dummies-cheat-sheet","categoryList":["body-mind-spirit","religion-spirituality","kabbalah"],"_links":{"self":"/articles/208741"}},{"articleId":230957,"title":"Nikon D3400 For Dummies Cheat Sheet","slug":"nikon-d3400-dummies-cheat-sheet","categoryList":["home-auto-hobbies","photography"],"_links":{"self":"/articles/230957"}},{"articleId":235851,"title":"Praying the Rosary and Meditating on the Mysteries","slug":"praying-rosary-meditating-mysteries","categoryList":["body-mind-spirit","religion-spirituality","christianity","catholicism"],"_links":{"self":"/articles/235851"}},{"articleId":284787,"title":"What Your Society Says About You","slug":"what-your-society-says-about-you","categoryList":["academics-the-arts","humanities"],"_links":{"self":"/articles/284787"}}],"inThisArticle":[{"label":"Reasons for a layered model","target":"#tab1"},{"label":"The layers of the OSI model","target":"#tab2"},{"label":"Packaging the data","target":"#tab3"}],"relatedArticles":{"fromBook":[],"fromCategory":[]},"hasRelatedBookFromSearch":false,"relatedBook":{"bookId":0,"slug":null,"isbn":null,"categoryList":null,"amazon":null,"image":null,"title":null,"testBankPinActivationLink":null,"bookOutOfPrint":false,"authorsInfo":null,"authors":null,"_links":null},"collections":[],"articleAds":{"footerAd":"<div class=\"du-ad-region row\" id=\"article_page_adhesion_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_adhesion_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;cisco-programming&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-6322196163dfc\"></div></div>","rightAd":"<div class=\"du-ad-region row\" id=\"article_page_right_ad\"><div class=\"du-ad-unit col-md-12\" data-slot-id=\"article_page_right_ad\" data-refreshed=\"false\" \r\n data-target = \"[{&quot;key&quot;:&quot;cat&quot;,&quot;values&quot;:[&quot;technology&quot;,&quot;programming-web-design&quot;,&quot;cisco-programming&quot;]},{&quot;key&quot;:&quot;isbn&quot;,&quot;values&quot;:[null]}]\" id=\"du-slot-63221961647a2\"></div></div>"},"articleType":{"articleType":"Articles","articleList":null,"content":null,"videoInfo":{"videoId":null,"name":null,"accountId":null,"playerId":null,"thumbnailUrl":null,"description":null,"uploadDate":null}},"sponsorship":{"sponsorshipPage":false,"backgroundImage":{"src":null,"width":0,"height":0},"brandingLine":"","brandingLink":"","brandingLogo":{"src":null,"width":0,"height":0},"sponsorAd":"","sponsorEbookTitle":"","sponsorEbookLink":"","sponsorEbookImage":{"src":null,"width":0,"height":0}},"primaryLearningPath":"Advance","lifeExpectancy":null,"lifeExpectancySetFrom":null,"dummiesForKids":"no","sponsoredContent":"no","adInfo":"","adPairKey":[]},"status":"publish","visibility":"public","articleId":200003}],"_links":{"self":{"self":"https://dummies-api.dummies.com/v2/categories/33598/categoryArticles?sortField=time&sortOrder=1&size=10&offset=0"}}},"objectTitle":"","status":"success","pageType":"article-category","objectId":"33598","page":1,"sortField":"time","sortOrder":1,"categoriesIds":[],"articleTypes":[],"filterData":{"categoriesFilter":[{"itemId":0,"itemName":"All Categories","count":1}],"articleTypeFilter":[{"articleType":"All Types","count":1},{"articleType":"Articles","count":1}]},"filterDataLoadedStatus":"success","pageSize":10},"adsState":{"pageScripts":{"headers":{"timestamp":"2025-04-17T15:50:01+00:00"},"adsId":0,"data":{"scripts":[{"pages":["all"],"location":"header","script":"<!--Optimizely Script-->\r\n<script src=\"https://cdn.optimizely.com/js/10563184655.js\"></script>","enabled":false},{"pages":["all"],"location":"header","script":"<!-- comScore Tag -->\r\n<script>var _comscore = _comscore || [];_comscore.push({ c1: \"2\", c2: \"15097263\" });(function() {var s = document.createElement(\"script\"), el = document.getElementsByTagName(\"script\")[0]; s.async = true;s.src = (document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\") + \".scorecardresearch.com/beacon.js\";el.parentNode.insertBefore(s, el);})();</script><noscript><img src=\"https://sb.scorecardresearch.com/p?c1=2&c2=15097263&cv=2.0&cj=1\" /></noscript>\r\n<!-- / comScore Tag -->","enabled":true},{"pages":["all"],"location":"footer","script":"<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->\r\n<script type='text/javascript'>\r\n(function(){var g=function(e,h,f,g){\r\nthis.get=function(a){for(var a=a+\"=\",c=document.cookie.split(\";\"),b=0,e=c.length;b<e;b++){for(var d=c[b];\" \"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};\r\nthis.set=function(a,c){var b=\"\",b=new Date;b.setTime(b.getTime()+6048E5);b=\"; expires=\"+b.toGMTString();document.cookie=a+\"=\"+c+b+\"; path=/; \"};\r\nthis.check=function(){var a=this.get(f);if(a)a=a.split(\":\");else if(100!=e)\"v\"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(\":\"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case \"v\":return!1;case \"r\":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(\":\")),!c}return!0};\r\nthis.go=function(){if(this.check()){var a=document.createElement(\"script\");a.type=\"text/javascript\";a.src=g;document.body&&document.body.appendChild(a)}};\r\nthis.start=function(){var t=this;\"complete\"!==document.readyState?window.addEventListener?window.addEventListener(\"load\",function(){t.go()},!1):window.attachEvent&&window.attachEvent(\"onload\",function(){t.go()}):t.go()};};\r\ntry{(new g(100,\"r\",\"QSI_S_ZN_5o5yqpvMVjgDOuN\",\"https://zn5o5yqpvmvjgdoun-wiley.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_5o5yqpvMVjgDOuN\")).start()}catch(i){}})();\r\n</script><div id='ZN_5o5yqpvMVjgDOuN'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>\r\n<!--END WEBSITE FEEDBACK SNIPPET-->","enabled":false},{"pages":["all"],"location":"header","script":"<!-- Hotjar Tracking Code for http://www.dummies.com -->\r\n<script>\r\n (function(h,o,t,j,a,r){\r\n h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\r\n h._hjSettings={hjid:257151,hjsv:6};\r\n a=o.getElementsByTagName('head')[0];\r\n r=o.createElement('script');r.async=1;\r\n r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\r\n a.appendChild(r);\r\n })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\r\n</script>","enabled":false},{"pages":["article"],"location":"header","script":"<!-- //Connect Container: dummies --> <script src=\"//get.s-onetag.com/bffe21a1-6bb8-4928-9449-7beadb468dae/tag.min.js\" async defer></script>","enabled":true},{"pages":["homepage"],"location":"header","script":"<meta name=\"facebook-domain-verification\" content=\"irk8y0irxf718trg3uwwuexg6xpva0\" />","enabled":true},{"pages":["homepage","article","category","search"],"location":"footer","script":"<!-- Facebook Pixel Code -->\r\n<noscript>\r\n<img height=\"1\" width=\"1\" src=\"https://www.facebook.com/tr?id=256338321977984&ev=PageView&noscript=1\"/>\r\n</noscript>\r\n<!-- End Facebook Pixel Code -->","enabled":true}]}},"pageScriptsLoadedStatus":"success"},"navigationState":{"navigationCollections":[{"collectionId":287568,"title":"BYOB (Be Your Own Boss)","hasSubCategories":false,"url":"/collection/for-the-entry-level-entrepreneur-287568"},{"collectionId":293237,"title":"Be a Rad Dad","hasSubCategories":false,"url":"/collection/be-the-best-dad-293237"},{"collectionId":295890,"title":"Career Shifting","hasSubCategories":false,"url":"/collection/career-shifting-295890"},{"collectionId":294090,"title":"Contemplating the Cosmos","hasSubCategories":false,"url":"/collection/theres-something-about-space-294090"},{"collectionId":287563,"title":"For Those Seeking Peace of Mind","hasSubCategories":false,"url":"/collection/for-those-seeking-peace-of-mind-287563"},{"collectionId":287570,"title":"For the Aspiring Aficionado","hasSubCategories":false,"url":"/collection/for-the-bougielicious-287570"},{"collectionId":291903,"title":"For the Budding Cannabis Enthusiast","hasSubCategories":false,"url":"/collection/for-the-budding-cannabis-enthusiast-291903"},{"collectionId":299891,"title":"For the College Bound","hasSubCategories":false,"url":"/collection/for-the-college-bound-299891"},{"collectionId":291934,"title":"For the Exam-Season Crammer","hasSubCategories":false,"url":"/collection/for-the-exam-season-crammer-291934"},{"collectionId":301547,"title":"For the Game Day Prepper","hasSubCategories":false,"url":"/collection/big-game-day-prep-made-easy-301547"}],"navigationCollectionsLoadedStatus":"success","navigationCategories":{"books":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/books/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/books/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/books/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/books/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/books/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/books/level-0-category-0"}},"articles":{"0":{"data":[{"categoryId":33512,"title":"Technology","hasSubCategories":true,"url":"/category/articles/technology-33512"},{"categoryId":33662,"title":"Academics & The Arts","hasSubCategories":true,"url":"/category/articles/academics-the-arts-33662"},{"categoryId":33809,"title":"Home, Auto, & Hobbies","hasSubCategories":true,"url":"/category/articles/home-auto-hobbies-33809"},{"categoryId":34038,"title":"Body, Mind, & Spirit","hasSubCategories":true,"url":"/category/articles/body-mind-spirit-34038"},{"categoryId":34224,"title":"Business, Careers, & Money","hasSubCategories":true,"url":"/category/articles/business-careers-money-34224"}],"breadcrumbs":[],"categoryTitle":"Level 0 Category","mainCategoryUrl":"/category/articles/level-0-category-0"}}},"navigationCategoriesLoadedStatus":"success"},"searchState":{"searchList":[],"searchStatus":"initial","relatedArticlesList":[],"relatedArticlesStatus":"initial"},"routeState":{"name":"ArticleCategory","path":"/category/articles/cisco-programming-33598/","hash":"","query":{},"params":{"category":"cisco-programming-33598"},"fullPath":"/category/articles/cisco-programming-33598/","meta":{"routeType":"category","breadcrumbInfo":{"suffix":"Articles","baseRoute":"/category/articles"},"prerenderWithAsyncData":true},"from":{"name":null,"path":"/","hash":"","query":{},"params":{},"fullPath":"/","meta":{}}},"profileState":{"auth":{},"userOptions":{},"status":"success"}}
Logo
  • Articles Open Article Categories
  • Books Open Book Categories
  • Collections Open Collections list
  • Custom Solutions

Article Categories

Book Categories

Collections

Explore all collections
BYOB (Be Your Own Boss)
Be a Rad Dad
Career Shifting
Contemplating the Cosmos
For Those Seeking Peace of Mind
For the Aspiring Aficionado
For the Budding Cannabis Enthusiast
For the College Bound
For the Exam-Season Crammer
For the Game Day Prepper
Log In
  • Home
  • Technology Articles
  • Programming & Web Design Articles
  • Cisco Programming Articles

Cisco Programming Articles

You probably know of Cisco as a major manufacturer of computer hardware. But all that hardware has to run on some kind of code. Check out our articles on Cisco-specific programming.

Articles From Cisco Programming

Filter Results

1 results
1 results
Cisco Getting to Know the OSI Model for the CCNA Exam

Article / Updated 03-26-2016

The CCNA exam asks you to provide at least three reasons that the "industry" uses layered interconnection models. Examples of layered networking models include the seven-layer OSI model (which you need to know inside and out) and the Department of Defense (DOD) five-layer model (which you don't). The basic reason for using a layered networking approach is that a layered model takes a task, such as data communications, and breaks it into a series of tasks, activities, or components, each of which is defined and developed independently. Reasons for a layered model Expect to see a question on the exam that asks you to identify the reasons a layered model is used in internetworking. Actually, a myriad of reasons exist for why a layered model is used, but you should memorize these possible responses: Change: When changes are made to one layer, the impact on the other layers is minimized. If the model consists of a single, all-encompassing layer, any change affects the entire model. Design: A layered model defines each layer separately. As long as the interconnections between layers remain constant, protocol designers can specialize in one area (layer) without worrying about how any new implementations affect other layers. Learning: The layered approach reduces a very complex set of topics, activities, and actions into several smaller, interrelated groupings. This makes learning and understanding the actions of each layer and the model generally much easier. Troubleshooting: The protocols, actions, and data contained in each layer of the model relate only to the purpose of that layer. This enables troubleshooting efforts to be pinpointed on the layer that carries out the suspected cause of the problem. Standards: Probably the most important reason for using a layered model is that it establishes a prescribed guideline for interoperability between the various vendors developing products that perform different data communications tasks. Remember, though, that layered models, including the OSI model, provide only a guideline and framework, not a rigid standard that manufacturers can use when creating their products. The layers of the OSI model Under its official name, the Open Systems Interconnection Reference Model, or the OSI model, was developed by the International Organization for Standardization, which uses the abbreviation of ISO. And, yes, the full acronym of the OSI is ISO OSI. The OSI model is a layered model that describes how information moves from an application program running on one networked computer to an application program running on another networked computer. In essence, the OSI model prescribes the steps to be used to transfer data over a transmission medium from one networked device to another. The OSI model is a seven-layer model developed around five specific design principles: Whenever a discrete level of abstraction is required, a new layer should be created. Each layer of the model should carry out a well-defined function. The function of each layer should define internationally standardized protocols. The boundaries of the layers should be placed to minimize the flow of information across interfaces. There should be a sufficient number of layers defined to prevent unnecessary grouping of functions and the number of layers should also be small enough so that the model remains manageable. Moving down through the layers The OSI model breaks the network communications process into seven separate layers. From the top, or the layer closest to the user, down, these layers are: Layer 7, Application: The Application layer provides services to the software through which the user requests network services. Your computer application software is not on the Application layer. This layer isn't about applications and doesn't contain any applications. In other words, programs such as Microsoft Word or Corel are not at this layer, but browsers, FTP clients, and mail clients are. Layer 6, Presentation: This layer is concerned with data representation and code formatting. Layer 5, Session: The Session layer establishes, maintains, and manages the communication session between computers. Layer 4, Transport: The functions defined in this layer provide for the reliable transmission of data segments, as well as the disassembly and assembly of the data before and after transmission. Layer 3, Network: This is the layer on which routing takes place, and, as a result, is perhaps the most important OSI layer to study for the CCNA test. The Network layer defines the processes used to route data across the network and the structure and use of logical addressing. Layer 2, Data Link: As its name suggests, this layer is concerned with the linkages and mechanisms used to move data about the network, including the topology, such as Ethernet or Token Ring, and deals with the ways in which data is reliably transmitted. Layer 1, Physical: The Physical layer's name says it all. This layer defines the electrical and physical specifications for the networking media that carry the data bits across a network. Other interesting OSI layer stuff Layers 5 through 7 are generally referred to as the upper layers. Conversely, Layers 1 through 4 are collectively called the lower layers. Seems obvious, but you'll see these references on the test. You need to know the seven layers in sequence, either top-to-bottom or bottom-to-top. Here are some mnemonic phrases to help you remember the layers of the OSI model: "Please Do Not Throw Salami Pizza Away" — this works for bottom-to-top. If you don't like salami pizza, then how about seafood or spinach pizza instead? "All People Seem To Need Data Processing" — a top-to-bottom reminder. "APS Transports Network Data Physically" — APS refers to Application, Presentation, and Session. This one separates the upper and lower layer groups. "Please Do Not Tell Secret Passwords Anytime" — Shh! Another bottom-to-top phrase. Packaging the data Each layer of the OSI model formats the data it receives to suit the functions to be performed on that layer. In general, the package of data that moves through the layers is called a Protocol Data Unit (PDU). However, as the data is reformatted and repackaged, it takes on unique names on certain layers. Table 1 lists the name each layer uses to refer to a message. Absolutely memorize the information in Table 1 to the point that you can recite the data unit name associated with each of the OSI model's layers. Table 1: PDU Names on the Layers of the OSI Model OSI Layer PDU Name Application Data Presentation Data Session Data Transport Segment Network Packet Data Link Frame Physical Bits

View Article

Quick Links

  • About For Dummies
  • Contact Us
  • Activate Online Content

Connect

About Dummies

Dummies has always stood for taking on complex concepts and making them easy to understand. Dummies helps everyone be more knowledgeable and confident in applying what they know. Whether it's to pass that big test, qualify for that big promotion or even master that cooking technique; people who rely on dummies, rely on it to learn the critical skills and relevant information necessary for success.

Copyright @ 2000-2024 by John Wiley & Sons, Inc., or related companies. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.

Terms of Use
Privacy Policy
Cookies Settings
Do Not Sell My Personal Info - CA Only