<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Comparison Between OSI And TCP / IP</title>
	<atom:link href="http://blog.wasiqansari.com/index.php/2009/06/comparison-between-osi-and-tcp-ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wasiqansari.com/index.php/2009/06/comparison-between-osi-and-tcp-ip/</link>
	<description>The New Blog of Latest News.</description>
	<lastBuildDate>Fri, 26 Aug 2011 06:20:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Siddu</title>
		<link>http://blog.wasiqansari.com/index.php/2009/06/comparison-between-osi-and-tcp-ip/comment-page-1/#comment-43</link>
		<dc:creator>Siddu</dc:creator>
		<pubDate>Sun, 09 Aug 2009 10:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wasiqansari.com/?p=12#comment-43</guid>
		<description>As it can be seen from the previous pages there are a number of comparisons which can be drawn between the  two models.  This section will therefore be focusing on highlighting the similarities and differences between the OSI and TCP/IP models.

SIMILARITIES
The main similarities between the two models include the following:

They share similar architecture. -    Both of the models share a similar architecture.  This can be illustrated by the fact that both of them are constructed with layers.

They share a common application layer.- Both of the models share a common &quot;application layer&quot;.  However in practice this layer includes different services depending upon each model.

Both models have comparable transport and network layers.- This can be illustrated by the fact that whatever functions are performed between the presentation and network layer of the OSI model similar functions are performed at the Transport layer of the TCP/IP model.

Knowledge of both models is required by networking professionals.- According to article obtained from the internet networking professionals &quot;need to know both models&quot;. (Source:

Both models assume that packets are switched.- Basically this means that individual packets may take differing paths in order to reach the same destination.

 
DIFFERENCES:
The main differences between the two models are as follows:

TCP/IP Protocols are considered to be standards around which the internet has developed.  The OSI model however is a &quot;generic, protocol- independent standard.&quot; 

TCP/IP combines the presentation and session layer issues into its application layer.

TCP/IP combines the OSI data link and physical layers into the network access layer.

TCP/IP appears to be a more simpler model and this is mainly due to the fact that it has fewer layers.

TCP/IP is considered to be a more credible model- This is mainly due to the fact because TCP/IP protocols are the standards around which the internet was developed therefore it mainly gains creditability due to this reason.  Where as in contrast networks are not usually built around the OSI model as it is merely used as a guidance tool.

The OSI model consists of 7 architectural layers whereas the TCP/IP only has 4 layers.</description>
		<content:encoded><![CDATA[<p>As it can be seen from the previous pages there are a number of comparisons which can be drawn between the  two models.  This section will therefore be focusing on highlighting the similarities and differences between the OSI and TCP/IP models.</p>
<p>SIMILARITIES<br />
The main similarities between the two models include the following:</p>
<p>They share similar architecture. &#8211;    Both of the models share a similar architecture.  This can be illustrated by the fact that both of them are constructed with layers.</p>
<p>They share a common application layer.- Both of the models share a common &#8220;application layer&#8221;.  However in practice this layer includes different services depending upon each model.</p>
<p>Both models have comparable transport and network layers.- This can be illustrated by the fact that whatever functions are performed between the presentation and network layer of the OSI model similar functions are performed at the Transport layer of the TCP/IP model.</p>
<p>Knowledge of both models is required by networking professionals.- According to article obtained from the internet networking professionals &#8220;need to know both models&#8221;. (Source:</p>
<p>Both models assume that packets are switched.- Basically this means that individual packets may take differing paths in order to reach the same destination.</p>
<p>DIFFERENCES:<br />
The main differences between the two models are as follows:</p>
<p>TCP/IP Protocols are considered to be standards around which the internet has developed.  The OSI model however is a &#8220;generic, protocol- independent standard.&#8221; </p>
<p>TCP/IP combines the presentation and session layer issues into its application layer.</p>
<p>TCP/IP combines the OSI data link and physical layers into the network access layer.</p>
<p>TCP/IP appears to be a more simpler model and this is mainly due to the fact that it has fewer layers.</p>
<p>TCP/IP is considered to be a more credible model- This is mainly due to the fact because TCP/IP protocols are the standards around which the internet was developed therefore it mainly gains creditability due to this reason.  Where as in contrast networks are not usually built around the OSI model as it is merely used as a guidance tool.</p>
<p>The OSI model consists of 7 architectural layers whereas the TCP/IP only has 4 layers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://blog.wasiqansari.com/index.php/2009/06/comparison-between-osi-and-tcp-ip/comment-page-1/#comment-42</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Sun, 09 Aug 2009 10:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wasiqansari.com/?p=12#comment-42</guid>
		<description>Before talking about Services, Interfaces and Protocols concepts, due to OSI Model, we could define these words :

Service : it tells only what the layer does, and not how entities above it access it or how the layer work.
Interfaces : it tells the processes above it how to access it, and specifies parameters and results.
Protocol : With this definition, the layer can characterize its own protocols, as many as he wants, and change them without affecting software in higher layers.

So we can introduce main differences between from these concepts :


OSI Model Reference


TCP/IP Model Reference

Service, interface
and protocol Service, interface and protocol are not clearly defined. For example, the only real services offered by the Internet layer are
- Send IP Packet
- Receive IP Packet Protocols in the OSI model are better hidden and can be replaced relatively easily as the technology changes, which is one of the main objective of layered protocols. Functionalities Because models were invented before protocols, functionalities put in each layer are not very optimized. In this case, the protocols have been invented before models, so the functionalities are perfectly described. Numbers of layers Seven layers, Network (Internet), Transport and Application layers being similar to TCP/IP Only four layers. Connectionless/
Connection-oriented communication Both connectionless and connection-oriented communication are supported in the network layer, but only connection-oriented communication in the transport layer. Only one mode in the network layer (connectionless) but both modes in the transport layer are supported, giving the users a choice.</description>
		<content:encoded><![CDATA[<p>Before talking about Services, Interfaces and Protocols concepts, due to OSI Model, we could define these words :</p>
<p>Service : it tells only what the layer does, and not how entities above it access it or how the layer work.<br />
Interfaces : it tells the processes above it how to access it, and specifies parameters and results.<br />
Protocol : With this definition, the layer can characterize its own protocols, as many as he wants, and change them without affecting software in higher layers.</p>
<p>So we can introduce main differences between from these concepts :</p>
<p>OSI Model Reference</p>
<p>TCP/IP Model Reference</p>
<p>Service, interface<br />
and protocol Service, interface and protocol are not clearly defined. For example, the only real services offered by the Internet layer are<br />
- Send IP Packet<br />
- Receive IP Packet Protocols in the OSI model are better hidden and can be replaced relatively easily as the technology changes, which is one of the main objective of layered protocols. Functionalities Because models were invented before protocols, functionalities put in each layer are not very optimized. In this case, the protocols have been invented before models, so the functionalities are perfectly described. Numbers of layers Seven layers, Network (Internet), Transport and Application layers being similar to TCP/IP Only four layers. Connectionless/<br />
Connection-oriented communication Both connectionless and connection-oriented communication are supported in the network layer, but only connection-oriented communication in the transport layer. Only one mode in the network layer (connectionless) but both modes in the transport layer are supported, giving the users a choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

