0% found this document useful (0 votes)
52 views36 pages

2 - Chapter Two - Data Communication Layers

The document discusses data communication layers and the OSI reference model. It describes the seven layers of the OSI model and the functions of each layer, including the physical, data link, network, transport, session, presentation, and application layers. It also covers the TCP/IP model and how it combines some of the OSI layers and differs from the OSI model.

Uploaded by

gebremariam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views36 pages

2 - Chapter Two - Data Communication Layers

The document discusses data communication layers and the OSI reference model. It describes the seven layers of the OSI model and the functions of each layer, including the physical, data link, network, transport, session, presentation, and application layers. It also covers the TCP/IP model and how it combines some of the OSI layers and differs from the OSI model.

Uploaded by

gebremariam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 36

Chapter two

 Data Communication Layers

1
OSI reference model

Tuesday, September 28, 2021 2


OSI Reference Model:
The Open Systems Interconnection reference model is
a layered, abstract representation created as a
guideline for network protocol design.
The OSI model divides the networking process into
seven logical layers, each of which has unique
functionality and to which are assigned specific
services and protocols.
In this model, information is passed from one layer to
the next, starting at the Application layer on the
transmitting host, proceeding down the hierarchy to
the Physical layer, then passing over the
communications channel to the destination host,
where the information proceeds back up the hierarchy,
ending at the Application layer.
Tuesday, September 28, 2021 3
The seven layers of OSI model
•Data flow is divided into
seven smaller and
manageable steps.
•What devices operate at
each layer.

•As a result, you will


understand how to trouble
shoot network problems.
Tuesday, September 28, 2021 4
Functions of each layer

Tuesday, September 28, 2021 5


Application Layer

The Application layer, Layer seven, is


the top layer of both the OSI and TCP/IP
models.
It is the layer that provides the interface
between the applications we use to
communicate and the underlying network
over which our messages are transmitted

Tuesday, September 28, 2021 6


:The application layer
•Provides services to user’s
applications.
•Ensures the availability of
intended communication partner.
•Ensures the existence of
sufficient network resources (ex.
NIC).
•Synchronizes and establishes
agreement on error recovery.
Tuesday, September 28, 2021
•Data integrity. 7
Tuesday, September 28, 2021 8
The Presentation layer has three primary functions:

I. Coding and conversion of Application


layer data to ensure that data from the
source device can be interpreted by the
appropriate application on the
destination device.
II.Compression of the data in a manner that
can be decompressed by the destination
device.
III.Encryption of the data for transmission
and the decryption of data upon receipt
by the destination.
Tuesday, September 28, 2021 9
:The Presentation layer

•services to user’s applications.


•Data format.
•Insures data is readable by the
receiving system.
•Translates between different
data formats.
•Compression /decompression

Tuesday, September 28, 2021


•Encryption/ decryption. 10
Session Layer

As the name of the Session layer implies,


functions at this layer create and maintain
dialogs between source and destination
applications.
 The Session layer handles the exchange of
information to initiate dialogs, keep them
active, and to restart sessions that are
disrupted or idle for a long period of time.

Tuesday, September 28, 2021 11


:The session layer

•services to user’s applications.


•Data format.
•Establishes, manages and
terminates commun. between
presentation layer entities.
•Dialog management
(half/full duplex).
Tuesday, September 28, 2021 12
Session layer cont…
•Provisions for efficient data transmission.

•Reporting of session, presentation and


application layer errors (errors above
transport layer).
•Synchronization (checkpoints).

Tuesday, September 28, 2021 13


Transport layer
The Transport layer provides for the segmentation of
data and the control necessary to reassemble these
pieces into the various communication streams. Its
primary responsibilities to accomplish this are:
Tracking the individual communication between
applications on the source and destination hosts
Segmenting data and managing each piece
Reassembling the segments into streams of application
data
Identifying the different applications

Tuesday, September 28, 2021 14


:The transport layer

services to user’s applications


