The Osi Model: International Standards Organization (ISO)
The Osi Model: International Standards Organization (ISO)
The Osi Model: International Standards Organization (ISO)
Note
Makes sure that the data arrives without errors, in the proper sequence and in a
reliable condition.
Functions:
◦ Port addressing, The network layer gets each packet to the correct computer;
the transport layer gets the entire message to the correct process on that
computer.
◦ Segmentation and reassembly: a message is divided into transmittable
segments, each having a sequence number
◦ Connection control: The transport layer can be either connectionless or
connection-oriented.
◦ Flow control
◦ Error control
Transport Layer
◦ Synchronization
The session layer synchronizes user tasks by placing checkpoints in the data
stream.
The checkpoints break the data into smaller groups for error detection. It
allows information of different streams, perhaps originating from different
sources, to be properly combined or synchronized.
An example application is web conferencing, in which the streams of audio
and video must be synchronous to avoid so-called lip synch problems. It
ensures that the person displayed on screen is the current speaker.
Session Layer
Presentation layer
The presentation layer is responsible for
translation, compression, and encryption.
Deals with the actual formatting of the
data.
◦ For example, data might be converted from
EBCDIC to ASCII formatting so that the
receiving node can understand it.
Presentation Layer
3
Note
Header
PDU’s own particular opening component
Identifies the protocol in use, the sender and intended recipient