SlideShare a Scribd company logo
1 of 20
GROUP DISCUSSION ON
Open System
Interconnection(osi)Mo
del. Seven Layers Of
OSI Reference Model
PRESENTED BY:
AARTA PRASAD
B.TECH FINAL YEAR
Introduction
Open Systems Interconnection Basic Reference Model (OSI
Reference Model or OSI Model) is an abstract description
for layered communications and computer network protocol
design. It was developed as part of the Open Systems
Interconnection (OSI) initiative. In its most basic form, it
divides network architecture into seven layers which, from
top to bottom, are the Application, Presentation, Session,
Transport, Network, Data-Link, and Physical Layers. It is
therefore often referred to as the OSI Seven Layer
Model.
Memories 7 layers
Everything in the world have a way to learn and
understand and the same for the OSI layer
“All People Seems To Need Data Process”
APPLICATION
PRESENTATION
SESSION
TRANSPORT
NETWORK
DATA LINK
PHYSICAL
APPLICATION
PRESENTATION
SESSION
TRANSPORT
NETWORK
DATA LINK
PHYSICAL
MIDDLE LAYER
HIGHER LAYER
Application to Application
Application to Application
Application to Application
Process to Process
LOWER LAYER
Hop to Hop
Switch
Hop to Hop
Physical Medium
Hub and Repeater
Router
Source to Destination
Source to Destination
OSI Model's 7 Layers
Host and Media Layer
Physical Layer




One of the major function of the physical layer is to move data in the form of electromagnetic signals
across a transmission medium.
Its responsible for movements of individual bits from one Node to next.
Both data and the signals can be either analog or digital.
Transmission media work by conducting energy along a physical path which can be wired or wireless
 Concerned:






Physical characteristics of interface and medium (Transmission medium)
Representation of bits (stream of bits (0s or 1s) with no interpretation and encoded into signals)
Data rate (duration of a bit, which is how long it last)
Synchronization of bits (sender and receivers clock must be synchronized)
Physical topology
Transmission mode (Simplex, half duplex, full duplex)
110 10101000000010111
From data link layer
110 10101000000010111
To data link layer
Physical layer
Physical layer
Transmission medium
Data Link Layer (Host to Host)
 Data link layer is responsible for moving frames from one Node to the next.
 Concerned:





Framing (stream of bits into manageable data units)
Physical addressing (MAC Address)
Flow Control (mechanism for overwhelming the receiver)
Error Control (trailer, retransmission)
Access Control (defining master device in the same link)
DataH2 T2
From network layer
DataH2 T2
To network layer
To physical layer From physical layer
Data link layer Data link layer
Functions of Data Link Layer:
 Framing:- divides the data from Network layer into frames.
 Physical Addressing:- Add a header to the frame to define the physical
address of the source and the destination machines.
 Flow Control:- It is the traffic regulatory mechanism implemented by
Data Link layer that prevents the fast sender from drowning the slow
receiver.
 Error Control:- It provides the mechanism of error control in which it
detects and retransmits damaged or lost frames.
 Feedback:- after transmitting the frames, the system waits for the
feedback.
Network Layer (Source to Destination)
 The network layer is responsible for the delivery of individual packets from the source
host to the destination host.
 Concerned:


Logical addressing (IP Address)
Routing (Source to destination transmission between networks)
DataH3 Packet
From transport layer
To data link layer
DataH3 Packet
To transport layer
From data link layer
Network layer Network layer
Functions of Network layer:
It is responsible for the source to destination delivery of a
packets across multiple networks.
Routing:- Provide mechanism to transmit data over
independent networks that are linked together.
Logical addressing:- Adds Logical addresses of sender
and Receiver.
Transport Layer (Process to Process)
 The transport layer is responsible for the delivery of a message from one process to
another
 Concerned:




Segmentation and reassembly (Sequence number)
Connection control (Connectionless or connection oriented)
Flow control (end to end)
Error Control (Process to Process)
Segments
From session layer
To network layer
Transport layer H4 Data H4 Data H4 Data
Segments
From session layer
From network layer
Transport layerH4 Data H4 Data H4 Data
Transport layer provides two types of services:
 Connection Oriented Transmission: In this type of
