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

This commit is contained in:
Nick Leeman 2021-10-20 23:17:05 +02:00
parent 24d73c13cc
commit 01353b7336

View File

@ -52,6 +52,8 @@ The session layer also synchronizes the data transfer with checkpoints. For exam
This way we do not need to completely resend the file.
## 4. Transport Layer
The Transport Layer is responsible for the end-to-end communication between 2 devices. The Transport layer takes data from the Session Layer and breaks them up in chunks called segments.
## 3. Network Layer