History of OSI Model
History of OSI Model
This is the layer responsible for opening and closing communication between
the two devices. The time between when the communication is opened and
closed is known as the session. The session layer ensures that the session stays
open long enough to transfer all the data being exchanged, and then promptly
closes the session in order to avoid wasting resources.
The session layer also synchronizes data transfer with checkpoints. For example,
if a 100 megabyte file is being transferred, the session layer could set a
checkpoint every 5 megabytes. In the case of a disconnect or a crash after 52
megabytes have been transferred, the session could be resumed from the last
checkpoint, meaning only 50 more megabytes of data need to be transferred.
Without the checkpoints, the entire transfer would have to begin again from
scratch.
Protocols
This layer, presentation Layer and application layer are combined in TCP/IP model.
This layer request for a logical connection which should be established on end
user's requirement. This layer handles all the important log-on or password
validation.
Session layer offers services like dialog discipline, which can be duplex or
half-duplex. It is mostly implemented in application environments that use
remote procedure calls.
This is the only layer that directly interacts with data from the user. Software
applications like web browsers and email clients rely on the application layer to
initiate communications. But it should be made clear that client software
applications are not part of the application layer; rather the application layer is
responsible for the protocols and data manipulation that the software relies on
to present meaningful data to the user. Application layer protocols
include HTTP as well as SMTP (Simple Mail Transfer Protocol is one of the
protocols that enables email communications).
Protocols:
ere, are some important differences between the OSI & TCP/IP model:
OSI model provides a clear distinction TCP/IP doesn't offer any clear
between interfaces, services, and distinguishing points between services,
protocols. interfaces, and protocols.
OSI uses the network layer to define TCP/IP uses only the Internet layer.
routing standards and protocols.
OSI model use two separate layers TCP/IP uses only one layer (link).
physical and data link to define the
functionality of the bottom layers
OSI model, the transport layer is only A layer of the TCP/IP model is both
connection-oriented. connection-oriented and connectionless.
In OSI model, data link layer and In TCP data link layer and physical layer
physical are separate layers. are combined as a single host-to-network
layer.
The minimum size of the OSI header is 5 Minimum header size is 20 bytes.
bytes.
Summary
The OSI Model is a logical and conceptual model that defines network
communication which is used by systems open to interconnection and
communication with other systems
In OSI model, layer should only be created where the definite levels of
abstraction are needed.
OSI layer helps you to understand communication over a network
In 1984, the OSI architecture was formally adopted by ISO as an
international standard