SlideShare a Scribd company logo
Presented By:
Priyanka Sharma
OBJECTIVES:
To discuss the OSI model and its layer architecture
and to show the interface between the layers.
To briefly discuss the functions of each layer in the
OSI model.
To introduce the TCP/IP protocol.
To show the functionality of each layer in the TCP/IP
Model.
To show the functionality of each layer in the TCP/IP
Model.
Similarities and Comparison between OSI & TCP/IP
Model.
Network Model:
A method of describing and analyzing data
communication networks by breaking the entire set of
communication process into a number of layers.
Each layer has a specific function.
The OSI Model:
International standard organization (ISO) established a
committee in 1977 to develop an architecture for systems
communication.
Open System Interconnection (OSI) reference model is
the result of this effort.
This model allows any two different systems to
communicate regardless of their underlying architecture.
Cntd..
The OSI model describes how data flows from one
computer, through a network to another computer.
The OSI model is not a protocol; it is a model for
understanding and designing a network architecture that
is flexible and robust.
The OSI model consists of seven separate but related
layers, each of which defines a part of the process of
moving information across a network.
Seven layers of the OSI model:
Why so many layers?
To reduce the complexity, networks are organized as a
stack of layers, one below the other.
Each layer performs a specific task,. It provides services
to an adjacent layer.
OSI Layers:
Cntd..
 Layers 1,2, 3- physical, data link and network are
network support layers.
Layer 4, the transport layer, links the two subgroups.
Layers 5,6,7- session, presentation, and application are
user support layers.
An exchange using the OSI model:
Physical Layer:
Physical layer is the bottom(layer 1) of OSI model.
It is responsible for the actual physical connection
between the devices.
The physical layer is responsible for movements of
individual bits from one node to next.
Physical layer
Functions of Physical Layer:
Convert bits to signals
Bit synchronization
Manage physical connection
Bit rate control
Line configuration
Physical topology
Transmission mode
Multiplexing
Switching
Data Link Layer:
The data link layer is responsible for moving frames from
one node to the next.
Functions of Data Link Layer:
Framing:- divides the data from N/W 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:
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:
It is responsible for source process to destination process
delivery of entire message.
Cntd…
Transport layer provides two types of services:
1) Connection Oriented Transmission: In this type of
transmission the receiving device sends an
acknowledgment back to the source after a packet or
group of packet is received.
2) 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.
Flow Control: Transport layer makes sure that the sender
Session Layer:
It is responsible for beginning, maintaining & ending the
communication between two devices, which is called
session.
Functions of Session Layer:
Establishment, maintaining and ending a session:
 Sends SYN packet – establish request
 Receives ACK & SYN- established
 To end – 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:
This layer is concerned with the syntax and semantics of
the information exchanged between two systems.
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.
Application Layer:
Provides User interfaces and support for Services, like e-
mail, file transfer.
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.
Directory Services: This application provides the
distributed database sources and access for global
information about various objects and services.
TCP/IP Model:
 TCP/IP forms the base of present day internet.
TCP and IP are two protocols of this model.
This model was initially used by ARPANET.
The TCP/IP protocol suite was defined as having four
layers:
1) Host-to-network
2) Internet
3) Transport
4) Application
TCP/IP and OSI Model
Host to Network Layer:
 It is the bottom layer of TCP/IP model also known as
Network interface layer.
The purpose of this layer is to connect the host to the
network.
Internet Layer:
Internet layer is similar to network layer of OSI model in
functionality.
This layer is responsible for delivering IP packets to their
destinations.
An important protocol of this layer is IP(Internet Protocol).
Internet Protocol(IP):
It is an unreliable and connectionless protocol.
IP transports data in packets called datagrams.
IP does not keep track of the routes.
IP Datagram:
Transport Layer:
 Transport layer is similar in functionality to transport layer
