answersLogoWhite

0


Best Answer

Sometimes it is useful to be able to access a server (or any host) by using a name other than its DNS host name.

For example, you have an Application Server whose DNS configuration is as follows: Host Name Domain Name --------- ------------- myserver mydomain.com

You have also setup your server as a WWW server so internet or Intranet browsers can access Web pages from it. You want people to access your Web server by specifying www.mydomain.com as its name instead of myserver.mydomain.com.

To accomplish this, an alias (or canonical name) record needs to be added to your DNS server.

The DNS server should already have the following record under the mydomain.com zone (IPAddress should be the IP address of your server): Myserver A <IPAddress>

The following record should be added to the mydomain.com zone: www CNAME myserver.mydomain.com

When a DNS server looks up a name and finds a "CNAME" record, it replaces the name with the canonical name, and looks up the new name, in this case, www.mydomain.com.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a C name record in DNS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the acronym ''DNS SRV'' stand for?

The acronym "DNS SRV" stands for Domain Name System Service Record. "DNS" stands for "Domain Name System", while the acronym "SRV" stands for "Service Record".


Which record is the first record created for a zone on a DNS Server?

Start of Authority (SOA) is the first record in the zone file. It contains the name of the primary DNS Server, which must correspond to an Name Server (NS) record in the file, the administrator's e-mail address and the length of time records can be cached before going back to the authoritative DNS server.


How exactly does DNS PTR work?

PTR is an abbreviation for pointer record. This pointer record is often used to do a reverse DNS search. DNS means DOMAIN NAME SYSTEM. These searches are done in order to figure out someone's IP address.


What is DNS record types?

There are so many records available in DNS. 1. A record 2. Cname record 3. TXT record 4. MX record 5. SOA record 6. Ptr record 7. Dname record To know more about these records visit http://www.serverintellect.com/support/dns/dns-records.aspx . If you have any queries regarding these records use the link http://www.whoisxy.com/dns-query.aspx .


What is a SOA record?

A start of authority (SOA) record is information stored in a domain name system (DNS) zone about that zone and about other DNS records. A DNS zone is the part of a domain for which an individual DNS server is responsible. Each zone contains a single SOA record. SOA records are defined in IETF RFC 1035, What_is_SOA_records- Implementation and Specification.Read more: What_is_SOA_recordsAnil Bankey


Which DNS record associates a host to an IP address?

The A RECORD is the record that points a domain name to an IP. The MX RECORD is the record that points the email for a domain to mailserver hostname.


What does the abbreviation DNS CNAME stand for?

DNS stands for Domain Name System.


Which DNS resource record appears at the beginning of every DNS file?

Type your answer here... Start of Authority (SOA) record.


What is an a name record in dns?

An A record is typically the IP address of the hosting account, it directs the domain to the files on the hosting account. TRex www.WebPricedRight.com


What system translates names to IP addresses?

The DNS (Domain Name System).The DNS (Domain Name System).The DNS (Domain Name System).The DNS (Domain Name System).


What is the purpose of DNS SOA?

SOA is a DNS record type that specifies authoritative information about a DNS zone. SOA also includes the primary name server, the email of the domain administrator and the domain serial number to the refreshing zone.


If you have not modified the default settings for dns on the dhcp client or server what client record or records will the dhcp server update in dns?

A. The PTR resource record.