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

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

8
.obsidian/workspace vendored
View File

@ -9,8 +9,8 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "School/Analyse/Layers/3. Network Layer.md", "file": "School/Analyse/IPV4.md",
"mode": "preview" "mode": "source"
} }
} }
} }
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "School/Analyse/Layers/3. Network Layer.md", "file": "School/Analyse/IPV4.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -87,11 +87,11 @@
}, },
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/IPV4.md",
"School/Analyse/Layers/3. Network Layer.md", "School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Comminucation Mediums.md", "School/Analyse/Comminucation Mediums.md",
"School/Analyse/Layers/5. Session Layer.md", "School/Analyse/Layers/5. Session Layer.md",
"School/Analyse/ARP Protocol.md", "School/Analyse/ARP Protocol.md",
"School/Analyse/IPV4.md",
"packet-enscapsulation-2.png", "packet-enscapsulation-2.png",
"packet-encapsulation.png", "packet-encapsulation.png",
"School/Analyse/Network Software.md", "School/Analyse/Network Software.md",

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: Ecapsulating a packet in a frame requires:
- Sender MAC Address (can be found out) - 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.