of OSI model.
Transport layer of TCP/IP model also provides connection
oriented and connectionless services.
1) Connection Oriented – TCP(Transmission Control
Protocol)
2) Connection Less – UDP(User Datagram Protocol)
1) TCP:
Transport layer used TCP for reliable connection
oriented service.
The various functions of TCP are:
1) Error Control
2) Flow Control
3) Sequencing
2)UDP:
Transport layer used this protocol for unreliable
connectionless service.
No assurance that packet reached.
No sequencing & No error checking
Useful in real time data transfer and quick transfer of large
data.
It follows that delivery is more important than accurate
delivery.
Application Layer:
This layer is the combination of Application, Presentation
and Session layer of the OSI model.
This layer provides various services to different user
applications.
Cntd..
 Application layer includes several high-level protocols
that are used for wide variety of applications like:
TELNET(Terminal Network): Used for remote login.
FTP(File Transfer Protocol): For transfer of file from one
system to another.
HTTP(Hyper Text Transfer Protocol): For fetching web
pages on world wide web.
Similarities between OSI & TCP/IP
 Both are based on the concept of a stack of independent
protocols.
Functionality of layers is roughly similar.
Up to Transport – network oriented.
Above – User oriented
Differences between OSI & TCP/IP:
 OSI model has seven layers.
 TCP/IP has four layers.
OSI model provides clear distinction between
services, interfaces and protocols.
 TCP/IP doesn’t provide clearly distinguish between
services, Interfaces and protocols.
In OSI model transport layer is connection oriented.
 In TCP/IP transport layer is both connection oriented and
connectionless.
Cntd…
In OSI Data Link layer and Physical layer are separate
layers.
 In TCP Data Link layer and Physical layer are combined
as one in Host-to-Network layer.
Protocols do not fit well into the OSI model.
 Protocols fit well in TC/IP model.
 Minimum size of OSI header is 5 bytes.
 In TCP/IP minimum size of the header is 20 bytes.
Osi model

More Related Content

What's hot

5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
JAIGANESH SEKAR
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
Shubham Khedekar
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
Ankur Kumar
 
Osi model
Osi modelOsi model
Osi model
dhawal mehta
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
Sangeetha Rangarajan
 
Network protocals
Network protocalsNetwork protocals
Network protocals
reddivarihareesh
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
Shreejan Acharya
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
NetProtocol Xpert
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
guesta81d4b
 
Issues in Data Link Layer
Issues in Data Link LayerIssues in Data Link Layer
Issues in Data Link Layer
selvakumar_b1985
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
Satyam Jaiswal
 
Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network ModelsWayne Jones Jnr
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
BE Smârt
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
Manjeet MN
 
Osi model
Osi modelOsi model
Osi model
Online
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Dr. SELVAGANESAN S
 
Transport layer
Transport layer Transport layer
Transport layer
Mukesh Chinta
 
Networking Models
Networking ModelsNetworking Models
Networking Models
Aftab Mirza
 

What's hot (20)

5. protocol layering
5. protocol layering5. protocol layering
5. protocol layering
 
TCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer DescriptionTCP/IP Protocols With All Layer Description
TCP/IP Protocols With All Layer Description
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
Osi model
Osi modelOsi model
Osi model
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 
Network protocals
Network protocalsNetwork protocals
Network protocals
 
wireless network IEEE 802.11
 wireless network IEEE 802.11 wireless network IEEE 802.11
wireless network IEEE 802.11
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Issues in Data Link Layer
Issues in Data Link LayerIssues in Data Link Layer
Issues in Data Link Layer
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Chapter 2 - Network Models
Chapter 2 - Network ModelsChapter 2 - Network Models
Chapter 2 - Network Models
 
data-link layer protocols
data-link layer protocols  data-link layer protocols
data-link layer protocols
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
Osi model
Osi modelOsi model
Osi model
 
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESSComputer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
Computer Networks Unit 2 UNIT II DATA-LINK LAYER & MEDIA ACCESS
 
Transport layer
Transport layer Transport layer
Transport layer
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Networking Models
Networking ModelsNetworking Models
Networking Models
 

Similar to Osi model

OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
BBAU Lucknow University
 
OSI & TCP model
OSI & TCP modelOSI & TCP model
OSI & TCP model
Nafizul Islam
 
3. osi model
3. osi model3. osi model
3. osi model
ShafqatAli503316
 
COMPUTER NETWORK_OSI & TCP/IP
COMPUTER NETWORK_OSI & TCP/IPCOMPUTER NETWORK_OSI & TCP/IP
COMPUTER NETWORK_OSI & TCP/IP
Sweta Kumari Barnwal
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
LakshmiSamivel
 
