From d3f8759bee460989844b4d4baaccab0ad02042a7 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 23:27:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 23:27: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 d912952..8bc5c93 100644 --- a/School/Analyse/OSI Model.md +++ b/School/Analyse/OSI Model.md @@ -60,8 +60,10 @@ On the receiving device the Transport Layer reassembles the segments of data tha While sending data via a network data can get corrupted, the Transport layer also ensures the data being received is complete and correct, and requesting a retransmission if its not. -The Transport Layer also controls the flow of outgoing data so that the receiver is not overwhelmed with data. +The Transport Layer also controls the flow of outgoing data so that the receiver is not overwhelmed with data. (fast to slower connections for example) ## 3. Network Layer +The Network Layer is responsible for handling the data transfer between two different networks. This means that this layer is not needed + ## 2. Data Link Layer ## 1. Physical Layer \ No newline at end of file