{"id":1400,"date":"2014-10-23T12:10:30","date_gmt":"2014-10-23T16:10:30","guid":{"rendered":"http:\/\/www.gtcomm.net\/blog\/?p=1400"},"modified":"2018-01-12T13:54:01","modified_gmt":"2018-01-12T18:54:01","slug":"the-osi-model-explained","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/","title":{"rendered":"The OSI Model Explained"},"content":{"rendered":"<h1>The OSI Model Explained<\/h1>\n<p style=\"text-align: center;\">\n<p>Looking to communicate between multiple computers over the network? Conceptually, the way that this is done between two applications can be described using the Open Systems Interconnection model (OSI). <!--more-->This describes a series of layers that take an application from one end user or service to another, and potentially back again. First defined in 1978 and later refined in 1984, there are seven layers in the model. It is important to point out again that this is a conceptual model. Networking protocols like TCP\/IP may not explicitly use the model, but it is often described using the seven layers of the OSI model. Here is a look at each, from a top-down approach.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-1401 alignnone\" title=\"The seven layers of the OSI model\" alt=\"7 layers OSI\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/7-layers-OSI.jpg\" width=\"475\" height=\"367\" \/><\/p>\n<h2>Layer 7: Application Layer<\/h2>\n<p>The easiest layer to understand is the application layer. It is how the user directly interacts with the network. Using a well-defined protocol like Hypertext Transfer Protocol (HTTP), you communicate between applications. You typically don\u2019t care how the HTTP command travels under the covers between applications; you just know that when you send an HTTP command, the application (or Web server) at the other end knows how to process it. Domain Name System (DNS), Simple Mail Transport Protocol (SMTP), Telnet, File Transport Protocol (FTP) and Dynamic Host Configuration Protocol (DHCP) are all examples of application layer protocols.<\/p>\n<h2>Layer 6: Presentation Layer<\/h2>\n<p>The presentation layer takes the data from the application format, and then it converts it to the networking format, potentially encrypting or compressing the data representation. Nowadays, application and presentation layers may be combined to use XML or JSON for transport of data between applications. ASCII or Unicode can also be thought of as presentation layer examples, as each side needs to know how the networking commands are encoded. Other examples include Multi-Purpose Internet Mail Extensions (MIME) for email and the Secure Socket Sockets Layer (SSL) and Transport Layer Security (TLS) for data encryption.<\/p>\n<h2>Layer 5: Session Layer<\/h2>\n<p>The session layer is probably the least understood, as people tend to think of sessions maintained within the application layer, like the session of a browser. This layer is not that. Instead, it keeps multiple processes within an end-user application in sync. For instance, with something like a Skype video call, you need to keep the audio and video tracks in sync or else it looks like an old kung fu movie dubbed in English. The session layer helps keep track of synchronization points within the exchanged information. There is also a mechanism for checkpointing and recovery of sessions, though that is one aspect of the Session Layer that TCP\/IP doesn\u2019t take advantage of.<\/p>\n<h2>Layer 4: Transport Layer<\/h2>\n<p>In the OSI world, the transport layer provides a reliable means of sending data between two systems. With TCP\/IP, it is the TCP side of the house. It provides the error correction, ordering, retransmission processing to make sure the session layer data gets from point A to point B. It makes sure your data gets delivered, like the post office. It doesn\u2019t care what is inside, but gets the job done. As the U.S. Postal Service (USPS) creed says: Neither snow nor rain nor heat nor gloom of night stays these couriers from the swift completion of their appointed rounds.<\/p>\n<h2>Layer 3: Network Layer<\/h2>\n<p>The networking layer takes the complete data needed to transport across the network and breaks it up into packets or datagrams that are individually addressed for delivery. In the TCP\/IP world, this is literally the IP side.<\/p>\n<h2>Layer 2: Data Link Layer<\/h2>\n<p>The data link layer provides a reliable data connection between two systems. It makes sure each packet created by the networking layer is transmitted successfully. If an error occurs during transmission, it is corrected and retransmitted. Ethernet, Wi-Fi, Token Ring, LACP (IEEE 802.3ad), and PPP are commonly known link layer protocols.<\/p>\n<h2>Layer 1: Physical Layer<\/h2>\n<p>The physical layer is probably the one most people are familiar with. It describes the protocol of\u00a0how data goes from machine A to machine B. It defines how electrical signals (bits) are sent, received, and processed by physical equipment. Think ISDN, DSL, Coaxial Cable, Twisted Pair, or Optical Fiber here.<\/p>\n<p>Nowadays, you tend not to think about much below the transport layer when communicating over the Internet. Everything is typically done using well-defined protocols that work on top of TCP\/IP typically. However, everything still tends to be described in terms of layers of the OSI model.<\/p>\n<p>Doing a complete mapping of the OSI model to the TCP\/IP model will change the seven OSI layers to just four with TCP\/IP. You will still find the Application layer at the top, but that literally replaces the top three layers of the OSI model, including all of the Presentation and Session layers. The Transport layer keeps its place, handling Host-to-Host connectivity. This is the Transfer Control Protocol (TCP) if you want reliable communications, or User Datagram Protocol (UDP) if unreliable is OK. Think video streaming with the latter, where it might be OK to lose a frame. The Network layer is now the Internet layer, handling the IP part of TCP\/IP, either IPv4 or the newer IPv6. Below that is the Network Access layer, replacing the Data Link and Physical layers in the OSI model. If it is hard to grasp the actual differences between these two layers of the OSI model, you&#8217;ll appreciate the single true layer in the TCP\/IP model.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>The OSI Model Explained Looking to communicate between multiple computers over the network? Conceptually, the way that this is done between two applications can be described using the Open Systems Interconnection model (OSI).<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":4,"featured_media":1402,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,65],"tags":[7,8],"class_list":["post-1400","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-software","tag-hardware","tag-web-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The OSI Model Explained - Globo.Tech<\/title>\n<meta name=\"description\" content=\"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.\" \/>\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.globo.tech\/learning-center\/the-osi-model-explained\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The OSI Model Explained - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2014-10-23T16:10:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-12T18:54:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Eric Simard\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Simard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/\",\"name\":\"The OSI Model Explained - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg\",\"datePublished\":\"2014-10-23T16:10:30+00:00\",\"dateModified\":\"2018-01-12T18:54:01+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/2202ee355cd2897b4751d2f3ffcd56f1\"},\"description\":\"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg\",\"contentUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg\",\"width\":500,\"height\":340},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The OSI Model Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/2202ee355cd2897b4751d2f3ffcd56f1\",\"name\":\"Eric Simard\",\"description\":\"I am Eric Simard, best father in the world and account manager at GloboTech Communications located in the beautiful city of Montreal. Passionate about the hosting world and technologies, I take great pleasure in offering the best solutions for my clients. Follow me through my journey in the exciting hosting world on my different blogs!\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The OSI Model Explained - Globo.Tech","description":"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.","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.globo.tech\/learning-center\/the-osi-model-explained\/","og_locale":"en_US","og_type":"article","og_title":"The OSI Model Explained - Globo.Tech","og_description":"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.","og_url":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/","og_site_name":"Globo.Tech","article_published_time":"2014-10-23T16:10:30+00:00","article_modified_time":"2018-01-12T18:54:01+00:00","og_image":[{"width":500,"height":340,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg","type":"image\/jpeg"}],"author":"Eric Simard","twitter_misc":{"Written by":"Eric Simard","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/","url":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/","name":"The OSI Model Explained - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage"},"image":{"@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg","datePublished":"2014-10-23T16:10:30+00:00","dateModified":"2018-01-12T18:54:01+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/2202ee355cd2897b4751d2f3ffcd56f1"},"description":"The Open Systems Interconnection model (OSI) defines a networking framework to implement protocols in seven layers. Here are the layers explained.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#primaryimage","url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg","contentUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2014\/10\/the_7_layers_of_the_osi_model.jpg","width":500,"height":340},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/the-osi-model-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"The OSI Model Explained"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/2202ee355cd2897b4751d2f3ffcd56f1","name":"Eric Simard","description":"I am Eric Simard, best father in the world and account manager at GloboTech Communications located in the beautiful city of Montreal. Passionate about the hosting world and technologies, I take great pleasure in offering the best solutions for my clients. Follow me through my journey in the exciting hosting world on my different blogs!","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/1400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=1400"}],"version-history":[{"count":7,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/1400\/revisions"}],"predecessor-version":[{"id":4067,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/1400\/revisions\/4067"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media\/1402"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=1400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=1400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=1400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}