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

This commit is contained in:
Nick Leeman 2021-10-20 23:27:05 +02:00
parent 8e6a58390d
commit d3f8759bee

View File

@ -60,8 +60,10 @@ On the receiving device the Transport Layer reassembles the segments of data tha
While sending data via a network data can get corrupted, the Transport layer also ensures the data being received is complete and correct, and requesting a retransmission if its not.
The Transport Layer also controls the flow of outgoing data so that the receiver is not overwhelmed with data.
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
## 2. Data Link Layer
## 1. Physical Layer