Difference between revisions of "Address Resolution Protocol"

From Computer History Wiki
Jump to: navigation, search
m (Background: Changed wording / formatting)
m (Background: Corrected link)
Line 7: Line 7:
 
With the advent of the 10 Mbit/second Ethernet, which had 48-bit physical addresses (so that all Ethernet [[network interface]]s could be assigned a guaranteed-unique physical address at manufacturing time), this was no longer true. Use of static, manually-configured tables to hold the required mappings was clearly infeasible, so ARP was designed.
 
With the advent of the 10 Mbit/second Ethernet, which had 48-bit physical addresses (so that all Ethernet [[network interface]]s could be assigned a guaranteed-unique physical address at manufacturing time), this was no longer true. Use of static, manually-configured tables to hold the required mappings was clearly infeasible, so ARP was designed.
  
The 48-bit physical address of the Ethernet is known as the '''[[MAC Address|Media Access Control Address]]''' (short: '''MAC Address''' or just: '''MAC'''), sometimes '''Ethernet Address''' or '''Hardware Address''' (the last is rather misleading if not explicitly used related to Ethernet networking).
+
The 48-bit physical address of the Ethernet is known as the '''[[Media Access Control Address]]''' (short: '''MAC Address''' or just: '''MAC'''), sometimes '''Ethernet Address''' or '''Hardware Address''' (the last is rather misleading if not explicitly used related to Ethernet networking).
  
 
==External links==
 
==External links==

Revision as of 09:52, 9 July 2022

The Address Resolution Protocol (usually given as its acronym, ARP) is a networking protocol which is used to translate from the addresses used by the internetworking layer of a particular protocol family (e.g. Chaosnet, or the Internet Protocol of TCP/IP) to those used by a particular physical network (e.g. Ethernet), in cases where a non-trivial mapping is required between the addresses used by the internet protocol, and the addresses used by the physical network.

Background

Originally, all physical networks had addresses which were relatively short (e.g. 24 bits in the ARPANET; 8 bits in the Chaosnet LAN) and those were carried directly in the low order bits of the addresses of the internetworking layer of the particular protocol family.

With the advent of the 10 Mbit/second Ethernet, which had 48-bit physical addresses (so that all Ethernet network interfaces could be assigned a guaranteed-unique physical address at manufacturing time), this was no longer true. Use of static, manually-configured tables to hold the required mappings was clearly infeasible, so ARP was designed.

The 48-bit physical address of the Ethernet is known as the Media Access Control Address (short: MAC Address or just: MAC), sometimes Ethernet Address or Hardware Address (the last is rather misleading if not explicitly used related to Ethernet networking).

External links