Vault sync: 2021-11-03 21:36:46
This commit is contained in:
parent
ab6176cef8
commit
c3f0fddb72
16
.obsidian/workspace
vendored
16
.obsidian/workspace
vendored
@ -9,7 +9,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Analyse/Layers/Application Layer.md",
|
"file": "School/Analyse/Layers/1. Physical Layer.md",
|
||||||
"mode": "source"
|
"mode": "source"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "School/Analyse/Layers/Application Layer.md",
|
"file": "School/Analyse/Layers/1. Physical 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/Application Layer.md",
|
|
||||||
"School/Analyse/Layers/4. Transport Layer.md",
|
|
||||||
"School/Analyse/Layers/1. Physical Layer.md",
|
"School/Analyse/Layers/1. Physical Layer.md",
|
||||||
|
"School/Analyse/Network Types.md",
|
||||||
|
"School/Analyse/Layers/5. Session Layer.md",
|
||||||
|
"School/Analyse/Layers/6. Presentation Layer.md",
|
||||||
|
"School/Analyse/Layers/7. Application Layer.md",
|
||||||
|
"School/Analyse/Layers/4. Transport Layer.md",
|
||||||
"School/Analyse/Layers/3. Network Layer.md",
|
"School/Analyse/Layers/3. Network Layer.md",
|
||||||
"School/Analyse/Layers/2. Datalink Layer.md",
|
"School/Analyse/Layers/2. Datalink Layer.md",
|
||||||
"School/Analyse/Layers/Presentation Layer.md",
|
|
||||||
"School/Analyse/OSI Model.md",
|
"School/Analyse/OSI Model.md",
|
||||||
"School/Analyse/Comminucation Mediums.md",
|
"School/Analyse/Comminucation Mediums.md"
|
||||||
"School/Analyse/Computer Networks.md",
|
|
||||||
"School/Analyse/Network Software.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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.
|
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
|
@ -1,4 +1,4 @@
|
|||||||
# Session Layer
|
# 5. Session Layer
|
||||||
The session layer is responsible for opening and closing connections between two devices. The duration of a connection is called the session.
|
The session layer is responsible for opening and closing connections between two devices. The duration of a connection is called the session.
|
||||||
|
|
||||||
The session layer ensures that the connections remains active and open so that the data being received and/or send is complete.
|
The session layer ensures that the connections remains active and open so that the data being received and/or send is complete.
|
@ -1,4 +1,4 @@
|
|||||||
# Presentation Layer
|
# 6. Presentation Layer
|
||||||
The presentation layer is responsible for preparing the data so that it can be used by the Application Layer.
|
The presentation layer is responsible for preparing the data so that it can be used by the Application Layer.
|
||||||
|
|
||||||
**Presentation layer is responsible for:**
|
**Presentation layer is responsible for:**
|
@ -1,4 +1,4 @@
|
|||||||
# Application Layer
|
# 7. Application Layer
|
||||||
The application Layer provides services to the end user. So this is the layer the user actually interacts with.
|
The application Layer provides services to the end user. So this is the layer the user actually interacts with.
|
||||||
|
|
||||||
These services are usually protocols that interact with the data that the user uses.
|
These services are usually protocols that interact with the data that the user uses.
|
Loading…
x
Reference in New Issue
Block a user