Tcp/Ip Protocol Suite
Tcp/Ip Protocol Suite
Tcp/Ip Protocol Suite
It is the lowest layer that is concerned with the physical transmission of data.
TCP/IP does not specifically define any protocol here but supports all the
standard protocols.
Internet Layer −
It defines the protocols for logical transmission of data over the network.
Application Layer −
This is the topmost layer and defines the interface of host programs
with the transport layer services.
This layer includes all high-level protocols like Telnet, DNS, HTTP,
FTP, SMTP, etc.
It accepts IP packets from the network layer and encapsulates them into frames.
It synchronizes the transmission of the frames as well as the bits making up the
frames, between the sender and the receiver.
It states the transmission mode, i.e. simplex, half duplex or full duplex
It states the topology of the network, i.e. bus, star, ring etc.
It routes each of the data packets independently from the source to the
destination, using the optimal route.
1) Internet Protocol, IP −
It can provide for a reliable connection. It can also carry out error
checking, flow control, and verification.
1) Transmission Control Protocol, TCP −
TCP also manages flow control so that a fast sender does not
overwhelm a slow receiver.
2 ) User Datagram Protocol, UDP −
The application layer is the highest abstraction layer of the TCP/IP model that
provides the interfaces and protocols needed by the users.
It combines the functionalities of the session layer, the presentation layer and
the application layer of the OSI model.
It provides user services like user login, naming network devices, formatting
messages, and e-mails, transfer of files etc.
It is also concerned with error handling and recovery of the message as a whole.
1) Hyper Text Transfer Protocol, HTTP −
It is the underlying protocol for world wide web.
5) TELNET −
It provides bi-directional text-oriented services for remote login
to the hosts over the network.