address resolution


address resolution

[′ad·res ‚rez·ə‚lü·shən] (computer science) The process of obtaining the actual machine address needed to perform an operation. The process by which the address used to identify a workstation on a local-area network is translated to an address that can be handled on the Internet.

address resolution

(networking)Conversion of an Internet address into thecorresponding physical address (Ethernet address). This isusually done using Address Resolution Protocol.

The resolver is a library routine and a set of processeswhich converts hostnames into Internet addresses, thoughthis process in not usually referred to as resolution. SeeDNS.

address resolution

Acquiring a physical address. When a computer executes instructions, it requires a physical memory, storage or network node address to reference the actual hardware. For ease of recognition, names are often initially used to identify such objects, but have to be substituted with the "real" machine addresses in order to perform the actual operation. Machine addresses are derived using table lookups and algorithms. The terms "address resolution" and "name resolution" are synonymous.

Name to IP to Ethernet
In a TCP/IP network, there are two address resolutions. The first is the conversion from a domain and hostname into an IP address (see DNS). The second is from the IP address to the Ethernet address (see ARP). See ARP, resolve, name resolution and DNS.