Osi Model
Osi ModelOsi Model
Osi Model
Shivalik Chopra
 
CN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.pptCN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.ppt
mohanravi1986
 
OSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptxOSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptx
vishal choudhary
 
Assignment izaz sir
Assignment izaz sirAssignment izaz sir
Assignment izaz sir
ahmad iqbal
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
marwan aldulaimy
 
Osi model
Osi modelOsi model
Osi model
MdAnikKhan
 
BAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptx
BapanKar2
 
OSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networkingOSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networking
MeenakshiGupta233101
 
The ISO_OSI Reference Model
The ISO_OSI Reference ModelThe ISO_OSI Reference Model
The ISO_OSI Reference Model
Vishnu Vardhan
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
Shamima Akther
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
Mukesh Tekwani
 
OSI MODEL
OSI MODELOSI MODEL
OSI Model
OSI ModelOSI Model
OSI Model
DINESH KAMBLE
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
DeepVala5
 

Similar to Osi model (20)

OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
 
OSI & TCP model
OSI & TCP modelOSI & TCP model
OSI & TCP model
 
3. osi model
3. osi model3. osi model
3. osi model
 
COMPUTER NETWORK_OSI & TCP/IP
COMPUTER NETWORK_OSI & TCP/IPCOMPUTER NETWORK_OSI & TCP/IP
COMPUTER NETWORK_OSI & TCP/IP
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 
Osi Model
Osi ModelOsi Model
Osi Model
 
CN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.pptCN unit 1 part 2 2023.ppt
CN unit 1 part 2 2023.ppt
 
OSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptxOSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptx
 
Assignment izaz sir
Assignment izaz sirAssignment izaz sir
Assignment izaz sir
 
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 model
Osi modelOsi model
Osi model
 
BAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptxBAPANKAR15800121011 SOFT.pptx
BAPANKAR15800121011 SOFT.pptx
 
OSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networkingOSI and TCP/IP reference models in networking
OSI and TCP/IP reference models in networking
 
The ISO_OSI Reference Model
The ISO_OSI Reference ModelThe ISO_OSI Reference Model
The ISO_OSI Reference Model
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
OSI Model
OSI ModelOSI Model
OSI Model
 
unit-1fon (1).pptx
unit-1fon (1).pptxunit-1fon (1).pptx
unit-1fon (1).pptx
 

Recently uploaded

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 

Recently uploaded (20)

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 

