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

What's hot

Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
Mziaulla
 
Protocol architecture TCP IP
Protocol architecture TCP IPProtocol architecture TCP IP
Protocol architecture TCP IP
ToufiqueAhmed13
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
Tapan Khilar
 
Wi-Fi Technology
Wi-Fi TechnologyWi-Fi Technology
Wi-Fi Technology
Naveen Kumar
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
JAIGANESH SEKAR
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
Sagar Gor
 
Networking standards
Networking standardsNetworking standards
Networking standards
Online
 
Wireless LANs
Wireless LANsWireless LANs
Wireless LANs
Meenakshi Paul
 
Basic-networking-hardware
Basic-networking-hardwareBasic-networking-hardware
Basic-networking-hardwareIsus Isusay
 
Transport Layer
Transport LayerTransport Layer
Transport Layer
Dr Shashikant Athawale
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model pptextraganesh
 
ISDN Integrated Services Digital Network
ISDN Integrated Services Digital NetworkISDN Integrated Services Digital Network
ISDN Integrated Services Digital Network
Madhumita Tamhane
 
Physical layer ppt
Physical layer pptPhysical layer ppt
Physical layer ppt
Najam Khattak
 
OSI MODEL - A PROJECT
OSI MODEL - A PROJECTOSI MODEL - A PROJECT
OSI MODEL - A PROJECT
Abhi shreshtha
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
Mukesh Tekwani
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
sumit dimri
 
OSI Model
OSI ModelOSI Model
OSI Model
Rahul Bandhe
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL
AMIT GUPTA
 

What's hot (20)

Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Protocol architecture TCP IP
Protocol architecture TCP IPProtocol architecture TCP IP
Protocol architecture TCP IP
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
 
Wi-Fi Technology
Wi-Fi TechnologyWi-Fi Technology
Wi-Fi Technology
 
5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
Ch4 digital transmission
Ch4 digital transmissionCh4 digital transmission
Ch4 digital transmission
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Networking standards
Networking standardsNetworking standards
Networking standards
 
Wireless LANs
Wireless LANsWireless LANs
Wireless LANs
 
Basic-networking-hardware
Basic-networking-hardwareBasic-networking-hardware
Basic-networking-hardware
 
Transport Layer
Transport LayerTransport Layer
Transport Layer
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model ppt
 
ISDN Integrated Services Digital Network
ISDN Integrated Services Digital NetworkISDN Integrated Services Digital Network
ISDN Integrated Services Digital Network
 
Physical layer ppt
Physical layer pptPhysical layer ppt
Physical layer ppt
 
OSI MODEL - A PROJECT
OSI MODEL - A PROJECTOSI MODEL - A PROJECT
OSI MODEL - A PROJECT
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
OSI Model
OSI ModelOSI Model
OSI Model
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL
 
IEEE Standards
IEEE StandardsIEEE Standards
IEEE Standards
 

Similar to Overview of an OSI reference Model

Osi layer model
Osi layer modelOsi layer model
Osi layer model
AanchalJain72
 
Osi reference model
Osi reference modelOsi reference model
Osi reference modelprashob7
 
unit1 network model osi and tcpip.pptx
unit1  network model osi and tcpip.pptxunit1  network model osi and tcpip.pptx
unit1 network model osi and tcpip.pptx
183JAIDEEP
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
Shamima Akther
 
Unit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdfUnit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdf
Arumugam90
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
Mukesh Chinta
 
7 layers of osi models
7 layers of osi models7 layers of osi models
7 layers of osi models
Sathish Kumar
 
Computer networks chapter1.
Computer networks chapter1.Computer networks chapter1.
Computer networks chapter1.
MrsRRajaSangeethaIT
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
Nayan Sarma
 
Networking (osi model)
Networking (osi model)Networking (osi model)
Networking (osi model)
Pooja Bhojwani
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBAKK Bajpai
 
Computer network layers
Computer network layersComputer network layers
Computer network layers
KarthicaMarasamy
 
Open System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptxOpen System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptx
MehakBhatia38
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
Manjeet MN
 
