OSI Modle Understanding The Seven Layers of Computer
OSI Modle Understanding The Seven Layers of Computer
computer Networks
OSI MODEL is designed and it is used to understand how the data is transfered
from one computer to another in a computer network.
1|Page
Network follows a protocol to implement the transmission and reception of data
over a network medium (eg. Coaxial cable or LAN cable)
2|Page
OVERVIEW OF SEVEN LAYERS OF COMPUTER NETWORK:
OSI MODEL BY LAYERS
If one computer is based on Microsoft windows and the other is based on MAC
OS Then how these computers are going to communicate with each other .
3|Page
OSI model
Protocol data
Layer Function[6]
unit (PDU)
Host
layers
Managing communication sessions, i.e. continuous
5 Session exchange of information in the form of multiple back-and-
forth transmissions between two nodes
4|Page
layers
Reliable transmission of data frames between two nodes
2 Data link Frame connected by a physical layer
There are dozens of Application layer protocals like HTTP, HTTPs, FTP , SMTP ,
Telnet as shown in the Aplication layer chart.
5|Page
Text book : It is the highest layer in the OSI model . Login, Password checking ,
file transfer, etc., are some of the function’s of the application layer. The
application layer contains a variety of protocols that are commonly needed by
users. One widely-used application protocol is HTTP ( Hyper Text Transfer
Protocol ), which is the basis for the World Wide Web.
This data is in the form of correctors and numbers . These correctors and
numbers are converted into machine understandable format eg ASCII -------
EBCDIC . This function of presentation layer is called translation.
Before data is transmitted presentation layer reduces the number of bits that are
used to represent the original data this bit reduction process is called data
compression and it can be LOSSEY or LOSELESS
6|Page
Data compression is used to reduce the amount of space used to store the
original file. Presentation layer is very helpful in real time audio and video
screaming.
7|Page
To maintain the integratiy of data data is Encrypted. Encryption enhances the
security of encryption data . In sender side data is Encrypted and at the receiver
side data is Decrypted. Secure socket layer(SSL) is used for Encryption and
Decryption.
Text book : Presentation layer is concerned with the syntax and sematics of the
information transmitted. In order to make it possible for computers with different
data representation to communicate, the data structures to be exchanged can be
defined.
8|Page
Layer 5 : Session layer
Server perform the function called Authentication. Once the user name and
password are matched the session connects your computer and server.
9|Page
Session layer helps in session management , Authentication and Authorization.
Text book : Allows two application to establish , use and disconnect a connection
between them called a session. Provides for name recognition and additional
function like security, which are needed to allow applications to communicate
over the network.
1. Application : computer
2. Application : server
Point : Now we are downloading the file from the server . server starts sending
the data at 50Mbbs whis is greater than the rate our mobile composes. So mobile
phone with the help of transport layer can tells the server to slow down data
transmission rate upto 10Mbbs so that no data gets lost.
10 | P a g e
Similarly if server is sending data at 5Mbbs. Moblie phone tells the server to
increase data transmission at 10Mbbs . To maintain system performance.
Transport layer also helps in error control. Transport layer resends the data which
is encorrupted.
Text book : Ensures that data is delivered error free in sequence and with no
loss, duplications or corruption. This layer also repackages data by assembling
long message into lots of smaller messages for sending, and repackaging the
smaller messages into the original larger message at the receiving end.
11 | P a g e
Text book : This is responsible for addressing messages and data so they are sent
to the correct destination, and for translating logical addresses and names (like a
machine name FLAME) into physical addresses. This layer is also responsible for
finding a path through the network to the destination computer.
12 | P a g e
Text book : It is responsible for transmitting a group of bits between adjacement
nodes. The group of bits so formed is called frame or packets. This layer adds
header and tailer information to the data unit. If the service is reliable, the
receiver confirms correct receipt of each frame by sending back an
acknowledgment frame.
IEEE 802 divides the data link layer into two sub layers.
The point - point Protocol (PPP) is a data link layer protocol that can operate over
several different physical, layers such as synchronous and asynchronous serial
lines.
13 | P a g e
Layer 1: physical layer
14 | P a g e