Reverse lookup
   HOME

TheInfoList



OR:

Reverse lookup is a procedure of using a
value Value or values may refer to: Ethics and social * Value (ethics) wherein said concept may be construed as treating actions themselves as abstract objects, associating value to them ** Values (Western philosophy) expands the notion of value beyo ...
to retrieve a
unique key In relational database management systems, a unique key is a candidate key that is not the primary key of the relation. All the candidate keys of a relation can uniquely identify the records of the relation, but only one of them is used as the prim ...
in an
associative array In computer science, an associative array, map, symbol table, or dictionary is an abstract data type that stores a collection of (key, value) pairs, such that each possible key appears at most once in the collection. In mathematical terms an ...
. Applications of reverse lookup include *
reverse DNS lookup In computer networks, a reverse DNS lookup or reverse DNS resolution (rDNS) is the querying technique of the Domain Name System (DNS) to determine the domain name associated with an IP address – the reverse of the usual "forward" DNS lookup o ...
, which provides the domain name associated with a particular IP address, *
reverse telephone directory A reverse telephone directory (also known as a gray pages directory, criss-cross directory or reverse phone lookup) is a collection of telephone numbers and associated customer details. However, unlike a standard telephone directory, where the user ...
, which provides the name of the entity associated with a particular telephone number,. *
reverse image search Reverse image search is a content-based image retrieval (CBIR) query technique that involves providing the CBIR system with a sample image that it will then base its search upon; in terms of information retrieval, the sample image is very usefu ...
, which provides similar images to the one provided.


See also

*
Inverse function In mathematics, the inverse function of a function (also called the inverse of ) is a function that undoes the operation of . The inverse of exists if and only if is bijective, and if it exists, is denoted by f^ . For a function f\colon X ...
*
Reverse dictionary A reverse dictionary is a dictionary alphabetized by the reversal of each entry: :kcots (stock) :kcotseid (diestock) :kcotser (restock) :kcotsevil (livestock) Before computers, reverse dictionaries were tedious to produce. The first computer-prod ...


References

{{information-science-stub Arrays