OSI Model-Network (updated version) .pdf

walidbouaziz 8 views 19 slides Aug 06, 2024
Slide 1
Slide 1 of 19
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19

About This Presentation

OSI Model


Slide Content

Networking Fundamentals
«Open system interaction model»
❑The OSI model is ageneral framework that define how we connect our
devices and enables network protocols, software, and systems to be
designed around a general set of guidelines.
❑Common guidelines allow higher probability of system compatibility and
logical traffic flow. In other words, if we all play by the same rules, everyone
will get alongwith as few errors as possible.
❑OSI Model

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Data wanted to be sent in the
network(https header , files...)
•Lunshed by an applications
like(browsers , games..)

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Data compression/
decompression
•Data encryption/decryption
•Defining data format
(JPG,HTML,TXT...)

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Creating , terminating
logical sessions .
•Defining communication
modes(single, half-duplex,
full-duplex)

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•How to Transport the data?
•Reliably
•Fast & unreliably
•L4 header

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Routing protocols
•choosing the best path
for routing depending
in used protocol

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Data Encoding from
Ascii to binary ,
Decoding binary to Ascii

OSI LAYERS
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer
•Physical connection
(Ethernet connections
802.3, wireless
connections 802.11)

OSI & TCP/IP Models

OSI & TCP/IP Models
•The TCP/IP model, which is more pragmatic and widely used in current
networks, particularly the Internet, consists of four layers: Network
Access, Internet, Transport, and Application.
Key differences between OSI model and TCP/IP model :
•Although both models aim to facilitate network communication, the
TCP/IP model is based on practical and implemented protocols, such as
TCP and IP, whereas the OSI model remains a theoretical reference
framework.
•The main difference lies in their application: the OSI model is primarily
used for understanding and standardizing network communication
processes, while the TCP/IP model is used for the actual implementation
of networks, especially in practical contexts like the Internet.

OSI VS TCP/IP
TCP/IP
Application
Layer
Host-To-Host
Transport
Internet Layer
Network
interface Layer
OSI
Application
Layer
Presentation
Layer
Session Layer
Transport
Layer
Network Layer
Data Link Layer
Physical Layer

Encapsulation & Decapsulation

Encapsulation & Decapsulation
•Encapsulation: is the process of adding additional information when data
is traveling in an OSI or TCP/IP model
•Decapsulation:reverses the process by removing the info one by one, so a
destination device can read the original data.

Encapsulation
https://www.youtube.com
DATA (https header)
DATA (https header)L4 header
L3 header DATA (https header)L4 header
DATA (https header)L4 headerL3 headerL2 header L2 trailer
HASH PAYLOAD

Encapsulation
https://www.youtube.com
DATA (https
header)
DATA (https
header)
L4 header
L3 header
DATA (https
header)
L4
header
DATA (https
header)
L4
header
L3
header
L2
header
L2 trailer
HASH
PAYLOAD
SEQUENCE
PACKET
FRAME

Decapsulation
https://www.youtube.com
DATA (https header)
DATA (httpsheader)L4 header
L3 header DATA (https header)L4 header
DATA (https header)L4 headerL3 headerL2 header L2 trailer
HASH PAYLOAD

COMMON ATTACKS IN THE OSI MODEL

COMMON ATTACKS IN THE OSI MODEL
Tags