ARP: Difference between revisions

161 bytes added ,  4 years ago
 
(One intermediate revision by the same user not shown)
Line 1:
[[Category:Basics]]
 
= Basics =
 
* Address Resolution Protocol (ARP) is a protocol for mapping an IP address to a physical machine address(MAC).
 
=ARP Header=
Line 14 ⟶ 18:
| colspan="16"| Operation ( 1 for request; 2 for reply)
|-
| colspan="16" style="background:#f0fff0"| SourceSender MAC Address
|-
| colspan="16" style="background:#d0ffd0"| SourceSender IP Address
|-
| colspan="16" style="background:#f0f0ff"| DestTarget MAC Address
|-
| colspan="16" style="background:#d0d0ff"| DestTarget IP Address
|}
</center>