<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ill communications &#187; infrastructure</title>
	<atom:link href="http://illcommunications.com/tag/infrastructure/feed/" rel="self" type="application/rss+xml" />
	<link>http://illcommunications.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 04:12:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to the OSI model</title>
		<link>http://illcommunications.com/introduction-to-the-osi-model/</link>
		<comments>http://illcommunications.com/introduction-to-the-osi-model/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:17:59 +0000</pubDate>
		<dc:creator>Jeff Dimond</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Layer]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[OSI]]></category>
		<category><![CDATA[osi layers]]></category>
		<category><![CDATA[OSI model]]></category>
		<category><![CDATA[routers]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://illcommunications.com/?p=123</guid>
		<description><![CDATA[Knowledge of the OSI model is crucial in network troubleshooting. Not only is it important to have a good grasp on the OSI model for network troubleshooting, but also if you plan on pursuing any of the Cisco certifications. The OSI model will provide you with an excellent foundation on troubleshooting, giving you a starting [...]]]></description>
			<content:encoded><![CDATA[<p>Knowledge of the OSI model is crucial in network troubleshooting. Not only is it important to have a good grasp on the OSI model for network troubleshooting, but also if you plan on pursuing any of the Cisco certifications. The OSI model will provide you with an excellent foundation on troubleshooting, giving you a starting point, working your way through the model to find issues in network connectivity.</p>
<p>The Open Systems Interconnection (OSI) model consists of seven layers of network architecture. These layers are the Application, Presentation, Session, Transport, Network, Data-Link, and Physical layers. For the most part if you&#8217;re a network administrator, like me, most of your work will be concerned with the first three layers, Physical, Data-Link, and Network.</p>
<p>Now let&#8217;s break down the different OSI model layers and what they do:</p>
<h3><strong>Layer 7 &#8211; Application Layer</strong></h3>
<p>The Application layer is generally the closest to the end user. This is where the end user will interact with software in order to communicate across a network. General examples of this layer are telnet,  HTTP, FTP, SMTP.</p>
<h3><strong>Layer 6 &#8211; Presentation Layer</strong></h3>
<p>The Presentation layer is where the data from the Application layer is taken and encapsulated into a form of data that can be used for travel across a network. This layer converts data for use in the Application layer or the Session layer for use in the opposing layer.</p>
<h3><strong>Layer 5 &#8211; Session Layer</strong></h3>
<p>The Session Layer maintains communications or connections between nodes on a network. It establishes, maintains, and terminates. It can operate in full-duplex, half-duplex, or simplex operating modes. Any checkpointing or recovery operations in TCP usually happen on this layer. An example of this layer in action would be an application that uses RPC to execute actions in another address space remotely.</p>
<h3><strong>Layer 4 &#8211; Transport Layer</strong></h3>
<p>The Transport layer is where reliability is controlled through flow control, (de)segmentation, and error control. This is where all data is transfered between end users. Error checking happens on this layer and it can retransmit any failures. Examples of this implementations of this layer are TCP and UDP.</p>
<h3><strong>Layer 3 &#8211; Network Layer</strong></h3>
<p>The Network layer, my favorite, is where all routing happens on a network. This is where data is transferred to it&#8217;s destination across one or more networks. This is where routers operate. Data travels across this layer alot like traveling the highway system. Data flows between different routers (hops) to finally make it to it&#8217;s destination. The most known implementation of the Network layer is Internet Protocol or IP, as it is most called.</p>
<h3><strong>Layer 2 &#8211; Data-Link Layer </strong></h3>
<p>The Data-Link layer is where data is transfered between nodes on a network. This layer has the capability to detect and correct errors that might have occured on the Physical layer. One of the most well known implementations of this layer is Ethernet. You will find most network switches on this layer. The Data-Link layer provides a connection across the physical link by using vendor assigned hardware MAC address verses assigned IP addresses, like the Network layer does.</p>
<h3><strong>Layer 1 &#8211; Physical Layer</strong></h3>
<p>The Physical layer is where all electrical and physical connections are made. On this layer you will find cabling, hubs, and, network adapters to name a few. Where the Data-Link layer connects multiple nodes, the Physical layer is mostly concerned with connected a single device to the network medium.</p>
<p>That&#8217;s a rough introduction to the OSI model. There is a lot more theory of it, but I just wanted to give a quick overview.</p>
<p>All your troubleshooting efforts should start at layer 1, what I like to call &#8216;checking the basics&#8217;. Bypassing layer 1 can cost you alot of time in troubleshooting. I generally make sure cables are plugged in and all devices are powered on. A lot of times you may find a simple easy to correct issue here and save yourself alot of grief in troubleshooting the higher level layers. From there you can just work your way up the layers. This will provide good coverage of possible failures or misconfigurations across the network.</p>
<p>Some network administrators, including my self, talk of a &#8216;Layer 8&#8242;. This is the actual end user themself. I like to call this &#8216;operator head space and timing&#8217;. You should be able to judge and categorize your end users by level of knowledge if you&#8217;ve been working with them for some period of time. You can usually skip to &#8216;Layer 8&#8242; if you&#8217;re able to identify the issue with the end user from their complaint. This of course is not part of the Cisco certification process and has more to do with experience in dealing with end users, which you will learn on the job.</p>
]]></content:encoded>
			<wfw:commentRss>http://illcommunications.com/introduction-to-the-osi-model/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
