Vault sync: 2021-11-06 18:57:12

This commit is contained in:
2021-11-06 18:57:12 +01:00
parent bbcf5408b3
commit 2f986f6091
2 changed files with 14 additions and 5 deletions

View File

@@ -35,4 +35,13 @@ Therefore the receiver should know which part of the message each fragment belon
Ecapsulating a packet in a frame requires:
- Sender MAC Address (can be found out)
- Receiver MAC Address (Should be found out)
- Receiver MAC Address (Should be found out
## Dynamic Host Control Protocol (DHCP)
Address allocation can happen trough 2 ways.
Fixed allocation:
- Wastefull because if a hosts is not active the IP Address is still allocated.
Dynamic allocation:
- A DHCP server manages the allocation of IP Addresses and leases them for a certain amount of time.