Osi model

  • 2. OBJECTIVES: To discuss the OSI model and its layer architecture and to show the interface between the layers. To briefly discuss the functions of each layer in the OSI model. To introduce the TCP/IP protocol. To show the functionality of each layer in the TCP/IP Model. To show the functionality of each layer in the TCP/IP Model. Similarities and Comparison between OSI & TCP/IP Model.
  • 3. Network Model: A method of describing and analyzing data communication networks by breaking the entire set of communication process into a number of layers. Each layer has a specific function.
  • 4. The OSI Model: International standard organization (ISO) established a committee in 1977 to develop an architecture for systems communication. Open System Interconnection (OSI) reference model is the result of this effort. This model allows any two different systems to communicate regardless of their underlying architecture.
  • 5. Cntd.. The OSI model describes how data flows from one computer, through a network to another computer. The OSI model is not a protocol; it is a model for understanding and designing a network architecture that is flexible and robust. The OSI model consists of seven separate but related layers, each of which defines a part of the process of moving information across a network.
  • 6. Seven layers of the OSI model:
  • 7. Why so many layers? To reduce the complexity, networks are organized as a stack of layers, one below the other. Each layer performs a specific task,. It provides services to an adjacent layer.
  • 9. Cntd..  Layers 1,2, 3- physical, data link and network are network support layers. Layer 4, the transport layer, links the two subgroups. Layers 5,6,7- session, presentation, and application are user support layers.
  • 10. An exchange using the OSI model:
  • 11. Physical Layer: Physical layer is the bottom(layer 1) of OSI model. It is responsible for the actual physical connection between the devices. The physical layer is responsible for movements of individual bits from one node to next.
  • 13. Functions of Physical Layer: Convert bits to signals Bit synchronization Manage physical connection Bit rate control Line configuration Physical topology Transmission mode Multiplexing Switching
  • 14. Data Link Layer: The data link layer is responsible for moving frames from one node to the next.
  • 15. Functions of Data Link Layer: Framing:- divides the data from N/W 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.
  • 17. 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.
  • 18. Transport Layer: It is responsible for source process to destination process delivery of entire message.
  • 19. Cntd… Transport layer provides two types of services: 1) Connection Oriented Transmission: In this type of transmission the receiving device sends an acknowledgment back to the source after a packet or group of packet is received. 2) Connectionless Transmission: In this type of transmission the receiver does not acknowledge receipt of a packet.
  • 20. 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. Flow Control: Transport layer makes sure that the sender
  • 21. Session Layer: It is responsible for beginning, maintaining & ending the communication between two devices, which is called session.
  • 22. Functions of Session Layer: Establishment, maintaining and ending a session:  Sends SYN packet – establish request  Receives ACK & SYN- established  To end – 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.
  • 23. Presentation Layer: This layer is concerned with the syntax and semantics of the information exchanged between two systems.
  • 24. 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.
  • 25. Application Layer: Provides User interfaces and support for Services, like e- mail, file transfer.
  • 26. 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. Directory Services: This application provides the distributed database sources and access for global information about various objects and services.
  • 27. TCP/IP Model:  TCP/IP forms the base of present day internet. TCP and IP are two protocols of this model. This model was initially used by ARPANET. The TCP/IP protocol suite was defined as having four layers: 1) Host-to-network 2) Internet 3) Transport 4) Application
  • 28. TCP/IP and OSI Model
  • 29. Host to Network Layer:  It is the bottom layer of TCP/IP model also known as Network interface layer. The purpose of this layer is to connect the host to the network.
  • 30. Internet Layer: Internet layer is similar to network layer of OSI model in functionality. This layer is responsible for delivering IP packets to their destinations. An important protocol of this layer is IP(Internet Protocol).
  • 31. Internet Protocol(IP): It is an unreliable and connectionless protocol. IP transports data in packets called datagrams. IP does not keep track of the routes.
  • 33. Transport Layer:  Transport layer is similar in functionality to transport layer of OSI model. Transport layer of TCP/IP model also provides connection oriented and connectionless services. 1) Connection Oriented – TCP(Transmission Control Protocol) 2) Connection Less – UDP(User Datagram Protocol)
  • 34. 1) TCP: Transport layer used TCP for reliable connection oriented service. The various functions of TCP are: 1) Error Control 2) Flow Control 3) Sequencing
  • 35. 2)UDP: Transport layer used this protocol for unreliable connectionless service. No assurance that packet reached. No sequencing & No error checking Useful in real time data transfer and quick transfer of large data. It follows that delivery is more important than accurate delivery.
  • 36. Application Layer: This layer is the combination of Application, Presentation and Session layer of the OSI model. This layer provides various services to different user applications.
  • 37. Cntd..  Application layer includes several high-level protocols that are used for wide variety of applications like: TELNET(Terminal Network): Used for remote login. FTP(File Transfer Protocol): For transfer of file from one system to another. HTTP(Hyper Text Transfer Protocol): For fetching web pages on world wide web.
  • 38. Similarities between OSI & TCP/IP  Both are based on the concept of a stack of independent protocols. Functionality of layers is roughly similar. Up to Transport – network oriented. Above – User oriented
  • 39. Differences between OSI & TCP/IP:  OSI model has seven layers.  TCP/IP has four layers. OSI model provides clear distinction between services, interfaces and protocols.  TCP/IP doesn’t provide clearly distinguish between services, Interfaces and protocols. In OSI model transport layer is connection oriented.  In TCP/IP transport layer is both connection oriented and connectionless.
  • 40. Cntd… In OSI Data Link layer and Physical layer are separate layers.  In TCP Data Link layer and Physical layer are combined as one in Host-to-Network layer. Protocols do not fit well into the OSI model.  Protocols fit well in TC/IP model.  Minimum size of OSI header is 5 bytes.  In TCP/IP minimum size of the header is 20 bytes.