SlideShare a Scribd company logo
OSI Reference Model
Brach: Electronics & Communication Engineering (11)
Semester: B.E (3rd year - 6th Semester)
Subject: Telecommunication Switching System & Networks (TSSN)
GTU Subject Code: 2161103
[UNIT – 06 – As per the GTU Syllabus]
Prepared By:-
Darshan Bhatt
Assistant Professor, EC Dept.
AIT, Ahmedabad, Gujarat
Content
▪ Introduction
2
Introduction
3
▪ There are n numbers of users who use computer network and are
located over the world. So to ensure, national and worldwide data
communication, systems must be developed which are compatible to
communicate with each other ISO has developed a standard.
▪ ISO stands for International organization of Standardization.
▪ This is called a model for Open System Interconnection (OSI) and is
commonly known as OSI model.
Features of OSI Model
4
▪ Big picture of communication over network is understandable through
this OSI model.
▪ We can see how hardware and software work together.
▪ We can understand new technologies as they are developed.
▪ Troubleshooting is easier by separate networks.
▪ Can be used to compare basic functional relationships on different
networks.
7 Layers of OSI Model
Physical
Layer
Data Link
Layer
Network
Layer
5
Transport
Layer
Session
Layer
Application
Layer
Presentation
Layer
7 Layer Archietecture of OSI Model
6
7 Layers and their Protocols
7
Principles of OSI Model
8
The OSI reference model has 7 layers. The principles that were applied to arrive at the seven layers can
be briefly summarized as follows:
▪ A layer should be created where a different abstraction is needed.
▪ Each layer should perform a well-defined function.
▪ The function of each layer should be chosen with an eye toward defining internationally
standardized protocols.
▪ The layer boundaries should be chosen to minimize the information flow across the interfaces.
▪ The number of layers should be large enough that distinct functions need not be thrown together in
the same layer out of necessity and small enough that architecture does not become unwieldly.
Physical Layer
Lowest Layer in OSI Model
Layer 1
9
Role of Physical Layer
10
• The physical layer is responsible for the transmission and reception of unstructured raw data
between a device and a physical transmission medium.
• It converts the digital bits into electrical, radio, or optical signals.
• Layer specifications define characteristics such as voltage levels, the timing of voltage changes,
physical data rates, maximum transmission distances, modulation scheme, channel access method
and physical connectors.
• This includes the layout of pins, voltages, line impedance, cable specifications, signal timing and
frequency for wireless devices.
• Bit rate control is done at the physical layer and may define transmission mode as simplex, half
duplex, and full duplex.
Components of
Physical Layer
11
Components of the physical layer include:
• Cabling system components
• Adapters that connect media to physical interfaces
• Connector design and pin assignments
• Hub, repeater, and patch panel specifications
• Wireless system components
• Parallel SCSI (Small Computer System Interface)
• Network Interface Card (NIC)
Data Link Layer
Node-to-Node data transfer
Layer 2
12
Role of Data Link Layer
13
• The data link layer provides node-to-node data transfer—a link between two directly
connected nodes.
• It detects and possibly corrects errors that may occur in the physical layer.
• It defines the protocol to establish and terminate a connection between two physically
connected devices.
• It also defines the protocol for flow control between them.
• Allows a device to access the network to send and receive messages
• Offers a physical address so a device’s data can be sent on the network
Sub-layers of Data Link
Layer
14
IEEE 802 divides the data link layer into two sublayers:
• Medium access control (MAC) layer – responsible for controlling how devices in a
network gain access to a medium and permission to transmit data.
• Logical link control (LLC) layer – responsible for identifying and encapsulating
network layer protocols, and controls error checking and frame synchronization.
• The Point-to-Point Protocol (PPP) is a data link layer protocol that can operate
over several different physical layers, such
as synchronous and asynchronous serial lines.
Data Link Layer
15
Network Layer
End-to-end logical addressing system
Layer 3
16
Role of Network Layer
17
• Network Layer routes the signal through different channels from one node to
other.
• It acts as a network controller. It manages the Subnet traffic.
• It decides by which route data should take.
• It divides the outgoing messages into packets and assembles the incoming
packets into messages for higher levels.
Network Layer
18
Transport Layer
Transferring Variable length data
sequence
Layer 4
19
Role of Transport Layer
20
• The transport layer provides the functional and procedural means of transferring variable-length data
sequences from a source to a destination host, while maintaining the quality of service functions.
• The transport layer controls the reliability of a given link through flow control, segmentation / de-
segmentation, and error control. Some protocols are state- and connection-oriented.
• This means that the transport layer can keep track of the segments and retransmit those that fail
delivery.
• The transport layer also provides the acknowledgement of the successful data transmission and sends
the next data if no errors occurred.
• The transport layer creates segments out of the message received from the application layer.
Segmentation is the process of dividing a long message into smaller messages.
Session Layer
End-to-end logical addressing system
Layer 5
21
Role of Session Layer
22
• The session layer controls the dialogues (connections) between computers.
• It establishes, manages and terminates the connections between the local and remote application. It
provides for full-duplex, half-duplex, or simplex operation, and establishes procedures for check
pointing, suspending, restarting, and terminating a session.
• In the OSI model, this layer is responsible for gracefully closing a session, which is handled in the
Transmission Control Protocol at the transport layer in the Internet Protocol Suite.
• This layer is also responsible for session check pointing and recovery, which is not usually used in the
Internet Protocol Suite. The session layer is commonly implemented explicitly in application
environments that use remote procedure calls.
Presentation Layer
End-to-end logical addressing system
Layer 6
23
Role of Presentation
Layer
24
• The presentation layer establishes context between application-layer entities, in which the
application-layer entities may use different syntax and semantics if the presentation service
provides a mapping between them.
• If a mapping is available, presentation protocol data units are encapsulated into session protocol
data units and passed down the protocol stack.
• This layer provides independence from data representation by translating between application and
network formats.
• The presentation layer transforms data into the form that the application accepts.
• This layer formats data to be sent across a network. It is sometimes called the syntax layer.
• The presentation layer can include compression functions.
• The Presentation Layer negotiates the Transfer Syntax.
Application Layer
End-to-end logical addressing system
Layer 7
25
Role of Application
Layer
26
• Application Layer is the topmost layer.
• Transferring of files disturbing the results to the user is also done in this layer.
• Mail services, directory services, network resource etc are services provided by
application layer.
• This layer mainly holds application programs to act upon the received and to be sent
data.
Merits & Demerits of OSI
Model
Merits
1. OSI model distinguishes well between
the services, interfaces and protocols.
2. Protocols of OSI model are very well
hidden.
3. Protocols can be replaced by new
protocols as technology changes.
4. Supports connection oriented services
as well as connectionless service
27
Demerits
1. Model was devised before the
invention of protocols.
2. Fitting of protocols is tedious
task.
3. It is just used as a reference
model.
28
THANK YOU

