Vault sync: 2021-10-20 23:32:05

This commit is contained in:
Nick Leeman 2021-10-20 23:32:05 +02:00
parent d3f8759bee
commit 4c26b4230b
2 changed files with 3 additions and 2 deletions

3
.obsidian/workspace vendored
View File

@ -52,7 +52,8 @@
}
],
"direction": "horizontal",
"width": 287
"width": 287,
"collapsed": true
},
"right": {
"id": "7a39cdcbd81a2382",

View File

@ -63,7 +63,7 @@ While sending data via a network data can get corrupted, the Transport layer als
The Transport Layer also controls the flow of outgoing data so that the receiver is not overwhelmed with data. (fast to slower connections for example)
## 3. Network Layer
The Network Layer is responsible for handling the data transfer between two different networks. This means that this layer is not needed
The Network Layer is responsible for handling the data transfer between two different networks. This means that this layer is not needed
## 2. Data Link Layer
## 1. Physical Layer