> For the complete documentation index, see [llms.txt](https://docs.system-analyst-base.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.system-analyst-base.ru/hard-skills/devops-for-sa/osnovy-setei/dns.md).

# DNS

{% hint style="info" %}
**DNS** (Domain Name System) — это система, используемая в Интернете для преобразования доменных имен в IP-адреса.
{% endhint %}

Когда вы вводите веб-адрес (например, [www.example.com](http://www.example.com/)) в адресную строку браузера, ваш компьютер или устройство отправляет запрос на разрешение DNS для получения соответствующего IP-адреса сервера, на котором размещен веб-сайт.

Основные компоненты системы DNS:

1. **DNS-клиент:** Это ваш компьютер или устройство, которое отправляет запросы на разрешение DNS. Он может быть настроен автоматически или вручную на использование определенных серверов DNS.
2. **DNS-сервер:** Это сервер, который содержит базу данных соответствий доменных имен и IP-адресов. Когда DNS-клиент отправляет запрос, DNS-сервер отвечает с информацией о соответствующем IP-адресе.
3. **Записи DNS:** Это записи, которые хранятся на DNS-сервере и связывают доменные имена с IP-адресами. Некоторые из основных типов записей DNS включают записи типа A (IPv4-адрес), AAAA (IPv6-адрес), CNAME (каноническое имя), MX (почтовый сервер) и другие.

Источник: <https://testengineer.ru/dns/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.system-analyst-base.ru/hard-skills/devops-for-sa/osnovy-setei/dns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
