SlideShare a Scribd company logo
1 of 29
The OSI Model
• An ISO (International standard Organization) that covers
all aspects of network communications is the Open
System Interconnection (OSI) model.
• An open system is a model that allows any two different
systems to communicate regardless of their underlying
architecture (hardware or software).
• The OSI model is not a protocol; it is model for
understanding and designing a network architecture that is
flexible, robust and interoperable.
• The OSI model is a layered framework for the design of
network systems that allows for communication across
all types of computer systems.
• The OSI model is built of seven ordered layers:
1. (layer 1) physical layer
2. (layer 2) data link
3. (layer 3) network layer
4. (layer 4) transport layer
5. (layer 5) session layer
6. (layer 6) presentation layer
7. (layer 7) application layer
Peer-to-Peer Process
• Within a single machine, each layer calls upon services of
the layer just below it.
• Layer 3, for example, uses the services provided by layer 2
and provides services for layer 4.
• Between machines, layer x on one machine communicates
with layer x on another machine, by using a protocol (this
is Peer-to-Peer Process).
• Communication between machines is therefore a peer-to-
peer process using protocols appropriate to a given layer.
Internet Layers (TCP/IP)
Interfaces between Layers
• There is an interface between
each pair of adjacent layers.
This interface defines what
information and services a layer
must provide for the layer
above it.
Physical Layer
• The physical layer coordinates
the functions required to
transmit a bit stream over a
physical medium. It also
defines the procedures and
functions that physical devices
and interfaces have to perform
for transmission occur.
The physical layer is responsible for transmitting individual bits from one
node to the next.
Physical layer
The physical layer is concerned with the following:
• Physical characteristics of interfaces and media: The
physical layer defines the characteristics of the interface
between devices and the transmission media, including
its type.
• Representation of the bits: the physical layer data consist
of a stream of bits without any interpretation. To be
transmitted, bits must be encoded into signals –electrical
or optical-. The physical layer defines the type of
encoding.
• Data rate: The physical layer defines the transmission
rate, the number of bits sent each second.
Physical Layer
• Line configuration: the physical layer is concerned with
the connection of devices to the medium.
• Physical topology
• Transmission Mode
• Synchrinization of bits
Data Link Layer
• The data link layer transforms
the physical layer, a raw
transmission facility, to a
reliable link and is responsible
for node-to-node delivery. It
makes the physical layer appear
error free to the upper layer
(network layer).
The data link layer is responsible for transmitting frames
from one node to the next.
Node-to-node delivery
Functions of the data link layer:
• Framing. The data link layer divides the stream of bits
received from the network layer into data units called
frames.
• Physical addressing. If frames are to be distributed to
different systems on the network, the data link layer
adds a header to the frame to define the physical address
of the sender (source address) and/or receiver
(destination address) of the frame.
• If the frame is intended for a system outside the sender’s
network, the receiver address is the address of the device
that connects one network to the next.
• Flow Control. If the rate at which the data are absorbed by
the receiver is less than the rate produced in the sender,
the data link layer imposes a flow control mechanism to
prevent overwhelming the receiver.
• Error control. The data link layer adds reliability to the
physical layer by adding mechanisms to detect and
retransmit damaged or lost frames. Error control is
normally achieved through a trailer to the end of the frame.
• Access Control. When two or more devices are connected
to the same link, data link layer protocols are necessary to
determine which device has control over the link at any
time.
Network Layer
•The Network layer is responsible for the source-to-destination
delivery of a packet possible across multiple networks.
•If two systems are connected to the same link, there is usually
no need for a network layer. However, if the two systems are
attached to different networks, there is often a need for the
network layer to accomplish source-to-destination delivery.
Network Layer
Functions:
•Logical addressing.
•Routing
The network layer is responsible for the delivery of packets from the original
source to the final destination.
Source-to-destination delivery
• Logical addressing. The physical addressing implemented
by the data link layer handles the addressing problem
locally.
• The network layer adds a header to the packet coming
from the upper layer, among other things, includes the
logical address of the sender and receiver.
• Routing. When independent networks or links are
connected together to create an internetwork (a network
of networks) or a large network, the connecting devices
(called routers or gateways) route or switch the packets to
their final destination.
Transport Layer
• The transport layer is responsible for process-to-process
delivery of the entire message.
• The network layer oversees host-to-destination delivery of
individual packets, it does not recognize any relationship
between those packets.
• The transport layer ensures that the whole message arrives
intact and in order, overseeing both error control and flow
control at the process-to-process level.
Transport layer
The transport layer is responsible for delivery of a message from
one process to another.
Reliable process-to-process delivery of a message
Functions of the transport layer
• Port addressing:computer often run several processes
(running programs) at the same time. Process-to-process
delivery means delivery from a specific process on one
computer to a specific process on the other.
• The transport layer header include a type of address called
port address.
• The network layer gets each packet to the correct
computer; the transport layer gets the entire message to the
correct process on that computer.
Functions of the transport layer
• Segmentation and reassembly: a message is divided into
transmittable segments, each having a sequence number.
These numbers enable the transport layer to reassemble the
message correctly upon arrival at the destination.
• Connection control: The transport layer can be either
connectionless or connection-oriented.
• A connectionless transport layer treats each segment as an
independent packet and delivers it to the transport layer at
the destination machine.
• A connection-oriented transport layer makes a connection
with the transport layer at the destination machine first
before delivering the packets. After all the data are
transferred, the connection is terminated.
Functions of the transport layer
• Flow control: the transport layer performs a flow control
end to end. The data link layer performs flow control
across a single link.
• Error control: the transport layer performs error control
end to end. The data link layer performs control across a
single link.
• The session layer is the network dialog controller. It was
designed to establish, maintain, and synchronize the
interaction between communicating devices.
• The presentation layer was designed to handle the syntax
and semantics of the information exchanged between the
two systems. It was designed for data translation,
encryption, decryption, and compression.
• The application layer enables the user to access the
network. It provides user interfaces and support for
services such electronic email, remote file access, WWW,
and so on.
Application layer
The application layer is responsible for providing services to the user.
Summary of duties

