Misplaced Pages

Name resolution (computer systems)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Hostname resolution)
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Name resolution" computer systems – news · newspapers · books · scholar · JSTOR (October 2015) (Learn how and when to remove this message)

In computer systems, name resolution refers to the retrieval of the underlying numeric values corresponding to computer hostnames, account user names, group names, and other named entities.

Computer operating systems commonly employ multiple key/value lists that associate easily remembered names with integer numbers used to identify users, groups, other computers, hardware devices, and other entities. In that context, name resolution refers to the retrieval of numeric values given the associated names, while reverse name resolution refers to the opposite process of finding name(s) associated with specified numeric values:

The GNU C Library provides various operating system facilities that shell commands and other applications can call to resolve such names to the corresponding addresses or IDs, and vice versa. Some Linux distributions use an nsswitch.conf file to specify the order in which multiple resolution services are used to effect such lookups.

See also

References

Stub icon

This computing article is a stub. You can help Misplaced Pages by expanding it.

Categories: