3 Presentation Layer
3 Presentation Layer
com/@techwithravish
Presentation Layer
The Presentation layer is responsible for the
translation of data between the application layer and
the network. This layer ensures that the data sent by
the application layer of one system can be read by the
application layer of another system.
https://www.youtube.com/@techwithravish
Example: System 1 is using ASCII and System 2 is Using
EBCDIC, so the translation form ASCII to EBCDIC will be
done by Presentation layer.
ASCII to EBCDIC
EBCDIC to ASCII
https://www.youtube.com/@techwithravish
Example: Any Image Converted to Suitable Format like
to JPEG or PNG. This File format can be readable by any
Operating System or any Device.
JPEG
ANY RANDOM
IMAGE
PNG
https://www.youtube.com/@techwithravish
Data Compression
- Reduces the size of the data to minimize
the amount of data transmitted over the
network.
- This is especially useful for multimedia
data like audio and video files, where
compression techniques like MPEG or JPEG
are used.
https://www.youtube.com/@techwithravish
Example:
Compression Decompression
INTERNET
SOURCE DESTINATION
https://www.youtube.com/@techwithravish
Data Encryption/Decryption
- Ensures data security by encrypting data
before transmission and decrypting it upon
reception.
- Common protocols and methods used
include SSL/TLS for secure web
communications and encryption algorithms
like AES (Advanced Encryption Standard).
https://www.youtube.com/@techwithravish
Example:
Encryption Decryption
Encrypted File
Data File Data File
INTERNET
SOURCE DESTINATION
https://www.youtube.com/@techwithravish