More Related Content

What's hot

Osi model
Osi modelOsi model
Osi modelprakash N
 
low level protocols
low level protocolslow level protocols
low level protocols9130839673
 
Osi model
Osi modelOsi model
Osi modelMdAnikKhan
 
Overview of an OSI reference Model
Overview of an OSI reference ModelOverview of an OSI reference Model
Overview of an OSI reference ModelDarshan Bhatt
 
The ISO_OSI Reference Model
The ISO_OSI Reference ModelThe ISO_OSI Reference Model
The ISO_OSI Reference ModelVishnu Vardhan
 
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)Tutun Juhana
 
Osi layer model
Osi layer modelOsi layer model
Osi layer modelAanchalJain72
 
ITFT_Data Link Layer issues
ITFT_Data Link Layer  issuesITFT_Data Link Layer  issues
ITFT_Data Link Layer issuesSneh Prabha
 
OSI(Open System Interconnection) model
OSI(Open System Interconnection) modelOSI(Open System Interconnection) model
OSI(Open System Interconnection) modelNamra Afzal
 

What's hot (20)

Osi model
Osi modelOsi model
Osi model
 
OSI layer (Network)
OSI layer (Network)OSI layer (Network)
OSI layer (Network)
 
low level protocols
low level protocolslow level protocols
low level protocols
 
Internet protocol
Internet protocolInternet protocol
Internet protocol
 
Iso layers
Iso layersIso layers
Iso layers
 
Osi model
Osi modelOsi model
Osi model
 
L 1
L   1L   1
L 1
 
Overview of an OSI reference Model
Overview of an OSI reference ModelOverview of an OSI reference Model
Overview of an OSI reference Model
 
Osi model
Osi modelOsi model
Osi model
 
Dc2 t1
Dc2 t1Dc2 t1
Dc2 t1
 
The ISO_OSI Reference Model
The ISO_OSI Reference ModelThe ISO_OSI Reference Model
The ISO_OSI Reference Model
 
