TCP/IP Protocol & Layers Explained With Model Diagram

tcp/ip protocol

In this tutorial on computer networks, you’re going to learn the TCP/IP protocol and its layers with the help of proper diagrams and examples.

Let’s Get Started, Happy learning!

What is TCP/IP Protocol?

The full form of TCP/IP protocol is Transmission Control Protocol and Internet Protocol. The department of defence developed the protocol of TCP/IP. This model is based upon two standard protocols, such as internet protocol and transmission control protocol. The IP and TCP protocols together are called TCP/IP protocols in computer networks.

It is a four-layer model, as the OSI reference model is a service layer protocol. The following diagram shows the comparison of the layers of the TCP/IP and OSI model. The protocol of TCP/IP is also called the TCP/IP model or TCP IP reference model.

tcp/ip protocol layers

How does TCP/IP Model Work?

It carried information on the internet in the form of packets. The IP protocol is used to put the message into a packet. Each packet has the address of the sender and receiver. These addresses are known as IP address. 

Using TCP/IP protocol, we divide a single large message into a sequence of packets. The packets are passed through one network to another until they reach their destination. At the destination, The TCP software reassembles the packets into a complete message.

TCP/IP Model Layers

TCP/IP uses layers to perform functionality. Each layer has its own responsibility and function in order to send data from one network to another network. The TCP/ Model is divided into four layers, as follows.

  1. Host to Network layer.
  2. Internet layer.
  3. Transport layer.
  4. Application layer.

Host to Network Layer

This is the lowest layer in the TCP/IP protocol. The physical and data link layer combined is called a host to the network layer in a protocol of TCP/IP. 

The host connects to the network using some protocols so that it can send the IP packets over the network. The TCP/IP model does not define any protocol at a host to the network layer. These protocols vary from host to host and network to network.

Internet Layer

The layer in between the host to network and transport layer is called the internet layer. The task of this layer is to allow the host to insert packets into any network and make them travel independently to the destination. 

The order in which the packets are received can differ from the order in which they were sent. Internet layers use protocols such as ICMP, IP, ARP and IGMP.

IP–The full form of IP is an internet protocol, and it is a host to host network-layer delivery protocol. The protocol assigns the IP address to the sender and receiver.

Transport Layer

In the TCP/IP protocol, a layer above the internet layer is called the transport layer. The two protocols: TCP and UDP (user datagram protocol) are used in this layer. The transmission control protocol is a connection-oriented protocol, and it is used to transmit byte streams. 

TCP also handles the flow control. UDP is a connectionless protocol used for those applications in which delivery is a must.

Application Layer

The layer on the top of the transport layer is called the application layer. It works as an interaction between users and applications. All high-level protocols are related to this layer, such as FTP, DNS, HTTP and SMTP.

FTP–The full form of FTP is the file transfer protocol. FTP is based on the client-server model and is used to transfer files from one host to another.

HTTP- The full form of HTTP is the hypertext transfer protocol. It is used to transfer webpage from a web server to web clients. It is responsible for making a request and connection, closing the connection.

SMTP– The full form of SMTP is a simple mail transfer protocol. It is used to transfer mail between mail servers over the internet.

Merits of TCP/IP Protocol

  • It uses the client-server model, which is highly scalable.
  • It helps to set up a connection between the different types of computers.
  • It supports routing protocols.
  • TCP/IP protocol can work independently.

Demerits of TCP/IP Protocol

  • The protocol TCP/IP does not clearly distinguish the concepts of service, interface, and protocols.
  • The host to network layer is not a layer it is simply an interface.
  • The TCP/IP protocol does not even mention the physical and data link layers.

TCP/IP Model vs OSI Model

The following table shows the difference between the TCP/IP protocol and the OSI model.

OSI ModelTCP/IP
It has 7 layers.It has 4 layers.
The transport layer guarantees the delivery of packets.The transport layer does not guarantee the delivery of packets
It uses a horizontal approach.It uses a vertical approach.
It has a separate session layer.It has no session layer, the transport layer provides characteristics.
It has a separate presentation layer.It has no presentation layer, the application layer provides characteristics.
The network layer provides both connectionless and connection-oriented services.The network layer provides only connectionless services.
The protocols are better hidden and can be easily replaced as technology changes.It is difficult to replace the protocols in the TCP/IP protocol.
It defines the service, interfaces and protocols clearly and distinguishes between them.It does not clearly distinguish between service, interfaces, and protocols.
OSI is truly a general model.TCP/IP cannot be used for any other applications.
It has a problem of fitting protocol into a model.The model does not fit any other protocol stack.

What are your thoughts?

Have you enjoyed this tutorial on TCP/IP Protocol? If you have any queries, then let me know in the comment section.

Leave a Comment