Vault sync: 2021-11-07 15:06:24

This commit is contained in:
2021-11-07 15:06:24 +01:00
parent eeca4fa6fb
commit a61a821041
2 changed files with 5 additions and 5 deletions

12
School/Analyse/ARP.md Normal file
View File

@@ -0,0 +1,12 @@
# 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 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]]
## ARP Example
![[ARP-request-example.png]]