Vault sync: 2021-10-25 14:36:27

This commit is contained in:
Nick Leeman 2021-10-25 14:36:27 +02:00
parent 5c907e1c2c
commit a53e1ee37c

View File

@ -77,3 +77,8 @@ The Data Link Layer also splits up packets into smaller chunks called a frame. T
Like the Network Layer the Data Link Layer is also responsible for flow control and error checking. However it only does this for inter-network communications. (Local network)
## 1. Physical Layer
This layer is responsible for the actual physical transfer of data between devices via cables or other mediums using switches, routers, etc..
This layer also converts the data into a bit-stream of 1's and 0's.
The signal convention must be the same on both devices. (Meaning of a 0 and a 1)