Definition of Inverse address resolution protocol

FOLDOC
Inverse Address Resolution Protocol
<networkingprotocol> (InARP) Additions to ARP typically used for Frame Relay. [Any other examples of its use?]
Frame Relay stations route frames of a higher level protocol between LANs, across a Permanent Virtual Circuit. These stations are identified by their Data Link Control Identifier (DLCI), equivalent to an Ethernet address in a LAN itself.
InARP allows a station to determine a protocol address (e.g. IP address) from a DLCI. This is useful if a new virtual circuit becomes available. Signalling messages announce its DLCI, but without the corresponding protocol address it is unusable: no frames can be routed to it.
Reverse ARP (RARP) performs a similar task on an Ethernet LAN, however RARP answers the question "What is my IP Address?" whereas InARP answers the question "What is your protocol address?".
See RFC 2390.
(2000-01-15)

Search Dictionary:
Search Web Search Dictionary



Inverse address resolution protocol definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

Inverse address resolution protocol Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
inverse address resolution protocol

inverse address resolution protocol
(inarp) additions to arp typically used for frame relay. [any other examples of its use?]



Inverse 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 RingFDDI, or IEEE 802.11, and for IP over ATM.


See more at Wikipedia.org...