transmission the receiving device sends an
acknowledgement back to the source after a packet or
group of packet is received.
 Connectionless Transmission: In this type of transmission
the receiver does not acknowledge receipt of a packet.
Functions of Transport Layer:
 Segmentation and Reassembly: Divide the message received from
Session layer into Segments and number them to make a sequence for
reassembly at the receiving side.
 Service point addressing: Transport layer makes sure that the message
is delivered to the correct process on destination machine.
 Error Control: Make sure that the entire message arrives without errors
else retransmit.
Session Layer (Dialog initiation)
 The session layer is responsible for dialog control and synchronization
 Concerned:


Dialog Control (Half Duplex/Full duplex)
Synchronization (Synchronization points, process inline within same page)
DataH5
From Presentation layer
To transport layer
Data Data
Syn Syn Syn
DataH5
To Presentation layer
From transport layer
Data Data
Syn Syn Syn
Session layer
Session layer
Functions of Session Layer:
 Establishment, maintaining and ending a session:
Sends SYN packet – establish request
Receives ACK & SYN- established
Toend – Sender sends ACK
 Dialog Control: The session layer allows two systems to enter into a
dialog.
 Synchronization: Allows a process to add checkpoints to a stream of
data.
Presentation Layer (dependency)
 The presentation layer is responsible for translation, compression and encryption
 Concerned:



Translation (interoperability between different encoding system)
Encryption (Privacy schemes)
Compression (data compression)
DataH6
From application layer
To session layer
DataH6
To application layer
From session layer
presentation layer
presentation layer
Functions of Presentation Layer:
 Data Translation: Encoding and Decoding Sender to
Common format on Sending side Common to Receiving
format on Receiver side
 Data Encryption: For security and privacy purpose.
 Data Compression: Data compression reduces the number of bits
contained in the information.
DataH7
USER
(Human or Program)
To presentation layer
DataH7
Application layer
Application layer
Message Message
Application Layer (user level service)
 The application layer is responsible for providing services to the user.
 Concerned:




Network virtual terminal (Software)
File transfer, access and management
Mail services
Directory services (access to distributed database sources for global information about various objects
and services)
X.500 FTAM X.400
X.500 FTAM X.400
From presentation layer
USER
(Human or Program)
Functions of Application Layer:
 Network Virtual terminal: It allows a user to log on to a remote host.
 File Transfer Access, and Management: This application allows a user
to access files in a remote host.
 Mail Services: This application provides various e-mail services.
.
Thank
You

More Related Content

What's hot

Transmission impairments(presentation)
Transmission impairments(presentation)Transmission impairments(presentation)
Transmission impairments(presentation)Vivek Kumar
 
Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Raj vardhan
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And ProtocolsSteven Cahill
 
Network architecture
Network architectureNetwork architecture
Network architectureOnline
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model FizzaShehwar
 
Line configuration
Line configurationLine configuration
Line configurationAshish Vats
 
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/IPMukesh Chinta
 
Guided Transmission Media
Guided Transmission MediaGuided Transmission Media
Guided Transmission Mediaasrabatool
 
Data communication & telecommunication
Data communication & telecommunicationData communication & telecommunication
Data communication & telecommunicationDhani Ahmad
 
Dc ch02 : protocol architecture
Dc ch02 : protocol architectureDc ch02 : protocol architecture
Dc ch02 : protocol architectureSyaiful Ahdan
 

What's hot (20)

Tcp
TcpTcp
Tcp
 
Unguided media
Unguided mediaUnguided media
Unguided media
 
Transmission impairments(presentation)
Transmission impairments(presentation)Transmission impairments(presentation)
Transmission impairments(presentation)
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Osi model
Osi modelOsi model
Osi model
 
Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture
 
Network architecture
Network architectureNetwork architecture
Network architecture
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 
Network architecture
Network architectureNetwork architecture
Network architecture
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model
 
Osi model
Osi modelOsi model
Osi model
 
Line configuration
Line configurationLine configuration
Line configuration
 
