From a8e8e53fd7475cb770acd0fedc7278daebdc2c9b Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Wed, 3 Nov 2021 23:26:46 +0100 Subject: [PATCH] Vault sync: 2021-11-03 23:26:46 --- School/Analyse/Layers/2. Datalink Layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/School/Analyse/Layers/2. Datalink Layer.md b/School/Analyse/Layers/2. Datalink Layer.md index 045da6d..60c411e 100644 --- a/School/Analyse/Layers/2. Datalink Layer.md +++ b/School/Analyse/Layers/2. Datalink Layer.md @@ -1,4 +1,4 @@ -# 2. Datalink Layer +# 2. Data link Layer The Data Link Layer is responsible for handling the data transfer between two devices on the **same** network. (so a bit like the Network Layer) The Data Link Layer also splits up packets into smaller chunks called a frame. The reverse happens on the receiving device (reassembling frames into packets).