Address Resolution Protocol
protocol which supplies addresses to workstations on a local area network | ||||
Search Dictionary:
Address Resolution Protocol definition was found in categories: Computer & Internet(2) Science & Technology(1) Language, Idioms & Slang(1) Encyclopedia(1)
Address Resolution Protocol Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
Address Resolution Protocol
<networking, protocol> (ARP) A method for finding a host's Ethernet address from its Internet address. The sender broadcasts an ARP packet containing the Internet address of another host and waits for it (or some other host) to send back its Ethernet address. Each host maintains a cache of address translations to reduce delay and loading. ARP allows the Internet address to be independent of the Ethernet address but it only works if all hosts support it.
ARP is defined in RFC 826.
The alternative for hosts that do not do ARP is constant mapping.
See also proxy ARP, reverse ARP.
(1995-03-20)
<networking, protocol> (ARP) A method for finding a host's Ethernet address from its Internet address. The sender broadcasts an ARP packet containing the Internet address of another host and waits for it (or some other host) to send back its Ethernet address. Each host maintains a cache of address translations to reduce delay and loading. ARP allows the Internet address to be independent of the Ethernet address but it only works if all hosts support it.
ARP is defined in RFC 826.
The alternative for hosts that do not do ARP is constant mapping.
See also proxy ARP, reverse ARP.
(1995-03-20)
| Internetworking Terms |
Address Resolution Protocol
Used to dynamically discover the low level physical network hardware address that corresponds to the high level IP address for a given host. ARP is limited to physical network systems that support broadcast packets that can be heard by all hosts on the network. It is defined in RFC 826. See also: proxy ARP.
Used to dynamically discover the low level physical network hardware address that corresponds to the high level IP address for a given host. ARP is limited to physical network systems that support broadcast packets that can be heard by all hosts on the network. It is defined in RFC 826. See also: proxy ARP.
Address Resolution Protocol Definition from Science & Technology Dictionaries & Glossaries
| Telecommunication Standard Terms |
address resolution protocol (ARP)
A Transmission Control Protocol/Internet Protocol (TCP/IP) protocol that dynamically binds a Network-Layer IP address to a Data-Link-Layer physical hardware address, e.g., Ethernet address.
A Transmission Control Protocol/Internet Protocol (TCP/IP) protocol that dynamically binds a Network-Layer IP address to a Data-Link-Layer physical hardware address, e.g., Ethernet address.
Address Resolution Protocol Definition from Language, Idioms & Slang Dictionaries & Glossaries
| hEnglish - advanced version |
address resolution protocol
address resolution protocol
(arp) a method for finding a host's ethernet address from its internet address. the sender broadcasts an arp packet containing the internet address of another host and waits for it (or some other host) to send back its ethernet address. each host maintains a cache of address translations to reduce delay and loading. arp allows the internet address to be independent of the ethernet address but it only works if all hosts support it.
address resolution protocol
(arp) a method for finding a host's ethernet address from its internet address. the sender broadcasts an arp packet containing the internet address of another host and waits for it (or some other host) to send back its ethernet address. each host maintains a cache of address translations to reduce delay and loading. arp allows the internet address to be independent of the ethernet address but it only works if all hosts support it.
Address Resolution Protocol Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Address Resolution Protocol
In computer networking, the Address Resolution Protocol (ARP) is the standard method for finding a host's hardware address when only its network layer address is known.
ARP is not an IP-only or Ethernet-only protocol; it can be used to resolve many different network-layer protocol addresses to hardware addresses, although, due to the overwhelming prevalence of IPv4 and Ethernet, ARP is primarily used to translate IP addresses to Ethernet MAC addresses. It is also used for IP over other LAN technologies, such as Token Ring, FDDI, or IEEE 802.11, and for IP over ATM.
| See more at Wikipedia.org... |