Wp simoneau osi_model
Wp simoneau osi_modelWp simoneau osi_model
Wp simoneau osi_model
Jagadish Gurrala
 
Cisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the examCisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the exam
le_dung762
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcpAgrippa Mungazi
 
network TCP/IP prenstion
network TCP/IP prenstionnetwork TCP/IP prenstion
network TCP/IP prenstion
jeffrey20101
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
Siddique Ibrahim
 

Similar to Overview of an OSI reference Model (20)

Osi layer model
Osi layer modelOsi layer model
Osi layer model
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
unit1 network model osi and tcpip.pptx
unit1  network model osi and tcpip.pptxunit1  network model osi and tcpip.pptx
unit1 network model osi and tcpip.pptx
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
Unit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdfUnit_I_Computer Networks 4.pdf
Unit_I_Computer Networks 4.pdf
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
7 layers of osi models
7 layers of osi models7 layers of osi models
7 layers of osi models
 
Computer networks chapter1.
Computer networks chapter1.Computer networks chapter1.
Computer networks chapter1.
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Networking (osi model)
Networking (osi model)Networking (osi model)
Networking (osi model)
 
Networking for MBA
Networking for MBANetworking for MBA
Networking for MBA
 
Computer network layers
Computer network layersComputer network layers
Computer network layers
 
Open System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptxOpen System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptx
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
Wp simoneau osi_model
Wp simoneau osi_modelWp simoneau osi_model
Wp simoneau osi_model
 
Cisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the examCisco ccna certification knowledge to pass the exam
Cisco ccna certification knowledge to pass the exam
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
 
network TCP/IP prenstion
network TCP/IP prenstionnetwork TCP/IP prenstion
network TCP/IP prenstion
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 

More from Darshan Bhatt

Unit 1-PN junction Diode.pptx
Unit 1-PN junction Diode.pptxUnit 1-PN junction Diode.pptx
Unit 1-PN junction Diode.pptx
Darshan Bhatt
 
Z Transform
Z TransformZ Transform
Z Transform
Darshan Bhatt
 
Antenna Measurements
Antenna MeasurementsAntenna Measurements
Antenna Measurements
Darshan Bhatt
 
Basics of microstrip slot line
Basics of microstrip slot lineBasics of microstrip slot line
Basics of microstrip slot line
Darshan Bhatt
 
POP3 Proxy platform for e-mail filtering
POP3 Proxy platform for e-mail filteringPOP3 Proxy platform for e-mail filtering
POP3 Proxy platform for e-mail filtering
Darshan Bhatt
 
Transformation of Random variables & noise concepts
Transformation of Random variables & noise concepts Transformation of Random variables & noise concepts
Transformation of Random variables & noise concepts
Darshan Bhatt
 
GRAMSAT - For rural development & tele-education
GRAMSAT - For rural development & tele-educationGRAMSAT - For rural development & tele-education
GRAMSAT - For rural development & tele-education
Darshan Bhatt
 
Side Lobe Level (SLL) Reduction Methods in Antenna
Side Lobe Level (SLL) Reduction Methods in AntennaSide Lobe Level (SLL) Reduction Methods in Antenna
Side Lobe Level (SLL) Reduction Methods in Antenna
Darshan Bhatt
 
Research skills
Research skillsResearch skills
Research skills
Darshan Bhatt
 
Prediction methods of Rayleigh scattering losses
Prediction methods of Rayleigh scattering lossesPrediction methods of Rayleigh scattering losses
Prediction methods of Rayleigh scattering losses
Darshan Bhatt
 
Applications of Information Theory
Applications of Information TheoryApplications of Information Theory
Applications of Information Theory
Darshan Bhatt
 
Concept of Flip OFDM and its applications
Concept of Flip OFDM and its applicationsConcept of Flip OFDM and its applications
Concept of Flip OFDM and its applications
Darshan Bhatt
 
SALMAN KHAN - The Contributor personality
SALMAN KHAN -  The Contributor personality SALMAN KHAN -  The Contributor personality
SALMAN KHAN - The Contributor personality Darshan Bhatt
 

More from Darshan Bhatt (14)

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

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 

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.