More Related Content

PPTX
What is Edge Computing and Why does it matter in IoT?
PPTX
Object oriented testing
PPTX
Context model
PPTX
IOT - Design Principles of Connected Devices
PPTX
States, state graphs and transition testing
PPTX
Edge Computing
PPT
Introduction to Compiler design
PPTX
C# Interface | Interfaces In C# | C# Interfaces Explained | C# Tutorial For B...
What is Edge Computing and Why does it matter in IoT?
Object oriented testing
Context model
IOT - Design Principles of Connected Devices
States, state graphs and transition testing
Edge Computing
Introduction to Compiler design
C# Interface | Interfaces In C# | C# Interfaces Explained | C# Tutorial For B...

What's hot (20)

PPT
Chapter 13 software testing strategies
DOCX
Evolving role of Software,Legacy software,CASE tools,Process Models,CMMI
PDF
Serializability
PPT
software characteristics
PPT
Agile development, software engineering
PPTX
Passes of Compiler.pptx
PDF
Business Models_Internet of Things (Part 01)
PPTX
Phases of Compiler
DOCX
Parallel computing persentation
PDF
Agile Methodology - Software Engineering
PDF
CS8791 Cloud Computing - Question Bank
PPT
Chapter 13 - I/O Systems
PPTX
presentation on Edge computing
PPTX
Kernel I/O subsystem
PPTX
Design pattern-presentation
PDF
Prototyping Online Components(Part 01)_Internet of Things
PDF
Functional programming
PPTX
Raspberry Pi
PPTX
Usability Engineering Presentation Slides
Chapter 13 software testing strategies
Evolving role of Software,Legacy software,CASE tools,Process Models,CMMI
Serializability
software characteristics
Agile development, software engineering
Passes of Compiler.pptx
Business Models_Internet of Things (Part 01)
Phases of Compiler
Parallel computing persentation
Agile Methodology - Software Engineering
CS8791 Cloud Computing - Question Bank
Chapter 13 - I/O Systems
presentation on Edge computing
Kernel I/O subsystem
Design pattern-presentation
Prototyping Online Components(Part 01)_Internet of Things
Functional programming
Raspberry Pi
Usability Engineering Presentation Slides
Ad

