OSI vs TCP/IP Model in Computer Networking – Explained in details

In this article, we will discuss the differences between OSI and TCP/IP models. Both models help us to understand the data flow between sender and receiver using different networking protocols. Let’s discuss both of them in more detail.

osi-vs-tcp-ip-model

Below, a diagram will help you to understand both models in a better way.

osi-and-tcp-ip-model-layers

Understand OSI vs TCP/IP Model in detail

In this table, we have discussed some major differences between TCP/IP and OSI models.

S.No.OSI ModelTCP/IP Model
1.OSI Stands for Open System Interconnection.TCP/IP stands for Transmission Control Protocol / Internet Protocol.
2.7 Different Layers.4 Different Layers.
3.It is developed by ISO (International Standard Organisation)It is developed by DoD (Department of Defense).
4.Conceptual ModelUsed in actual data transmission between different computers.
5.It is a not Tangible model.It is a Tangible Model.
Recommended:  IPv4 : Internet Protocol Version 4 (Explained with Header)

Although we have discussed both in separate articles, you can find the common details below.

TCP/IP Model

TCP/IP is a protocol stack that was developed by the DoD (Department of Defense). It was developed before the OSI Model. Unlike the OSI model, it has 4 different layers. Network traffic is generated on the application layer by the source and then it follows all of the TCP/IP model layers and then it sends to the receiver. Below are the TCP/IP model layers:

  • Application
  • Transport
  • Internet
  • Link

OSI Model

OSI model has 7 different layers. Unlike the TCP/IP Model, this model provides a conceptual view of data flow between various computers. However, this is not a practical model, so it does not have practical usage. Below are the OSI Model layers:

  • Application
  • Presentation
  • Session
  • Transport
  • Network
  • Data Link
  • Physical
Recommended:  IPv4 : Different Classes and Address

Related Articles to TCP/IP and OSI Model

Reference

Summary

TCP/IP is a protocol suite, which is used during data transmission over the network. TCP/IP was developed by DoD and has 4 different layers. On the other hand, OSI is a reference model, which has 7 different layers. OSI helps us to understand the data flow between different protocols.

Is this article is helpful? Please share it social media platforms and show us some love:)

1 Comment

  1. I get that TCP/IP came before the OSI model but it seems the way I understand it (correct me if i’m wrong) is that the OSI model is the full model with all 7 layers and the TCP/IP model is basically only concerned with layers 3 and 4 of the OSI model. What role does TCP/IP do in the other layers that isn’t done by OSI?

    It seems like the TCP/IP is part of the whole and OSI is the whole. The TCP Protocol is used in the Transport layer and the IP Protocol is used in the Network/Internet layer and to my understanding, that’s it for TCP/IP. I get that it has to send and receive data to the application and network interface layers but the TCP/IP don’t do anything on the other layers do they?

    That’s my understanding anyway, if someone could correct me if i’m wrong. Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *