Vault sync: 2021-11-06 18:57:12
This commit is contained in:
parent
bbcf5408b3
commit
2f986f6091
8
.obsidian/workspace
vendored
8
.obsidian/workspace
vendored
@ -9,8 +9,8 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "School/Analyse/Layers/3. Network Layer.md",
|
||||
"mode": "preview"
|
||||
"file": "School/Analyse/IPV4.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "School/Analyse/Layers/3. Network Layer.md",
|
||||
"file": "School/Analyse/IPV4.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -87,11 +87,11 @@
|
||||
},
|
||||
"active": "bc6e8ad9aa0f44c3",
|
||||
"lastOpenFiles": [
|
||||
"School/Analyse/IPV4.md",
|
||||
"School/Analyse/Layers/3. Network Layer.md",
|
||||
"School/Analyse/Comminucation Mediums.md",
|
||||
"School/Analyse/Layers/5. Session Layer.md",
|
||||
"School/Analyse/ARP Protocol.md",
|
||||
"School/Analyse/IPV4.md",
|
||||
"packet-enscapsulation-2.png",
|
||||
"packet-encapsulation.png",
|
||||
"School/Analyse/Network Software.md",
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user