Difference between revisions of "DNS record"

From CNM Wiki
Jump to: navigation, search
Line 1: Line 1:
A [[DNS record]] is a form of linking standardized data to a specific [[domain name]]. A record consists of a type, for example, "AAAA" in an [[AAAA record]], a name (which is called [[resource record]]), for example, jitsi.bskol.com, and data associated with the name. Together, the records make up a [[DNS zone]].
+
A [[DNS record]] (hereinafter, the ''Record'') is a form of linking standardized data to a specific [[domain name]]. A record consists of a type, for example, "AAAA" in an [[AAAA record]], a field or name, for example, jitsi.bskol.com, and value or data associated with the field or name.
 +
 
 +
In the [[Internet]], the ''Records'' are stored in [[DNS zone]]s in the standard form of [[resource record]]s or [[RR]]s. Literally, one ''RR'' is one line of text, in which type, field, and value are separated by tabs.

Revision as of 20:24, 5 August 2023

A DNS record (hereinafter, the Record) is a form of linking standardized data to a specific domain name. A record consists of a type, for example, "AAAA" in an AAAA record, a field or name, for example, jitsi.bskol.com, and value or data associated with the field or name.

In the Internet, the Records are stored in DNS zones in the standard form of resource records or RRs. Literally, one RR is one line of text, in which type, field, and value are separated by tabs.