From 88ba66066ba15f7ebcaffe006e794f01af90fec3 Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 20 Oct 2021 23:37:05 +0200 Subject: [PATCH] Vault sync: 2021-10-20 23:37: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 d5c1b3a..77faa12 100644 --- a/School/Analyse/OSI Model.md +++ b/School/Analyse/OSI Model.md @@ -63,7 +63,9 @@ While sending data via a network data can get corrupted, the Transport layer als 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 +The Network Layer is responsible for handling the data transfer between two different networks. This means that this layer is not needed if the receiving device is on the same network. + +The Network Layer breaks up segments from the Transport layer into smaller chunks called [[Packets]]. The reverse happens on the receiving device (reassembling packets into segments). ## 2. Data Link Layer ## 1. Physical Layer \ No newline at end of file