Home » articles

DNS record types

4 June 2008 0 views No Comment

“A” record(address record) - returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the .

“MX” record(mail exchange record) - maps a name to a list of mail exchange servers for that .

” record(canonical name record) - is an alias of one name to another, the will continue by retrying the with the new name. This is useful when running multiple services (like an FTP and a ) from a single IP address. Each service can then have its own entry in (like ftp.example.com. and www.example.com.). It is also used when running multiple servers, with different names, on the same physical .

“NS” record(name record) - delegates a to use the given authoritative name servers

” record(Text record) - originally intended to carry arbitrary human-readable text in a record. Since the early 1990s, however, this record is more often used to carry machine-readable data such as specified by RFC 1464, opportunistic encryption, Policy Framework and .

” record(start of authority record) - specifies the authoritative information about a , including the primary name , the email of the administrator, the serial number, and several timers relating to refreshing the .

” record(pointer record) - a pointer to a canonical name. Unlike a , processing does NOT proceed, just the name is returned. The most common use is for implementing reverse lookups by putting a record for a hostname in the in-addr.. that corresponds to an IP addressd. For example (at the time of writing), www..net has the IP address 192.0.34.164, but a record maps 164.34.0.192.in-addr. to its canonical name, referrals..org.

Source- Wikipedia

Popularity: 2% [?]

Tags: , , , , , , , , , , , , , , , ,

Related posts

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.