first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
### Analogue / Digital Communications
#### Summary
Analogue and digital communications are not fundamentally different. They use the same transmission system ( copper / fibre optic cabling / EM waves ); in the 5-stage model, the only difference is the "transmitter" and "receiver".
Digital communications allow us to send data without errors, but are limited to a binary value, which can be interpreted by the receiver to reconstruct the initial data.
### Bash Scripting