Vault sync: 2021-11-03 21:36:46

This commit is contained in:
2021-11-03 21:36:46 +01:00
parent ab6176cef8
commit c3f0fddb72
5 changed files with 21 additions and 12 deletions

View File

@@ -3,4 +3,13 @@ This layer is responsible for the actual physical transfer of data between devic
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)
The signal convention must be the same on both devices. (Meaning of a 0 and a 1)
## In depth
Information on computers is stored in a digital format. To transmit this information we have to convert the information to signals.
Physical layer is responsible for this conversion. The Physical layer deals with the actual physical transmission of electrical signals.
You could say the physical layer is a bridge between real life and software.
## Waves