What is TCP/IP Reference Model? What is its use ?What are the advantage and disadvantage of TCP/IP ?

What is TCP/IP Reference Model?

TCP/IP means transmission control protocol and internet protocol. Protocols are set of rules which govern every possible communication over the internet. These protocols describe the movement of data between the host computers or internet. These offer simple naming and addressing schemes.

What is TCP/IP Reference Model

What is TCP/IP Reference Model?

Layer 1: Host-to-network Layer

  1. The lowest layer of them all.
  2. The protocol is used to connect the host so that the packets can be sent over it.
  3. Varies host to host and network to network.

Layer 2: Internet Layer

  1. Selection of a packet switching network which is based on a connectionless internetwork layer is called an internet layer.
  2. It the layer which holds the whole architecture together.
  3. It allows the host to insert the packets.
  4. It helps the packet to travel independently to the destination.
  5. Order in which packets are received is different from the way they are sent.
  6. IP (internet protocol) is used in this layer.

Layer 3: Transport Layer

  1. It decides if data transmission should be on a parallel path or single path.
  2. Functions such as multiplexing, segmenting or splitting into the data done by layer four that is transport layer.
  3. Transport layer breaks the message (data) into small units so that they are handled more efficiently by the network layer.
  4. Functions of the transport layer are same as the OSI model.
  5. The transport layer also arranges the packets sent in sequence.

Layer 4: Application Layer

  1. Protocols used in this layer are high-level protocols such as TELNET, FTP (file transfer protocol etc.
READ  What is Internet Protocol ? Difference between IPv4 & IPv6

The advantage of TCP/IP model

  1. It operated independently.
  2. It is scalable.
  3. Client/server architecture.
  4. Supports a number of routing protocols.
  5. Can be used to establish a connection between two computers.

The disadvantage of TCP/IP

  1. In this, the transport layer does not guarantee delivery of packets.
  2. The model cannot be used in any other application.
  3. Replacing protocol is not easy.
  4. It has not clearly separated its services, interfaces, and protocols.

Leave a Reply

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