address resolution
Also found in: Dictionary, Thesaurus, Medical, Financial.
Related to address resolution: Reverse Address Resolution Protocol
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.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
address resolution
(networking)Conversion of an Internet address into the
corresponding physical address (Ethernet address). This is
usually done using Address Resolution Protocol.
The resolver is a library routine and a set of processes which converts hostnames into Internet addresses, though this process in not usually referred to as resolution. See DNS.
The resolver is a library routine and a set of processes which converts hostnames into Internet addresses, though this process in not usually referred to as resolution. See DNS.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
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.
Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.