Vault sync: 2021-11-06 20:32:12

This commit is contained in:
Nick Leeman 2021-11-06 20:32:12 +01:00
parent bcfb2b806b
commit 4da72474ea
4 changed files with 13 additions and 5 deletions

8
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "School/Analyse/ICMP.md",
"file": "School/Analyse/NAT.md",
"mode": "source"
}
}
@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "School/Analyse/ICMP.md",
"file": "School/Analyse/NAT.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -87,6 +87,7 @@
},
"active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [
"School/Analyse/NAT.md",
"School/Analyse/ICMP.md",
"School/Analyse/DHCP.md",
"School/Analyse/IPV4.md",
@ -95,7 +96,6 @@
"School/Analyse/Layers/5. Session Layer.md",
"School/Analyse/ARP Protocol.md",
"packet-enscapsulation-2.png",
"packet-encapsulation.png",
"School/Analyse/Network Software.md"
"packet-encapsulation.png"
]
}

View File

@ -6,4 +6,8 @@ In case of errors, the sender needs:
2. Make corrections in the message.
3. Retry sending the message.
ICMP Protocol is responsible for sendn
ICMP Protocol is responsible for sending error messages.
ICMP Messages are used to verify the status of the network.
![[example-icmp.png]]

4
School/Analyse/NAT.md Normal file
View File

@ -0,0 +1,4 @@
# Network Address Translation
We can share one global IP using NAT.
- All mem

BIN
example-icmp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB