Difference between OSI and TCP/IP Model

Difference between OSI and TCP/IP Model

OSI Model
TCP/IP Model
  1. OSI is a reference model.
  2. The OSI model however is a generic independent standard.
  3. It has 7 layers.
  4. Transport layer guarantees delivery of packets.
  5. Horizontal approach.
  6. Separate presentation layer.
  7. Separate session layer.
  8. Network layer provides both connectionless and connection oriented services.
  9. It defines the services, interfaces and protocols very clearly and makes a clear distinction between them.
  10. The protocols are better hidden and can be easily replaced as the technology changes.
  11. OSI truly is a general model.
  12. It has a problem of protocol filtering into a model.

 

  1. TCP/IP is an implementation of OSI model
  2. TCP/IP Protocols are considered to be standards around which the internet has developed.
  3. It has 4 layers.
  4. Transport layer does not guarantee delivery of packets.
  5. Vertical approach.
  6. No presentation layer, characteristics are provided by application layer
  7. No session layer, characteristics are provided by transport layer.
  8. Network layer provides only connection less services.
  9. It does not clearly distinguishes between service interface and protocols
  10. It is not easy to replace the protocols.
  11. TCP/IP cannot be used for any other application.
  12. The model does not fit any protocol stack.

 

You may also like...

Leave a Reply