Skip to main content
Resources

Le système des noms de domaine

Cette page est disponible en:

Le système des noms de domaine (DNS) permet aux utilisateurs de naviguer sur Internet. Chaque dispositif connecté à Internet dispose d'une adresse unique appelée adresse de protocole Internet (IP). Les adresses IP peuvent être difficiles à mémoriser. Le DNS facilite la navigation sur Internet en permettant d'utiliser un nom de domaine textuel à la place d'une adresse IP.

Adresses IP

Tous les dispositifs connectés à Internet possèdent une adresse IP unique. Une adresse IP est série de chiffres et de lettres. Par exemple, l'adresse IP du site web de l'ICANN est 192.0.43.7.

Noms de domaine

Un nom de domaine consiste en une série de segments de texte séparés par des points, comme par exemple icann.org. Chaque nom de domaine est associé à une adresse spécifique sur Internet qui correspond à une entité tel qu'une entreprise, une organisation, une institution ou une personne.

Le DNS

Le DNS relie une adresse IP à un nom de domaine afin d'aider les internautes à naviguer sur Internet.

Si vous souhaitez vous rendre sur le site web de l'ICANN, il vous suffit de saisir « icann.org » dans votre navigateur. Votre dispositif utilise le DNS pour chercher le nom de domaine et trouver l'adresse IP qui lui est associée. Le DNS est le carnet d'adresses de l'Internet.

Infographie sur le DNS

Si vous souhaitez en savoir plus sur le fonctionnement du DNS, consultez cette infographie sur le DNS préparée par l'organisation ICANN.

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."