From 01353b733678293df1a63622d4f8f5b8913d92d2 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 23:17:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 23:17:05 --- School/Analyse/OSI Model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/School/Analyse/OSI Model.md b/School/Analyse/OSI Model.md index f96427f..780cdf2 100644 --- a/School/Analyse/OSI Model.md +++ b/School/Analyse/OSI Model.md @@ -52,6 +52,8 @@ The session layer also synchronizes the data transfer with checkpoints. For exam This way we do not need to completely resend the file. ## 4. Transport Layer +The Transport Layer is responsible for the end-to-end communication between 2 devices. The Transport layer takes data from the Session Layer and breaks them up in chunks called segments. + ## 3. Network Layer