Data format.
Dialog and conversations.
End - to - end services.
•Segmentation /
reassembly
•Reliability :

Tuesday, September 28, 2021 15


•Transport Layer Cont…
error recovery
windows.
Flow control :
 Establishes , manages and terminates
virtual circuits (not physical circuits).
Shields the upper layers from transport
details.
acknowledgment.
Tuesday, September 28, 2021 16
:The network layer

services to user’s applications.


Data format.
Dialog and conversations.
•Reliability, error recovery.
• IP addressing.
•Path selection.
•Packet routing.

Tuesday, September 28, 2021 17


:The data link layer
•services to user’s applications.
•Data format.
•Dialog and conversations.
•Reliability, error recovery.
•Addressing / path selection.
•Point –to- point services.
•Physical addressing.

Tuesday, September 28, 2021 18


Data link layer cont…

•Media access control.


•Network topology.
•Error detection.
•Flow control.
•Framing.
•Reliability over the physical link.

Tuesday, September 28, 2021 19


:The physical layer
•services to user’s applications.
•Data format.
•Dialog and conversations.
•Reliability, error recovery.
•Addressing / path selection.
•Framing, access control.
•Binary transmission.
•Data rate.
•Distances.

Tuesday, September 28, 2021 20


Physical Layer Cont…

•Electrical characteristics of physical medium.


•Pin assignment.
•Timing of bits.
•Voltage levels

Tuesday, September 28, 2021 21


encapsulation

Tuesday, September 28, 2021 22


Encapsulation wraps data with necessary protocol
information before transit.

Data stream

Data stream

Data stream
Data Data Data
header Data

header header Data trail


(peer-to-peer communication- PDUs)

00111101010011010101011100011001

Tuesday, September 28, 2021 23


Tuesday, September 28, 2021 24
TCP / IP model

Tuesday, September 28, 2021 25


•The U.S. Department of Defense (DoD)
created the TCP/IP reference model because
it wanted a network that could survive any
conditions, even a nuclear war.
•The main purpose was to move packets
from any point to any other point regardless
of the condition of any particular node.

Tuesday, September 28, 2021 26


Tuesday, September 28, 2021 27
:The application layer
•Session and Presentation layers are thin.
•TCP/IP model combines the functions of
the upper three layers into one layer.

Tuesday, September 28, 2021 28


:The transport layer
Deals with QoS issues (TCP protocol):
• reliability:
Error recovery.
Acknowledgment.

• flow control:
Sliding windows.
TCP – connection oriented protocol.

Tuesday, September 28, 2021 29


:The internet layer
• path determination.

•Packet switching.

•IP addressing.
•Connectionless services (unreliable).

Tuesday, September 28, 2021 30


:The network-access layer
•Host-network layer.

•Combines the functions of physical and


data link layers.

•It includes the WAN and LAN technology.

Tuesday, September 28, 2021 31


:TCP / IP protocol graph

Tuesday, September 28, 2021 32


Similarities:
both have layers
both have application layers.
both have comparable transport and network layers
packet-switched (not circuit-switched) technology is
assumed
 networking professionals need to know both
Tuesday, September 28, 2021 33
Differences
TCP/IP combines the presentation and session layer issues
into its application layer
TCP/IP combines the OSI data link and physical layers into
one layer
TCP/IP appears simpler because it has fewer layers
TCP/IP protocols are the standards around which the
Internet developed, so the TCP/IP model gains credibility
just because of its protocols. In contrast, typically networks
aren't built on the OSI protocol, even though the OSI model
isTuesday,
used as a28, guide. 
September 2021 34
OSI OSI Layer TC TCP/IP Layer Encapsu
# Name P/ Name l. Units .
IP# data
application 4 application
7
presentation 4 application data
6
session 4 application data
5
transport 3 transport segment
4
network 2 internet packet
3 Data link frame
1 Netw. access
2 physical 1 Netw. access bits
Tuesday, September 28, 2021 35
Thank u .
End of Chapter two.

Tuesday, September 28, 2021 36

You might also like