DNS

DNS

نظام أسماء النطاقات

GLS-000111

Beginnercloud-deployment1 min read
domain name systemdns recorda recordcnamedns propagationnameserver

Definition

The phone book of the internet — translates domain names into IP addresses.

دليل هاتف الإنترنت — يُترجم أسماء النطاقات إلى عناوين IP.

Why It Matters

When 404fault.com points to Vercel's servers via DNS, every visitor worldwide reaches the right server. A wrong DNS record means the site is unreachable.

عندما يشير 404fault.com إلى خوادم Vercel عبر DNS، يصل كل زائر في العالم إلى الخادم الصحيح. سجل DNS خاطئ يعني أن الموقع غير قابل للوصول.

Full Definition

DNS (Domain Name System) translates human-readable domain names (404fault.com) into machine-readable IP addresses (76.76.21.21). Key record types: A (points to IPv4), CNAME (points to another domain), TXT (verification, SPF), MX (email). DNS changes take minutes to hours to propagate globally (DNS propagation). Vercel provides DNS records to add to your domain registrar.
DNS (نظام أسماء النطاقات) يُترجم أسماء النطاقات القابلة للقراءة البشرية (404fault.com) إلى عناوين IP قابلة للقراءة بالآلة (76.76.21.21). أنواع السجلات الرئيسية: A (يشير إلى IPv4) وCNAME (يشير إلى نطاق آخر) وTXT (التحقق وSPF) وMX (البريد الإلكتروني). تغييرات DNS تستغرق دقائق إلى ساعات للانتشار عالميًا (انتشار DNS). تُوفِّر Vercel سجلات DNS لإضافتها إلى مُسجِّل نطاقك.

Example Usage

Add an A record: 404fault.com → 76.76.21.21 (Vercel's IP) in your domain registrar to point traffic to Vercel.

أضف سجل A: 404fault.com → 76.76.21.21 (عنوان IP لـ Vercel) في مُسجِّل نطاقك لتوجيه حركة المرور إلى Vercel.

Knowledge Graph

Avoid these mistakes when using DNS:

1

Expecting DNS changes to apply instantly (propagation takes time)

2

Deleting old DNS records before new ones are verified (site goes offline)

Sign in to unlock guided AI explanations from AI Teacher.

Generate a Prompt

Copy this prompt and use it directly with any AI model — no setup needed.

Ready-to-Use Prompt
Help me build a project using DNS.

Explain:
1. What is DNS and why it matters
2. The core architecture and required tools
3. Step-by-step implementation plan
4. Common mistakes to avoid: Expecting DNS changes to apply instantly (propagation takes time), Deleting old DNS records before new ones are verified (site goes offline)
5. Best practices and production tips

Official Resources