Vault sync: 2021-11-03 23:26:46

This commit is contained in:
Nick Leeman 2021-11-03 23:26:46 +01:00
parent 16e8624540
commit a8e8e53fd7

View File

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