Networking Fundamentals.ppt
Networking Fundamentals.pptNetworking Fundamentals.ppt
Networking Fundamentals.ppt
 
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
 
Guided Transmission Media
Guided Transmission MediaGuided Transmission Media
Guided Transmission Media
 
Data communication & telecommunication
Data communication & telecommunicationData communication & telecommunication
Data communication & telecommunication
 
Wide Area Network (WAN)
Wide Area Network (WAN)Wide Area Network (WAN)
Wide Area Network (WAN)
 
Dc ch02 : protocol architecture
Dc ch02 : protocol architectureDc ch02 : protocol architecture
Dc ch02 : protocol architecture
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 

Similar to OSI Model (20)

OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
3. osi model
3. osi model3. osi model
3. osi model
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
Ch 2 network
Ch 2 networkCh 2 network
Ch 2 network
 
Osi model
Osi modelOsi model
Osi model
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
Osi Model
Osi ModelOsi Model
Osi Model
 
The ISO_OSI Reference Model
The ISO_OSI Reference ModelThe ISO_OSI Reference Model
The ISO_OSI Reference Model
 
Complete Osi Model Explained
Complete Osi Model ExplainedComplete Osi Model Explained
Complete Osi Model Explained
 
BAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptx
 
group11_DNAA:protocol stack and addressing
group11_DNAA:protocol stack and addressinggroup11_DNAA:protocol stack and addressing
group11_DNAA:protocol stack and addressing
 
Chapeter 2
Chapeter 2Chapeter 2
Chapeter 2
 
Data communication presentation
Data communication presentationData communication presentation
Data communication presentation
 
OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
 
OSI MODEL
OSI MODEL OSI MODEL
OSI MODEL
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
 
Osi l ayers
Osi l ayersOsi l ayers
Osi l ayers
 
Cn4,com net
Cn4,com netCn4,com net
Cn4,com net
 

Recently uploaded

Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 

