Reverse Lookup
   HOME

TheInfoList



OR:

Reverse lookup is a procedure of using a value 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 pr ...
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, 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 ...
* Reverse dictionary


References

{{information-science-stub Arrays