Similar to Overview of an OSI reference Model (20)

PPTX
Osi layer model
PPTX
Osi reference model
PPTX
unit1 network model osi and tcpip.pptx
PDF
OSI &TCP/IP Model
PDF
Unit_I_Computer Networks 4.pdf
PPTX
Reference models in Networks: OSI & TCP/IP
PPTX
7 layers of osi models
PPTX
UNIT 2 - Networking Reference Models & Networking Devices.pptx
PPT
Computer networks chapter1.
PPT
Osi layer and network protocol
PPTX
Networking (osi model)
PPTX
Internet communication layers and their protocals-1 - Copy (2).pptx
PDF
Networking for MBA
PPTX
Computer network layers
PPTX
Open System interconnection OSI Model.pptx
PPTX
seven layer OSI model
PDF
Wp simoneau osi_model
PPTX
Omnya Ashraf.Network (chp1 OSI MODEL.).pptx
PDF
Cisco ccna certification knowledge to pass the exam
Osi layer model
Osi reference model
unit1 network model osi and tcpip.pptx
OSI &TCP/IP Model
Unit_I_Computer Networks 4.pdf
Reference models in Networks: OSI & TCP/IP
7 layers of osi models
UNIT 2 - Networking Reference Models & Networking Devices.pptx
Computer networks chapter1.
Osi layer and network protocol
Networking (osi model)
Internet communication layers and their protocals-1 - Copy (2).pptx
Networking for MBA
Computer network layers
Open System interconnection OSI Model.pptx
seven layer OSI model
Wp simoneau osi_model
Omnya Ashraf.Network (chp1 OSI MODEL.).pptx
Cisco ccna certification knowledge to pass the exam
Ad

More from Darshan Bhatt (14)

PPTX
Unit 1-PN junction Diode.pptx
PPTX
Z Transform
PPTX
Antenna Measurements
PPTX
Basics of microstrip slot line
PPT
POP3 Proxy platform for e-mail filtering
PPTX
Transformation of Random variables & noise concepts
PPTX
GRAMSAT - For rural development & tele-education
PPT
Side Lobe Level (SLL) Reduction Methods in Antenna
PPTX
Research skills
PPTX
Prediction methods of Rayleigh scattering losses
PPTX
Applications of Information Theory
PPTX
Concept of Flip OFDM and its applications
PPTX
MY CPD PRESENTATION
PPTX
SALMAN KHAN - The Contributor personality
Unit 1-PN junction Diode.pptx
Z Transform
Antenna Measurements
Basics of microstrip slot line
POP3 Proxy platform for e-mail filtering
Transformation of Random variables & noise concepts
GRAMSAT - For rural development & tele-education
Side Lobe Level (SLL) Reduction Methods in Antenna
Research skills
Prediction methods of Rayleigh scattering losses
Applications of Information Theory
Concept of Flip OFDM and its applications
MY CPD PRESENTATION
SALMAN KHAN - The Contributor personality

