From cff9d5d66dc4870b5b0ea8dc5107d21035287abc Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 22:57:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 22:57:05 --- School/Analyse/OSI Model.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/School/Analyse/OSI Model.md b/School/Analyse/OSI Model.md index 5011743..e12d76d 100644 --- a/School/Analyse/OSI Model.md +++ b/School/Analyse/OSI Model.md @@ -36,7 +36,9 @@ The presentation layer is responsible for preparing the data so that it can be u For example, two devices can use different types of encoding on their data, the presentation layer will translate the data in a way that the Application Layer can understand. -When sending sensitive data, we would like to encrypt the data so that its secure. The Presentation layer is responsible for encrypting and decrypting ingoing or ou +When sending sensitive data, we would like to encrypt the data so that its secure. The Presentation layer is responsible for encrypting and decrypting ingoing or outgoing data. + +Also when sending of receiving data we sometimes want to compress the data so that ## 5. Session Layer