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).