diff --git a/School/Analyse/ARP Protocol.md b/School/Analyse/ARP Protocol.md index d5e199f..1269ad7 100644 --- a/School/Analyse/ARP Protocol.md +++ b/School/Analyse/ARP Protocol.md @@ -6,4 +6,6 @@ An ARP query message is a broadcast message similar to "Who is the owner of this The reply send by the owner of the IP Address (ARP Reply) contains the MAC address of the owner of the IP Address. This reply is a unicast message which means that it is a one-on-one transmission. So from one sender to one receiver on a network. +![[apr-request.png]] + diff --git a/apr-request.png b/apr-request.png new file mode 100644 index 0000000..d10ecd7 Binary files /dev/null and b/apr-request.png differ