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

This commit is contained in:
2021-10-20 23:37:05 +02:00
parent 4c26b4230b
commit 88ba66066b

View File

@@ -63,7 +63,9 @@ 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 if the receiving device is on the same network.
The Network Layer breaks up segments from the Transport layer into smaller chunks called [[Packets]]. The reverse happens on the receiving device (reassembling packets into segments).
## 2. Data Link Layer
## 1. Physical Layer