{"id":1035,"date":"2020-01-20T09:58:56","date_gmt":"2020-01-20T04:28:56","guid":{"rendered":"https:\/\/binaryterms.com\/?p=1035"},"modified":"2022-02-18T17:24:50","modified_gmt":"2022-02-18T11:54:50","slug":"address-resolution-protocol-arp","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html","title":{"rendered":"Address Resolution Protocol (ARP)"},"content":{"rendered":"<p>Address Resolution Protocol (ARP) is a <strong>dynamic mapping protocol<\/strong>. It maps the IP address of a computer to its MAC address. ARP maps the <strong>32-bit IPv4 address<\/strong> of the receiver to the 48-bit MAC address of the receiver. The Address Resolution Protocol is a Network Layer protocol. A reverse ARP protocol (RARP) also exists that translates MAC address to IP address.<\/p>\n<p>In this section, we will discuss the cases when to use ARP services. We will also discuss the working of ARP and the packet format of ARP in brief.<\/p>\n<h2>Content: Address Resolution Protocol<\/h2>\n<ol>\n<li><a href=\"#UseofARP\">Use of ARP<\/a><\/li>\n<li><a href=\"#WorkingofARP\">Working of ARP<\/a><\/li>\n<li><a href=\"#PacketFormatofARP\">Packet Format of ARP<\/a><\/li>\n<li><a href=\"#TypesofARP\">Types of ARP<\/a><\/li>\n<li><a href=\"#ARPSpoofing\">ARP Spoofing<\/a><\/li>\n<li><a href=\"#KeyTakeaways\">Key Takeaways<\/a><\/li>\n<\/ol>\n<p><a name=\"UseofARP\"><\/a><\/p>\n<h3>When the services of ARP are used?<\/h3>\n<p>Consider a host who wants to send a data packet to another host in a global network. Then the host must have the IP address of the corresponding receiver.<\/p>\n<p>To reach the destination the packet has to travel several physical networks. For this, the sending host requires the MAC address of every hop between sender and receiver. And also the MAC address of the receiver to deliver the packet.<\/p>\n<p>Thus ARP facilitates in resolving the receiver IP address to its MAC address.<\/p>\n<h5>Four scenarios where we need the services of ARP protocol:<\/h5>\n<p><strong>Case 1:<\/strong> A host has a data packet to send it to another host in the &#8216;same network&#8217; as that of the sender host. In this scenario, the IP address of the receiver host needs to be mapped with the MAC address of the receiver host. So, the sender host will send an ARP packet to the receiver host requesting for its Mac address.<\/p>\n<p><strong>Case 2:<\/strong> A host has a data packet to send it to another host which is in a &#8216;different network&#8217; as that of the host. In this scenario, the sender host scans its routing table. And discover the IP address of the &#8216;next router (hop)&#8217; in the path of the destination host. If the sender host doesn\u2019t have a routing table, then it searches for the IP address of the &#8216;default router. So, the sender host will send the ARP packet to the next-hop router to get its MAC address.<\/p>\n<p><strong>Case 3:<\/strong> A router has received a data packet that it has to forward to the receiver host which is in &#8216;another network&#8217;. Then the router will search its routing table to find the IP address of the next-hop router in the path. Here, the router will send the ARP request to the next router in the path requesting its MAC address.<\/p>\n<p><strong>Case 4:<\/strong> A router has received a data packet destined to the host in the &#8216;same network&#8217; as the router. Here, the router will send an ARP request packet to the destined host requesting its MAC address.<\/p>\n<p>So, these are the scenarios where we need ARP.<br \/>\n<a name=\"WorkingofARP\"><\/a><\/p>\n<h3>How Does Address Resolution Protocol (ARP) Work?<\/h3>\n<p>Whenever a host has to send a packet to any other host it knows the target hosts IP address. You must be wondering;<\/p>\n<h5>How does a sender host know the IP address of the destination host?<\/h5>\n<p>A host knows the other host by its &#8216;name&#8217;. Like, you know Google by its &#8216;hostname&#8217; or &#8216;domain name&#8217; i.e. google.com, you don\u2019t have to worry about its &#8216;IP address&#8217;. It is the &#8216;DNS server&#8217; that resolve the domain name into the IP address.<\/p>\n<p>So, whenever a host has to send a packet to another host. It only knows the target hosts name. DNS resolves the target hosts name into its IP address. Thus, we say whenever a host wants to send a packet to the target host it knows its IP address.<\/p>\n<p>Coming back to the ARP, as we have said that a sender knows the receiver&#8217;s IP address. But, to pass through the physical networks, it requires the MAC address of the target host.<\/p>\n<h4>ARP Request Packet<\/h4>\n<p>The IP protocol asks the ARP protocol to prepare a request packet. This request packet consists of:<\/p>\n<ol>\n<li>Senders IP address<\/li>\n<li>Senders MAC address<\/li>\n<li>Target hosts IP address<\/li>\n<li>Target hosts MAC address field is not filled.<\/li>\n<\/ol>\n<p>The request packet is then passed to the data link layer. Here, the packet is encapsulated inside a frame. The frame has:<\/p>\n<ol>\n<li>The source address is the sender\u2019s physical address.<\/li>\n<li>The destination address is a physical broadcast address.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1040 size-full\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\" alt=\"Address Resolution Protocol request\" width=\"600\" height=\"334\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request-300x167.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Due to the broadcast address in the destination address field, it is received by each host in the network. The target host keeps the packet as it identifies its IP address in the ARP packet. The host other than the target host rejects the packet.<\/p>\n<h4>ARP Reply Packet<\/h4>\n<p>Now, the target host prepares an ARP reply packet with its physical MAC address. This reply packet is unicast to the sending host.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1041 size-full\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-reply.jpg\" alt=\"Address Resolution Protocol reply\" width=\"600\" height=\"360\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-reply.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-reply-300x180.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>The sender receives the ARP reply message. And thereby now knows the physical MAC address of the target host.<\/p>\n<p>The sender now passes the IP datagram which has the data for the target host to the data link layer. Where it is encapsulated in a frame with the sender&#8217;s MAC address as a source address. And the target hosts MAC address as the destination address. Now, this frame is unicast to the destined target host.<br \/>\n<a name=\"PacketFormatofARP\"><\/a><\/p>\n<h3>Packet Format of Address Resolution Protocol<\/h3>\n<p>After getting the working of ARP let us discuss the packet format of ARP. The figure below shows the ARP packet format:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1042 size-full\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-packet-format.jpg\" alt=\"Address Resolution Protocol packet format\" width=\"516\" height=\"499\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-packet-format.jpg 516w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-packet-format-300x290.jpg 300w\" sizes=\"auto, (max-width: 516px) 100vw, 516px\" \/><\/p>\n<p>Below we have described the fields of the ARP packet:<\/p>\n<ul>\n<li><strong>Hardware Type<\/strong>: This field describes the type of network. Actually, each network is assigned an integer that defines its type. Like, Ethernet is type 1. This is a 16-bit field.<\/li>\n<li><strong>Protocol Type<\/strong>: This field is 16-bit and it defines the protocol.<\/li>\n<li><strong>Hardware Lengt<\/strong>h: This field defines the length of the MAC address in bytes. This is an 8-bit field.<\/li>\n<li><strong>Protocol Length<\/strong>: This is also an 8-bit field and it defines the length of IP address in bytes.<\/li>\n<li><strong>Operation<\/strong>: This field defines the type of ARP packet i.e. ARP request (1) or ARP reply (2). This is a 16-bit field.<\/li>\n<li><strong>Sender Hardware Address<\/strong>: This field defines the MAC address of the sender. This field has a variable length.<\/li>\n<li><strong>Sender Protocol Address<\/strong>: This is a variable-length field. It defines the IP address of the sender.<\/li>\n<li><strong>Target Hardware Address<\/strong>: This is a variable-length field. It defines the MAC address of the target host.<\/li>\n<li><strong>Target Protocol Address<\/strong>: This is a variable-length field. It defines the IP address of the target host.<\/li>\n<\/ul>\n<p><a name=\"TypesofARP\"><\/a><\/p>\n<h3>Types of\u00a0 ARP (Address Routing Protocol)<\/h3>\n<p>The ARP protocol is used with four variations as discussed below:<\/p>\n<ol>\n<li><strong>Proxy ARP<\/strong><br \/>\nProxy ARP is a technique that is applicable if, the communicating systems are in the same network. But they separated by the router. It facilitates communicating systems in two different subnetworks to exchange the ARP messages. With these messages, it can resolve the IP addresses to the MAC addresses.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3429\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-02.jpg\" alt=\"Proxy ARP 02\" width=\"600\" height=\"240\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-02.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-02-300x120.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>Now if a system in a To communicate with a system in a different subnet, the host will broadcast an ARP request. Now the router is unable to forward the layer 2 packets. So this ARP request will never reach the other system in a different subnet. Here the router between these two subnets will act as a proxy for the other system that is in a different subnet.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3423\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-1.jpg\" alt=\"Proxy ARP 1\" width=\"600\" height=\"263\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-1.jpg 600w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Proxy-ARP-1-300x132.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/>So the router responds to the broadcasted ARP request with its own MAC address. Thus the sender system sends all the packets to the router first. And then the router forwards those packets to the destined system.<\/li>\n<li><strong>Gratuitous ARP<\/strong><br \/>\nWhenever a new device joins the network it broadcast the ARP packet inside the network. This ARP packet has the sender&#8217;s IP and MAC address. It&#8217;s set the destination IP address as its own IP and destination MAC address as FF:FF:FF:FF:FF:FF. This helps the other devices in the network to update their ARP table.<\/li>\n<li><strong>Reverse ARP<\/strong><br \/>\nRevere ARP or we call it RARP is sent by the device to determine its IP address. A system broadcast a RARP request in a network with its MAC address. The RARP server responds to this with the requested IP.<\/li>\n<li><strong>Inverse ARP<br \/>\n<\/strong>Inverse ARP is used for device configuration. Contrary to ARP, InARP uses a MAC address of the specific device in the network to determine the IP address of that device.<\/li>\n<\/ol>\n<p><a name=\"ARPSpoofing\"><\/a><\/p>\n<h3>ARP Spoofing or ARP Poisoning<\/h3>\n<p>Address resolution protocol spoofing is also referred to as <strong>ARP poisoning<\/strong>. It is a kind of attack where the malicious agent sends false ARP messages over a LAN. Doing this the malicious agent links the MAC address of its device with the IP address of an authentic computer on the network. Now the malicious agent will receive every message intended for this IP address.<\/p>\n<p>With this kind of attack, the malicious agents can easily intercept the communication between the computers in the network.<\/p>\n<div id=\"keytake\">\n<h3>Key Takeaways:<\/h3>\n<ul>\n<li>Address Resolution Protocol is a <strong>network layer<\/strong> protocol.<\/li>\n<li>Knowing the <strong>IP address<\/strong> of the target host ARP protocol retrieves the<strong> MAC address<\/strong> of the target host.<\/li>\n<li>ARP maps<strong> the 32-bit IP address<\/strong> of the target host to<strong> the 48-bit Mac address<\/strong> of the target host.<\/li>\n<li>ARP <strong>request<\/strong> packet is <strong>broadcasted<\/strong> in the network. On the other hand, the ARP <strong>reply<\/strong> packet is <strong>unicast<\/strong>.<\/li>\n<\/ul>\n<\/div>\n<p>So, this was all about the Address Resolution Protocol (ARP) which dynamically maps the IP address to the MAC address. ARP has a reverse protocol i.e. Reverse Address Resolution Protocol (RARP) that maps MAC address to the IP address.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Address Resolution Protocol (ARP) is a dynamic mapping protocol. It maps the IP address of a computer to its MAC address. ARP maps the 32-bit IPv4 address of the receiver to the 48-bit MAC address of the receiver. The Address Resolution Protocol is a Network Layer protocol. A reverse ARP protocol (RARP) also exists that [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-1035","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-computer-networks","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Address Resolution Protocol (ARP)? Working &amp; ARP Packet Format - Binary Terms<\/title>\n<meta name=\"description\" content=\"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Address Resolution Protocol (ARP)? Working &amp; ARP Packet Format - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-20T04:28:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-18T11:54:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Address Resolution Protocol (ARP)\",\"datePublished\":\"2020-01-20T04:28:56+00:00\",\"dateModified\":\"2022-02-18T11:54:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\"},\"wordCount\":1576,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\",\"articleSection\":[\"Computer Networks\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\",\"url\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\",\"name\":\"What is Address Resolution Protocol (ARP)? Working & ARP Packet Format - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\",\"datePublished\":\"2020-01-20T04:28:56+00:00\",\"dateModified\":\"2022-02-18T11:54:50+00:00\",\"description\":\"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg\",\"width\":600,\"height\":334,\"caption\":\"Address Resolution Protocol request\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Address Resolution Protocol (ARP)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Address Resolution Protocol (ARP)? Working & ARP Packet Format - Binary Terms","description":"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html","og_locale":"en_GB","og_type":"article","og_title":"What is Address Resolution Protocol (ARP)? Working & ARP Packet Format - Binary Terms","og_description":"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.","og_url":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html","og_site_name":"Binary Terms","article_published_time":"2020-01-20T04:28:56+00:00","article_modified_time":"2022-02-18T11:54:50+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Address Resolution Protocol (ARP)","datePublished":"2020-01-20T04:28:56+00:00","dateModified":"2022-02-18T11:54:50+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html"},"wordCount":1576,"commentCount":1,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg","articleSection":["Computer Networks"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html","url":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html","name":"What is Address Resolution Protocol (ARP)? Working & ARP Packet Format - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg","datePublished":"2020-01-20T04:28:56+00:00","dateModified":"2022-02-18T11:54:50+00:00","description":"Address Resolution Protocol (ARP) is a dynamic mapping protocol that maps a logical IP address of a computer to its physical MAC address. ARP translates the 32-bit IPv4 address to 48-bit MAC address.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/address-resolution-protocol-arp.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/01\/Address-Resolution-Protocol-request.jpg","width":600,"height":334,"caption":"Address Resolution Protocol request"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/address-resolution-protocol-arp.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Address Resolution Protocol (ARP)"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1035","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=1035"}],"version-history":[{"count":19,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1035\/revisions"}],"predecessor-version":[{"id":3436,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1035\/revisions\/3436"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=1035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=1035"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=1035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}