What is TCP/IP Model? Compare OSI Model and TCP/IP Model?
campbell123 19-March-2009 04:06:58 PM

Comments



Posted by steve10


Although the TCP/IP protocol can be fit into the OSI model, it actually uses its own model, which is slightly different. Remember that the OSI model is intended to be a standardized framework, and TCP/IP was originated as a proprietary Department of Defense protocol. It stands to reason that there will be some variances from the official OSI stack. The following section describes these differences.

The TCP/IP model has only four layers:

• Application
• Transport
• Internet
• Network interface

OSI Layers 5, 6, and 7 have been amalgamated into a single layer called the application layer. The Application layer features all the same protocols as found in OSI Layer 7: Telnet, FTP, TFTP, SMTP, SNMP, and so on. The transport layer is equivalent to OSI Layer 4. TCP and UDP are located here.

The Internet layer corresponds to OSI Layer 3. IP, ARP, and ICMP are the primary protocols here.

Layer 1 and 2 are fused into the network interface layer. This is confusing because it is illogical to have a protocol software stack define a physical interface; just remember that the TCP/IP model is a logical framework, and the fact that physical standards are included is necessary because it must connect to the media at some point. The TCP/IP model uses the same definitions for Network Interface standards as the OSI model does for data link and physical layers.
Posted by sabastian


Please visit:

en.wikipedia.org/wiki/TCP/IP_model
Posted by sagitraz



Posted: 20-March-2009 03:15:47 AM By: sagitraz

Please visit:

en.wikipedia.org/wiki/TCP/IP_model

Posted: 20-March-2009 12:19:55 PM By: sabastian

Although the TCP/IP protocol can be fit into the OSI model, it actually uses its own model, which is slightly different. Remember that the OSI model is intended to be a standardized framework, and TCP/IP was originated as a proprietary Department of Defense protocol. It stands to reason that there will be some variances from the official OSI stack. The following section describes these differences.

The TCP/IP model has only four layers:

• Application
• Transport
• Internet
• Network interface

OSI Layers 5, 6, and 7 have been amalgamated into a single layer called the application layer. The Application layer features all the same protocols as found in OSI Layer 7: Telnet, FTP, TFTP, SMTP, SNMP, and so on. The transport layer is equivalent to OSI Layer 4. TCP and UDP are located here.

The Internet layer corresponds to OSI Layer 3. IP, ARP, and ICMP are the primary protocols here.

Layer 1 and 2 are fused into the network interface layer. This is confusing because it is illogical to have a protocol software stack define a physical interface; just remember that the TCP/IP model is a logical framework, and the fact that physical standards are included is necessary because it must connect to the media at some point. The TCP/IP model uses the same definitions for Network Interface standards as the OSI model does for data link and physical layers.

Posted: 20-March-2009 12:21:25 PM By: steve10