Osi model

141 views 10 slides Sep 11, 2021
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

OSI Model leyers


Slide Content

Assignment on OSI Model Course Title : Data Communication Course Code : CSE-313 Submitted To Submitted By Pranab Bandhu Nath Lamya Mutassim Lecturer ID: 1834902169 City University Batch:49(B) B.Sc. in CSE

OSI Model OSI stands for Open System Interconnection is a reference model that describes how information  moves through a physical medium from a software in a one computer to the software application in another computer . It has 7 layers. Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer

Physical Layer (Level 1) It is the lowest layer of OSI model. It contains information in the form of bits and responsible for physical connection between devices. It receives signals as data and convert it into 0s and 1s and send them to Data Link Layer. Example: Hub , Repeater, Modem, Cables.

Data Link Layer (Level 2) This layer is responsible for the error-free transfer of data frames. It defines the format of the data on the network. It provides a reliable and efficient communication between two or more devices. It contains two sub-layers : Logical Link Control Layer : It identifies the address of the network layer protocol from the header. Media Access Control Layer: A Media access control layer is a link between the Logical Link Control layer and the network's physical layer.

Network Layer (Layer 3) : Network layer works for the transmission of data from one host to the other located in different networks . I t determines the best path to move data from source to the destination based on the network conditions, the priority of service, and other factors.

Transport Layer (Level 4) Transport layer provides services to application layer and takes services from network layer. The main responsibility of the transport layer is to transfer the data completely. It receives the data from the upper layer and converts them into smaller units known as segments.

Session Layer (Level 5) It is used to establish , maintain and synchronizes the interaction between communicating devices .

Presentation Layer (Level 6) A Presentation layer is mainly concerned with the syntax and semantics of the information exchanged between the two systems. This layer is a part of the operating system that converts the data from one presentation format to another format. It is also called the Translation layer.

Application Layer(Level 7) This layer serves as a window for the application services to access the network and for displaying the received information to the user.  It is not an application, but it performs the application layer functions .

Reference https://www.geeksforgeeks.org/layers-of-osi-model/ https://www.javatpoint.com/osi-model
Tags