Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. List of DNS record types - Wikipedia

    en.wikipedia.org/wiki/List_of_DNS_record_types

    Address record. Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but it is also used for DNSBLs, storing subnet masks in RFC 1101, etc. AAAA. 28. RFC 3596 [2] IPv6 address record. Returns a 128-bit IPv6 address, most commonly used to map hostnames to an IP address of the host.

  3. Reverse DNS lookup - Wikipedia

    en.wikipedia.org/wiki/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 of an IP address from a domain name. [1] The process of reverse resolving of an IP address uses PTR ...

  4. NAPTR record - Wikipedia

    en.wikipedia.org/wiki/NAPTR_record

    A Name Authority Pointer (NAPTR) is a type of resource record in the Domain Name System of the Internet. [1][2] NAPTR records are most commonly used for applications in Internet telephony, for example, in the mapping of servers and user addresses in the Session Initiation Protocol (SIP). The combination of NAPTR records with Service Records ...

  5. Wildcard DNS record - Wikipedia

    en.wikipedia.org/wiki/Wildcard_DNS_record

    Wildcard DNS record. A wildcard DNS record is a record in a DNS zone that will match requests for non-existent domain names. A wildcard DNS record is specified by using a * as the leftmost label (part) of a domain name, e.g. *.example.com. The exact rules for when a wildcard will match are specified in RFC 1034, but the rules are neither ...

  6. Domain Name System - Wikipedia

    en.wikipedia.org/wiki/Domain_Name_System

    The Domain Name System (DNS) is a hierarchical and distributed name service that provides a naming system for computers, services, and other resources on the Internet or other Internet Protocol (IP) networks. It associates various information with domain names (identification strings) assigned to each of the associated entities.

  7. Domain Name System Security Extensions - Wikipedia

    en.wikipedia.org/wiki/Domain_Name_System...

    The RRSIG record is a digital signature of the answer DNS resource record set. The digital signature is verified by locating the correct public key found in a DNSKEY record. The NSEC and NSEC3 records are used to provide cryptographic evidence of the non-existence of any Resource Record (RR).

  8. Zone file - Wikipedia

    en.wikipedia.org/wiki/Zone_file

    A Domain Name System (DNS) zone file is a text file that describes a DNS zone. A DNS zone is a subset, often a single domain, of the hierarchical domain name structure of the DNS. The zone file contains mappings between domain names and IP addresses and other resources, organized in the form of text representations of resource records (RR).

  9. MX record - Wikipedia

    en.wikipedia.org/wiki/MX_record

    MX record. A mail exchanger record (MX record) specifies the mail server responsible for accepting email messages on behalf of a domain name. It is a resource record in the Domain Name System (DNS). It is possible to configure several MX records, typically pointing to an array of mail servers for load balancing and redundancy.