Tutorial - 5 TCP-IP
Tutorial - 5 TCP-IP
Tutorial - 5 TCP-IP
Internet Protocol
This tutorial on TCP/IP is broken up into the following sections:
M The origins of TCP/IP
M The TCP/IP Model
M The Internet Layers
The TCP/IP model differs from the OSI model in that it consists of just four and not seven
layers. The TCP/IP and the OSI models were developed concurrently, and each model has
contributed to the development of the other.
Host-to-Host Layer
This layer is primarily responsible for data integrity between the sender host and receiver
host regardless of the path or distance used to convey the message. Communications
errors are detected and corrected at this level. It has two protocols associated with it, these
being:
M User Data Protocol (UDP), that is a minimum security and basic protocol used
for higher layer port addressing, defining the length and also a checksum. It
offers minimal protocol overhead.
M Transmission Control Protocol (TCP) that has vastly improved protection and
error control. This protocol, the TCP component of TCP/IP, is the heart of the
TCP/IP suite of applications. It provides a very reliable method of transferring
data in an 8-bit data format, known as octets, between two applications.