answersLogoWhite

0


Best Answer

There are 2 zones which are required by dns to resolve the query related with the FQDN and IP address.

Forward lookup zone is FQDN(fully qualified domain name) to IP address

Reverse lookup zone is IP address to FQDN(fully qualified domain name)

if you ping or do nslookup it check the dns for the information.

ping abc.microsoft.com

internally it will check the table and find out what is the Ip address for abc.microsoft.com then it will show on the cmd prompt

Pinging abc.microsoft.com [207.46.232.182] with 32 bytes of data:

"forward look-up zone" and "reverse look-up zone" usually refer to domains/zones, or correspondingly to cache or configuration files, in a Domain Name System (DNS).

For instance:

"Answers.Com" represents a "forward look-up zone" and contains Address (A) records, among others, such as:

WIKI.Answers.Com A 67.196.156.63

There is (or at least "should" be) a corresponding "reverse look-up zone", either:

67.in-addr.arpa,

196.67.in-addr.arpa, or

156.196.67.in-addr.arpa

containing (PTR) records, with something like:

63.156.196.67.in-addr.arpa PTR WIKI.Answers.Com

These are used "Behind the Scenes" by the DNS portion of the internet protocol to resolve Names into Internet Protocol Addresses, and to resolve Internet Protocol Addresses into Names.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

In most DNS lookups, clients typically perform a forward lookup, which is a search based on the DNS name of another computer as stored in an address (A) resource record. This type of query expects an IP address as the resource data for the answered response.

DNS also provides a reverse lookup process, enabling clients to use a known IP address during a name query and look up a computer name based on its address. A reverse lookup takes the form of a question, such as "Can you tell me the DNS name of the computer that uses the IP address 192.168.1.20?"

DNS was not originally designed to support this type of query. One problem for supporting the reverse query process is the difference in how the DNS namespace organizes and indexes names and how IP addresses are assigned. If the only method to answer the previous question was to search in all domains in the DNS namespace, a reverse query would take too long and require too much processing to be useful.

To solve this problem, a special domain, the in-addr.arpa domain, was defined in the DNS standards and reserved in the Internet DNS namespace to provide a practical and reliable way to perform reverse queries. To create the reverse namespace, subdomains within the in-addr.arpa domain are formed using the reverse ordering of the numbers in the dotted-decimal notation of IP addresses.

This reversed ordering of the domains for each octet value is needed because, unlike DNS names, when IP addresses are read from left to right, they are interpreted in the opposite manner. When an IP address is read from left to right, it is viewed from its most generalized information (an IP network address) in the first part of the address to the more specific information (an IP host address) contained in the last octets.

For this reason, the order of IP address octets must be reversed when building the in-addr.arpa domain tree. The IP addresses of the DNS in-addr.arpa tree can be delegated to companies as they are assigned a specific or limited set of IP addresses within the Internet-defined address classes.

Finally, the in-addr.arpa domain tree, as built into DNS, requires that an additional resource record (RR) type - the pointer (PTR) RR - be defined. This RR is used to create a mapping in the reverse lookup zone that typically corresponds to a host (A) named RR for the DNS computer name of a host in its forward lookup zone.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

"forward look-up zone" and "reverse look-up zone" usually refer to domains/zones, or correspondingly to cache or configuration files, in a Domain Name System (DNS).

For instance:

"Answers.Com" represents a "forward look-up zone" and contains Address (A) records, among others, such as:

WIKI.Answers.Com A 67.196.156.63

There is (or at least "should" be) a corresponding "reverse look-up zone", either:

67.in-addr.arpa,

196.67.in-addr.arpa, or

156.196.67.in-addr.arpa

containing (PTR) records, with something like:

63.156.196.67.in-addr.arpa PTR WIKI.Answers.Com

These are used "behind the scenes" by the DNS portion of the internet protocol to resolve Names into Internet Protocol Addresses, and to resolve Internet Protocol Addresses into Names.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by forward lookup zone and reverse lookup zone?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between forward lookup zone and reverse lookup zone in DNS?

Forward lookup is name-to-IP address; the reverse lookup is IP address-to-name.


What are two types of active directory integrated zones?

Froward lookup zone and Reverse lookup zone


What DNS domain record is used to identify domain controllers?

Hi guys my name is KUDRAT ALI the answer is as follows .... DNS Records are.. HOST RECORD: Where Name is mapped to IP, hosted by Forward lookup zone. SRV (service) RECORD: Where has service location record like (port and IP). Hosted by forward lookup zone. PTR (Pointer) RECORD: Where IP is mapped to name.Hosted by reverse lookup zone NS (name server) RECORD: Where DNS servers information and hosted by both frw lookup and reverse lookup zone. SOA (start of authority) : Where updated made and replications made on bases of version numbers are stored hosted by both fwd look up n reverse look up zone..


What type of zone responds to queries for resolving IP addresses to hostnames?

reverse lookup zone


Which DNS zone resolves an ip address to a qualified domain name?

reverse lookup


Which dns zone resolves an ip address to q qualified domain name?

reverse lookup


What is the function of the forward lookup DNS zone in the DNS name resolution pro?

I think the forward look-up zone is use to convert host name to ip address of a pc in our network


What are the different dns zones types?

There are 5 different types: Primary, Secondary, Stub, Active Directory integrated, and reverse look up. See the following link for info on the different zones.http:/www.tech-faq.com/understanding-dns-zones.shtml


Which types of DNS zone records are listed in the reverse lookup zone file?

