Skip to main content
Resources

El Sistema de Nombres de Dominio

Esta página está disponible en:

El Sistema de Nombres de Dominio (DNS) ayuda a los usuarios a navegar por Internet. Cada dispositivo en Internet tiene una dirección única que se llama dirección de Protocolo de Internet (IP). Las direcciones IP son difíciles de recordar. El DNS facilita el uso de Internet, ya que permite utilizar un nombre de dominio en formato de texto en lugar de una dirección IP.

Direcciones IP

Cada dispositivo conectado a Internet tiene una dirección IP única. Las direcciones IP consisten en una serie de números y letras. Por ejemplo, la dirección IP de la ICANN es 192.0.43.7.

Nombres de dominio

Un nombre de dominio consiste en dos o más segmentos de texto separados por puntos, como icann.org. Un nombre de dominio identifica una dirección específica en Internet que pertenece a una entidad, como una empresa, organización, institución o persona.

El DNS

El DNS conecta la dirección IP con el nombre de dominio para que los usuarios naveguen más fácilmente por Internet.

Para visitar el sitio web de la ICANN, simplemente ingresamos icann.org en nuestro navegador web. Nuestro dispositivo usa el DNS para ubicar el nombre de dominio y hallar su dirección IP. El DNS es la libreta de direcciones de Internet.

Infografía sobre el DNS

En la infografía sobre el DNS diseñada por la organización de la ICANN se pueden ver más detalles sobre su funcionamiento.

Domain Name System
Internationalized Domain Name ,IDN,"IDNs are domain names that include characters used in the local representation of languages that are not written with the twenty-six letters of the basic Latin alphabet ""a-z"". An IDN can contain Latin letters with diacritical marks, as required by many European languages, or may consist of characters from non-Latin scripts such as Arabic or Chinese. Many languages also use other types of digits than the European ""0-9"". The basic Latin alphabet together with the European-Arabic digits are, for the purpose of domain names, termed ""ASCII characters"" (ASCII = American Standard Code for Information Interchange). These are also included in the broader range of ""Unicode characters"" that provides the basis for IDNs. The ""hostname rule"" requires that all domain names of the type under consideration here are stored in the DNS using only the ASCII characters listed above, with the one further addition of the hyphen ""-"". The Unicode form of an IDN therefore requires special encoding before it is entered into the DNS. The following terminology is used when distinguishing between these forms: A domain name consists of a series of ""labels"" (separated by ""dots""). The ASCII form of an IDN label is termed an ""A-label"". All operations defined in the DNS protocol use A-labels exclusively. The Unicode form, which a user expects to be displayed, is termed a ""U-label"". The difference may be illustrated with the Hindi word for ""test"" — परीका — appearing here as a U-label would (in the Devanagari script). A special form of ""ASCII compatible encoding"" (abbreviated ACE) is applied to this to produce the corresponding A-label: xn--11b5bs1di. A domain name that only includes ASCII letters, digits, and hyphens is termed an ""LDH label"". Although the definitions of A-labels and LDH-labels overlap, a name consisting exclusively of LDH labels, such as""icann.org"" is not an IDN."