Open System Interconnection Model (OSI)
Open System Interconnection Model (OSI)
INTERCONNECTION MODEL
(OSI)
WHAT IS THE OSI MODEL
• The OSI model is the framework or pathway that bits and bytes of data
follow
• It groups protocols used in network communication into specific layers
OSI MODEL VS TCP/IP MODEL
HOW DOES IT WORK?
• Data is broken down into bits
and bytes then recompiled by
the protocols of the OSI
model
WHY IS IT IMPORTANT?
TRANSLATION
• this particular function translates the original data from characters and
numbers into binary sequence that machines understand
PRESENTATION LAYER
DATA COMPRESSION
• This reduces the amount of space used to store the original file
PRESENTATION LAYER
DATA ENCRYPTION
• To maintain the integrity of the data, the compressed binary code is then
encrypted
PRESENTATION LAYER
SESSION LAYER
SEGMENTATION
• Data from the session layer is divided into smaller data units called segments
• contains a source and destination port number and a sequence number
TRANSPORT LAYER
FLOW CONTROL
• Controls the amount of data being transmitted, it is adjusted as required to
ensure that no data is lost
TRANSPORT LAYER
ERROR CONTROL
• an "Automatic Repeat Request" is done by the receiving device to re-transmit
the corrupted or lost data segments.
• bits called "Checksum" is added to each sent segment
TRANSPORT LAYER
• This layer is responsible for transmitting and receiving data segments from
one computer to another located in different networks
This layer has 3 interconnecting functions:
• Logical Addressing
• Routing
• Path Determination
NETWORK LAYER
LOGICAL ADDRESSING
• IP addressing
• data segment is assigned an Sending IP address & Receiving IP address
which qualifies it as a "data packet"
NETWORK LAYER
ROUTING
• the method or way of moving data packets from it's source to it's destination.
NETWORK LAYER
NETWORK LAYER
PATH DETERMINATION
• The best possible path between
sending device and receiving device is
chosen
• Open Shortest Path First (OSPF)
• Border Gateway Protocol (BGP)
• IS-IS (intermediate system to
intermediate system)
NETWORK LAYER
• Responsible for transmitting and receiving data segments from one computer
to another located in different networks.
Encompasses 3 connected functions:
• Logical Addressing
• Routing
• Path Determination
DATA LINK LAYER
• First receives packets from the network layer where it is turned into a
"frame"
DATA LINK LAYER
DATA LINK LAYER
1. Access media
2. Controls how data is placed and received
DATA LINK LAYER
ACCESS MEDIA
• done through framing
DATA LINK LAYER
B. ERROR DETECTION
• The tail of each frame contains bits used to detect errors
DATA LINK LAYER