Iso osi
Iso osiIso osi
Iso osi
 
lecture 2.pptx
lecture 2.pptxlecture 2.pptx
lecture 2.pptx
 
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)ET3003-2 OSI-TCPIP (Semester II 2013-2014)
ET3003-2 OSI-TCPIP (Semester II 2013-2014)
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi layer model
Osi layer modelOsi layer model
Osi layer model
 
lecture 4.pptx
lecture 4.pptxlecture 4.pptx
lecture 4.pptx
 
Osi model
Osi modelOsi model
Osi model
 
ITFT_Data Link Layer issues
ITFT_Data Link Layer  issuesITFT_Data Link Layer  issues
ITFT_Data Link Layer issues
 
OSI(Open System Interconnection) model
OSI(Open System Interconnection) modelOSI(Open System Interconnection) model
OSI(Open System Interconnection) model
 

Similar to Osi

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.pptx183JAIDEEP
 
Computer network layers
Computer network layersComputer network layers
Computer network layersKarthicaMarasamy
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet ProtocoltxMosesOkumu4
 
OSI model layers 7 Types of OSI Model Edifyclue.pdf
OSI model layers  7 Types of OSI Model  Edifyclue.pdfOSI model layers  7 Types of OSI Model  Edifyclue.pdf
OSI model layers 7 Types of OSI Model Edifyclue.pdfsunil shukla
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocolNayan Sarma
 
OSI Model.It was created in 1983 by osi.
OSI Model.It was created in 1983 by osi.OSI Model.It was created in 1983 by osi.
OSI Model.It was created in 1983 by osi.muhammadsaudm19a
 
Network internet
Network internetNetwork internet
Network internetKumar
 
Networks internet
Networks internetNetworks internet
Networks internetKumar
 
CN_ECE_6th SEM_OSI Layer.pptx
CN_ECE_6th SEM_OSI Layer.pptxCN_ECE_6th SEM_OSI Layer.pptx
CN_ECE_6th SEM_OSI Layer.pptxsubhash750762
 
Open System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptxOpen System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptxMehakBhatia38
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI modelManjeet MN
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP ModelShamima Akther
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.pptssuserf7cd2b
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.pptssuserf7cd2b
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Zakirul Islam
 

Similar to Osi (20)

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
 
tcpiposi.pptx
tcpiposi.pptxtcpiposi.pptx
tcpiposi.pptx
 
Computer network layers
Computer network layersComputer network layers
Computer network layers
 
The OSI model
 The OSI model The OSI model
The OSI model
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
 
OSI model layers 7 Types of OSI Model Edifyclue.pdf
OSI model layers  7 Types of OSI Model  Edifyclue.pdfOSI model layers  7 Types of OSI Model  Edifyclue.pdf
OSI model layers 7 Types of OSI Model Edifyclue.pdf
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
OSI Model.It was created in 1983 by osi.
OSI Model.It was created in 1983 by osi.OSI Model.It was created in 1983 by osi.
OSI Model.It was created in 1983 by osi.
 
Network internet
Network internetNetwork internet
Network internet
 
Networks internet
Networks internetNetworks internet
Networks internet
 
CN_ECE_6th SEM_OSI Layer.pptx
CN_ECE_6th SEM_OSI Layer.pptxCN_ECE_6th SEM_OSI Layer.pptx
CN_ECE_6th SEM_OSI Layer.pptx
 
3. osi model
3. osi model3. osi model
3. osi model
 
Open System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptxOpen System interconnection OSI Model.pptx
Open System interconnection OSI Model.pptx
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
seven layer OSI model
seven layer OSI modelseven layer OSI model
seven layer OSI model
 
OSI &TCP/IP Model
OSI &TCP/IP ModelOSI &TCP/IP Model
OSI &TCP/IP Model
 
ch5-osi.pdf
ch5-osi.pdfch5-osi.pdf
ch5-osi.pdf
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
06 - OSI Model.ppt
06 - OSI Model.ppt06 - OSI Model.ppt
06 - OSI Model.ppt
 
Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3Protocol layer,OSI model & POP3
Protocol layer,OSI model & POP3
 

