# ภาพรวมของ KUB Name Service

## DNS หรือ Domain Name System คืออะไร

DNS คือระบบที่ทำหน้าที่แปลง Domain Name ไปสู่ IP Address ซึ่งเป็นค่าตัวเลขต่างๆที่ browser ใช้ในการโหลดหน้า บน Internet นั่นเอง กล่าวคือจะใช้เก็บข้อมูลของชื่อ ที่ใช้ในเครือข่ายขนาดใหญ่อย่าง Internet โดยหัวใจหลักของ DNS คือความสัมพันธ์ระหว่างชื่อโดเมนนั้นๆ กับ IP Address ที่ใช้งานอยู่ ซึ่งทำให้ง่านต่อการใช้งาน

{% hint style="info" %}
สรุปประโยชน์ของ DNS คือเครื่องมือที่ช่วยแปลงหมายเลข IP Adreess จากเป็นชุดตัวเลขที่จดจำได้ยาก ให้มาเป็นชื่อหรือตัวอักษรที่สามารถจดจำได้ง่ายแทน
{% endhint %}


---

# Agent Instructions: 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://kub-name-service-kns.gitbook.io/whitepaper/kub-name-service-1.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.
