The Osi Model: Fundamentals of Networking - NET 101
The Osi Model: Fundamentals of Networking - NET 101
NET101 - LEC04 2
What is the OSI model?
The Open Systems Interconnection (OSI) reference model is an
approved international standard for communication systems.
The model was introduced by the International Organization for
Standardization (ISO) to aid network interconnection.
NET101 - LEC04 3
What are the layers of the OSI model?
# Layer Tasks within the OSI model are broken down into
7 Application layers. A layered model gives the advantage of:
User Support
6 Presentation
- reduced complexity
- interoperability between networks
5 Session - facilitation of modular engineering
4 Transport
3 Network
Network Support
2 Link
1 Physical
NET101 - LEC04 4
What are the layers of the OSI model?
# Layer Application Layer
7 Application - Facilitates the user in using services of the
User Support
6 Presentation
network
- It receives information directly from users and
5 Session displays incoming data it to the user
4 Transport
3 Network
Network Support
2 Link
1 Physical
NET101 - LEC04 5
Application Layer
Clicking on a link on an internet browser is akin to a customer dialing
on their phone to order a pizza.
NET101 - LEC04 6
What are the layers of the OSI model?
# Layer Presentation Layer
7 Application - Responsible for converting data into standard
User Support
6 Presentation
format
- The presentation layer translates the
5 Session commands received from the application layer
4 Transport into universal, well-known networking
formats. Think of the presentation layer as a
3 Network
more effective version of Google Translate but
Network Support
NET101 - LEC04 7
Presentation Layer
In order for our pizza customer to place an order, she needs to speak a
common language with the person taking her order.
NET101 - LEC04 8
What are the layers of the OSI model?
# Layer Session Layer
7 Application - Establishes dialog between two systems
User Support
6
- In order for a packet to reach its destination,
Presentation
the session layer establishes a “mechanism for
5 Session opening, closing and managing a session
4 Transport between end-user application processes and
responses”. The session layer makes it possible
3 Network
to establish an open communication line to
Network Support
NET101 - LEC04 9
Session Layer
This layer can be compared to making a phone call and having the
other person pick up the phone. Without another party on the line, no
food-related or network-related conversation would occur.
NET101 - LEC04 10
What are the layers of the OSI model?
# Layer Transport Layer
7 Application - Regulates information flow to achieve reliable
User Support
6 Presentation
connectivity between host application
3 Network computer
REQUEST
server
Network Support
RESPONSE
2 Link
RESPONSE
1 Physical
RESPONSE
NET101 - LEC04 11
What are the layers of the OSI model?
# Layer Transport Layer
7 Application - Regulates information flow to achieve reliable
User Support
6 Presentation
connectivity between host application
SYN
2 Link
SYN ACK
1 Physical ACK
NET101 - LEC04 12
Transport Layer
You can think of the transport layer as quality control. Suspicious
packets will not make it past a firewall. Similarly, suspicious looking
pizzas will not go out for delivery.
NET101 - LEC04 13
What are the layers of the OSI model?
# Layer Network Layer
7 Application - Acts as a network controller
User Support
6
- Decides which routes should be taken by data
Presentation
- Converts frames into packets
5 Session
4 Transport
3 Network
Network Support
2 Link
1 Physical
NET101 - LEC04 14
Network Layer
In the same way that the network layer determines the best way to
route information, our pizza deliver person will rely on a GPS to map
out a customer’s location.
NET101 - LEC04 15
What are the layers of the OSI model?
# Layer Link Layer
7 Application - Packages raw bits from the Physical Layer into
User Support
6 Presentation
frames; provides reliable transmission of bits
through flow control, and error control and
5 Session detection.
4 Transport - The Data Link Layer ensures that a
transmission occurs without any errors. The
3 Network
Data Link Layer consists of two sub-layers,
Network Support
NET101 - LEC04 16
Link/ Data Link Layer
One of the major functions of the data link layer is to provide a
physical MAC address so that requested information can find its
destination. Without a physical address, our pizza delivery man would
not be able to complete his delivery.
NET101 - LEC04 17
# Layer Physical Layer
7 Application - Deals with the physical characteristics of the
User Support
6 Presentation
transmission medium; transmits bits from one
computer to another
5 Session
4 Transport
3 Network
Network Support
2 Link
1 Physical
NET101 - LEC04 18
What are the layers of the OSI model?
Physical Layer
- Deals with the physical characteristics of the transmission medium; transmits bits
from one computer to another
- Modes of Transmission:
Simplex Half-Duplex Full-Duplex
A B A B A B
- Simplest transmission mode - Data can move in two - Data can move in two
- There is one dedicated sender directions, but not at the same directions, at the same time
and one dedicated receiver time
NET101 - LEC04 19
Physical Layer
The physical layer comprises of the physical hardware components in
a network. In this final step, our now starving customer will receive
her delivery.
NET101 - LEC04 20
What are the layers of the OSI model?
# Layer Data Type
7 Application Data
User Support
6 Presentation Data
5 Session Data
4 Transport Segments
3 Network Packets
Network Support
2 Link Frames
1 Physical Bits
NET101 - LEC04 21
How to memorize the OSI Layer?
1 – Please
2 – Do
3 – Not
4 – Throw
5 – Sausage
6 – Pizza
7 – Away
PLNTSPA
NET101 - LEC04 22