Recently uploaded (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 

OSI Model

  • 1. GROUP DISCUSSION ON Open System Interconnection(osi)Mo del. Seven Layers Of OSI Reference Model PRESENTED BY: AARTA PRASAD B.TECH FINAL YEAR
  • 2. Introduction Open Systems Interconnection Basic Reference Model (OSI Reference Model or OSI Model) is an abstract description for layered communications and computer network protocol design. It was developed as part of the Open Systems Interconnection (OSI) initiative. In its most basic form, it divides network architecture into seven layers which, from top to bottom, are the Application, Presentation, Session, Transport, Network, Data-Link, and Physical Layers. It is therefore often referred to as the OSI Seven Layer Model.
  • 3. Memories 7 layers Everything in the world have a way to learn and understand and the same for the OSI layer “All People Seems To Need Data Process”
  • 4. APPLICATION PRESENTATION SESSION TRANSPORT NETWORK DATA LINK PHYSICAL APPLICATION PRESENTATION SESSION TRANSPORT NETWORK DATA LINK PHYSICAL MIDDLE LAYER HIGHER LAYER Application to Application Application to Application Application to Application Process to Process LOWER LAYER Hop to Hop Switch Hop to Hop Physical Medium Hub and Repeater Router Source to Destination Source to Destination OSI Model's 7 Layers
  • 6. Physical Layer     One of the major function of the physical layer is to move data in the form of electromagnetic signals across a transmission medium. Its responsible for movements of individual bits from one Node to next. Both data and the signals can be either analog or digital. Transmission media work by conducting energy along a physical path which can be wired or wireless  Concerned:       Physical characteristics of interface and medium (Transmission medium) Representation of bits (stream of bits (0s or 1s) with no interpretation and encoded into signals) Data rate (duration of a bit, which is how long it last) Synchronization of bits (sender and receivers clock must be synchronized) Physical topology Transmission mode (Simplex, half duplex, full duplex) 110 10101000000010111 From data link layer 110 10101000000010111 To data link layer Physical layer Physical layer Transmission medium
  • 7. Data Link Layer (Host to Host)  Data link layer is responsible for moving frames from one Node to the next.  Concerned:      Framing (stream of bits into manageable data units) Physical addressing (MAC Address) Flow Control (mechanism for overwhelming the receiver) Error Control (trailer, retransmission) Access Control (defining master device in the same link) DataH2 T2 From network layer DataH2 T2 To network layer To physical layer From physical layer Data link layer Data link layer
  • 8. Functions of Data Link Layer:  Framing:- divides the data from Network layer into frames.  Physical Addressing:- Add a header to the frame to define the physical address of the source and the destination machines.  Flow Control:- It is the traffic regulatory mechanism implemented by Data Link layer that prevents the fast sender from drowning the slow receiver.  Error Control:- It provides the mechanism of error control in which it detects and retransmits damaged or lost frames.  Feedback:- after transmitting the frames, the system waits for the feedback.
  • 9. Network Layer (Source to Destination)  The network layer is responsible for the delivery of individual packets from the source host to the destination host.  Concerned:   Logical addressing (IP Address) Routing (Source to destination transmission between networks) DataH3 Packet From transport layer To data link layer DataH3 Packet To transport layer From data link layer Network layer Network layer
  • 10. Functions of Network layer: It is responsible for the source to destination delivery of a packets across multiple networks. Routing:- Provide mechanism to transmit data over independent networks that are linked together. Logical addressing:- Adds Logical addresses of sender and Receiver.
  • 11. Transport Layer (Process to Process)  The transport layer is responsible for the delivery of a message from one process to another  Concerned:     Segmentation and reassembly (Sequence number) Connection control (Connectionless or connection oriented) Flow control (end to end) Error Control (Process to Process) Segments From session layer To network layer Transport layer H4 Data H4 Data H4 Data Segments From session layer From network layer Transport layerH4 Data H4 Data H4 Data
  • 12. Transport layer provides two types of services:  Connection Oriented Transmission: In this type of transmission the receiving device sends an acknowledgement back to the source after a packet or group of packet is received.  Connectionless Transmission: In this type of transmission the receiver does not acknowledge receipt of a packet.
  • 13. Functions of Transport Layer:  Segmentation and Reassembly: Divide the message received from Session layer into Segments and number them to make a sequence for reassembly at the receiving side.  Service point addressing: Transport layer makes sure that the message is delivered to the correct process on destination machine.  Error Control: Make sure that the entire message arrives without errors else retransmit.
  • 14. Session Layer (Dialog initiation)  The session layer is responsible for dialog control and synchronization  Concerned:   Dialog Control (Half Duplex/Full duplex) Synchronization (Synchronization points, process inline within same page) DataH5 From Presentation layer To transport layer Data Data Syn Syn Syn DataH5 To Presentation layer From transport layer Data Data Syn Syn Syn Session layer Session layer
  • 15. Functions of Session Layer:  Establishment, maintaining and ending a session: Sends SYN packet – establish request Receives ACK & SYN- established Toend – Sender sends ACK  Dialog Control: The session layer allows two systems to enter into a dialog.  Synchronization: Allows a process to add checkpoints to a stream of data.
  • 16. Presentation Layer (dependency)  The presentation layer is responsible for translation, compression and encryption  Concerned:    Translation (interoperability between different encoding system) Encryption (Privacy schemes) Compression (data compression) DataH6 From application layer To session layer DataH6 To application layer From session layer presentation layer presentation layer
  • 17. Functions of Presentation Layer:  Data Translation: Encoding and Decoding Sender to Common format on Sending side Common to Receiving format on Receiver side  Data Encryption: For security and privacy purpose.  Data Compression: Data compression reduces the number of bits contained in the information.
  • 18. DataH7 USER (Human or Program) To presentation layer DataH7 Application layer Application layer Message Message Application Layer (user level service)  The application layer is responsible for providing services to the user.  Concerned:     Network virtual terminal (Software) File transfer, access and management Mail services Directory services (access to distributed database sources for global information about various objects and services) X.500 FTAM X.400 X.500 FTAM X.400 From presentation layer USER (Human or Program)
  • 19. Functions of Application Layer:  Network Virtual terminal: It allows a user to log on to a remote host.  File Transfer Access, and Management: This application allows a user to access files in a remote host.  Mail Services: This application provides various e-mail services.