More from Aman Jaiswal

Transport protocols
Transport protocolsTransport protocols
Transport protocolsAman Jaiswal
 
Congestion control
Congestion controlCongestion control
Congestion controlAman Jaiswal
 
Congestion control 1
Congestion control 1Congestion control 1
Congestion control 1Aman Jaiswal
 
Chapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyChapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyAman Jaiswal
 
Bca 221 network fundamentals
Bca 221 network fundamentalsBca 221 network fundamentals
Bca 221 network fundamentalsAman Jaiswal
 
1network security encryption_methods-1
1network security encryption_methods-11network security encryption_methods-1
1network security encryption_methods-1Aman Jaiswal
 
06 1 routing_algorithms
06 1 routing_algorithms06 1 routing_algorithms
06 1 routing_algorithmsAman Jaiswal
 
Multiplexing
MultiplexingMultiplexing
MultiplexingAman Jaiswal
 
Transmission medium
Transmission mediumTransmission medium
Transmission mediumAman Jaiswal
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Aman Jaiswal
 

More from Aman Jaiswal (13)

Transport protocols
Transport protocolsTransport protocols
Transport protocols
 
Rules
RulesRules
Rules
 
Congestion control
Congestion controlCongestion control
Congestion control
 
Congestion control 1
Congestion control 1Congestion control 1
Congestion control 1
 
Chapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyChapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topology
 
Bca 221 network fundamentals
Bca 221 network fundamentalsBca 221 network fundamentals
Bca 221 network fundamentals
 
1network security encryption_methods-1
1network security encryption_methods-11network security encryption_methods-1
1network security encryption_methods-1
 
06 1 routing_algorithms
06 1 routing_algorithms06 1 routing_algorithms
06 1 routing_algorithms
 
Multiplexing
MultiplexingMultiplexing
Multiplexing
 
Transmission medium
Transmission mediumTransmission medium
Transmission medium
 
Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02Networkingdevices 120505003202-phpapp02
Networkingdevices 120505003202-phpapp02
 
Ch03
Ch03Ch03
Ch03
 
Dc unit i
Dc unit iDc unit i
Dc unit i
 

Recently uploaded

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 

Recently uploaded (20)

call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 

