TCP IP Model
TCP IP Model
Here, hierarchical means that each upper-layer protocol is supported by two or more
lower-level protocols.
Internet Layer
IP Protocol: IP protocol is used in this layer, and it is the most significant part of the
entire TCP/IP suite.
ICMP Protocol
The two protocols used in the transport layer are User Datagram protocol and
Transmission control protocol.
Application Layer
DNS: DNS stands for Domain Name System. An IP address is used to identify the
connection of a host to the internet uniquely. But, people prefer to use the names
instead of addresses. Therefore, the system that maps the name to the address is
known as Domain Name System.
o FTP: FTP stands for File Transfer Protocol. FTP is a standard internet protocol used for
transmitting the files from one computer to another computer.
It stands for Open System Interconnection. It stands for Transmission Control Protocol.
OSI model has been developed by ISO (International It was developed by ARPANET (Advanced
Standard Organization). Research Project Agency Network).
It is an independent standard and generic protocol It consists of standard protocols that lead to the
used as a communication gateway between the development of an internet. It is a communication
network and the end user. protocol that provides the connection among the
hosts.
In the OSI model, the transport layer provides a The transport layer does not provide the surety
guarantee for the delivery of the packets. for the delivery of packets. But still, we can say
that it is a reliable model.
This model is based on a vertical approach. This model is based on a horizontal approach.
In this model, the session and presentation layers are In this model, the session and presentation layer
separated, i.e., both the layers are different. are not different layers. Both layers are included
in the application layer.
It is also known as a reference model through which It is an implemented model of an OSI model.
various networks are built. For example, the TCP/IP
model is built from the OSI model. It is also referred to
as a guidance tool.
In this model, the network layer provides both The network layer provides only connectionless
connection-oriented and connectionless service. service.
Protocols in the OSI model are hidden and can be easily In this model, the protocol cannot be easily
replaced when the technology changes. replaced.
OSI model defines the services, protocols, and In the TCP/IP model, services, protocols, and
interfaces as well as provides a proper distinction interfaces are not properly separated. It is
between them. It is protocol independent. protocol dependent.
The usage of this model is very low. This model is highly used.
It provides standardization to the devices like router, It does not provide the standardization to the
motherboard, switches, and other hardware devices. devices. It provides a connection between various
computers.