Recently uploaded (20)

PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT
Project quality management in manufacturing
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Geodesy 1.pptx...............................................
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
OOP with Java - Java Introduction (Basics)
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
web development for engineering and engineering
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
PPT on Performance Review to get promotions
PDF
Digital Logic Computer Design lecture notes
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Project quality management in manufacturing
Automation-in-Manufacturing-Chapter-Introduction.pdf
Geodesy 1.pptx...............................................
UNIT 4 Total Quality Management .pptx
OOP with Java - Java Introduction (Basics)
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
web development for engineering and engineering
bas. eng. economics group 4 presentation 1.pptx
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
CYBER-CRIMES AND SECURITY A guide to understanding
PPT on Performance Review to get promotions
Digital Logic Computer Design lecture notes

Overview of an OSI reference Model

  • 1. OSI Reference Model Brach: Electronics & Communication Engineering (11) Semester: B.E (3rd year - 6th Semester) Subject: Telecommunication Switching System & Networks (TSSN) GTU Subject Code: 2161103 [UNIT – 06 – As per the GTU Syllabus] Prepared By:- Darshan Bhatt Assistant Professor, EC Dept. AIT, Ahmedabad, Gujarat
  • 3. Introduction 3 ▪ There are n numbers of users who use computer network and are located over the world. So to ensure, national and worldwide data communication, systems must be developed which are compatible to communicate with each other ISO has developed a standard. ▪ ISO stands for International organization of Standardization. ▪ This is called a model for Open System Interconnection (OSI) and is commonly known as OSI model.
  • 4. Features of OSI Model 4 ▪ Big picture of communication over network is understandable through this OSI model. ▪ We can see how hardware and software work together. ▪ We can understand new technologies as they are developed. ▪ Troubleshooting is easier by separate networks. ▪ Can be used to compare basic functional relationships on different networks.
  • 5. 7 Layers of OSI Model Physical Layer Data Link Layer Network Layer 5 Transport Layer Session Layer Application Layer Presentation Layer
  • 6. 7 Layer Archietecture of OSI Model 6
  • 7. 7 Layers and their Protocols 7
  • 8. Principles of OSI Model 8 The OSI reference model has 7 layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows: ▪ A layer should be created where a different abstraction is needed. ▪ Each layer should perform a well-defined function. ▪ The function of each layer should be chosen with an eye toward defining internationally standardized protocols. ▪ The layer boundaries should be chosen to minimize the information flow across the interfaces. ▪ The number of layers should be large enough that distinct functions need not be thrown together in the same layer out of necessity and small enough that architecture does not become unwieldly.
  • 9. Physical Layer Lowest Layer in OSI Model Layer 1 9
  • 10. Role of Physical Layer 10 • The physical layer is responsible for the transmission and reception of unstructured raw data between a device and a physical transmission medium. • It converts the digital bits into electrical, radio, or optical signals. • Layer specifications define characteristics such as voltage levels, the timing of voltage changes, physical data rates, maximum transmission distances, modulation scheme, channel access method and physical connectors. • This includes the layout of pins, voltages, line impedance, cable specifications, signal timing and frequency for wireless devices. • Bit rate control is done at the physical layer and may define transmission mode as simplex, half duplex, and full duplex.
  • 11. Components of Physical Layer 11 Components of the physical layer include: • Cabling system components • Adapters that connect media to physical interfaces • Connector design and pin assignments • Hub, repeater, and patch panel specifications • Wireless system components • Parallel SCSI (Small Computer System Interface) • Network Interface Card (NIC)
  • 12. Data Link Layer Node-to-Node data transfer Layer 2 12
  • 13. Role of Data Link Layer 13 • The data link layer provides node-to-node data transfer—a link between two directly connected nodes. • It detects and possibly corrects errors that may occur in the physical layer. • It defines the protocol to establish and terminate a connection between two physically connected devices. • It also defines the protocol for flow control between them. • Allows a device to access the network to send and receive messages • Offers a physical address so a device’s data can be sent on the network
  • 14. Sub-layers of Data Link Layer 14 IEEE 802 divides the data link layer into two sublayers: • Medium access control (MAC) layer – responsible for controlling how devices in a network gain access to a medium and permission to transmit data. • Logical link control (LLC) layer – responsible for identifying and encapsulating network layer protocols, and controls error checking and frame synchronization. • The Point-to-Point Protocol (PPP) is a data link layer protocol that can operate over several different physical layers, such as synchronous and asynchronous serial lines.
  • 16. Network Layer End-to-end logical addressing system Layer 3 16
  • 17. Role of Network Layer 17 • Network Layer routes the signal through different channels from one node to other. • It acts as a network controller. It manages the Subnet traffic. • It decides by which route data should take. • It divides the outgoing messages into packets and assembles the incoming packets into messages for higher levels.
  • 19. Transport Layer Transferring Variable length data sequence Layer 4 19
  • 20. Role of Transport Layer 20 • The transport layer provides the functional and procedural means of transferring variable-length data sequences from a source to a destination host, while maintaining the quality of service functions. • The transport layer controls the reliability of a given link through flow control, segmentation / de- segmentation, and error control. Some protocols are state- and connection-oriented. • This means that the transport layer can keep track of the segments and retransmit those that fail delivery. • The transport layer also provides the acknowledgement of the successful data transmission and sends the next data if no errors occurred. • The transport layer creates segments out of the message received from the application layer. Segmentation is the process of dividing a long message into smaller messages.
  • 21. Session Layer End-to-end logical addressing system Layer 5 21
  • 22. Role of Session Layer 22 • The session layer controls the dialogues (connections) between computers. • It establishes, manages and terminates the connections between the local and remote application. It provides for full-duplex, half-duplex, or simplex operation, and establishes procedures for check pointing, suspending, restarting, and terminating a session. • In the OSI model, this layer is responsible for gracefully closing a session, which is handled in the Transmission Control Protocol at the transport layer in the Internet Protocol Suite. • This layer is also responsible for session check pointing and recovery, which is not usually used in the Internet Protocol Suite. The session layer is commonly implemented explicitly in application environments that use remote procedure calls.
  • 23. Presentation Layer End-to-end logical addressing system Layer 6 23
  • 24. Role of Presentation Layer 24 • The presentation layer establishes context between application-layer entities, in which the application-layer entities may use different syntax and semantics if the presentation service provides a mapping between them. • If a mapping is available, presentation protocol data units are encapsulated into session protocol data units and passed down the protocol stack. • This layer provides independence from data representation by translating between application and network formats. • The presentation layer transforms data into the form that the application accepts. • This layer formats data to be sent across a network. It is sometimes called the syntax layer. • The presentation layer can include compression functions. • The Presentation Layer negotiates the Transfer Syntax.
  • 25. Application Layer End-to-end logical addressing system Layer 7 25
  • 26. Role of Application Layer 26 • Application Layer is the topmost layer. • Transferring of files disturbing the results to the user is also done in this layer. • Mail services, directory services, network resource etc are services provided by application layer. • This layer mainly holds application programs to act upon the received and to be sent data.
  • 27. Merits & Demerits of OSI Model Merits 1. OSI model distinguishes well between the services, interfaces and protocols. 2. Protocols of OSI model are very well hidden. 3. Protocols can be replaced by new protocols as technology changes. 4. Supports connection oriented services as well as connectionless service 27 Demerits 1. Model was devised before the invention of protocols. 2. Fitting of protocols is tedious task. 3. It is just used as a reference model.