Osi

  • 1. The OSI Model • An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model. • An open system is a model that allows any two different systems to communicate regardless of their underlying architecture (hardware or software). • The OSI model is not a protocol; it is model for understanding and designing a network architecture that is flexible, robust and interoperable.
  • 2. • The OSI model is a layered framework for the design of network systems that allows for communication across all types of computer systems. • The OSI model is built of seven ordered layers: 1. (layer 1) physical layer 2. (layer 2) data link 3. (layer 3) network layer 4. (layer 4) transport layer 5. (layer 5) session layer 6. (layer 6) presentation layer 7. (layer 7) application layer
  • 3.
  • 4. Peer-to-Peer Process • Within a single machine, each layer calls upon services of the layer just below it. • Layer 3, for example, uses the services provided by layer 2 and provides services for layer 4. • Between machines, layer x on one machine communicates with layer x on another machine, by using a protocol (this is Peer-to-Peer Process). • Communication between machines is therefore a peer-to- peer process using protocols appropriate to a given layer.
  • 6. Interfaces between Layers • There is an interface between each pair of adjacent layers. This interface defines what information and services a layer must provide for the layer above it.
  • 7. Physical Layer • The physical layer coordinates the functions required to transmit a bit stream over a physical medium. It also defines the procedures and functions that physical devices and interfaces have to perform for transmission occur. The physical layer is responsible for transmitting individual bits from one node to the next.
  • 8. Physical layer The physical layer is concerned with the following: • Physical characteristics of interfaces and media: The physical layer defines the characteristics of the interface between devices and the transmission media, including its type. • Representation of the bits: the physical layer data consist of a stream of bits without any interpretation. To be transmitted, bits must be encoded into signals –electrical or optical-. The physical layer defines the type of encoding. • Data rate: The physical layer defines the transmission rate, the number of bits sent each second.
  • 9. Physical Layer • Line configuration: the physical layer is concerned with the connection of devices to the medium. • Physical topology • Transmission Mode • Synchrinization of bits
  • 10. Data Link Layer • The data link layer transforms the physical layer, a raw transmission facility, to a reliable link and is responsible for node-to-node delivery. It makes the physical layer appear error free to the upper layer (network layer). The data link layer is responsible for transmitting frames from one node to the next.
  • 12. Functions of the data link layer: • Framing. The data link layer divides the stream of bits received from the network layer into data units called frames. • Physical addressing. If frames are to be distributed to different systems on the network, the data link layer adds a header to the frame to define the physical address of the sender (source address) and/or receiver (destination address) of the frame. • If the frame is intended for a system outside the sender’s network, the receiver address is the address of the device that connects one network to the next.
  • 13.
  • 14. • Flow Control. If the rate at which the data are absorbed by the receiver is less than the rate produced in the sender, the data link layer imposes a flow control mechanism to prevent overwhelming the receiver. • Error control. The data link layer adds reliability to the physical layer by adding mechanisms to detect and retransmit damaged or lost frames. Error control is normally achieved through a trailer to the end of the frame. • Access Control. When two or more devices are connected to the same link, data link layer protocols are necessary to determine which device has control over the link at any time.
  • 15. Network Layer •The Network layer is responsible for the source-to-destination delivery of a packet possible across multiple networks. •If two systems are connected to the same link, there is usually no need for a network layer. However, if the two systems are attached to different networks, there is often a need for the network layer to accomplish source-to-destination delivery.
  • 16. Network Layer Functions: •Logical addressing. •Routing The network layer is responsible for the delivery of packets from the original source to the final destination.
  • 18. • Logical addressing. The physical addressing implemented by the data link layer handles the addressing problem locally. • The network layer adds a header to the packet coming from the upper layer, among other things, includes the logical address of the sender and receiver. • Routing. When independent networks or links are connected together to create an internetwork (a network of networks) or a large network, the connecting devices (called routers or gateways) route or switch the packets to their final destination.
  • 19.
  • 20. Transport Layer • The transport layer is responsible for process-to-process delivery of the entire message. • The network layer oversees host-to-destination delivery of individual packets, it does not recognize any relationship between those packets. • The transport layer ensures that the whole message arrives intact and in order, overseeing both error control and flow control at the process-to-process level.
  • 21. Transport layer The transport layer is responsible for delivery of a message from one process to another.
  • 23. Functions of the transport layer • Port addressing:computer often run several processes (running programs) at the same time. Process-to-process delivery means delivery from a specific process on one computer to a specific process on the other. • The transport layer header include a type of address called port address. • The network layer gets each packet to the correct computer; the transport layer gets the entire message to the correct process on that computer.
  • 24. Functions of the transport layer • Segmentation and reassembly: a message is divided into transmittable segments, each having a sequence number. These numbers enable the transport layer to reassemble the message correctly upon arrival at the destination. • Connection control: The transport layer can be either connectionless or connection-oriented. • A connectionless transport layer treats each segment as an independent packet and delivers it to the transport layer at the destination machine. • A connection-oriented transport layer makes a connection with the transport layer at the destination machine first before delivering the packets. After all the data are transferred, the connection is terminated.
  • 25. Functions of the transport layer • Flow control: the transport layer performs a flow control end to end. The data link layer performs flow control across a single link. • Error control: the transport layer performs error control end to end. The data link layer performs control across a single link.
  • 26.
  • 27. • The session layer is the network dialog controller. It was designed to establish, maintain, and synchronize the interaction between communicating devices. • The presentation layer was designed to handle the syntax and semantics of the information exchanged between the two systems. It was designed for data translation, encryption, decryption, and compression. • The application layer enables the user to access the network. It provides user interfaces and support for services such electronic email, remote file access, WWW, and so on.
  • 28. Application layer The application layer is responsible for providing services to the user.