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

This commit is contained in:
Nick Leeman 2021-11-03 23:01:46 +01:00
parent 8a58baaac0
commit 29dc408996
2 changed files with 13 additions and 8 deletions

12
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "School/Analyse/Layers/1. Physical Layer.md", "file": "School/Analyse/Layers/3. Network Layer.md",
"mode": "source" "mode": "source"
} }
} }
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "School/Analyse/Layers/1. Physical Layer.md", "file": "School/Analyse/Layers/3. Network Layer.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -87,15 +87,15 @@
}, },
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/4. Transport Layer.md",
"School/Analyse/Layers/2. Datalink Layer.md",
"School/Analyse/Layers/1. Physical Layer.md", "School/Analyse/Layers/1. Physical Layer.md",
"School/Analyse/Comminucation Mediums.md", "School/Analyse/Comminucation Mediums.md",
"School/Analyse/Images/modulation-amplitude.png", "School/Analyse/Images/modulation-amplitude.png",
"School/Analyse/Images/modulation-phase-2.png", "School/Analyse/Images/modulation-phase-2.png",
"School/Analyse/Images/modulation-phase.png", "School/Analyse/Images/modulation-phase.png",
"School/Analyse/Images/modulation-frequency.png", "School/Analyse/Images/modulation-frequency.png",
"School/Analyse/Images/encoder.png", "School/Analyse/Images/encoder.png"
"School/Analyse/Network Types.md",
"School/Analyse/Layers/5. Session Layer.md",
"School/Analyse/Layers/6. Presentation Layer.md"
] ]
} }

View File

@ -125,10 +125,15 @@ Transmission media are divided in 2 groups.
### Guided media ### Guided media
Guided media like cables provide a conduit from one device to another. Guided media like cables provide a conduit from one device to another.
I like to think of it as you can steer the signal by moving the I like to think of it as you can steer the signal by moving the cable for example.
Coaxial cable, twisted pair cable and fiber optic cables.
Coaxial cable, twisted pair cable and fiber optic cables.
![[type-cables.png]] ![[type-cables.png]]
### Unguided media ### Unguided media
Unguided media transport electromagnetic waves without using a physical conductor.
This is called wireless transmission. (Technically using the air around you as a conductor)
Signals are broadcast tough space and thus available for everyone to pick up.