n most DNS lookups, clients typically perform a forward lookup, which is a search based on the DNS name of another computer as stored in an address (A) resource record. This type of query expects an IP address as the resource data for the answered response. DNS also provides a reverse lookup process, enabling clients to use a known IP address during a name query and look up a computer name based on its address. A reverse lookup takes the form of a question, such as "Can you tell me the DNS name of the computer that uses the IP address 192.168.1.20?" DNS was not originally designed to support this type of query. One problem for supporting the reverse query process is the difference in how the DNS namespace organizes and indexes names and how IP addresses are assigned. If the only method to answer the previous question was to search in all domains in the DNS namespace, a reverse query would take too long and require too much processing to be useful. To solve this problem, a special domain, the in-addr.arpa domain, was defined in the DNS standards and reserved in the Internet DNS namespace to provide a practical and reliable way to perform reverse queries. To create the reverse namespace, subdomains within the in-addr.arpa domain are formed using the reverse ordering of the numbers in the dotted-decimal notation of IP addresses. This reversed ordering of the domains for each octet value is needed because, unlike DNS names, when IP addresses are read from left to right, they are interpreted in the opposite manner. When an IP address is read from left to right, it is viewed from its most generalized information (an IP network address) in the first part of the address to the more specific information (an IP host address) contained in the last octets. For this reason, the order of IP address octets must be reversed when building the in-addr.arpa domain tree. The IP addresses of the DNS in-addr.arpa tree can be delegated to companies as they are assigned a specific or limited set of IP addresses within the Internet-defined address classes. Finally, the in-addr.arpa domain tree, as built into DNS, requires that an additional resource record (RR) type - the pointer (PTR) RR - be defined. This RR is used to create a mapping in the reverse lookup zone that typically corresponds to a host (A) named RR for the DNS computer name of a host in its forward lookup zone.


How do you install and configure dns server 2003?

The Domain Name System (DNS) is the Active Directory locator in Windows 2000 and Windows Server 2003. Active Directory clients and client tools use DNS to locate domain controllers for administration and logon. You must have a DNS server installed and configured for Active Directory and the associated client software to function correctly. This article guides you through the required DNS configuration.Install Microsoft DNS ServerClick Start, point to Settings, and then click Control Panel.Double-click Add/Remove Programs.Click Add and Remove Windows Components.The Windows Components Wizard starts. Click Next.Click Networking Services, and then click Details.Click to select the Domain Name System (DNS) check box, and then click OK.Click OK to start server Setup. The DNS server and tool files are copied to your computer.Continue to the next step to configure the DNS server.Configure the DNS Server Using DNS ManagerThese steps guide you through configuring DNS by using the DNS Manager snap-in in Microsoft Management Console (MMC). Click Start, point to Programs, point to Administrative Tools, and then click DNS Manager. You see two zones under your computer name: Forward Lookup Zone and Reverse Lookup Zone.The DNS Server Configuration Wizard starts. Click Next.If the Wizard does not auto-start, right-click your server name object in the DNS Manager console and choose Configure your Server.http://wiki.answers.com/images/w2k_dns.gifChoose to add a forward lookup zone. Click Next. The new forward lookup zone must be a primary zone so that it can accept dynamic updates. Click Primary, and then click Next.http://wiki.answers.com/images/w2k_dns1.gifhttp://wiki.answers.com/images/w2k_dns2.gifThe zone name must be exactly the same as your Active Directory Domain name, or, if on a stand-alone or workgroup environment - the same as the suffix for all of the network computers that are to register with this DNS server. Type the name of the zone, and then click Next.http://wiki.answers.com/images/w2k_dns3.gifAccept the default name for the new zone file. Click Next.http://wiki.answers.com/images/w2k_dns4.gifChoose to add a reverse lookup zone now. Click Next.http://wiki.answers.com/images/w2k_dns5.gifClick Primary, and then click Next.Type the name of the zone, and then click Next. The zone name should match the Network ID of your local subnet. For example, if your subnet range is from 192.168.0.1 to 192.168.0.254, type 192.168.0 in the name value.http://wiki.answers.com/images/w2k_dns6.gifAccept the default name for the new zone file. Click Next.http://wiki.answers.com/images/w2k_dns7.gifClick Finish to complete the Server Configuration Wizard.http://wiki.answers.com/images/w2k_dns8.gifAfter the Server Configuration Wizard is finished, DNS Manager starts. Proceed to the next step to enable dynamic update on the zone you just added.Enable Dynamic Update on the Forward and Reverse Lookup Zones (Optional - Recommended)In DNS Manager, expand the DNS Server object.Expand the Forward Lookup Zones folder.Right-click the zone you created, and then click Properties.On the General tab, click to select the Allow Dynamic Update check box, and then click OK to accept the change.http://wiki.answers.com/images/w2k_dns9.gifDo the same for the Reverse Lookup Zone.http://wiki.answers.com/images/w2k_dns10.gifEnable DNS Forwarding for Internet connectionsClick Start, point to Programs, point to Administrative Tools, and then click DNS to start the DNS Management Console.Right click the DNS Server object for your server in the left pane of the console, and click Properties.http://wiki.answers.com/images/w2k_dns11.gifClick the Forwarders tab.Check the Enable forwarders check-box.In the IP address box enter the IP address of the DNS servers you want to forward queries to - typically the DNS server of your ISP. You can also move them up or down. The one that is highest in the list gets the first try, and if it does not respond within a given time limit - the query will be forwarded to the next server in the list.http://wiki.answers.com/images/w2k_dns12.gifClick OK.


Step to implement to active directory integrated dns?

Active directory must be installed . Go to start->run->administrative tools->dns select forward lookup zones right click select ZONE and click on next->then select active directory integrated complete the process


What type of zone takes human-readable fqdn and translates them into ip address?

forward look up zone