Vault sync: 2021-11-06 16:12:11
This commit is contained in:
parent
5510042d6e
commit
bc2bd31304
8
.obsidian/workspace
vendored
8
.obsidian/workspace
vendored
@ -9,7 +9,7 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "School/Analyse/IPV4.md",
|
||||
"file": "School/Analyse/ARP Protocol.md",
|
||||
"mode": "source"
|
||||
}
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "School/Analyse/IPV4.md",
|
||||
"file": "School/Analyse/ARP Protocol.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -87,6 +87,7 @@
|
||||
},
|
||||
"active": "bc6e8ad9aa0f44c3",
|
||||
"lastOpenFiles": [
|
||||
"School/Analyse/ARP Protocol.md",
|
||||
"School/Analyse/IPV4.md",
|
||||
"packet-enscapsulation-2.png",
|
||||
"packet-encapsulation.png",
|
||||
@ -95,7 +96,6 @@
|
||||
"School/Analyse/Computer Networks.md",
|
||||
"School/Analyse/Network Hardware.md",
|
||||
"School/Analyse/Packet.md",
|
||||
"IP-packet.png",
|
||||
"School/Analyse/OSI Model.md"
|
||||
"IP-packet.png"
|
||||
]
|
||||
}
|
7
School/Analyse/ARP Protocol.md
Normal file
7
School/Analyse/ARP Protocol.md
Normal file
@ -0,0 +1,7 @@
|
||||
# ARP (Address resolution protocol)
|
||||
|
||||
ARP is used to create messages to find out MAC address of hosts
|
||||
|
||||
An ARP query message is a broadcast message similar to "Who is the owner of this IP Address". This query is broadcasted so everyone receives it.
|
||||
|
||||
The reply however, ARP Reply
|
Loading…
x
Reference in New Issue
Block a user