OSI Layers
OSI Layers
OSI Layers
Each layer performs a specific task and builds upon the preceding
layer until the communications are complete.
The OSI model breaks down the problems involved in moving data
from one computer to another computer. Open Systems Interconnection
model categorizes these hundreds of problems to Seven Layers. A layer in
Open Systems Interconnection model is a portion that is used to categorize
specific problems.
1
2
The physical layer is the lowest layer. It deals with the physical
characteristics of the transmission medium. The physical layer defines the
means of transmitting raw bits rather than logical data packets over a
physical link connecting network nodes.
3
Converts bits into electronic signals for outgoing messages
This layer manages the interface between the the computer and the network
medium.
Services
Bit-by-bit or symbol-by-symbol delivery
Modulation
Line coding
Bit synchronization
Circuit switching
Multiplexing
4
The data link layer or layer 2 is the second layer of the seven-layer
OSI model of computer networking. This layer is the protocol layer that
transfers data between adjacent network nodes in a wide area network or
between nodes on the same local area network segment. Handles special
data frames between the network layer and the physical layer.
The data link layer provides the transfer of data between network
entities. It detect and possibly correct errors that may occur in the physical
layer.
At the receiving end, this layer packages raw data from the physical
layer into data frames for delivery to the network layer.
At the sending end this layer handles conversion of data into raw
formats that can be handled by the physical layer
5
The data link layer provides access to the networking media and it
enables the data to locate its intended destination on a network.
Services
Encapsulation
Frame synchronization
Logical link control (Error & Flow control)
6
The network layer is responsible for packet forwarding including
routing through intermediate routers, since it knows the address of
neighbouring network nodes, and it also manages quality of service , and
forwards local host domain messages to the Transport layer.
It also defines how routing works and how routes are learned so
that the packets can be delivered.
7
Handles addressing messages for delivery.
This layer also handles the decisions needed to get data from one point
to the next point along a network path .
Functions
Connection model
Host addressing
Message forwarding
8
The transport layer regulates information flow to ensure the
processto- process delivery between host applications reliably and
accurately.
The transport layer segments data from the sending host's system
and reassembles the data into a data stream on the receiving host's system.
Services
Authentication
Authorization
Session restoration
12